2022-02-04 14:50:35.996 | + ./stack.sh:main:473 : exec 2022-02-04 14:50:35.996 | + ./stack.sh:main:481 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-02-04-145035' 2022-02-04 14:50:35.996 | ++ ./stack.sh:main:473 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-02-04-145035.summary.2022-02-04-145035 2022-02-04 14:50:35.996 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 14:50:35.996 | + ./stack.sh:echo_summary:432 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-02-04-145035 2022-02-04 14:50:35.996 | + ./stack.sh:main:483 : ln -sf /opt/stack/logs/stack.sh.log.2022-02-04-145035 /opt/stack/logs/stack.sh.log 2022-02-04 14:50:35.996 | + ./stack.sh:main:484 : ln -sf /opt/stack/logs/stack.sh.log.2022-02-04-145035.summary.2022-02-04-145035 /opt/stack/logs/stack.sh.log.summary 2022-02-04 14:50:35.996 | + ./stack.sh:main:499 : check_path_perm_sanity /opt/stack 2022-02-04 14:50:35.996 | + functions:check_path_perm_sanity:596 : local real_path 2022-02-04 14:50:35.996 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-02-04 14:50:35.996 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-02-04 14:50:35.996 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-02-04 14:50:35.996 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-02-04 14:50:35.996 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-02-04 14:50:35.996 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-02-04 14:50:35.996 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-02-04 14:50:35.996 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-02-04 14:50:35.996 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-02-04 14:50:35.996 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-02-04 14:50:35.996 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-02-04 14:50:35.999 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-02-04 14:50:36.005 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-02-04 14:50:36.007 | + ./stack.sh:main:505 : trap exit_trap EXIT 2022-02-04 14:50:36.009 | + ./stack.sh:main:546 : trap err_trap ERR 2022-02-04 14:50:36.011 | + ./stack.sh:main:559 : set -o errexit 2022-02-04 14:50:36.013 | + ./stack.sh:main:562 : uname -a 2022-02-04 14:50:36.014 | Linux n-d-827868-1 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-02-04 14:50:36.016 | + ./stack.sh:main:565 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-02-04 14:50:36.018 | + ./stack.sh:main:566 : rm -f /opt/stack/data/ca-bundle.pem 2022-02-04 14:50:36.021 | + ./stack.sh:main:569 : source /home/ubuntu/devstack/lib/database 2022-02-04 14:50:36.049 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/rpc_backend 2022-02-04 14:50:36.065 | + ./stack.sh:main:576 : fetch_plugins 2022-02-04 14:50:36.066 | + functions-common:fetch_plugins:1655 : local plugins= 2022-02-04 14:50:36.068 | + functions-common:fetch_plugins:1656 : local plugin 2022-02-04 14:50:36.070 | + functions-common:fetch_plugins:1659 : [[ -z '' ]] 2022-02-04 14:50:36.072 | + functions-common:fetch_plugins:1660 : return 2022-02-04 14:50:36.074 | + ./stack.sh:main:580 : run_phase override_defaults 2022-02-04 14:50:36.076 | + functions-common:run_phase:1737 : local mode=override_defaults 2022-02-04 14:50:36.078 | + functions-common:run_phase:1738 : local phase= 2022-02-04 14:50:36.079 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-04 14:50:36.081 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-02-04 14:50:36.083 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-04 14:50:36.085 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-02-04 14:50:36.087 | + functions-common:run_phase:1747 : local extra 2022-02-04 14:50:36.089 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-04 14:50:36.092 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-02-04 14:50:36.094 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-04 14:50:36.096 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-04 14:50:36.098 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-02-04 14:50:36.099 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-04 14:50:36.112 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:50:36.114 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-02-04 14:50:36.116 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-04 14:50:36.117 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-04 14:50:36.119 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-04 14:50:36.121 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-04 14:50:36.123 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-02-04 14:50:36.124 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-02-04 14:50:36.126 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-02-04 14:50:36.128 | + functions-common:run_phase:1758 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-02-04 14:50:36.130 | + functions-common:run_phase:1761 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-04 14:50:36.131 | + functions-common:run_phase:1762 : plugin_override_defaults 2022-02-04 14:50:36.134 | + functions-common:plugin_override_defaults:1696 : local plugins= 2022-02-04 14:50:36.136 | + functions-common:plugin_override_defaults:1697 : local plugin 2022-02-04 14:50:36.138 | + functions-common:plugin_override_defaults:1700 : [[ -z '' ]] 2022-02-04 14:50:36.140 | + functions-common:plugin_override_defaults:1701 : return 2022-02-04 14:50:36.142 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/apache 2022-02-04 14:50:36.159 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tls 2022-02-04 14:50:36.161 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-02-04 14:50:36.174 | ++ functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:50:36.179 | +++ lib/tls:source:43 : hostname -f 2022-02-04 14:50:36.183 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-02-04 14:50:36.185 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-02-04 14:50:36.187 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-02-04 14:50:36.189 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-02-04 14:50:36.191 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-02-04 14:50:36.194 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-02-04 14:50:36.197 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-02-04 14:50:36.199 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-02-04 14:50:36.200 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-02-04 14:50:36.202 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-02-04 14:50:36.207 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/infra 2022-02-04 14:50:36.220 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/libraries 2022-02-04 14:50:36.237 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/lvm 2022-02-04 14:50:36.251 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/horizon 2022-02-04 14:50:36.265 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/keystone 2022-02-04 14:50:36.292 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/glance 2022-02-04 14:50:36.351 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/nova 2022-02-04 14:50:36.437 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/placement 2022-02-04 14:50:36.458 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/cinder 2022-02-04 14:50:36.513 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/swift 2022-02-04 14:50:36.564 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/neutron 2022-02-04 14:50:36.692 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/ldap 2022-02-04 14:50:36.705 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/dstat 2022-02-04 14:50:36.719 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/tcpdump 2022-02-04 14:50:36.732 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/etcd3 2022-02-04 14:50:36.816 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/os-vif 2022-02-04 14:50:36.819 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-02-04 14:50:36.822 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-02-04 14:50:36.824 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-02-04 14:50:36.826 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-02-04 14:50:36.827 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-02-04 14:50:36.830 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-02-04 14:50:36.830 | False' 2022-02-04 14:50:36.833 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-02-04 14:50:36.847 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-02-04 14:50:36.849 | + ./stack.sh:main:610 : run_phase source 2022-02-04 14:50:36.852 | + functions-common:run_phase:1737 : local mode=source 2022-02-04 14:50:36.854 | + functions-common:run_phase:1738 : local phase= 2022-02-04 14:50:36.856 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-04 14:50:36.858 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-02-04 14:50:36.860 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-04 14:50:36.862 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-02-04 14:50:36.864 | + functions-common:run_phase:1747 : local extra 2022-02-04 14:50:36.866 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-04 14:50:36.870 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-02-04 14:50:36.872 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-04 14:50:36.874 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-04 14:50:36.876 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-02-04 14:50:36.878 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-04 14:50:36.892 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:50:36.894 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-02-04 14:50:36.896 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-02-04 14:50:36.934 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-02-04 14:50:36.937 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-02-04 14:50:36.939 | + functions-common:run_phase:1758 : [[ source == \s\o\u\r\c\e ]] 2022-02-04 14:50:36.942 | + functions-common:run_phase:1759 : load_plugin_settings 2022-02-04 14:50:36.944 | + functions-common:load_plugin_settings:1673 : local plugins= 2022-02-04 14:50:36.947 | + functions-common:load_plugin_settings:1674 : local plugin 2022-02-04 14:50:36.949 | + functions-common:load_plugin_settings:1677 : [[ -z '' ]] 2022-02-04 14:50:36.951 | + functions-common:load_plugin_settings:1678 : return 2022-02-04 14:50:36.953 | + functions-common:run_phase:1760 : verify_disabled_services 2022-02-04 14:50:36.955 | + functions-common:verify_disabled_services:2020 : local service 2022-02-04 14:50:36.958 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:36.960 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-02-04 14:50:36.963 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:36.967 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-02-04 14:50:36.971 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:36.973 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-02-04 14:50:36.976 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:36.979 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-02-04 14:50:36.981 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:36.983 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-02-04 14:50:36.987 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:36.989 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-02-04 14:50:36.991 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:36.994 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-02-04 14:50:36.996 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:36.998 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-02-04 14:50:37.000 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.002 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-02-04 14:50:37.005 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.007 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-02-04 14:50:37.009 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.011 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-02-04 14:50:37.013 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.016 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-02-04 14:50:37.018 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.020 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-02-04 14:50:37.022 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.025 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-02-04 14:50:37.027 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.029 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-02-04 14:50:37.031 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.034 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-02-04 14:50:37.036 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.038 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-02-04 14:50:37.041 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.043 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-02-04 14:50:37.045 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.047 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-02-04 14:50:37.050 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.052 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-02-04 14:50:37.054 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.056 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-02-04 14:50:37.058 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.061 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-02-04 14:50:37.063 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.065 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-02-04 14:50:37.067 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.070 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-02-04 14:50:37.072 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.074 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-02-04 14:50:37.077 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.080 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-02-04 14:50:37.082 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.084 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-02-04 14:50:37.087 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.089 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-02-04 14:50:37.092 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.094 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-02-04 14:50:37.096 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.098 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-02-04 14:50:37.100 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.103 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-02-04 14:50:37.106 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.108 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-02-04 14:50:37.110 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.112 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-02-04 14:50:37.116 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.119 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-02-04 14:50:37.122 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.124 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-02-04 14:50:37.127 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.129 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-02-04 14:50:37.131 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.133 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-02-04 14:50:37.136 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.138 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-02-04 14:50:37.140 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.143 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-02-04 14:50:37.145 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.149 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-02-04 14:50:37.151 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.156 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-02-04 14:50:37.159 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.161 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-02-04 14:50:37.163 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.166 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-02-04 14:50:37.169 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.171 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-02-04 14:50:37.173 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.175 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-02-04 14:50:37.178 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.181 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-02-04 14:50:37.183 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 14:50:37.185 | + functions-common:verify_disabled_services:2022 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-02-04 14:50:37.188 | + ./stack.sh:main:681 : initialize_database_backends 2022-02-04 14:50:37.190 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-02-04 14:50:37.192 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-02-04 14:50:37.207 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:50:37.209 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-02-04 14:50:37.212 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-02-04 14:50:37.214 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-02-04 14:50:37.229 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:50:37.231 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-02-04 14:50:37.234 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-02-04 14:50:37.236 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-02-04 14:50:37.238 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-02-04 14:50:37.240 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-02-04 14:50:37.243 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-02-04 14:50:37.245 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-02-04 14:50:37.248 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2022-02-04 14:50:37.251 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-02-04 14:50:37.253 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2022-02-04 14:50:37.255 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-02-04 14:50:37.258 | + lib/database:initialize_database_backends:104 : return 0 2022-02-04 14:50:37.260 | + ./stack.sh:main:682 : echo 'Using mysql database backend' 2022-02-04 14:50:37.260 | Using mysql database backend 2022-02-04 14:50:37.262 | + ./stack.sh:main:685 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-02-04 14:50:37.279 | + ./stack.sh:main:697 : is_service_enabled rabbit 2022-02-04 14:50:37.297 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:50:37.299 | + ./stack.sh:main:698 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-02-04 14:50:37.316 | + ./stack.sh:main:705 : is_service_enabled keystone 2022-02-04 14:50:37.334 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:50:37.338 | + ./stack.sh:main:707 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-02-04 14:50:37.355 | + ./stack.sh:main:709 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-02-04 14:50:37.371 | + ./stack.sh:main:720 : is_service_enabled ldap 2022-02-04 14:50:37.387 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:50:37.391 | + ./stack.sh:main:729 : is_service_enabled s-proxy 2022-02-04 14:50:37.408 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:50:37.410 | + ./stack.sh:main:733 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-02-04 14:50:37.426 | + ./stack.sh:main:735 : [[ -z '' ]] 2022-02-04 14:50:37.428 | + ./stack.sh:main:735 : [[ False == \T\r\u\e ]] 2022-02-04 14:50:37.430 | + ./stack.sh:main:741 : save_stackenv 741 2022-02-04 14:50:37.433 | + functions-common:save_stackenv:60 : local tag=741 2022-02-04 14:50:37.436 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-02-04 14:50:37.440 | + functions-common:save_stackenv:62 : time_stamp=2022-02-04-145037 2022-02-04 14:50:37.442 | + functions-common:save_stackenv:63 : echo '# 2022-02-04-145037 741' 2022-02-04 14:50:37.444 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 14:50:37.447 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-02-04 14:50:37.449 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 14:50:37.452 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-02-04 14:50:37.454 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 14:50:37.456 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-02-04 14:50:37.459 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 14:50:37.462 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-02-04 14:50:37.464 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 14:50:37.466 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.18 2022-02-04 14:50:37.469 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 14:50:37.471 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.18/identity 2022-02-04 14:50:37.473 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 14:50:37.475 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-02-04-145035 2022-02-04 14:50:37.478 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 14:50:37.480 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-02-04 14:50:37.482 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 14:50:37.485 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.18 2022-02-04 14:50:37.487 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 14:50:37.489 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-02-04 14:50:37.491 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 14:50:37.494 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-02-04 14:50:37.496 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 14:50:37.499 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-02-04 14:50:37.501 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 14:50:37.503 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-02-04 14:50:37.506 | + ./stack.sh:main:752 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/xena 2022-02-04 14:50:37.508 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2022-02-04 14:50:37.511 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2022-02-04 14:50:37.513 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-04 14:50:37.515 | + functions-common:git_clone:526 : local orig_dir 2022-02-04 14:50:37.519 | ++ functions-common:git_clone:527 : pwd 2022-02-04 14:50:37.522 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-04 14:50:37.524 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-04 14:50:37.527 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-04 14:50:37.541 | + functions-common:git_clone:530 : RECLONE=False 2022-02-04 14:50:37.543 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-04 14:50:37.546 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-04 14:50:37.548 | + functions-common:git_clone:544 : echo stable/xena 2022-02-04 14:50:37.548 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-04 14:50:37.553 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2022-02-04 14:50:37.555 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-04 14:50:37.557 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2022-02-04 14:50:37.560 | + functions-common:git_clone:593 : git show --oneline 2022-02-04 14:50:37.560 | + functions-common:git_clone:593 : head -1 2022-02-04 14:50:37.564 | 19b48c99 Merge "update constraint for horizon to new release 20.1.1" into stable/xena 2022-02-04 14:50:37.566 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-04 14:50:37.568 | + ./stack.sh:main:756 : echo_summary 'Installing package prerequisites' 2022-02-04 14:50:37.571 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 14:50:37.574 | + ./stack.sh:echo_summary:432 : echo -e Installing package prerequisites 2022-02-04 14:50:37.576 | + ./stack.sh:main:757 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-02-04 14:50:37.578 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-02-04 14:50:37.581 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-02-04 14:50:37.583 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-02-04 14:50:37.586 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-02-04 14:50:37.589 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-02-04 14:50:37.591 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-02-04 14:50:37.594 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-02-04 14:50:37.598 | ++ tools/install_prereqs.sh:source:47 : NOW=1643986237 2022-02-04 14:50:37.601 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-02-04 14:50:37.605 | +++ tools/install_prereqs.sh:source:48 : echo 0 2022-02-04 14:50:37.607 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2022-02-04 14:50:37.610 | ++ tools/install_prereqs.sh:source:49 : DELTA=1643986237 2022-02-04 14:50:37.612 | ++ tools/install_prereqs.sh:source:50 : [[ 1643986237 -lt 7200 ]] 2022-02-04 14:50:37.614 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-02-04 14:50:37.617 | ++ functions-common:export_proxy_variables:2127 : isset http_proxy 2022-02-04 14:50:37.619 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2022-02-04 14:50:37.621 | ++ functions-common:export_proxy_variables:2130 : isset https_proxy 2022-02-04 14:50:37.623 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2022-02-04 14:50:37.626 | ++ functions-common:export_proxy_variables:2133 : isset no_proxy 2022-02-04 14:50:37.628 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2022-02-04 14:50:37.631 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-02-04 14:50:37.679 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-02-04 14:50:37.679 | apache2-dev 2022-02-04 14:50:37.680 | bc 2022-02-04 14:50:37.680 | bsdmainutils 2022-02-04 14:50:37.680 | curl 2022-02-04 14:50:37.680 | g++ 2022-02-04 14:50:37.680 | gawk 2022-02-04 14:50:37.680 | gcc 2022-02-04 14:50:37.680 | gettext 2022-02-04 14:50:37.680 | git 2022-02-04 14:50:37.680 | graphviz 2022-02-04 14:50:37.680 | iputils-ping 2022-02-04 14:50:37.680 | libapache2-mod-proxy-uwsgi 2022-02-04 14:50:37.680 | libffi-dev 2022-02-04 14:50:37.680 | libjpeg-dev 2022-02-04 14:50:37.680 | libpcre3-dev 2022-02-04 14:50:37.680 | libpq-dev 2022-02-04 14:50:37.680 | libssl-dev 2022-02-04 14:50:37.680 | libsystemd-dev 2022-02-04 14:50:37.680 | libxml2-dev 2022-02-04 14:50:37.680 | libxslt1-dev 2022-02-04 14:50:37.680 | libyaml-dev 2022-02-04 14:50:37.680 | lsof 2022-02-04 14:50:37.680 | openssh-server 2022-02-04 14:50:37.680 | openssl 2022-02-04 14:50:37.680 | pkg-config 2022-02-04 14:50:37.680 | psmisc 2022-02-04 14:50:37.680 | python3-dev 2022-02-04 14:50:37.680 | python3-pip 2022-02-04 14:50:37.680 | python3-systemd 2022-02-04 14:50:37.680 | python3-venv 2022-02-04 14:50:37.680 | tar 2022-02-04 14:50:37.680 | tcpdump 2022-02-04 14:50:37.680 | unzip 2022-02-04 14:50:37.680 | uuid-runtime 2022-02-04 14:50:37.680 | wget 2022-02-04 14:50:37.680 | wget 2022-02-04 14:50:37.680 | zlib1g-dev 2022-02-04 14:50:37.681 | libkrb5-dev 2022-02-04 14:50:37.681 | libldap2-dev 2022-02-04 14:50:37.681 | libsasl2-dev 2022-02-04 14:50:37.681 | memcached 2022-02-04 14:50:37.681 | python3-mysqldb 2022-02-04 14:50:37.681 | sqlite3 2022-02-04 14:50:37.681 | conntrack 2022-02-04 14:50:37.681 | curl 2022-02-04 14:50:37.681 | dnsmasq-base 2022-02-04 14:50:37.681 | dnsmasq-utils 2022-02-04 14:50:37.681 | ebtables 2022-02-04 14:50:37.681 | genisoimage 2022-02-04 14:50:37.681 | iptables 2022-02-04 14:50:37.681 | iputils-arping 2022-02-04 14:50:37.681 | kpartx 2022-02-04 14:50:37.681 | libjs-jquery-tablesorter 2022-02-04 14:50:37.681 | parted 2022-02-04 14:50:37.681 | pm-utils 2022-02-04 14:50:37.681 | python3-mysqldb 2022-02-04 14:50:37.681 | socat 2022-02-04 14:50:37.681 | sqlite3 2022-02-04 14:50:37.681 | sudo 2022-02-04 14:50:37.681 | vlan 2022-02-04 14:50:37.681 | lsscsi 2022-02-04 14:50:37.681 | open-iscsi 2022-02-04 14:50:37.681 | lvm2 2022-02-04 14:50:37.681 | qemu-utils 2022-02-04 14:50:37.681 | thin-provisioning-tools 2022-02-04 14:50:37.681 | acl 2022-02-04 14:50:37.681 | dnsmasq-base 2022-02-04 14:50:37.681 | dnsmasq-utils 2022-02-04 14:50:37.681 | ebtables 2022-02-04 14:50:37.681 | haproxy 2022-02-04 14:50:37.681 | iptables 2022-02-04 14:50:37.681 | iputils-arping 2022-02-04 14:50:37.681 | iputils-ping 2022-02-04 14:50:37.682 | postgresql-server-dev-all 2022-02-04 14:50:37.682 | python3-mysqldb 2022-02-04 14:50:37.682 | sqlite3 2022-02-04 14:50:37.682 | sudo 2022-02-04 14:50:37.682 | vlan 2022-02-04 14:50:37.682 | pcp 2022-02-04 14:50:37.682 | ipset 2022-02-04 14:50:37.682 | conntrack 2022-02-04 14:50:37.682 | conntrackd 2022-02-04 14:50:37.682 | keepalived 2022-02-04 14:50:37.682 | lvm2 2022-02-04 14:50:37.682 | qemu-utils 2022-02-04 14:50:37.682 | thin-provisioning-tools 2022-02-04 14:50:37.682 | curl 2022-02-04 14:50:37.682 | liberasurecode-dev 2022-02-04 14:50:37.682 | make 2022-02-04 14:50:37.682 | memcached 2022-02-04 14:50:37.682 | sqlite3 2022-02-04 14:50:37.682 | xfsprogs' 2022-02-04 14:50:37.682 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-02-04 14:50:37.700 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-02-04 14:50:37.700 | apache2-dev 2022-02-04 14:50:37.700 | bc 2022-02-04 14:50:37.700 | bsdmainutils 2022-02-04 14:50:37.700 | curl 2022-02-04 14:50:37.700 | g++ 2022-02-04 14:50:37.700 | gawk 2022-02-04 14:50:37.700 | gcc 2022-02-04 14:50:37.700 | gettext 2022-02-04 14:50:37.700 | git 2022-02-04 14:50:37.700 | graphviz 2022-02-04 14:50:37.700 | iputils-ping 2022-02-04 14:50:37.700 | libapache2-mod-proxy-uwsgi 2022-02-04 14:50:37.700 | libffi-dev 2022-02-04 14:50:37.700 | libjpeg-dev 2022-02-04 14:50:37.700 | libpcre3-dev 2022-02-04 14:50:37.700 | libpq-dev 2022-02-04 14:50:37.700 | libssl-dev 2022-02-04 14:50:37.700 | libsystemd-dev 2022-02-04 14:50:37.700 | libxml2-dev 2022-02-04 14:50:37.700 | libxslt1-dev 2022-02-04 14:50:37.700 | libyaml-dev 2022-02-04 14:50:37.700 | lsof 2022-02-04 14:50:37.700 | openssh-server 2022-02-04 14:50:37.700 | openssl 2022-02-04 14:50:37.700 | pkg-config 2022-02-04 14:50:37.700 | psmisc 2022-02-04 14:50:37.700 | python3-dev 2022-02-04 14:50:37.701 | python3-pip 2022-02-04 14:50:37.701 | python3-systemd 2022-02-04 14:50:37.701 | python3-venv 2022-02-04 14:50:37.701 | tar 2022-02-04 14:50:37.701 | tcpdump 2022-02-04 14:50:37.701 | unzip 2022-02-04 14:50:37.701 | uuid-runtime 2022-02-04 14:50:37.701 | wget 2022-02-04 14:50:37.701 | wget 2022-02-04 14:50:37.701 | zlib1g-dev 2022-02-04 14:50:37.701 | libkrb5-dev 2022-02-04 14:50:37.701 | libldap2-dev 2022-02-04 14:50:37.701 | libsasl2-dev 2022-02-04 14:50:37.701 | memcached 2022-02-04 14:50:37.701 | python3-mysqldb 2022-02-04 14:50:37.701 | sqlite3 2022-02-04 14:50:37.701 | conntrack 2022-02-04 14:50:37.701 | curl 2022-02-04 14:50:37.701 | dnsmasq-base 2022-02-04 14:50:37.701 | dnsmasq-utils 2022-02-04 14:50:37.701 | ebtables 2022-02-04 14:50:37.701 | genisoimage 2022-02-04 14:50:37.701 | iptables 2022-02-04 14:50:37.701 | iputils-arping 2022-02-04 14:50:37.701 | kpartx 2022-02-04 14:50:37.701 | libjs-jquery-tablesorter 2022-02-04 14:50:37.701 | parted 2022-02-04 14:50:37.701 | pm-utils 2022-02-04 14:50:37.701 | python3-mysqldb 2022-02-04 14:50:37.701 | socat 2022-02-04 14:50:37.701 | sqlite3 2022-02-04 14:50:37.701 | sudo 2022-02-04 14:50:37.701 | vlan 2022-02-04 14:50:37.701 | lsscsi 2022-02-04 14:50:37.701 | open-iscsi 2022-02-04 14:50:37.701 | lvm2 2022-02-04 14:50:37.701 | qemu-utils 2022-02-04 14:50:37.702 | thin-provisioning-tools 2022-02-04 14:50:37.702 | acl 2022-02-04 14:50:37.702 | dnsmasq-base 2022-02-04 14:50:37.702 | dnsmasq-utils 2022-02-04 14:50:37.702 | ebtables 2022-02-04 14:50:37.702 | haproxy 2022-02-04 14:50:37.702 | iptables 2022-02-04 14:50:37.702 | iputils-arping 2022-02-04 14:50:37.702 | iputils-ping 2022-02-04 14:50:37.702 | postgresql-server-dev-all 2022-02-04 14:50:37.702 | python3-mysqldb 2022-02-04 14:50:37.702 | sqlite3 2022-02-04 14:50:37.702 | sudo 2022-02-04 14:50:37.702 | vlan 2022-02-04 14:50:37.702 | pcp 2022-02-04 14:50:37.702 | ipset 2022-02-04 14:50:37.702 | conntrack 2022-02-04 14:50:37.702 | conntrackd 2022-02-04 14:50:37.702 | keepalived 2022-02-04 14:50:37.702 | lvm2 2022-02-04 14:50:37.702 | qemu-utils 2022-02-04 14:50:37.702 | thin-provisioning-tools 2022-02-04 14:50:37.702 | curl 2022-02-04 14:50:37.702 | liberasurecode-dev 2022-02-04 14:50:37.702 | make 2022-02-04 14:50:37.702 | memcached 2022-02-04 14:50:37.702 | sqlite3 2022-02-04 14:50:37.702 | xfsprogs ' 2022-02-04 14:50:37.702 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-02-04 14:50:37.704 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:50:37.706 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:50:37.709 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-04 14:50:37.710 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-02-04 14:50:37.714 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-04 14:50:37.717 | ++ functions-common:install_package:1347 : update_package_repo 2022-02-04 14:50:37.719 | ++ functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-04 14:50:37.721 | ++ functions-common:update_package_repo:1320 : REPOS_UPDATED=False 2022-02-04 14:50:37.723 | ++ functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-04 14:50:37.725 | ++ functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-04 14:50:37.728 | ++ functions-common:update_package_repo:1327 : is_ubuntu 2022-02-04 14:50:37.730 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:50:37.732 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:50:37.734 | ++ functions-common:update_package_repo:1328 : apt_get_update 2022-02-04 14:50:37.736 | ++ functions-common:apt_get_update:1073 : [[ False == \T\r\u\e ]] 2022-02-04 14:50:37.738 | ++ functions-common:apt_get_update:1078 : [[ False = \T\r\u\e ]] 2022-02-04 14:50:37.740 | ++ functions-common:apt_get_update:1080 : local sudo=sudo 2022-02-04 14:50:37.743 | +++ functions-common:apt_get_update:1081 : id -u 2022-02-04 14:50:37.747 | ++ functions-common:apt_get_update:1081 : [[ 1000 = \0 ]] 2022-02-04 14:50:37.749 | ++ functions-common:apt_get_update:1084 : time_start apt-get-update 2022-02-04 14:50:37.751 | ++ functions-common:time_start:2295 : local name=apt-get-update 2022-02-04 14:50:37.753 | ++ functions-common:time_start:2296 : local start_time= 2022-02-04 14:50:37.755 | ++ functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 14:50:37.758 | +++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 14:50:37.762 | ++ functions-common:time_start:2300 : _TIME_START[$name]=1643986237759 2022-02-04 14:50:37.764 | ++ functions-common:apt_get_update:1086 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-02-04 14:50:37.766 | ++ functions-common:apt_get_update:1087 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-02-04 14:50:37.768 | ++ functions-common:apt_get_update:1088 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-02-04 14:50:38.120 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-02-04 14:50:38.146 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-02-04 14:50:38.224 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-02-04 14:50:38.337 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-02-04 14:50:40.379 | Reading package lists... 2022-02-04 14:50:40.409 | ++ functions-common:apt_get_update:1092 : REPOS_UPDATED=True 2022-02-04 14:50:40.411 | ++ functions-common:apt_get_update:1094 : time_stop apt-get-update 2022-02-04 14:50:40.413 | ++ functions-common:time_stop:2309 : local name 2022-02-04 14:50:40.416 | ++ functions-common:time_stop:2310 : local end_time 2022-02-04 14:50:40.418 | ++ functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:50:40.420 | ++ functions-common:time_stop:2312 : local total 2022-02-04 14:50:40.422 | ++ functions-common:time_stop:2313 : local start_time 2022-02-04 14:50:40.424 | ++ functions-common:time_stop:2315 : name=apt-get-update 2022-02-04 14:50:40.426 | ++ functions-common:time_stop:2316 : start_time=1643986237759 2022-02-04 14:50:40.428 | ++ functions-common:time_stop:2318 : [[ -z 1643986237759 ]] 2022-02-04 14:50:40.431 | +++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:50:40.434 | ++ functions-common:time_stop:2321 : end_time=1643986240432 2022-02-04 14:50:40.437 | ++ functions-common:time_stop:2322 : elapsed_time=2673 2022-02-04 14:50:40.439 | ++ functions-common:time_stop:2323 : total=0 2022-02-04 14:50:40.441 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:50:40.443 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=2673 2022-02-04 14:50:40.446 | ++ functions-common:install_package:1348 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-04 14:50:40.448 | ++ functions-common:real_install_package:1333 : is_ubuntu 2022-02-04 14:50:40.450 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:50:40.452 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:50:40.455 | ++ functions-common:real_install_package:1334 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-04 14:50:40.475 | ++ functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-02-04 14:50:40.583 | Reading package lists... 2022-02-04 14:50:40.839 | Building dependency tree... 2022-02-04 14:50:40.840 | Reading state information... 2022-02-04 14:50:41.119 | bc is already the newest version (1.07.1-2build1). 2022-02-04 14:50:41.119 | bc set to manually installed. 2022-02-04 14:50:41.119 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-02-04 14:50:41.119 | bsdmainutils set to manually installed. 2022-02-04 14:50:41.119 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-02-04 14:50:41.119 | gawk set to manually installed. 2022-02-04 14:50:41.119 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-02-04 14:50:41.119 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-02-04 14:50:41.119 | iptables set to manually installed. 2022-02-04 14:50:41.119 | iputils-ping is already the newest version (3:20190709-3). 2022-02-04 14:50:41.119 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-02-04 14:50:41.119 | kpartx set to manually installed. 2022-02-04 14:50:41.119 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-02-04 14:50:41.119 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-02-04 14:50:41.119 | psmisc is already the newest version (23.3-1). 2022-02-04 14:50:41.120 | psmisc set to manually installed. 2022-02-04 14:50:41.120 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-02-04 14:50:41.120 | python3-systemd is already the newest version (234-3build2). 2022-02-04 14:50:41.120 | python3-systemd set to manually installed. 2022-02-04 14:50:41.120 | tcpdump is already the newest version (4.9.3-4). 2022-02-04 14:50:41.120 | tcpdump set to manually installed. 2022-02-04 14:50:41.120 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-02-04 14:50:41.120 | thin-provisioning-tools set to manually installed. 2022-02-04 14:50:41.120 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-02-04 14:50:41.120 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-02-04 14:50:41.120 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-02-04 14:50:41.120 | lsof set to manually installed. 2022-02-04 14:50:41.120 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-02-04 14:50:41.120 | parted set to manually installed. 2022-02-04 14:50:41.120 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-02-04 14:50:41.120 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2022-02-04 14:50:41.120 | tar set to manually installed. 2022-02-04 14:50:41.120 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1). 2022-02-04 14:50:41.120 | uuid-runtime set to manually installed. 2022-02-04 14:50:41.120 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2022-02-04 14:50:41.120 | zlib1g-dev set to manually installed. 2022-02-04 14:50:41.120 | The following packages were automatically installed and are no longer required: 2022-02-04 14:50:41.120 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-04 14:50:41.120 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-04 14:50:41.120 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-04 14:50:41.120 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-04 14:50:41.120 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-04 14:50:41.120 | python3-zope.interface 2022-02-04 14:50:41.120 | Use 'sudo apt autoremove' to remove them. 2022-02-04 14:50:41.120 | The following additional packages will be installed: 2022-02-04 14:50:41.121 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2022-02-04 14:50:41.121 | autotools-dev binfmt-support build-essential clang-10 comerr-dev debhelper 2022-02-04 14:50:41.121 | dh-autoreconf dh-strip-nondeterminism dns-root-data dpkg-dev dwz fakeroot 2022-02-04 14:50:41.121 | fontconfig fontconfig-config fonts-dejavu-core fonts-liberation g++-9 2022-02-04 14:50:41.121 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2022-02-04 14:50:41.121 | krb5-multidev lib32gcc-s1 lib32stdc++6 libalgorithm-diff-perl 2022-02-04 14:50:41.121 | libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1 2022-02-04 14:50:41.121 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2022-02-04 14:50:41.121 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-02-04 14:50:41.121 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-02-04 14:50:41.121 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2022-02-04 14:50:41.121 | libcurl4 libdatrie1 libdebhelper-perl libdpkg-perl liberasurecode1 2022-02-04 14:50:41.121 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2022-02-04 14:50:41.121 | libfontconfig1 libgc1c2 libgd3 libgraphite2-3 libgssrpc4 libgts-0.7-5 2022-02-04 14:50:41.121 | libgts-bin libgvc6 libgvpr2 libharfbuzz0b libibverbs1 libice6 libicu-dev 2022-02-04 14:50:41.121 | libicu66 libidn11 libipset13 libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 2022-02-04 14:50:41.121 | libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-metadata 2022-02-04 14:50:41.121 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 2022-02-04 14:50:41.121 | libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl 2022-02-04 14:50:41.121 | libmysqlclient21 libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 2022-02-04 14:50:41.121 | libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd 2022-02-04 14:50:41.121 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2022-02-04 14:50:41.121 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2022-02-04 14:50:41.121 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2022-02-04 14:50:41.121 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2022-02-04 14:50:41.121 | librbd1 librdmacm1 libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 2022-02-04 14:50:41.121 | libsnmp-base libsnmp35 libssl1.1 libstdc++-9-dev libsub-override-perl 2022-02-04 14:50:41.121 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2022-02-04 14:50:41.121 | libtinfo-dev libtool libwebp6 libx86-1 libxaw7 libxcb-render0 libxcb-shm0 2022-02-04 14:50:41.121 | libxml2 libxmu6 libxpm4 libxrender1 libxt6 libz3-4 libz3-dev llvm-10 2022-02-04 14:50:41.122 | llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common openssh-client 2022-02-04 14:50:41.122 | openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2022-02-04 14:50:41.122 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-02-04 14:50:41.122 | python-pip-whl python3-pcp python3-pygments python3-wheel python3-yaml 2022-02-04 14:50:41.122 | python3.8-venv qemu-block-extra sharutils ssl-cert systemd systemd-sysv 2022-02-04 14:50:41.122 | systemd-timesyncd uuid-dev vbetool x11-common 2022-02-04 14:50:41.123 | Suggested packages: 2022-02-04 14:50:41.123 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2022-02-04 14:50:41.123 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2022-02-04 14:50:41.123 | dh-make debian-keyring g++-multilib g++-9-multilib gcc-9-doc wodim 2022-02-04 14:50:41.123 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc 2022-02-04 14:50:41.123 | vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc python bzr libisal2 2022-02-04 14:50:41.123 | libjerasure2 libgd-tools krb5-user icu-doc libtool-doc ncurses-doc 2022-02-04 14:50:41.123 | libomp-10-doc postgresql-doc-12 lksctp-tools lm-sensors snmp-mibs-downloader 2022-02-04 14:50:41.123 | libssl-doc libstdc++-9-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc 2022-02-04 14:50:41.123 | llvm-10-doc m4-doc make-doc libanyevent-perl libcache-memcached-perl 2022-02-04 14:50:41.123 | libmemcached libterm-readkey-perl libyaml-perl keychain libpam-ssh 2022-02-04 14:50:41.123 | monkeysphere ssh-askpass molly-guard pcp-gui libpcp-import-perl cpufrequtils 2022-02-04 14:50:41.123 | wireless-tools radeontool libmail-box-perl postgresql-12 libjson-perl 2022-02-04 14:50:41.123 | default-mysql-server | virtual-mysql-server python3-mysqldb-dbg 2022-02-04 14:50:41.123 | python-pygments-doc ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx 2022-02-04 14:50:41.123 | | mailx sqlite3-doc openssl-blacklist systemd-container zip 2022-02-04 14:50:41.380 | The following NEW packages will be installed: 2022-02-04 14:50:41.380 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2022-02-04 14:50:41.380 | automake autopoint autotools-dev binfmt-support build-essential clang-10 2022-02-04 14:50:41.380 | comerr-dev conntrack conntrackd debhelper dh-autoreconf 2022-02-04 14:50:41.380 | dh-strip-nondeterminism dns-root-data dnsmasq-base dnsmasq-utils dpkg-dev 2022-02-04 14:50:41.380 | dwz ebtables fakeroot fontconfig fontconfig-config fonts-dejavu-core 2022-02-04 14:50:41.380 | fonts-liberation g++ g++-9 genisoimage gettext graphviz haproxy 2022-02-04 14:50:41.380 | ibverbs-providers icu-devtools intltool-debian ipset iputils-arping ipvsadm 2022-02-04 14:50:41.380 | javascript-common keepalived krb5-multidev lib32gcc-s1 lib32stdc++6 2022-02-04 14:50:41.380 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2022-02-04 14:50:41.380 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2022-02-04 14:50:41.380 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2022-02-04 14:50:41.380 | libarchive-cpio-perl libarchive-zip-perl libboost-iostreams1.71.0 2022-02-04 14:50:41.380 | libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 libcgraph6 2022-02-04 14:50:41.380 | libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 libdatrie1 2022-02-04 14:50:41.380 | libdebhelper-perl libdpkg-perl liberasurecode-dev liberasurecode1 2022-02-04 14:50:41.380 | libfakeroot libffi-dev libfile-fcntllock-perl 2022-02-04 14:50:41.381 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-02-04 14:50:41.381 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-02-04 14:50:41.381 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2022-02-04 14:50:41.381 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-02-04 14:50:41.381 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2022-02-04 14:50:41.381 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2022-02-04 14:50:41.381 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2022-02-04 14:50:41.381 | libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0 2022-02-04 14:50:41.381 | libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 2022-02-04 14:50:41.381 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0 2022-02-04 14:50:41.381 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 2022-02-04 14:50:41.381 | libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 2022-02-04 14:50:41.381 | libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1 2022-02-04 14:50:41.381 | librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5 2022-02-04 14:50:41.381 | libsm6 libsnmp-base libsnmp35 libssl-dev libstdc++-9-dev 2022-02-04 14:50:41.381 | libsub-override-perl libsys-hostname-long-perl libsystemd-dev libthai-data 2022-02-04 14:50:41.381 | libthai0 libtiff5 libtinfo-dev libtool libwebp6 libx86-1 libxaw7 2022-02-04 14:50:41.381 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2022-02-04 14:50:41.381 | libxslt1-dev libxt6 libyaml-dev libz3-4 libz3-dev llvm-10 llvm-10-dev 2022-02-04 14:50:41.381 | llvm-10-runtime llvm-10-tools lsscsi m4 make memcached mysql-common pcp 2022-02-04 14:50:41.381 | pcp-conf pkg-config pm-utils po-debconf postgresql-client-12 2022-02-04 14:50:41.381 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-02-04 14:50:41.381 | postgresql-server-dev-all python-pip-whl python3-mysqldb python3-pcp 2022-02-04 14:50:41.381 | python3-pip python3-pygments python3-venv python3-wheel python3-yaml 2022-02-04 14:50:41.382 | python3.8-venv qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert 2022-02-04 14:50:41.382 | unzip uuid-dev vbetool vlan x11-common 2022-02-04 14:50:41.383 | The following packages will be upgraded: 2022-02-04 14:50:41.384 | curl libcurl4 libicu66 libldap-2.4-2 libnss-systemd libpam-systemd libssl1.1 2022-02-04 14:50:41.384 | libsystemd0 libxml2 open-iscsi openssh-client openssh-server 2022-02-04 14:50:41.385 | openssh-sftp-server openssl systemd systemd-sysv systemd-timesyncd wget 2022-02-04 14:50:41.808 | 18 upgraded, 219 newly installed, 0 to remove and 107 not upgraded. 2022-02-04 14:50:41.808 | Need to get 164 MB of archives. 2022-02-04 14:50:41.808 | After this operation, 768 MB of additional disk space will be used. 2022-02-04 14:50:41.808 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.15 [95.8 kB] 2022-02-04 14:50:43.328 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] 2022-02-04 14:50:43.329 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] 2022-02-04 14:50:43.330 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] 2022-02-04 14:50:43.596 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.15 [3,811 kB] 2022-02-04 14:50:46.520 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] 2022-02-04 14:50:46.978 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2022-02-04 14:50:46.980 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.10 [1,322 kB] 2022-02-04 14:50:47.867 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2022-02-04 14:50:48.023 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2022-02-04 14:50:48.024 | 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] 2022-02-04 14:50:48.035 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2022-02-04 14:50:48.035 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB] 2022-02-04 14:50:48.192 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB] 2022-02-04 14:50:48.353 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2022-02-04 14:50:48.355 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2022-02-04 14:50:48.564 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8,515 kB] 2022-02-04 14:50:54.712 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB] 2022-02-04 14:50:54.822 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.9 [1,180 kB] 2022-02-04 14:50:55.406 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.9 [159 kB] 2022-02-04 14:50:55.554 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.9 [84.3 kB] 2022-02-04 14:50:55.712 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.9 [95.5 kB] 2022-02-04 14:50:55.884 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-02-04 14:50:55.886 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.3 [1,519 kB] 2022-02-04 14:50:56.520 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2022-02-04 14:50:56.523 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2022-02-04 14:50:56.523 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2022-02-04 14:50:56.524 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.28-0ubuntu0.20.04.3 [1,292 kB] 2022-02-04 14:50:57.257 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors-config all 1:3.6.0-2ubuntu1 [6,092 B] 2022-02-04 14:50:57.257 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1 [27.4 kB] 2022-02-04 14:50:57.258 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.3 [206 kB] 2022-02-04 14:50:57.263 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.3 [978 kB] 2022-02-04 14:50:57.672 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.1 [360 kB] 2022-02-04 14:50:57.834 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 [128 kB] 2022-02-04 14:50:57.942 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2022-02-04 14:50:58.079 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.10 [620 kB] 2022-02-04 14:50:58.491 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2022-02-04 14:50:58.562 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.4 [51.5 kB] 2022-02-04 14:50:58.564 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.4 [377 kB] 2022-02-04 14:50:58.610 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] 2022-02-04 14:50:59.010 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] 2022-02-04 14:50:59.204 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2022-02-04 14:50:59.207 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2022-02-04 14:50:59.223 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2022-02-04 14:50:59.259 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2022-02-04 14:50:59.430 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2022-02-04 14:50:59.743 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2022-02-04 14:50:59.890 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2022-02-04 14:51:06.224 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2022-02-04 14:51:12.880 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1,714 kB] 2022-02-04 14:51:13.191 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2022-02-04 14:51:13.245 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2022-02-04 14:51:13.292 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.3.0-17ubuntu1~20.04 [226 kB] 2022-02-04 14:51:13.374 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.2 [2,723 kB] 2022-02-04 14:51:13.782 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2022-02-04 14:51:13.844 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2022-02-04 14:51:13.978 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2022-02-04 14:51:14.799 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2022-02-04 14:51:15.748 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2022-02-04 14:51:15.796 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2022-02-04 14:51:15.854 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2022-02-04 14:51:15.897 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2022-02-04 14:51:15.945 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2022-02-04 14:51:15.996 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2022-02-04 14:51:16.040 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2022-02-04 14:51:16.083 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2022-02-04 14:51:16.126 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] 2022-02-04 14:51:16.191 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] 2022-02-04 14:51:16.249 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] 2022-02-04 14:51:16.366 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2022-02-04 14:51:16.509 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] 2022-02-04 14:51:16.560 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] 2022-02-04 14:51:16.705 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2022-02-04 14:51:16.750 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] 2022-02-04 14:51:16.818 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] 2022-02-04 14:51:16.960 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.1 [33.6 kB] 2022-02-04 14:51:17.006 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B] 2022-02-04 14:51:17.049 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB] 2022-02-04 14:51:17.098 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB] 2022-02-04 14:51:17.218 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.8 [262 kB] 2022-02-04 14:51:17.291 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB] 2022-02-04 14:51:17.381 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.9 [179 kB] 2022-02-04 14:51:17.443 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB] 2022-02-04 14:51:17.493 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8,405 kB] 2022-02-04 14:51:18.513 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B] 2022-02-04 14:51:18.556 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B] 2022-02-04 14:51:18.599 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-02-04 14:51:18.644 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B] 2022-02-04 14:51:18.688 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB] 2022-02-04 14:51:18.731 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB] 2022-02-04 14:51:18.787 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B] 2022-02-04 14:51:18.830 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] 2022-02-04 14:51:18.876 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.4 [315 kB] 2022-02-04 14:51:19.041 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.4 [13.3 kB] 2022-02-04 14:51:19.084 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-02-04 14:51:19.135 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] 2022-02-04 14:51:19.180 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] 2022-02-04 14:51:19.228 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2022-02-04 14:51:19.380 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] 2022-02-04 14:51:19.514 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2022-02-04 14:51:19.560 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2022-02-04 14:51:19.613 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2022-02-04 14:51:19.674 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB] 2022-02-04 14:51:19.750 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] 2022-02-04 14:51:19.794 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB] 2022-02-04 14:51:19.838 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB] 2022-02-04 14:51:19.886 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] 2022-02-04 14:51:19.945 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2022-02-04 14:51:19.988 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2022-02-04 14:51:20.033 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] 2022-02-04 14:51:20.097 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.2 [162 kB] 2022-02-04 14:51:20.157 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2022-02-04 14:51:20.203 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] 2022-02-04 14:51:20.260 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2022-02-04 14:51:20.318 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] 2022-02-04 14:51:20.385 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2022-02-04 14:51:20.513 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] 2022-02-04 14:51:20.556 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2022-02-04 14:51:20.600 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2022-02-04 14:51:20.705 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2022-02-04 14:51:20.756 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4 [391 kB] 2022-02-04 14:51:20.841 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2022-02-04 14:51:20.899 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2022-02-04 14:51:20.943 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2022-02-04 14:51:20.988 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2022-02-04 14:51:21.050 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 2022-02-04 14:51:21.095 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 2022-02-04 14:51:21.140 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB] 2022-02-04 14:51:21.184 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB] 2022-02-04 14:51:21.297 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB] 2022-02-04 14:51:21.357 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB] 2022-02-04 14:51:21.418 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2022-02-04 14:51:21.462 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2022-02-04 14:51:21.509 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2022-02-04 14:51:21.552 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2022-02-04 14:51:21.611 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] 2022-02-04 14:51:21.658 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2022-02-04 14:51:21.719 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] 2022-02-04 14:51:21.825 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB] 2022-02-04 14:51:21.972 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2022-02-04 14:51:22.019 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 2022-02-04 14:51:22.086 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 [189 kB] 2022-02-04 14:51:22.149 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB] 2022-02-04 14:51:22.192 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B] 2022-02-04 14:51:22.235 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 2022-02-04 14:51:22.283 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 2022-02-04 14:51:22.328 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 2022-02-04 14:51:22.375 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 2022-02-04 14:51:22.421 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 2022-02-04 14:51:22.510 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 2022-02-04 14:51:22.692 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] 2022-02-04 14:51:22.745 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] 2022-02-04 14:51:22.790 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2022-02-04 14:51:22.834 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2022-02-04 14:51:22.879 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB] 2022-02-04 14:51:22.978 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] 2022-02-04 14:51:23.048 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] 2022-02-04 14:51:23.092 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2022-02-04 14:51:23.139 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 [9,451 kB] 2022-02-04 14:51:24.480 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libipset13 amd64 7.5-1ubuntu0.20.04.1 [53.6 kB] 2022-02-04 14:51:24.614 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2022-02-04 14:51:24.664 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB] 2022-02-04 14:51:24.716 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 [238 kB] 2022-02-04 14:51:24.814 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2022-02-04 14:51:24.856 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2022-02-04 14:51:24.899 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] 2022-02-04 14:51:24.991 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B] 2022-02-04 14:51:25.035 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB] 2022-02-04 14:51:25.103 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 2022-02-04 14:51:25.170 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2022-02-04 14:51:25.302 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2022-02-04 14:51:25.346 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] 2022-02-04 14:51:25.441 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB] 2022-02-04 14:51:25.499 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.6 [1,256 kB] 2022-02-04 14:51:25.704 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB] 2022-02-04 14:51:25.781 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB] 2022-02-04 14:51:25.829 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB] 2022-02-04 14:51:25.873 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB] 2022-02-04 14:51:25.946 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB] 2022-02-04 14:51:25.992 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB] 2022-02-04 14:51:26.039 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.9-0ubuntu0.20.04.1 [117 kB] 2022-02-04 14:51:26.094 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.9-0ubuntu0.20.04.1 [136 kB] 2022-02-04 14:51:26.150 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.14-0ubuntu0.20.04.2 [3,212 kB] 2022-02-04 14:51:26.557 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.14-0ubuntu0.20.04.2 [1,623 kB] 2022-02-04 14:51:26.780 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2 [225 kB] 2022-02-04 14:51:26.847 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.10 [1,584 kB] 2022-02-04 14:51:27.075 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.15 [246 kB] 2022-02-04 14:51:27.144 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B] 2022-02-04 14:51:27.186 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB] 2022-02-04 14:51:27.237 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [735 kB] 2022-02-04 14:51:27.376 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxslt1-dev amd64 1.1.34-4 [219 kB] 2022-02-04 14:51:27.483 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB] 2022-02-04 14:51:27.544 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB] 2022-02-04 14:51:27.701 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB] 2022-02-04 14:51:28.458 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2022-02-04 14:51:28.506 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2022-02-04 14:51:28.651 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB] 2022-02-04 14:51:28.728 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB] 2022-02-04 14:51:29.798 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB] 2022-02-04 14:51:29.853 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB] 2022-02-04 14:51:34.182 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB] 2022-02-04 14:51:34.290 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2022-02-04 14:51:34.338 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] 2022-02-04 14:51:34.386 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] 2022-02-04 14:51:34.432 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.9-0ubuntu0.20.04.1 [1,047 kB] 2022-02-04 14:51:34.626 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2022-02-04 14:51:34.671 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] 2022-02-04 14:51:34.736 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.9-0ubuntu0.20.04.1 [921 kB] 2022-02-04 14:51:34.911 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B] 2022-02-04 14:51:34.955 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.6 [1,805 kB] 2022-02-04 14:51:35.249 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB] 2022-02-04 14:51:35.296 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-wheel all 0.34.2-1 [23.8 kB] 2022-02-04 14:51:35.342 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-pip all 20.0.2-5ubuntu1.6 [231 kB] 2022-02-04 14:51:35.415 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.2 [5,444 B] 2022-02-04 14:51:35.458 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B] 2022-02-04 14:51:35.589 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.19 [54.9 kB] 2022-02-04 14:51:35.638 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.19 [970 kB] 2022-02-04 14:51:35.820 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB] 2022-02-04 14:51:35.883 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.2 [860 kB] 2022-02-04 14:51:36.046 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] 2022-02-04 14:51:36.111 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2022-02-04 14:51:36.155 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 ipset amd64 7.5-1ubuntu0.20.04.1 [29.8 kB] 2022-02-04 14:51:36.201 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB] 2022-02-04 14:51:36.252 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.9 [1,180 B] 2022-02-04 14:51:36.295 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 [40.2 kB] 2022-02-04 14:51:36.343 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 [15.1 kB] 2022-02-04 14:51:36.387 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 2022-02-04 14:51:36.431 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 [11.6 kB] 2022-02-04 14:51:36.474 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 [15.5 kB] 2022-02-04 14:51:36.519 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 [12.4 kB] 2022-02-04 14:51:36.563 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 [15.6 kB] 2022-02-04 14:51:36.607 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 [127 kB] 2022-02-04 14:51:36.668 | Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB] 2022-02-04 14:51:36.719 | Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 [66.6 kB] 2022-02-04 14:51:36.772 | Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 [2,954 kB] 2022-02-04 14:51:37.243 | Get:236 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-02-04 14:51:37.330 | Get:237 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB] 2022-02-04 14:51:38.839 | Preconfiguring packages ... 2022-02-04 14:51:39.000 | Fetched 164 MB in 56s (2,926 kB/s) 2022-02-04 14:51:39.067 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67325 files and directories currently installed.) 2022-02-04 14:51:39.069 | Preparing to unpack .../0-libnss-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-04 14:51:39.083 | Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-04 14:51:39.149 | Preparing to unpack .../1-systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-04 14:51:39.159 | Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-04 14:51:39.553 | Preparing to unpack .../2-systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... 2022-02-04 14:51:39.559 | Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-04 14:51:39.598 | Preparing to unpack .../3-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-04 14:51:39.611 | Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-04 14:51:39.683 | Preparing to unpack .../4-systemd_245.4-4ubuntu3.15_amd64.deb ... 2022-02-04 14:51:39.843 | Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-04 14:51:40.630 | Preparing to unpack .../5-libsystemd0_245.4-4ubuntu3.15_amd64.deb ... 2022-02-04 14:51:40.640 | Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3.6) ... 2022-02-04 14:51:40.724 | Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... 2022-02-04 14:51:40.777 | Selecting previously unselected package libapr1:amd64. 2022-02-04 14:51:40.819 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67326 files and directories currently installed.) 2022-02-04 14:51:40.822 | Preparing to unpack .../000-libapr1_1.6.5-1ubuntu1_amd64.deb ... 2022-02-04 14:51:40.824 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-02-04 14:51:40.884 | Preparing to unpack .../001-libssl1.1_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-02-04 14:51:40.895 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2.3) ... 2022-02-04 14:51:41.105 | Selecting previously unselected package libaprutil1:amd64. 2022-02-04 14:51:41.112 | Preparing to unpack .../002-libaprutil1_1.6.1-4ubuntu2_amd64.deb ... 2022-02-04 14:51:41.115 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-02-04 14:51:41.154 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2022-02-04 14:51:41.161 | Preparing to unpack .../003-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ... 2022-02-04 14:51:41.163 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-02-04 14:51:41.202 | Preparing to unpack .../004-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2022-02-04 14:51:41.213 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) over (2.4.49+dfsg-2ubuntu1.7) ... 2022-02-04 14:51:41.267 | Selecting previously unselected package libaprutil1-ldap:amd64. 2022-02-04 14:51:41.274 | Preparing to unpack .../005-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ... 2022-02-04 14:51:41.277 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-02-04 14:51:41.309 | Preparing to unpack .../006-curl_7.68.0-1ubuntu2.7_amd64.deb ... 2022-02-04 14:51:41.316 | Unpacking curl (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2022-02-04 14:51:41.389 | Preparing to unpack .../007-libcurl4_7.68.0-1ubuntu2.7_amd64.deb ... 2022-02-04 14:51:41.402 | Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.7) over (7.68.0-1ubuntu2.5) ... 2022-02-04 14:51:41.470 | Selecting previously unselected package libjansson4:amd64. 2022-02-04 14:51:41.479 | Preparing to unpack .../008-libjansson4_2.12-1build1_amd64.deb ... 2022-02-04 14:51:41.481 | Unpacking libjansson4:amd64 (2.12-1build1) ... 2022-02-04 14:51:41.513 | Selecting previously unselected package liblua5.2-0:amd64. 2022-02-04 14:51:41.520 | Preparing to unpack .../009-liblua5.2-0_5.2.4-1.1build3_amd64.deb ... 2022-02-04 14:51:41.523 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-02-04 14:51:41.576 | Preparing to unpack .../010-libicu66_66.1-2ubuntu2.1_amd64.deb ... 2022-02-04 14:51:41.585 | Unpacking libicu66:amd64 (66.1-2ubuntu2.1) over (66.1-2ubuntu2) ... 2022-02-04 14:51:42.885 | Preparing to unpack .../011-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2022-02-04 14:51:42.892 | Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) over (2.9.10+dfsg-5) ... 2022-02-04 14:51:43.011 | Selecting previously unselected package apache2-bin. 2022-02-04 14:51:43.019 | Preparing to unpack .../012-apache2-bin_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-04 14:51:43.021 | Unpacking apache2-bin (2.4.41-4ubuntu3.9) ... 2022-02-04 14:51:43.227 | Selecting previously unselected package apache2-data. 2022-02-04 14:51:43.235 | Preparing to unpack .../013-apache2-data_2.4.41-4ubuntu3.9_all.deb ... 2022-02-04 14:51:43.238 | Unpacking apache2-data (2.4.41-4ubuntu3.9) ... 2022-02-04 14:51:43.360 | Selecting previously unselected package apache2-utils. 2022-02-04 14:51:43.368 | Preparing to unpack .../014-apache2-utils_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-04 14:51:43.370 | Unpacking apache2-utils (2.4.41-4ubuntu3.9) ... 2022-02-04 14:51:43.416 | Selecting previously unselected package apache2. 2022-02-04 14:51:43.423 | Preparing to unpack .../015-apache2_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-04 14:51:43.444 | Unpacking apache2 (2.4.41-4ubuntu3.9) ... 2022-02-04 14:51:43.513 | Selecting previously unselected package liblua5.3-0:amd64. 2022-02-04 14:51:43.522 | Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-02-04 14:51:43.525 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-02-04 14:51:43.572 | Selecting previously unselected package haproxy. 2022-02-04 14:51:43.580 | Preparing to unpack .../017-haproxy_2.0.13-2ubuntu0.3_amd64.deb ... 2022-02-04 14:51:43.589 | Unpacking haproxy (2.0.13-2ubuntu0.3) ... 2022-02-04 14:51:43.811 | Selecting previously unselected package libnl-3-200:amd64. 2022-02-04 14:51:43.818 | Preparing to unpack .../018-libnl-3-200_3.4.0-1_amd64.deb ... 2022-02-04 14:51:43.820 | Unpacking libnl-3-200:amd64 (3.4.0-1) ... 2022-02-04 14:51:43.856 | Selecting previously unselected package libnl-genl-3-200:amd64. 2022-02-04 14:51:43.863 | Preparing to unpack .../019-libnl-genl-3-200_3.4.0-1_amd64.deb ... 2022-02-04 14:51:43.866 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-02-04 14:51:43.898 | Selecting previously unselected package mysql-common. 2022-02-04 14:51:43.906 | Preparing to unpack .../020-mysql-common_5.8+1.0.5ubuntu2_all.deb ... 2022-02-04 14:51:43.925 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ... 2022-02-04 14:51:43.957 | Selecting previously unselected package libmysqlclient21:amd64. 2022-02-04 14:51:43.965 | Preparing to unpack .../021-libmysqlclient21_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-04 14:51:43.967 | Unpacking libmysqlclient21:amd64 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-04 14:51:44.204 | Selecting previously unselected package libsensors-config. 2022-02-04 14:51:44.213 | Preparing to unpack .../022-libsensors-config_1%3a3.6.0-2ubuntu1_all.deb ... 2022-02-04 14:51:44.216 | Unpacking libsensors-config (1:3.6.0-2ubuntu1) ... 2022-02-04 14:51:44.247 | Selecting previously unselected package libsensors5:amd64. 2022-02-04 14:51:44.254 | Preparing to unpack .../023-libsensors5_1%3a3.6.0-2ubuntu1_amd64.deb ... 2022-02-04 14:51:44.328 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2022-02-04 14:51:44.359 | Selecting previously unselected package libsnmp-base. 2022-02-04 14:51:44.367 | Preparing to unpack .../024-libsnmp-base_5.8+dfsg-2ubuntu2.3_all.deb ... 2022-02-04 14:51:44.369 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2022-02-04 14:51:44.438 | Selecting previously unselected package libsnmp35:amd64. 2022-02-04 14:51:44.446 | Preparing to unpack .../025-libsnmp35_5.8+dfsg-2ubuntu2.3_amd64.deb ... 2022-02-04 14:51:44.448 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2022-02-04 14:51:44.621 | Selecting previously unselected package keepalived. 2022-02-04 14:51:44.629 | Preparing to unpack .../026-keepalived_1%3a2.0.19-2ubuntu0.1_amd64.deb ... 2022-02-04 14:51:44.631 | Unpacking keepalived (1:2.0.19-2ubuntu0.1) ... 2022-02-04 14:51:44.721 | Selecting previously unselected package memcached. 2022-02-04 14:51:44.728 | Preparing to unpack .../027-memcached_1.5.22-2ubuntu0.2_amd64.deb ... 2022-02-04 14:51:44.731 | Unpacking memcached (1.5.22-2ubuntu0.2) ... 2022-02-04 14:51:44.791 | Preparing to unpack .../028-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ... 2022-02-04 14:51:45.257 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ... 2022-02-04 14:51:45.365 | Preparing to unpack .../029-openssl_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-02-04 14:51:45.370 | Unpacking openssl (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2.3) ... 2022-02-04 14:51:45.503 | Selecting previously unselected package python3-yaml. 2022-02-04 14:51:45.511 | Preparing to unpack .../030-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2022-02-04 14:51:45.513 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2022-02-04 14:51:45.567 | Preparing to unpack .../031-openssh-sftp-server_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-02-04 14:51:45.574 | Unpacking openssh-sftp-server (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-02-04 14:51:45.624 | Preparing to unpack .../032-openssh-server_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-02-04 14:51:45.707 | Unpacking openssh-server (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-02-04 14:51:46.159 | Preparing to unpack .../033-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 2022-02-04 14:51:46.184 | Unpacking openssh-client (1:8.2p1-4ubuntu0.4) over (1:8.2p1-4ubuntu0.2) ... 2022-02-04 14:51:46.351 | Preparing to unpack .../034-wget_1.20.3-1ubuntu2_amd64.deb ... 2022-02-04 14:51:46.357 | Unpacking wget (1.20.3-1ubuntu2) over (1.20.3-1ubuntu1) ... 2022-02-04 14:51:46.429 | Selecting previously unselected package acl. 2022-02-04 14:51:46.437 | Preparing to unpack .../035-acl_2.2.53-6_amd64.deb ... 2022-02-04 14:51:46.439 | Unpacking acl (2.2.53-6) ... 2022-02-04 14:51:46.468 | Selecting previously unselected package autotools-dev. 2022-02-04 14:51:46.475 | Preparing to unpack .../036-autotools-dev_20180224.1_all.deb ... 2022-02-04 14:51:46.478 | Unpacking autotools-dev (20180224.1) ... 2022-02-04 14:51:46.515 | Selecting previously unselected package m4. 2022-02-04 14:51:46.522 | Preparing to unpack .../037-m4_1.4.18-4_amd64.deb ... 2022-02-04 14:51:46.525 | Unpacking m4 (1.4.18-4) ... 2022-02-04 14:51:46.578 | Selecting previously unselected package autoconf. 2022-02-04 14:51:46.586 | Preparing to unpack .../038-autoconf_2.69-11.1_all.deb ... 2022-02-04 14:51:46.588 | Unpacking autoconf (2.69-11.1) ... 2022-02-04 14:51:46.670 | Selecting previously unselected package automake. 2022-02-04 14:51:46.677 | Preparing to unpack .../039-automake_1%3a1.16.1-4ubuntu6_all.deb ... 2022-02-04 14:51:46.681 | Unpacking automake (1:1.16.1-4ubuntu6) ... 2022-02-04 14:51:46.783 | Selecting previously unselected package autopoint. 2022-02-04 14:51:46.791 | Preparing to unpack .../040-autopoint_0.19.8.1-10build1_all.deb ... 2022-02-04 14:51:46.793 | Unpacking autopoint (0.19.8.1-10build1) ... 2022-02-04 14:51:46.837 | Selecting previously unselected package libllvm10:amd64. 2022-02-04 14:51:46.844 | Preparing to unpack .../041-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-04 14:51:46.846 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-04 14:51:49.093 | Selecting previously unselected package libclang-cpp10. 2022-02-04 14:51:49.100 | Preparing to unpack .../042-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-04 14:51:49.103 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-02-04 14:51:50.575 | Selecting previously unselected package libstdc++-9-dev:amd64. 2022-02-04 14:51:50.582 | Preparing to unpack .../043-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-02-04 14:51:50.585 | Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-04 14:51:51.082 | Selecting previously unselected package libgc1c2:amd64. 2022-02-04 14:51:51.093 | Preparing to unpack .../044-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ... 2022-02-04 14:51:51.095 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-02-04 14:51:51.137 | Selecting previously unselected package libobjc4:amd64. 2022-02-04 14:51:51.145 | Preparing to unpack .../045-libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-02-04 14:51:51.148 | Unpacking libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-02-04 14:51:51.180 | Selecting previously unselected package libobjc-9-dev:amd64. 2022-02-04 14:51:51.188 | Preparing to unpack .../046-libobjc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-02-04 14:51:51.190 | Unpacking libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-04 14:51:51.272 | Selecting previously unselected package libc6-i386. 2022-02-04 14:51:51.280 | Preparing to unpack .../047-libc6-i386_2.31-0ubuntu9.2_amd64.deb ... 2022-02-04 14:51:51.282 | Unpacking libc6-i386 (2.31-0ubuntu9.2) ... 2022-02-04 14:51:51.828 | Selecting previously unselected package lib32gcc-s1. 2022-02-04 14:51:51.837 | Preparing to unpack .../048-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-02-04 14:51:51.839 | Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-02-04 14:51:51.878 | Selecting previously unselected package lib32stdc++6. 2022-02-04 14:51:51.887 | Preparing to unpack .../049-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-02-04 14:51:51.890 | Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-02-04 14:51:51.991 | Selecting previously unselected package libclang-common-10-dev. 2022-02-04 14:51:51.999 | Preparing to unpack .../050-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-04 14:51:52.005 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-04 14:51:52.993 | Selecting previously unselected package libclang1-10. 2022-02-04 14:51:53.000 | Preparing to unpack .../051-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-04 14:51:53.003 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-02-04 14:51:54.135 | Selecting previously unselected package clang-10. 2022-02-04 14:51:54.143 | Preparing to unpack .../052-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-04 14:51:54.146 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ... 2022-02-04 14:51:54.183 | Selecting previously unselected package libtool. 2022-02-04 14:51:54.191 | Preparing to unpack .../053-libtool_2.4.6-14_all.deb ... 2022-02-04 14:51:54.193 | Unpacking libtool (2.4.6-14) ... 2022-02-04 14:51:54.242 | Selecting previously unselected package dh-autoreconf. 2022-02-04 14:51:54.249 | Preparing to unpack .../054-dh-autoreconf_19_all.deb ... 2022-02-04 14:51:54.251 | Unpacking dh-autoreconf (19) ... 2022-02-04 14:51:54.279 | Selecting previously unselected package libdebhelper-perl. 2022-02-04 14:51:54.286 | Preparing to unpack .../055-libdebhelper-perl_12.10ubuntu1_all.deb ... 2022-02-04 14:51:54.289 | Unpacking libdebhelper-perl (12.10ubuntu1) ... 2022-02-04 14:51:54.332 | Selecting previously unselected package libarchive-zip-perl. 2022-02-04 14:51:54.340 | Preparing to unpack .../056-libarchive-zip-perl_1.67-2_all.deb ... 2022-02-04 14:51:54.342 | Unpacking libarchive-zip-perl (1.67-2) ... 2022-02-04 14:51:54.388 | Selecting previously unselected package libsub-override-perl. 2022-02-04 14:51:54.395 | Preparing to unpack .../057-libsub-override-perl_0.09-2_all.deb ... 2022-02-04 14:51:54.398 | Unpacking libsub-override-perl (0.09-2) ... 2022-02-04 14:51:54.423 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2022-02-04 14:51:54.431 | Preparing to unpack .../058-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... 2022-02-04 14:51:54.433 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-02-04 14:51:54.463 | Selecting previously unselected package dh-strip-nondeterminism. 2022-02-04 14:51:54.471 | Preparing to unpack .../059-dh-strip-nondeterminism_1.7.0-1_all.deb ... 2022-02-04 14:51:54.473 | Unpacking dh-strip-nondeterminism (1.7.0-1) ... 2022-02-04 14:51:54.499 | Selecting previously unselected package libdpkg-perl. 2022-02-04 14:51:54.507 | Preparing to unpack .../060-libdpkg-perl_1.19.7ubuntu3_all.deb ... 2022-02-04 14:51:54.509 | Unpacking libdpkg-perl (1.19.7ubuntu3) ... 2022-02-04 14:51:54.580 | Selecting previously unselected package make. 2022-02-04 14:51:54.588 | Preparing to unpack .../061-make_4.2.1-1.2_amd64.deb ... 2022-02-04 14:51:54.590 | Unpacking make (4.2.1-1.2) ... 2022-02-04 14:51:54.638 | Selecting previously unselected package dpkg-dev. 2022-02-04 14:51:54.645 | Preparing to unpack .../062-dpkg-dev_1.19.7ubuntu3_all.deb ... 2022-02-04 14:51:54.648 | Unpacking dpkg-dev (1.19.7ubuntu3) ... 2022-02-04 14:51:54.788 | Selecting previously unselected package dwz. 2022-02-04 14:51:54.796 | Preparing to unpack .../063-dwz_0.13-5_amd64.deb ... 2022-02-04 14:51:54.798 | Unpacking dwz (0.13-5) ... 2022-02-04 14:51:54.850 | Selecting previously unselected package libcroco3:amd64. 2022-02-04 14:51:54.858 | Preparing to unpack .../064-libcroco3_0.6.13-1_amd64.deb ... 2022-02-04 14:51:54.861 | Unpacking libcroco3:amd64 (0.6.13-1) ... 2022-02-04 14:51:54.898 | Selecting previously unselected package gettext. 2022-02-04 14:51:54.905 | Preparing to unpack .../065-gettext_0.19.8.1-10build1_amd64.deb ... 2022-02-04 14:51:54.908 | Unpacking gettext (0.19.8.1-10build1) ... 2022-02-04 14:51:55.071 | Selecting previously unselected package intltool-debian. 2022-02-04 14:51:55.079 | Preparing to unpack .../066-intltool-debian_0.35.0+20060710.5_all.deb ... 2022-02-04 14:51:55.082 | Unpacking intltool-debian (0.35.0+20060710.5) ... 2022-02-04 14:51:55.112 | Selecting previously unselected package po-debconf. 2022-02-04 14:51:55.120 | Preparing to unpack .../067-po-debconf_1.0.21_all.deb ... 2022-02-04 14:51:55.122 | Unpacking po-debconf (1.0.21) ... 2022-02-04 14:51:55.187 | Selecting previously unselected package debhelper. 2022-02-04 14:51:55.195 | Preparing to unpack .../068-debhelper_12.10ubuntu1_all.deb ... 2022-02-04 14:51:55.197 | Unpacking debhelper (12.10ubuntu1) ... 2022-02-04 14:51:55.398 | Selecting previously unselected package uuid-dev:amd64. 2022-02-04 14:51:55.402 | Preparing to unpack .../069-uuid-dev_2.34-0.1ubuntu9.1_amd64.deb ... 2022-02-04 14:51:55.404 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.1) ... 2022-02-04 14:51:55.455 | Selecting previously unselected package libsctp1:amd64. 2022-02-04 14:51:55.463 | Preparing to unpack .../070-libsctp1_1.0.18+dfsg-1_amd64.deb ... 2022-02-04 14:51:55.466 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-02-04 14:51:55.495 | Selecting previously unselected package libsctp-dev:amd64. 2022-02-04 14:51:55.503 | Preparing to unpack .../071-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... 2022-02-04 14:51:55.505 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-02-04 14:51:55.542 | Selecting previously unselected package libapr1-dev. 2022-02-04 14:51:55.550 | Preparing to unpack .../072-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ... 2022-02-04 14:51:55.553 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ... 2022-02-04 14:51:55.819 | Selecting previously unselected package libldap2-dev:amd64. 2022-02-04 14:51:55.827 | Preparing to unpack .../073-libldap2-dev_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 2022-02-04 14:51:55.829 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-02-04 14:51:55.938 | Selecting previously unselected package libaprutil1-dev. 2022-02-04 14:51:55.946 | Preparing to unpack .../074-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ... 2022-02-04 14:51:55.949 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-02-04 14:51:56.172 | Selecting previously unselected package apache2-dev. 2022-02-04 14:51:56.180 | Preparing to unpack .../075-apache2-dev_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-04 14:51:56.183 | Unpacking apache2-dev (2.4.41-4ubuntu3.9) ... 2022-02-04 14:51:56.248 | Selecting previously unselected package binfmt-support. 2022-02-04 14:51:56.255 | Preparing to unpack .../076-binfmt-support_2.2.0-2_amd64.deb ... 2022-02-04 14:51:56.266 | Unpacking binfmt-support (2.2.0-2) ... 2022-02-04 14:51:56.303 | Selecting previously unselected package g++-9. 2022-02-04 14:51:56.311 | Preparing to unpack .../077-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 2022-02-04 14:51:56.313 | Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ... 2022-02-04 14:51:57.447 | Selecting previously unselected package g++. 2022-02-04 14:51:57.455 | Preparing to unpack .../078-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... 2022-02-04 14:51:57.458 | Unpacking g++ (4:9.3.0-1ubuntu2) ... 2022-02-04 14:51:57.484 | Selecting previously unselected package build-essential. 2022-02-04 14:51:57.492 | Preparing to unpack .../079-build-essential_12.8ubuntu1.1_amd64.deb ... 2022-02-04 14:51:57.494 | Unpacking build-essential (12.8ubuntu1.1) ... 2022-02-04 14:51:57.519 | Selecting previously unselected package conntrack. 2022-02-04 14:51:57.527 | Preparing to unpack .../080-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-02-04 14:51:57.530 | Unpacking conntrack (1:1.4.5-2) ... 2022-02-04 14:51:57.560 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2022-02-04 14:51:57.567 | Preparing to unpack .../081-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ... 2022-02-04 14:51:57.570 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-02-04 14:51:57.598 | Selecting previously unselected package libnetfilter-queue1. 2022-02-04 14:51:57.606 | Preparing to unpack .../082-libnetfilter-queue1_1.0.3-1_amd64.deb ... 2022-02-04 14:51:57.608 | Unpacking libnetfilter-queue1 (1.0.3-1) ... 2022-02-04 14:51:57.638 | Selecting previously unselected package conntrackd. 2022-02-04 14:51:57.647 | Preparing to unpack .../083-conntrackd_1%3a1.4.5-2_amd64.deb ... 2022-02-04 14:51:57.650 | Unpacking conntrackd (1:1.4.5-2) ... 2022-02-04 14:51:57.699 | Selecting previously unselected package dns-root-data. 2022-02-04 14:51:57.707 | Preparing to unpack .../084-dns-root-data_2019052802_all.deb ... 2022-02-04 14:51:57.709 | Unpacking dns-root-data (2019052802) ... 2022-02-04 14:51:57.742 | Selecting previously unselected package libidn11:amd64. 2022-02-04 14:51:57.749 | Preparing to unpack .../085-libidn11_1.33-2.2ubuntu2_amd64.deb ... 2022-02-04 14:51:57.752 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-02-04 14:51:57.787 | Selecting previously unselected package dnsmasq-base. 2022-02-04 14:51:57.795 | Preparing to unpack .../086-dnsmasq-base_2.80-1.1ubuntu1.4_amd64.deb ... 2022-02-04 14:51:57.797 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.4) ... 2022-02-04 14:51:57.864 | Selecting previously unselected package dnsmasq-utils. 2022-02-04 14:51:57.872 | Preparing to unpack .../087-dnsmasq-utils_2.80-1.1ubuntu1.4_amd64.deb ... 2022-02-04 14:51:57.875 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2022-02-04 14:51:57.907 | Selecting previously unselected package ebtables. 2022-02-04 14:51:57.915 | Preparing to unpack .../088-ebtables_2.0.11-3build1_amd64.deb ... 2022-02-04 14:51:57.933 | Unpacking ebtables (2.0.11-3build1) ... 2022-02-04 14:51:57.983 | Selecting previously unselected package libfakeroot:amd64. 2022-02-04 14:51:57.991 | Preparing to unpack .../089-libfakeroot_1.24-1_amd64.deb ... 2022-02-04 14:51:57.993 | Unpacking libfakeroot:amd64 (1.24-1) ... 2022-02-04 14:51:58.025 | Selecting previously unselected package fakeroot. 2022-02-04 14:51:58.033 | Preparing to unpack .../090-fakeroot_1.24-1_amd64.deb ... 2022-02-04 14:51:58.035 | Unpacking fakeroot (1.24-1) ... 2022-02-04 14:51:58.081 | Selecting previously unselected package fonts-dejavu-core. 2022-02-04 14:51:58.089 | Preparing to unpack .../091-fonts-dejavu-core_2.37-1_all.deb ... 2022-02-04 14:51:58.092 | Unpacking fonts-dejavu-core (2.37-1) ... 2022-02-04 14:51:58.262 | Selecting previously unselected package fonts-liberation. 2022-02-04 14:51:58.270 | Preparing to unpack .../092-fonts-liberation_1%3a1.07.4-11_all.deb ... 2022-02-04 14:51:58.273 | Unpacking fonts-liberation (1:1.07.4-11) ... 2022-02-04 14:51:58.411 | Selecting previously unselected package fontconfig-config. 2022-02-04 14:51:58.419 | Preparing to unpack .../093-fontconfig-config_2.13.1-2ubuntu3_all.deb ... 2022-02-04 14:51:58.421 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ... 2022-02-04 14:51:58.462 | Selecting previously unselected package libfontconfig1:amd64. 2022-02-04 14:51:58.470 | Preparing to unpack .../094-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... 2022-02-04 14:51:58.472 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-02-04 14:51:58.522 | Selecting previously unselected package fontconfig. 2022-02-04 14:51:58.530 | Preparing to unpack .../095-fontconfig_2.13.1-2ubuntu3_amd64.deb ... 2022-02-04 14:51:58.532 | Unpacking fontconfig (2.13.1-2ubuntu3) ... 2022-02-04 14:51:58.579 | Selecting previously unselected package genisoimage. 2022-02-04 14:51:58.587 | Preparing to unpack .../096-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ... 2022-02-04 14:51:58.590 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-02-04 14:51:58.670 | Selecting previously unselected package libann0. 2022-02-04 14:51:58.678 | Preparing to unpack .../097-libann0_1.1.2+doc-7build1_amd64.deb ... 2022-02-04 14:51:58.681 | Unpacking libann0 (1.1.2+doc-7build1) ... 2022-02-04 14:51:58.713 | Selecting previously unselected package libcdt5:amd64. 2022-02-04 14:51:58.721 | Preparing to unpack .../098-libcdt5_2.42.2-3build2_amd64.deb ... 2022-02-04 14:51:58.723 | Unpacking libcdt5:amd64 (2.42.2-3build2) ... 2022-02-04 14:51:58.760 | Selecting previously unselected package libcgraph6:amd64. 2022-02-04 14:51:58.768 | Preparing to unpack .../099-libcgraph6_2.42.2-3build2_amd64.deb ... 2022-02-04 14:51:58.771 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ... 2022-02-04 14:51:58.813 | Selecting previously unselected package libjpeg-turbo8:amd64. 2022-02-04 14:51:58.822 | Preparing to unpack .../100-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-02-04 14:51:58.824 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-04 14:51:58.869 | Selecting previously unselected package libjpeg8:amd64. 2022-02-04 14:51:58.877 | Preparing to unpack .../101-libjpeg8_8c-2ubuntu8_amd64.deb ... 2022-02-04 14:51:58.879 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2022-02-04 14:51:58.908 | Selecting previously unselected package libjbig0:amd64. 2022-02-04 14:51:58.916 | Preparing to unpack .../102-libjbig0_2.1-3.1build1_amd64.deb ... 2022-02-04 14:51:58.918 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2022-02-04 14:51:58.950 | Selecting previously unselected package libwebp6:amd64. 2022-02-04 14:51:58.958 | Preparing to unpack .../103-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... 2022-02-04 14:51:58.960 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-02-04 14:51:59.014 | Selecting previously unselected package libtiff5:amd64. 2022-02-04 14:51:59.021 | Preparing to unpack .../104-libtiff5_4.1.0+git191117-2ubuntu0.20.04.2_amd64.deb ... 2022-02-04 14:51:59.024 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2022-02-04 14:51:59.077 | Selecting previously unselected package libxpm4:amd64. 2022-02-04 14:51:59.085 | Preparing to unpack .../105-libxpm4_1%3a3.5.12-1_amd64.deb ... 2022-02-04 14:51:59.088 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2022-02-04 14:51:59.128 | Selecting previously unselected package libgd3:amd64. 2022-02-04 14:51:59.136 | Preparing to unpack .../106-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ... 2022-02-04 14:51:59.139 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-02-04 14:51:59.192 | Selecting previously unselected package libgts-0.7-5:amd64. 2022-02-04 14:51:59.200 | Preparing to unpack .../107-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2022-02-04 14:51:59.203 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-02-04 14:51:59.252 | Selecting previously unselected package libpixman-1-0:amd64. 2022-02-04 14:51:59.260 | Preparing to unpack .../108-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ... 2022-02-04 14:51:59.262 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-02-04 14:51:59.328 | Selecting previously unselected package libxcb-render0:amd64. 2022-02-04 14:51:59.336 | Preparing to unpack .../109-libxcb-render0_1.14-2_amd64.deb ... 2022-02-04 14:51:59.338 | Unpacking libxcb-render0:amd64 (1.14-2) ... 2022-02-04 14:51:59.370 | Selecting previously unselected package libxcb-shm0:amd64. 2022-02-04 14:51:59.378 | Preparing to unpack .../110-libxcb-shm0_1.14-2_amd64.deb ... 2022-02-04 14:51:59.381 | Unpacking libxcb-shm0:amd64 (1.14-2) ... 2022-02-04 14:51:59.409 | Selecting previously unselected package libxrender1:amd64. 2022-02-04 14:51:59.417 | Preparing to unpack .../111-libxrender1_1%3a0.9.10-1_amd64.deb ... 2022-02-04 14:51:59.420 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2022-02-04 14:51:59.452 | Selecting previously unselected package libcairo2:amd64. 2022-02-04 14:51:59.460 | Preparing to unpack .../112-libcairo2_1.16.0-4ubuntu1_amd64.deb ... 2022-02-04 14:51:59.463 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-02-04 14:51:59.560 | Selecting previously unselected package libgraphite2-3:amd64. 2022-02-04 14:51:59.568 | Preparing to unpack .../113-libgraphite2-3_1.3.13-11build1_amd64.deb ... 2022-02-04 14:51:59.570 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-02-04 14:51:59.609 | Selecting previously unselected package libharfbuzz0b:amd64. 2022-02-04 14:51:59.617 | Preparing to unpack .../114-libharfbuzz0b_2.6.4-1ubuntu4_amd64.deb ... 2022-02-04 14:51:59.620 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2022-02-04 14:51:59.699 | Selecting previously unselected package libthai-data. 2022-02-04 14:51:59.707 | Preparing to unpack .../115-libthai-data_0.1.28-3_all.deb ... 2022-02-04 14:51:59.710 | Unpacking libthai-data (0.1.28-3) ... 2022-02-04 14:51:59.779 | Selecting previously unselected package libdatrie1:amd64. 2022-02-04 14:51:59.787 | Preparing to unpack .../116-libdatrie1_0.2.12-3_amd64.deb ... 2022-02-04 14:51:59.789 | Unpacking libdatrie1:amd64 (0.2.12-3) ... 2022-02-04 14:51:59.820 | Selecting previously unselected package libthai0:amd64. 2022-02-04 14:51:59.828 | Preparing to unpack .../117-libthai0_0.1.28-3_amd64.deb ... 2022-02-04 14:51:59.830 | Unpacking libthai0:amd64 (0.1.28-3) ... 2022-02-04 14:51:59.862 | Selecting previously unselected package libpango-1.0-0:amd64. 2022-02-04 14:51:59.870 | Preparing to unpack .../118-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-02-04 14:51:59.872 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-04 14:51:59.922 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2022-02-04 14:51:59.930 | Preparing to unpack .../119-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-02-04 14:51:59.932 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-04 14:51:59.966 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2022-02-04 14:51:59.974 | Preparing to unpack .../120-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-02-04 14:51:59.977 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-04 14:52:00.015 | Selecting previously unselected package libpathplan4:amd64. 2022-02-04 14:52:00.024 | Preparing to unpack .../121-libpathplan4_2.42.2-3build2_amd64.deb ... 2022-02-04 14:52:00.028 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ... 2022-02-04 14:52:00.061 | Selecting previously unselected package libgvc6. 2022-02-04 14:52:00.069 | Preparing to unpack .../122-libgvc6_2.42.2-3build2_amd64.deb ... 2022-02-04 14:52:00.072 | Unpacking libgvc6 (2.42.2-3build2) ... 2022-02-04 14:52:00.195 | Selecting previously unselected package libgvpr2:amd64. 2022-02-04 14:52:00.203 | Preparing to unpack .../123-libgvpr2_2.42.2-3build2_amd64.deb ... 2022-02-04 14:52:00.205 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ... 2022-02-04 14:52:00.257 | Selecting previously unselected package liblab-gamut1:amd64. 2022-02-04 14:52:00.265 | Preparing to unpack .../124-liblab-gamut1_2.42.2-3build2_amd64.deb ... 2022-02-04 14:52:00.267 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-02-04 14:52:00.427 | Selecting previously unselected package x11-common. 2022-02-04 14:52:00.435 | Preparing to unpack .../125-x11-common_1%3a7.7+19ubuntu14_all.deb ... 2022-02-04 14:52:00.460 | dpkg-query: no packages found matching nux-tools 2022-02-04 14:52:00.471 | Unpacking x11-common (1:7.7+19ubuntu14) ... 2022-02-04 14:52:00.513 | Selecting previously unselected package libice6:amd64. 2022-02-04 14:52:00.521 | Preparing to unpack .../126-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... 2022-02-04 14:52:00.524 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-02-04 14:52:00.560 | Selecting previously unselected package libsm6:amd64. 2022-02-04 14:52:00.567 | Preparing to unpack .../127-libsm6_2%3a1.2.3-1_amd64.deb ... 2022-02-04 14:52:00.571 | Unpacking libsm6:amd64 (2:1.2.3-1) ... 2022-02-04 14:52:00.602 | Selecting previously unselected package libxt6:amd64. 2022-02-04 14:52:00.610 | Preparing to unpack .../128-libxt6_1%3a1.1.5-1_amd64.deb ... 2022-02-04 14:52:00.613 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2022-02-04 14:52:00.665 | Selecting previously unselected package libxmu6:amd64. 2022-02-04 14:52:00.672 | Preparing to unpack .../129-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ... 2022-02-04 14:52:00.675 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-02-04 14:52:00.711 | Selecting previously unselected package libxaw7:amd64. 2022-02-04 14:52:00.719 | Preparing to unpack .../130-libxaw7_2%3a1.0.13-1_amd64.deb ... 2022-02-04 14:52:00.721 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2022-02-04 14:52:00.772 | Selecting previously unselected package graphviz. 2022-02-04 14:52:00.781 | Preparing to unpack .../131-graphviz_2.42.2-3build2_amd64.deb ... 2022-02-04 14:52:00.785 | Unpacking graphviz (2.42.2-3build2) ... 2022-02-04 14:52:00.922 | Selecting previously unselected package libnl-route-3-200:amd64. 2022-02-04 14:52:00.931 | Preparing to unpack .../132-libnl-route-3-200_3.4.0-1_amd64.deb ... 2022-02-04 14:52:00.933 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... 2022-02-04 14:52:00.984 | Selecting previously unselected package libibverbs1:amd64. 2022-02-04 14:52:00.993 | Preparing to unpack .../133-libibverbs1_28.0-1ubuntu1_amd64.deb ... 2022-02-04 14:52:00.995 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-02-04 14:52:01.038 | Selecting previously unselected package ibverbs-providers:amd64. 2022-02-04 14:52:01.046 | Preparing to unpack .../134-ibverbs-providers_28.0-1ubuntu1_amd64.deb ... 2022-02-04 14:52:01.061 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-02-04 14:52:01.122 | Selecting previously unselected package icu-devtools. 2022-02-04 14:52:01.130 | Preparing to unpack .../135-icu-devtools_66.1-2ubuntu2.1_amd64.deb ... 2022-02-04 14:52:01.134 | Unpacking icu-devtools (66.1-2ubuntu2.1) ... 2022-02-04 14:52:01.197 | Selecting previously unselected package iputils-arping. 2022-02-04 14:52:01.205 | Preparing to unpack .../136-iputils-arping_3%3a20190709-3_amd64.deb ... 2022-02-04 14:52:01.207 | Unpacking iputils-arping (3:20190709-3) ... 2022-02-04 14:52:01.242 | Selecting previously unselected package javascript-common. 2022-02-04 14:52:01.250 | Preparing to unpack .../137-javascript-common_11_all.deb ... 2022-02-04 14:52:01.266 | Unpacking javascript-common (11) ... 2022-02-04 14:52:01.300 | Selecting previously unselected package libgssrpc4:amd64. 2022-02-04 14:52:01.309 | Preparing to unpack .../138-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 2022-02-04 14:52:01.311 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-02-04 14:52:01.345 | Selecting previously unselected package libkdb5-9:amd64. 2022-02-04 14:52:01.354 | Preparing to unpack .../139-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 2022-02-04 14:52:01.356 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-02-04 14:52:01.391 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2022-02-04 14:52:01.399 | Preparing to unpack .../140-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-02-04 14:52:01.402 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-04 14:52:01.441 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2022-02-04 14:52:01.449 | Preparing to unpack .../141-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-02-04 14:52:01.451 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-04 14:52:01.487 | Selecting previously unselected package comerr-dev:amd64. 2022-02-04 14:52:01.495 | Preparing to unpack .../142-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 2022-02-04 14:52:01.499 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2022-02-04 14:52:01.533 | Selecting previously unselected package krb5-multidev:amd64. 2022-02-04 14:52:01.542 | Preparing to unpack .../143-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 2022-02-04 14:52:01.544 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-02-04 14:52:01.595 | Selecting previously unselected package libalgorithm-diff-perl. 2022-02-04 14:52:01.604 | Preparing to unpack .../144-libalgorithm-diff-perl_1.19.03-2_all.deb ... 2022-02-04 14:52:01.606 | Unpacking libalgorithm-diff-perl (1.19.03-2) ... 2022-02-04 14:52:01.643 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2022-02-04 14:52:01.652 | Preparing to unpack .../145-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... 2022-02-04 14:52:01.654 | Unpacking libalgorithm-diff-xs-perl (0.04-6) ... 2022-02-04 14:52:01.682 | Selecting previously unselected package libalgorithm-merge-perl. 2022-02-04 14:52:01.690 | Preparing to unpack .../146-libalgorithm-merge-perl_0.08-3_all.deb ... 2022-02-04 14:52:01.692 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2022-02-04 14:52:01.719 | Selecting previously unselected package libarchive-cpio-perl. 2022-02-04 14:52:01.728 | Preparing to unpack .../147-libarchive-cpio-perl_0.10-1_all.deb ... 2022-02-04 14:52:01.730 | Unpacking libarchive-cpio-perl (0.10-1) ... 2022-02-04 14:52:01.761 | Selecting previously unselected package libboost-iostreams1.71.0:amd64. 2022-02-04 14:52:01.769 | Preparing to unpack .../148-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-02-04 14:52:01.771 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-04 14:52:01.839 | Selecting previously unselected package libboost-thread1.71.0:amd64. 2022-02-04 14:52:01.847 | Preparing to unpack .../149-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-02-04 14:52:01.849 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-04 14:52:01.916 | Selecting previously unselected package libfile-fcntllock-perl. 2022-02-04 14:52:01.924 | Preparing to unpack .../150-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... 2022-02-04 14:52:01.927 | Unpacking libfile-fcntllock-perl (0.22-3build4) ... 2022-02-04 14:52:01.959 | Selecting previously unselected package libgts-bin. 2022-02-04 14:52:01.967 | Preparing to unpack .../151-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2022-02-04 14:52:01.969 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2022-02-04 14:52:02.004 | Selecting previously unselected package libicu-dev:amd64. 2022-02-04 14:52:02.013 | Preparing to unpack .../152-libicu-dev_66.1-2ubuntu2.1_amd64.deb ... 2022-02-04 14:52:02.015 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-02-04 14:52:03.466 | Selecting previously unselected package libipset13:amd64. 2022-02-04 14:52:03.474 | Preparing to unpack .../153-libipset13_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-02-04 14:52:03.494 | Unpacking libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-02-04 14:52:03.536 | Selecting previously unselected package librdmacm1:amd64. 2022-02-04 14:52:03.544 | Preparing to unpack .../154-librdmacm1_28.0-1ubuntu1_amd64.deb ... 2022-02-04 14:52:03.546 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-02-04 14:52:03.585 | Selecting previously unselected package libiscsi7:amd64. 2022-02-04 14:52:03.594 | Preparing to unpack .../155-libiscsi7_1.18.0-2_amd64.deb ... 2022-02-04 14:52:03.597 | Unpacking libiscsi7:amd64 (1.18.0-2) ... 2022-02-04 14:52:03.632 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2022-02-04 14:52:03.640 | Preparing to unpack .../156-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-02-04 14:52:03.642 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-04 14:52:03.704 | Selecting previously unselected package libjpeg8-dev:amd64. 2022-02-04 14:52:03.712 | Preparing to unpack .../157-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2022-02-04 14:52:03.716 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-02-04 14:52:03.742 | Selecting previously unselected package libjpeg-dev:amd64. 2022-02-04 14:52:03.750 | Preparing to unpack .../158-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2022-02-04 14:52:03.753 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-02-04 14:52:03.777 | Selecting previously unselected package libjs-jquery. 2022-02-04 14:52:03.785 | Preparing to unpack .../159-libjs-jquery_3.3.1~dfsg-3_all.deb ... 2022-02-04 14:52:03.787 | Unpacking libjs-jquery (3.3.1~dfsg-3) ... 2022-02-04 14:52:03.851 | Selecting previously unselected package libjs-jquery-metadata. 2022-02-04 14:52:03.859 | Preparing to unpack .../160-libjs-jquery-metadata_12-1.1_all.deb ... 2022-02-04 14:52:03.861 | Unpacking libjs-jquery-metadata (12-1.1) ... 2022-02-04 14:52:03.887 | Selecting previously unselected package libjs-jquery-tablesorter. 2022-02-04 14:52:03.895 | Preparing to unpack .../161-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ... 2022-02-04 14:52:03.898 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-02-04 14:52:03.982 | Selecting previously unselected package libltdl-dev:amd64. 2022-02-04 14:52:03.990 | Preparing to unpack .../162-libltdl-dev_2.4.6-14_amd64.deb ... 2022-02-04 14:52:03.993 | Unpacking libltdl-dev:amd64 (2.4.6-14) ... 2022-02-04 14:52:04.050 | Selecting previously unselected package libsys-hostname-long-perl. 2022-02-04 14:52:04.065 | Preparing to unpack .../163-libsys-hostname-long-perl_1.5-1_all.deb ... 2022-02-04 14:52:04.068 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2022-02-04 14:52:04.096 | Selecting previously unselected package libmail-sendmail-perl. 2022-02-04 14:52:04.104 | Preparing to unpack .../164-libmail-sendmail-perl_0.80-1_all.deb ... 2022-02-04 14:52:04.106 | Unpacking libmail-sendmail-perl (0.80-1) ... 2022-02-04 14:52:04.136 | Selecting previously unselected package libncurses-dev:amd64. 2022-02-04 14:52:04.144 | Preparing to unpack .../165-libncurses-dev_6.2-0ubuntu2_amd64.deb ... 2022-02-04 14:52:04.146 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-02-04 14:52:04.239 | Selecting previously unselected package libnspr4:amd64. 2022-02-04 14:52:04.248 | Preparing to unpack .../166-libnspr4_2%3a4.25-1_amd64.deb ... 2022-02-04 14:52:04.250 | Unpacking libnspr4:amd64 (2:4.25-1) ... 2022-02-04 14:52:04.292 | Selecting previously unselected package libnss3:amd64. 2022-02-04 14:52:04.300 | Preparing to unpack .../167-libnss3_2%3a3.49.1-1ubuntu1.6_amd64.deb ... 2022-02-04 14:52:04.302 | Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.6) ... 2022-02-04 14:52:04.504 | Selecting previously unselected package libomp5-10:amd64. 2022-02-04 14:52:04.512 | Preparing to unpack .../168-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-04 14:52:04.515 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:04.590 | Selecting previously unselected package libomp-10-dev. 2022-02-04 14:52:04.598 | Preparing to unpack .../169-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-04 14:52:04.601 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:04.636 | Selecting previously unselected package pcp-conf. 2022-02-04 14:52:04.644 | Preparing to unpack .../170-pcp-conf_5.0.3-1_amd64.deb ... 2022-02-04 14:52:04.647 | Unpacking pcp-conf (5.0.3-1) ... 2022-02-04 14:52:04.679 | Selecting previously unselected package libpcp3. 2022-02-04 14:52:04.687 | Preparing to unpack .../171-libpcp3_5.0.3-1_amd64.deb ... 2022-02-04 14:52:04.690 | Unpacking libpcp3 (5.0.3-1) ... 2022-02-04 14:52:04.756 | Selecting previously unselected package libpcp-pmda3. 2022-02-04 14:52:04.764 | Preparing to unpack .../172-libpcp-pmda3_5.0.3-1_amd64.deb ... 2022-02-04 14:52:04.766 | Unpacking libpcp-pmda3 (5.0.3-1) ... 2022-02-04 14:52:04.796 | Selecting previously unselected package libpcp-pmda-perl. 2022-02-04 14:52:04.804 | Preparing to unpack .../173-libpcp-pmda-perl_5.0.3-1_amd64.deb ... 2022-02-04 14:52:04.806 | Unpacking libpcp-pmda-perl (5.0.3-1) ... 2022-02-04 14:52:04.841 | Selecting previously unselected package libpq5:amd64. 2022-02-04 14:52:04.849 | Preparing to unpack .../174-libpq5_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-04 14:52:04.853 | Unpacking libpq5:amd64 (12.9-0ubuntu0.20.04.1) ... 2022-02-04 14:52:04.895 | Selecting previously unselected package libpq-dev. 2022-02-04 14:52:04.903 | Preparing to unpack .../175-libpq-dev_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-04 14:52:04.906 | Unpacking libpq-dev (12.9-0ubuntu0.20.04.1) ... 2022-02-04 14:52:04.985 | Selecting previously unselected package librados2. 2022-02-04 14:52:04.993 | Preparing to unpack .../176-librados2_15.2.14-0ubuntu0.20.04.2_amd64.deb ... 2022-02-04 14:52:04.996 | Unpacking librados2 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-04 14:52:05.467 | Selecting previously unselected package librbd1. 2022-02-04 14:52:05.476 | Preparing to unpack .../177-librbd1_15.2.14-0ubuntu0.20.04.2_amd64.deb ... 2022-02-04 14:52:05.478 | Unpacking librbd1 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-04 14:52:05.741 | Selecting previously unselected package libsasl2-dev. 2022-02-04 14:52:05.749 | Preparing to unpack .../178-libsasl2-dev_2.1.27+dfsg-2_amd64.deb ... 2022-02-04 14:52:05.751 | Unpacking libsasl2-dev (2.1.27+dfsg-2) ... 2022-02-04 14:52:05.822 | Selecting previously unselected package libssl-dev:amd64. 2022-02-04 14:52:05.830 | Preparing to unpack .../179-libssl-dev_1.1.1f-1ubuntu2.10_amd64.deb ... 2022-02-04 14:52:05.833 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ... 2022-02-04 14:52:06.092 | Selecting previously unselected package libsystemd-dev:amd64. 2022-02-04 14:52:06.103 | Preparing to unpack .../180-libsystemd-dev_245.4-4ubuntu3.15_amd64.deb ... 2022-02-04 14:52:06.106 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.15) ... 2022-02-04 14:52:06.223 | Selecting previously unselected package libtinfo-dev:amd64. 2022-02-04 14:52:06.232 | Preparing to unpack .../181-libtinfo-dev_6.2-0ubuntu2_amd64.deb ... 2022-02-04 14:52:06.234 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-02-04 14:52:06.260 | Selecting previously unselected package libx86-1:amd64. 2022-02-04 14:52:06.268 | Preparing to unpack .../182-libx86-1_1.1+ds1-11_amd64.deb ... 2022-02-04 14:52:06.270 | Unpacking libx86-1:amd64 (1.1+ds1-11) ... 2022-02-04 14:52:06.307 | Selecting previously unselected package libxml2-dev:amd64. 2022-02-04 14:52:06.315 | Preparing to unpack .../183-libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... 2022-02-04 14:52:06.318 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-02-04 14:52:06.459 | Selecting previously unselected package libxslt1-dev:amd64. 2022-02-04 14:52:06.468 | Preparing to unpack .../184-libxslt1-dev_1.1.34-4_amd64.deb ... 2022-02-04 14:52:06.470 | Unpacking libxslt1-dev:amd64 (1.1.34-4) ... 2022-02-04 14:52:06.560 | Selecting previously unselected package llvm-10-runtime. 2022-02-04 14:52:06.568 | Preparing to unpack .../185-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-04 14:52:06.571 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:06.625 | Selecting previously unselected package libpfm4:amd64. 2022-02-04 14:52:06.634 | Preparing to unpack .../186-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ... 2022-02-04 14:52:06.637 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-02-04 14:52:06.709 | Selecting previously unselected package llvm-10. 2022-02-04 14:52:06.717 | Preparing to unpack .../187-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-04 14:52:06.719 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:07.494 | Selecting previously unselected package libffi-dev:amd64. 2022-02-04 14:52:07.502 | Preparing to unpack .../188-libffi-dev_3.3-4_amd64.deb ... 2022-02-04 14:52:07.505 | Unpacking libffi-dev:amd64 (3.3-4) ... 2022-02-04 14:52:07.553 | Selecting previously unselected package python3-pygments. 2022-02-04 14:52:07.561 | Preparing to unpack .../189-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2022-02-04 14:52:07.564 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-02-04 14:52:07.714 | Selecting previously unselected package llvm-10-tools. 2022-02-04 14:52:07.722 | Preparing to unpack .../190-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-04 14:52:07.725 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:07.879 | Selecting previously unselected package libz3-4:amd64. 2022-02-04 14:52:07.887 | Preparing to unpack .../191-libz3-4_4.8.7-4build1_amd64.deb ... 2022-02-04 14:52:07.890 | Unpacking libz3-4:amd64 (4.8.7-4build1) ... 2022-02-04 14:52:08.853 | Selecting previously unselected package libz3-dev:amd64. 2022-02-04 14:52:08.861 | Preparing to unpack .../192-libz3-dev_4.8.7-4build1_amd64.deb ... 2022-02-04 14:52:08.864 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ... 2022-02-04 14:52:08.908 | Selecting previously unselected package llvm-10-dev. 2022-02-04 14:52:08.917 | Preparing to unpack .../193-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-02-04 14:52:08.921 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:13.439 | Selecting previously unselected package lsscsi. 2022-02-04 14:52:13.449 | Preparing to unpack .../194-lsscsi_0.30-0.1_amd64.deb ... 2022-02-04 14:52:13.451 | Unpacking lsscsi (0.30-0.1) ... 2022-02-04 14:52:13.488 | Selecting previously unselected package pkg-config. 2022-02-04 14:52:13.497 | Preparing to unpack .../195-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2022-02-04 14:52:13.499 | Unpacking pkg-config (0.29.1-0ubuntu4) ... 2022-02-04 14:52:13.534 | Selecting previously unselected package pm-utils. 2022-02-04 14:52:13.543 | Preparing to unpack .../196-pm-utils_1.4.1-19_all.deb ... 2022-02-04 14:52:13.545 | Unpacking pm-utils (1.4.1-19) ... 2022-02-04 14:52:13.611 | Selecting previously unselected package postgresql-client-common. 2022-02-04 14:52:13.620 | Preparing to unpack .../197-postgresql-client-common_214ubuntu0.1_all.deb ... 2022-02-04 14:52:13.622 | Unpacking postgresql-client-common (214ubuntu0.1) ... 2022-02-04 14:52:13.659 | Selecting previously unselected package postgresql-client-12. 2022-02-04 14:52:13.668 | Preparing to unpack .../198-postgresql-client-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-04 14:52:13.670 | Unpacking postgresql-client-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-04 14:52:13.872 | Selecting previously unselected package ssl-cert. 2022-02-04 14:52:13.880 | Preparing to unpack .../199-ssl-cert_1.0.39_all.deb ... 2022-02-04 14:52:13.883 | Unpacking ssl-cert (1.0.39) ... 2022-02-04 14:52:13.919 | Selecting previously unselected package postgresql-common. 2022-02-04 14:52:13.927 | Preparing to unpack .../200-postgresql-common_214ubuntu0.1_all.deb ... 2022-02-04 14:52:13.955 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2022-02-04 14:52:13.961 | Unpacking postgresql-common (214ubuntu0.1) ... 2022-02-04 14:52:14.028 | Selecting previously unselected package postgresql-server-dev-12. 2022-02-04 14:52:14.037 | Preparing to unpack .../201-postgresql-server-dev-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-02-04 14:52:14.039 | Unpacking postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-04 14:52:14.363 | Selecting previously unselected package postgresql-server-dev-all. 2022-02-04 14:52:14.373 | Preparing to unpack .../202-postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2022-02-04 14:52:14.376 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2022-02-04 14:52:14.407 | Selecting previously unselected package python-pip-whl. 2022-02-04 14:52:14.416 | Preparing to unpack .../203-python-pip-whl_20.0.2-5ubuntu1.6_all.deb ... 2022-02-04 14:52:14.418 | Unpacking python-pip-whl (20.0.2-5ubuntu1.6) ... 2022-02-04 14:52:14.623 | Selecting previously unselected package python3-mysqldb. 2022-02-04 14:52:14.632 | Preparing to unpack .../204-python3-mysqldb_1.4.4-2build1_amd64.deb ... 2022-02-04 14:52:14.634 | Unpacking python3-mysqldb (1.4.4-2build1) ... 2022-02-04 14:52:14.672 | Selecting previously unselected package python3-wheel. 2022-02-04 14:52:14.681 | Preparing to unpack .../205-python3-wheel_0.34.2-1_all.deb ... 2022-02-04 14:52:14.683 | Unpacking python3-wheel (0.34.2-1) ... 2022-02-04 14:52:14.716 | Selecting previously unselected package python3-pip. 2022-02-04 14:52:14.725 | Preparing to unpack .../206-python3-pip_20.0.2-5ubuntu1.6_all.deb ... 2022-02-04 14:52:14.727 | Unpacking python3-pip (20.0.2-5ubuntu1.6) ... 2022-02-04 14:52:14.817 | Selecting previously unselected package python3.8-venv. 2022-02-04 14:52:14.825 | Preparing to unpack .../207-python3.8-venv_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 2022-02-04 14:52:14.827 | Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.2) ... 2022-02-04 14:52:14.854 | Selecting previously unselected package python3-venv. 2022-02-04 14:52:14.862 | Preparing to unpack .../208-python3-venv_3.8.2-0ubuntu2_amd64.deb ... 2022-02-04 14:52:14.864 | Unpacking python3-venv (3.8.2-0ubuntu2) ... 2022-02-04 14:52:14.890 | Selecting previously unselected package qemu-block-extra:amd64. 2022-02-04 14:52:14.899 | Preparing to unpack .../209-qemu-block-extra_1%3a4.2-3ubuntu6.19_amd64.deb ... 2022-02-04 14:52:14.901 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.19) ... 2022-02-04 14:52:14.936 | Selecting previously unselected package qemu-utils. 2022-02-04 14:52:14.948 | Preparing to unpack .../210-qemu-utils_1%3a4.2-3ubuntu6.19_amd64.deb ... 2022-02-04 14:52:14.950 | Unpacking qemu-utils (1:4.2-3ubuntu6.19) ... 2022-02-04 14:52:15.147 | Selecting previously unselected package sharutils. 2022-02-04 14:52:15.156 | Preparing to unpack .../211-sharutils_1%3a4.15.2-4build1_amd64.deb ... 2022-02-04 14:52:15.158 | Unpacking sharutils (1:4.15.2-4build1) ... 2022-02-04 14:52:15.208 | Selecting previously unselected package sqlite3. 2022-02-04 14:52:15.218 | Preparing to unpack .../212-sqlite3_3.31.1-4ubuntu0.2_amd64.deb ... 2022-02-04 14:52:15.221 | Unpacking sqlite3 (3.31.1-4ubuntu0.2) ... 2022-02-04 14:52:15.377 | Selecting previously unselected package unzip. 2022-02-04 14:52:15.387 | Preparing to unpack .../213-unzip_6.0-25ubuntu1_amd64.deb ... 2022-02-04 14:52:15.390 | Unpacking unzip (6.0-25ubuntu1) ... 2022-02-04 14:52:15.442 | Selecting previously unselected package vbetool. 2022-02-04 14:52:15.450 | Preparing to unpack .../214-vbetool_1.1-4_amd64.deb ... 2022-02-04 14:52:15.453 | Unpacking vbetool (1.1-4) ... 2022-02-04 14:52:15.485 | Selecting previously unselected package ipset. 2022-02-04 14:52:15.494 | Preparing to unpack .../215-ipset_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-02-04 14:52:15.504 | Unpacking ipset (7.5-1ubuntu0.20.04.1) ... 2022-02-04 14:52:15.541 | Selecting previously unselected package ipvsadm. 2022-02-04 14:52:15.551 | Preparing to unpack .../216-ipvsadm_1%3a1.31-1_amd64.deb ... 2022-02-04 14:52:15.553 | Unpacking ipvsadm (1:1.31-1) ... 2022-02-04 14:52:15.591 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2022-02-04 14:52:15.600 | Preparing to unpack .../217-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.9_amd64.deb ... 2022-02-04 14:52:15.610 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.9) ... 2022-02-04 14:52:15.640 | Selecting previously unselected package liberasurecode1:amd64. 2022-02-04 14:52:15.649 | Preparing to unpack .../218-liberasurecode1_1.6.1-4_amd64.deb ... 2022-02-04 14:52:15.652 | Unpacking liberasurecode1:amd64 (1.6.1-4) ... 2022-02-04 14:52:15.687 | Selecting previously unselected package liberasurecode-dev:amd64. 2022-02-04 14:52:15.696 | Preparing to unpack .../219-liberasurecode-dev_1.6.1-4_amd64.deb ... 2022-02-04 14:52:15.699 | Unpacking liberasurecode-dev:amd64 (1.6.1-4) ... 2022-02-04 14:52:15.732 | Selecting previously unselected package libkrb5-dev:amd64. 2022-02-04 14:52:15.743 | Preparing to unpack .../220-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 2022-02-04 14:52:15.745 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-02-04 14:52:15.785 | Selecting previously unselected package libpcp-gui2. 2022-02-04 14:52:15.796 | Preparing to unpack .../221-libpcp-gui2_5.0.3-1_amd64.deb ... 2022-02-04 14:52:15.798 | Unpacking libpcp-gui2 (5.0.3-1) ... 2022-02-04 14:52:15.837 | Selecting previously unselected package libpcp-import1. 2022-02-04 14:52:15.846 | Preparing to unpack .../222-libpcp-import1_5.0.3-1_amd64.deb ... 2022-02-04 14:52:15.849 | Unpacking libpcp-import1 (5.0.3-1) ... 2022-02-04 14:52:15.879 | Selecting previously unselected package libpcp-mmv1. 2022-02-04 14:52:15.888 | Preparing to unpack .../223-libpcp-mmv1_5.0.3-1_amd64.deb ... 2022-02-04 14:52:15.892 | Unpacking libpcp-mmv1 (5.0.3-1) ... 2022-02-04 14:52:15.925 | Selecting previously unselected package libpcp-trace2. 2022-02-04 14:52:15.935 | Preparing to unpack .../224-libpcp-trace2_5.0.3-1_amd64.deb ... 2022-02-04 14:52:15.937 | Unpacking libpcp-trace2 (5.0.3-1) ... 2022-02-04 14:52:15.971 | Selecting previously unselected package libpcp-web1. 2022-02-04 14:52:15.981 | Preparing to unpack .../225-libpcp-web1_5.0.3-1_amd64.deb ... 2022-02-04 14:52:15.983 | Unpacking libpcp-web1 (5.0.3-1) ... 2022-02-04 14:52:16.031 | Selecting previously unselected package libyaml-dev:amd64. 2022-02-04 14:52:16.040 | Preparing to unpack .../226-libyaml-dev_0.2.2-1_amd64.deb ... 2022-02-04 14:52:16.043 | Unpacking libyaml-dev:amd64 (0.2.2-1) ... 2022-02-04 14:52:16.081 | Selecting previously unselected package python3-pcp. 2022-02-04 14:52:16.090 | Preparing to unpack .../227-python3-pcp_5.0.3-1_amd64.deb ... 2022-02-04 14:52:16.093 | Unpacking python3-pcp (5.0.3-1) ... 2022-02-04 14:52:16.141 | Selecting previously unselected package pcp. 2022-02-04 14:52:16.150 | Preparing to unpack .../228-pcp_5.0.3-1_amd64.deb ... 2022-02-04 14:52:16.219 | Unpacking pcp (5.0.3-1) ... 2022-02-04 14:52:16.791 | Selecting previously unselected package socat. 2022-02-04 14:52:16.800 | Preparing to unpack .../229-socat_1.7.3.3-2_amd64.deb ... 2022-02-04 14:52:16.802 | Unpacking socat (1.7.3.3-2) ... 2022-02-04 14:52:16.888 | Selecting previously unselected package vlan. 2022-02-04 14:52:16.897 | Preparing to unpack .../230-vlan_2.0.4ubuntu1.20.04.1_all.deb ... 2022-02-04 14:52:16.899 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ... 2022-02-04 14:52:16.962 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-02-04 14:52:16.970 | Setting up postgresql-client-common (214ubuntu0.1) ... 2022-02-04 14:52:16.982 | Setting up javascript-common (11) ... 2022-02-04 14:52:17.014 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2022-02-04 14:52:17.031 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-02-04 14:52:17.037 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.4) ... 2022-02-04 14:52:17.044 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-02-04 14:52:17.057 | Setting up mysql-common (5.8+1.0.5ubuntu2) ... 2022-02-04 14:52:17.080 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-02-04 14:52:17.084 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-02-04 14:52:17.090 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2022-02-04 14:52:17.096 | Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-04 14:52:17.105 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2022-02-04 14:52:17.112 | Setting up libdatrie1:amd64 (0.2.12-3) ... 2022-02-04 14:52:17.119 | Setting up libyaml-dev:amd64 (0.2.2-1) ... 2022-02-04 14:52:17.126 | Setting up libfile-fcntllock-perl (0.22-3build4) ... 2022-02-04 14:52:17.133 | Setting up libx86-1:amd64 (1.1+ds1-11) ... 2022-02-04 14:52:17.139 | Setting up libxcb-render0:amd64 (1.14-2) ... 2022-02-04 14:52:17.147 | Setting up libalgorithm-diff-perl (1.19.03-2) ... 2022-02-04 14:52:17.154 | Setting up libarchive-zip-perl (1.67-2) ... 2022-02-04 14:52:17.160 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-02-04 14:52:17.167 | Setting up vbetool (1.1-4) ... 2022-02-04 14:52:17.175 | Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... 2022-02-04 14:52:17.182 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.3) ... 2022-02-04 14:52:17.190 | Setting up pm-utils (1.4.1-19) ... 2022-02-04 14:52:17.201 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.10) ... 2022-02-04 14:52:17.447 | Setting up unzip (6.0-25ubuntu1) ... 2022-02-04 14:52:17.473 | Setting up libdebhelper-perl (12.10ubuntu1) ... 2022-02-04 14:52:17.479 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-02-04 14:52:17.485 | Setting up x11-common (1:7.7+19ubuntu14) ... 2022-02-04 14:52:17.724 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2022-02-04 14:52:18.391 | Setting up libsensors-config (1:3.6.0-2ubuntu1) ... 2022-02-04 14:52:18.401 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-02-04 14:52:18.407 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-02-04 14:52:18.413 | Setting up m4 (1.4.18-4) ... 2022-02-04 14:52:18.418 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2022-02-04 14:52:18.718 | Setting up libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-02-04 14:52:18.724 | Setting up libxcb-shm0:amd64 (1.14-2) ... 2022-02-04 14:52:18.732 | Setting up iputils-arping (3:20190709-3) ... 2022-02-04 14:52:18.767 | Setting up libffi-dev:amd64 (3.3-4) ... 2022-02-04 14:52:18.773 | Setting up conntrack (1:1.4.5-2) ... 2022-02-04 14:52:18.779 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-04 14:52:18.784 | Setting up python3-wheel (0.34.2-1) ... 2022-02-04 14:52:19.057 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2022-02-04 14:52:19.063 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ... 2022-02-04 14:52:19.260 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory 2022-02-04 14:52:21.350 | Setting up memcached (1.5.22-2ubuntu0.2) ... 2022-02-04 14:52:22.595 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2022-02-04 14:52:23.258 | Setting up libfakeroot:amd64 (1.24-1) ... 2022-02-04 14:52:23.266 | Setting up libjansson4:amd64 (2.12-1build1) ... 2022-02-04 14:52:23.271 | Setting up acl (2.2.53-6) ... 2022-02-04 14:52:23.281 | Setting up dns-root-data (2019052802) ... 2022-02-04 14:52:23.288 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:23.294 | Setting up fakeroot (1.24-1) ... 2022-02-04 14:52:23.301 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2022-02-04 14:52:23.309 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-02-04 14:52:23.315 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 2022-02-04 14:52:23.320 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-02-04 14:52:23.325 | Setting up autotools-dev (20180224.1) ... 2022-02-04 14:52:23.331 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-02-04 14:52:24.203 | Setting up libz3-4:amd64 (4.8.7-4build1) ... 2022-02-04 14:52:24.210 | Setting up libsasl2-dev (2.1.27+dfsg-2) ... 2022-02-04 14:52:24.215 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-02-04 14:52:24.221 | Setting up make (4.2.1-1.2) ... 2022-02-04 14:52:24.227 | Setting up libnspr4:amd64 (2:4.25-1) ... 2022-02-04 14:52:24.233 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-02-04 14:52:24.239 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:24.246 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.1) ... 2022-02-04 14:52:24.252 | Setting up libpathplan4:amd64 (2.42.2-3build2) ... 2022-02-04 14:52:24.259 | Setting up ebtables (2.0.11-3build1) ... 2022-02-04 14:52:24.817 | Setting up socat (1.7.3.3-2) ... 2022-02-04 14:52:24.823 | Setting up libann0 (1.1.2+doc-7build1) ... 2022-02-04 14:52:24.828 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 2022-02-04 14:52:24.835 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ... 2022-02-04 14:52:24.841 | Setting up autopoint (0.19.8.1-10build1) ... 2022-02-04 14:52:24.846 | Setting up binfmt-support (2.2.0-2) ... 2022-02-04 14:52:25.143 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service. 2022-02-04 14:52:26.202 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-02-04 14:52:26.208 | Setting up icu-devtools (66.1-2ubuntu2.1) ... 2022-02-04 14:52:26.229 | Setting up fonts-dejavu-core (2.37-1) ... 2022-02-04 14:52:26.259 | Setting up libnetfilter-queue1 (1.0.3-1) ... 2022-02-04 14:52:26.265 | Setting up lsscsi (0.30-0.1) ... 2022-02-04 14:52:26.270 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1) ... 2022-02-04 14:52:26.277 | Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... 2022-02-04 14:52:26.282 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-04 14:52:26.288 | Setting up libobjc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 2022-02-04 14:52:26.294 | Setting up libdpkg-perl (1.19.7ubuntu3) ... 2022-02-04 14:52:26.299 | Setting up autoconf (2.69-11.1) ... 2022-02-04 14:52:26.314 | Setting up liberasurecode1:amd64 (1.6.1-4) ... 2022-02-04 14:52:26.320 | Setting up g++ (4:9.3.0-1ubuntu2) ... 2022-02-04 14:52:26.366 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2022-02-04 14:52:26.373 | Setting up dwz (0.13-5) ... 2022-02-04 14:52:26.379 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-02-04 14:52:26.386 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-02-04 14:52:26.392 | Setting up libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-02-04 14:52:26.397 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-02-04 14:52:26.402 | Setting up vlan (2.0.4ubuntu1.20.04.1) ... 2022-02-04 14:52:26.416 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-02-04 14:52:26.422 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:26.427 | Setting up libarchive-cpio-perl (0.10-1) ... 2022-02-04 14:52:26.434 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-02-04 14:52:26.440 | Setting up fonts-liberation (1:1.07.4-11) ... 2022-02-04 14:52:26.446 | Setting up libnl-3-200:amd64 (3.4.0-1) ... 2022-02-04 14:52:26.455 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-02-04 14:52:26.461 | Setting up pcp-conf (5.0.3-1) ... 2022-02-04 14:52:26.468 | Setting up libc6-i386 (2.31-0ubuntu9.2) ... 2022-02-04 14:52:26.475 | Setting up libcurl4:amd64 (7.68.0-1ubuntu2.7) ... 2022-02-04 14:52:26.481 | Setting up libsub-override-perl (0.09-2) ... 2022-02-04 14:52:26.486 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4) ... 2022-02-04 14:52:26.492 | Setting up libthai-data (0.1.28-3) ... 2022-02-04 14:52:26.498 | Setting up python-pip-whl (20.0.2-5ubuntu1.6) ... 2022-02-04 14:52:26.503 | Setting up libcdt5:amd64 (2.42.2-3build2) ... 2022-02-04 14:52:26.509 | Setting up libcgraph6:amd64 (2.42.2-3build2) ... 2022-02-04 14:52:26.514 | Setting up apache2-data (2.4.41-4ubuntu3.9) ... 2022-02-04 14:52:26.519 | Setting up curl (7.68.0-1ubuntu2.7) ... 2022-02-04 14:52:26.525 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-04 14:52:26.530 | Setting up libjs-jquery (3.3.1~dfsg-3) ... 2022-02-04 14:52:26.536 | Setting up sharutils (1:4.15.2-4build1) ... 2022-02-04 14:52:26.541 | Setting up ipset (7.5-1ubuntu0.20.04.1) ... 2022-02-04 14:52:26.554 | Setting up openssl (1.1.1f-1ubuntu2.10) ... 2022-02-04 14:52:26.563 | Setting up conntrackd (1:1.4.5-2) ... 2022-02-04 14:52:27.599 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2022-02-04 14:52:27.945 | Setting up libsys-hostname-long-perl (1.5-1) ... 2022-02-04 14:52:27.955 | Setting up libalgorithm-diff-xs-perl (0.04-6) ... 2022-02-04 14:52:27.962 | Setting up libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-02-04 14:52:27.968 | Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-02-04 14:52:27.975 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.15) ... 2022-02-04 14:52:27.981 | Setting up sqlite3 (3.31.1-4ubuntu0.2) ... 2022-02-04 14:52:27.987 | Setting up libalgorithm-merge-perl (0.08-3) ... 2022-02-04 14:52:27.993 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-02-04 14:52:27.999 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2022-02-04 14:52:28.005 | Setting up automake (1:1.16.1-4ubuntu6) ... 2022-02-04 14:52:28.013 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2022-02-04 14:52:28.017 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-02-04 14:52:28.023 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-02-04 14:52:28.029 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-02-04 14:52:28.034 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2022-02-04 14:52:28.040 | Setting up libz3-dev:amd64 (4.8.7-4build1) ... 2022-02-04 14:52:28.046 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-02-04 14:52:28.052 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-02-04 14:52:28.058 | Setting up libmysqlclient21:amd64 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-04 14:52:28.064 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:28.071 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ... 2022-02-04 14:52:28.077 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:28.082 | Setting up wget (1.20.3-1ubuntu2) ... 2022-02-04 14:52:28.091 | Setting up libtool (2.4.6-14) ... 2022-02-04 14:52:28.097 | Setting up fontconfig-config (2.13.1-2ubuntu3) ... 2022-02-04 14:52:28.200 | Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... 2022-02-04 14:52:28.231 | Setting up libpq5:amd64 (12.9-0ubuntu0.20.04.1) ... 2022-02-04 14:52:28.237 | Setting up haproxy (2.0.13-2ubuntu0.3) ... 2022-02-04 14:52:28.655 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2022-02-04 14:52:29.818 | Setting up libpq-dev (12.9-0ubuntu0.20.04.1) ... 2022-02-04 14:52:29.826 | Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.6) ... 2022-02-04 14:52:29.839 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-02-04 14:52:29.846 | Setting up dnsmasq-base (2.80-1.1ubuntu1.4) ... 2022-02-04 14:52:30.003 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-02-04 14:52:30.010 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:30.016 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:30.027 | Setting up dpkg-dev (1.19.7ubuntu3) ... 2022-02-04 14:52:30.038 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ... 2022-02-04 14:52:30.044 | Setting up python3-mysqldb (1.4.4-2build1) ... 2022-02-04 14:52:30.308 | Setting up libmail-sendmail-perl (0.80-1) ... 2022-02-04 14:52:30.315 | Setting up libltdl-dev:amd64 (2.4.6-14) ... 2022-02-04 14:52:30.322 | Setting up libthai0:amd64 (0.1.28-3) ... 2022-02-04 14:52:30.328 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... 2022-02-04 14:52:30.334 | Setting up postgresql-client-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-04 14:52:31.030 | update-alternatives: using /usr/share/postgresql/12/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode 2022-02-04 14:52:31.053 | Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-02-04 14:52:31.060 | Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-02-04 14:52:31.067 | Setting up ssl-cert (1.0.39) ... 2022-02-04 14:52:31.535 | Setting up liberasurecode-dev:amd64 (1.6.1-4) ... 2022-02-04 14:52:31.542 | Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.2) ... 2022-02-04 14:52:31.621 | Setting up libjs-jquery-metadata (12-1.1) ... 2022-02-04 14:52:31.627 | Setting up postgresql-common (214ubuntu0.1) ... 2022-02-04 14:52:32.157 | Adding user postgres to group ssl-cert 2022-02-04 14:52:32.323 | 2022-02-04 14:52:32.323 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2022-02-04 14:52:32.548 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2022-02-04 14:52:32.548 | Removing obsolete dictionary files: 2022-02-04 14:52:33.169 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2022-02-04 14:52:34.348 | Setting up libcroco3:amd64 (0.6.13-1) ... 2022-02-04 14:52:34.356 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-02-04 14:52:34.366 | Setting up pkg-config (0.29.1-0ubuntu4) ... 2022-02-04 14:52:34.457 | Setting up python3-pip (20.0.2-5ubuntu1.6) ... 2022-02-04 14:52:34.895 | Setting up dh-strip-nondeterminism (1.7.0-1) ... 2022-02-04 14:52:34.901 | Setting up libgvpr2:amd64 (2.42.2-3build2) ... 2022-02-04 14:52:34.907 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-02-04 14:52:34.914 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-02-04 14:52:34.920 | Setting up build-essential (12.8ubuntu1.1) ... 2022-02-04 14:52:34.926 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.2) ... 2022-02-04 14:52:34.932 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-02-04 14:52:34.938 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-02-04 14:52:34.944 | Setting up libsm6:amd64 (2:1.2.3-1) ... 2022-02-04 14:52:34.950 | Setting up apache2-utils (2.4.41-4ubuntu3.9) ... 2022-02-04 14:52:34.955 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-02-04 14:52:34.961 | Setting up ipvsadm (1:1.31-1) ... 2022-02-04 14:52:35.795 | Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.4) ... 2022-02-04 14:52:35.800 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-02-04 14:52:35.907 | Setting up fontconfig (2.13.1-2ubuntu3) ... 2022-02-04 14:52:37.976 | Regenerating fonts cache... done. 2022-02-04 14:52:37.979 | Setting up gettext (0.19.8.1-10build1) ... 2022-02-04 14:52:37.989 | Setting up libpcp3 (5.0.3-1) ... 2022-02-04 14:52:37.997 | Setting up libpcp-pmda3 (5.0.3-1) ... 2022-02-04 14:52:38.003 | Setting up libxslt1-dev:amd64 (1.1.34-4) ... 2022-02-04 14:52:38.010 | Setting up openssh-server (1:8.2p1-4ubuntu0.4) ... 2022-02-04 14:52:39.349 | rescue-ssh.target is a disabled or a static unit, not starting it. 2022-02-04 14:52:40.212 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-02-04 14:52:40.262 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:40.267 | Setting up keepalived (1:2.0.19-2ubuntu0.1) ... 2022-02-04 14:52:41.222 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2022-02-04 14:52:41.895 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:41.907 | Setting up libpcp-trace2 (5.0.3-1) ... 2022-02-04 14:52:41.915 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-04 14:52:41.921 | Setting up libpcp-pmda-perl (5.0.3-1) ... 2022-02-04 14:52:41.928 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-02-04 14:52:41.934 | Setting up libpcp-gui2 (5.0.3-1) ... 2022-02-04 14:52:41.940 | Setting up apache2-bin (2.4.41-4ubuntu3.9) ... 2022-02-04 14:52:41.947 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-02-04 14:52:41.953 | Setting up libpcp-web1 (5.0.3-1) ... 2022-02-04 14:52:41.960 | Setting up intltool-debian (0.35.0+20060710.5) ... 2022-02-04 14:52:41.967 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-02-04 14:52:41.976 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:41.983 | Setting up python3-venv (3.8.2-0ubuntu2) ... 2022-02-04 14:52:42.004 | Setting up libpcp-mmv1 (5.0.3-1) ... 2022-02-04 14:52:42.011 | Setting up libapr1-dev (1.6.5-1ubuntu1) ... 2022-02-04 14:52:42.016 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-02-04 14:52:42.024 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2022-02-04 14:52:42.031 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-02-04 14:52:42.037 | Setting up clang-10 (1:10.0.0-4ubuntu1) ... 2022-02-04 14:52:42.044 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-04 14:52:42.053 | Setting up postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-02-04 14:52:42.060 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-02-04 14:52:42.069 | Setting up libpcp-import1 (5.0.3-1) ... 2022-02-04 14:52:42.076 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-02-04 14:52:42.082 | Setting up librados2 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-04 14:52:42.090 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-02-04 14:52:42.096 | Setting up po-debconf (1.0.21) ... 2022-02-04 14:52:42.103 | Setting up apache2 (2.4.41-4ubuntu3.9) ... 2022-02-04 14:52:42.547 | Enabling module mpm_event. 2022-02-04 14:52:42.612 | Enabling module authz_core. 2022-02-04 14:52:42.618 | Enabling module authz_host. 2022-02-04 14:52:42.677 | Enabling module authn_core. 2022-02-04 14:52:42.682 | Enabling module auth_basic. 2022-02-04 14:52:42.743 | Enabling module access_compat. 2022-02-04 14:52:42.802 | Enabling module authn_file. 2022-02-04 14:52:42.862 | Enabling module authz_user. 2022-02-04 14:52:42.922 | Enabling module alias. 2022-02-04 14:52:42.983 | Enabling module dir. 2022-02-04 14:52:43.046 | Enabling module autoindex. 2022-02-04 14:52:43.106 | Enabling module env. 2022-02-04 14:52:43.165 | Enabling module mime. 2022-02-04 14:52:43.225 | Enabling module negotiation. 2022-02-04 14:52:43.286 | Enabling module setenvif. 2022-02-04 14:52:43.345 | Enabling module filter. 2022-02-04 14:52:43.405 | Enabling module deflate. 2022-02-04 14:52:43.465 | Enabling module status. 2022-02-04 14:52:43.524 | Enabling module reqtimeout. 2022-02-04 14:52:43.591 | Enabling conf charset. 2022-02-04 14:52:43.652 | Enabling conf localized-error-pages. 2022-02-04 14:52:43.712 | Enabling conf other-vhosts-access-log. 2022-02-04 14:52:43.773 | Enabling conf security. 2022-02-04 14:52:43.842 | Enabling conf serve-cgi-bin. 2022-02-04 14:52:43.903 | Enabling site 000-default. 2022-02-04 14:52:43.956 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2022-02-04 14:52:44.018 | Enabling conf javascript-common. 2022-02-04 14:52:44.276 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2022-02-04 14:52:44.862 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2022-02-04 14:52:47.504 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2022-02-04 14:52:47.517 | Setting up python3-pcp (5.0.3-1) ... 2022-02-04 14:52:47.835 | Setting up libgvc6 (2.42.2-3build2) ... 2022-02-04 14:52:47.858 | Setting up librbd1 (15.2.14-0ubuntu0.20.04.2) ... 2022-02-04 14:52:47.864 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.9) ... 2022-02-04 14:52:47.879 | Setting up libiscsi7:amd64 (1.18.0-2) ... 2022-02-04 14:52:47.886 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2022-02-04 14:52:47.893 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.19) ... 2022-02-04 14:52:47.899 | Setting up graphviz (2.42.2-3build2) ... 2022-02-04 14:52:47.907 | Setting up pcp (5.0.3-1) ... 2022-02-04 14:52:48.277 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service. 2022-02-04 14:52:48.686 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service. 2022-02-04 14:52:49.106 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service. 2022-02-04 14:52:49.529 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service. 2022-02-04 14:53:06.257 | Setting up qemu-utils (1:4.2-3ubuntu6.19) ... 2022-02-04 14:53:06.267 | Setting up systemd (245.4-4ubuntu3.15) ... 2022-02-04 14:53:06.272 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2022-02-04 14:53:07.474 | Setting up dh-autoreconf (19) ... 2022-02-04 14:53:07.481 | Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... 2022-02-04 14:53:08.308 | Setting up systemd-sysv (245.4-4ubuntu3.15) ... 2022-02-04 14:53:08.316 | Setting up libnss-systemd:amd64 (245.4-4ubuntu3.15) ... 2022-02-04 14:53:08.325 | Setting up debhelper (12.10ubuntu1) ... 2022-02-04 14:53:08.331 | Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 2022-02-04 14:53:08.664 | Setting up apache2-dev (2.4.41-4ubuntu3.9) ... 2022-02-04 14:53:08.670 | Processing triggers for mime-support (3.64ubuntu1) ... 2022-02-04 14:53:08.694 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ... 2022-02-04 14:53:08.789 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic 2022-02-04 14:53:22.059 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-04 14:53:22.087 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ... 2022-02-04 14:53:22.505 | Processing triggers for ufw (0.36-6) ... 2022-02-04 14:53:22.649 | Processing triggers for man-db (2.9.1-1) ... 2022-02-04 14:53:49.369 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-02-04 14:53:49.383 | Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2022-02-04 14:53:56.424 | ++ functions-common:apt_get:1118 : result=0 2022-02-04 14:53:56.426 | ++ functions-common:apt_get:1121 : time_stop apt-get 2022-02-04 14:53:56.428 | ++ functions-common:time_stop:2309 : local name 2022-02-04 14:53:56.430 | ++ functions-common:time_stop:2310 : local end_time 2022-02-04 14:53:56.433 | ++ functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:53:56.435 | ++ functions-common:time_stop:2312 : local total 2022-02-04 14:53:56.437 | ++ functions-common:time_stop:2313 : local start_time 2022-02-04 14:53:56.439 | ++ functions-common:time_stop:2315 : name=apt-get 2022-02-04 14:53:56.441 | ++ functions-common:time_stop:2316 : start_time=1643986240472 2022-02-04 14:53:56.443 | ++ functions-common:time_stop:2318 : [[ -z 1643986240472 ]] 2022-02-04 14:53:56.446 | +++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:53:56.449 | ++ functions-common:time_stop:2321 : end_time=1643986436447 2022-02-04 14:53:56.452 | ++ functions-common:time_stop:2322 : elapsed_time=195975 2022-02-04 14:53:56.454 | ++ functions-common:time_stop:2323 : total=782 2022-02-04 14:53:56.456 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:53:56.458 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=196757 2022-02-04 14:53:56.460 | ++ functions-common:apt_get:1122 : return 0 2022-02-04 14:53:56.463 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-02-04 14:53:56.465 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-02-04 14:53:56.468 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-02-04 14:53:56.472 | ++ tools/install_prereqs.sh:source:89 : date 2022-02-04 14:53:56.476 | + ./stack.sh:main:772 : [[ False != \T\r\u\e ]] 2022-02-04 14:53:56.478 | + ./stack.sh:main:773 : PYPI_ALTERNATIVE_URL= 2022-02-04 14:53:56.481 | + ./stack.sh:main:773 : /home/ubuntu/devstack/tools/install_pip.sh 2022-02-04 14:53:57.791 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-02-04 14:53:57.792 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-02-04 14:53:57.795 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-02-04 14:53:57.797 | + tools/install_pip.sh:main:43 : GetDistro 2022-02-04 14:53:57.798 | + functions-common:GetDistro:373 : GetOSVersion 2022-02-04 14:53:57.800 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2022-02-04 14:53:57.802 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2022-02-04 14:53:57.805 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2022-02-04 14:53:57.806 | + functions-common:_ensure_lsb_release:328 : return 2022-02-04 14:53:57.808 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2022-02-04 14:53:57.885 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2022-02-04 14:53:57.888 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2022-02-04 14:53:57.955 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2022-02-04 14:53:57.957 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2022-02-04 14:53:58.025 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2022-02-04 14:53:58.027 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-02-04 14:53:58.029 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2022-02-04 14:53:58.031 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2022-02-04 14:53:58.033 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2022-02-04 14:53:58.035 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2022-02-04 14:53:58.036 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2022-02-04 14:53:58.038 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2022-02-04 14:53:58.040 | + functions-common:GetDistro:378 : DISTRO=focal 2022-02-04 14:53:58.042 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2022-02-04 14:53:58.044 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-02-04 14:53:58.044 | Distro: focal 2022-02-04 14:53:58.046 | + tools/install_pip.sh:main:124 : get_versions 2022-02-04 14:53:58.049 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-02-04 14:53:58.052 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-02-04 14:53:58.054 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-02-04 14:53:58.056 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-02-04 14:53:58.057 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-02-04 14:53:58.617 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-02-04 14:53:58.619 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-02-04 14:53:58.619 | pip: 21.3.1 2022-02-04 14:53:58.621 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-02-04 14:53:58.623 | + tools/install_pip.sh:main:130 : is_fedora 2022-02-04 14:53:58.625 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-04 14:53:58.627 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-04 14:53:58.628 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-04 14:53:58.630 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-04 14:53:58.632 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-04 14:53:58.633 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-04 14:53:58.635 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-04 14:53:58.637 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-04 14:53:58.639 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-04 14:53:58.641 | + tools/install_pip.sh:main:142 : install_get_pip 2022-02-04 14:53:58.642 | + tools/install_pip.sh:install_get_pip:60 : [[ 3.8 = \3\.\6 ]] 2022-02-04 14:53:58.644 | + tools/install_pip.sh:install_get_pip:64 : _pip_url=https://bootstrap.pypa.io/get-pip.py 2022-02-04 14:53:58.646 | ++ tools/install_pip.sh:install_get_pip:65 : basename https://bootstrap.pypa.io/get-pip.py 2022-02-04 14:53:58.649 | + tools/install_pip.sh:install_get_pip:65 : _local_pip=/home/ubuntu/devstack/files/get-pip.py 2022-02-04 14:53:58.650 | + tools/install_pip.sh:install_get_pip:71 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-02-04 14:53:58.652 | + tools/install_pip.sh:install_get_pip:88 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-02-04 14:53:58.654 | + tools/install_pip.sh:install_get_pip:91 : local timecond= 2022-02-04 14:53:58.655 | + tools/install_pip.sh:install_get_pip:92 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2022-02-04 14:53:58.657 | + tools/install_pip.sh:install_get_pip:96 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2022-02-04 14:53:58.667 | % Total % Received % Xferd Average Speed Time Time Time Current 2022-02-04 14:53:58.667 | Dload Upload Total Spent Left Speed 2022-02-04 14:53:58.938 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 2548k 1 50727 0 0 341k 0 0:00:07 --:--:-- 0:00:07 339k 100 2548k 100 2548k 0 0 9439k 0 --:--:-- --:--:-- --:--:-- 9404k 2022-02-04 14:53:58.942 | + tools/install_pip.sh:install_get_pip:99 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2022-02-04 14:53:58.945 | + tools/install_pip.sh:install_get_pip:101 : sudo -H -E python3.8 /home/ubuntu/devstack/files/get-pip.py 2022-02-04 14:54:02.283 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:54:02.283 | from cryptography.utils import int_from_bytes 2022-02-04 14:54:02.283 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:54:02.284 | from cryptography.utils import int_from_bytes 2022-02-04 14:54:02.743 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:54:02.769 | warning: missing-index-doctype 2022-02-04 14:54:02.769 | 2022-02-04 14:54:02.769 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:54:02.769 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pip/ 2022-02-04 14:54:02.769 | 2022-02-04 14:54:02.769 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:54:02.769 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:54:02.893 | Collecting pip 2022-02-04 14:54:02.906 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c14/6f331f0805c77/pip-22.0.3-py3-none-any.whl (2.1 MB) 2022-02-04 14:54:02.939 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 76.4 MB/s eta 0:00:00 2022-02-04 14:54:02.992 | warning: missing-index-doctype 2022-02-04 14:54:02.992 | 2022-02-04 14:54:02.992 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:54:02.992 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/setuptools/ 2022-02-04 14:54:02.992 | 2022-02-04 14:54:02.992 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:54:02.992 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:54:03.539 | Collecting setuptools 2022-02-04 14:54:03.551 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c90/97cbcdefe88a6/setuptools-60.7.1-py3-none-any.whl (1.0 MB) 2022-02-04 14:54:03.573 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 57.6 MB/s eta 0:00:00 2022-02-04 14:54:05.210 | Installing collected packages: setuptools, pip 2022-02-04 14:54:05.850 | Attempting uninstall: pip 2022-02-04 14:54:05.852 | Found existing installation: pip 21.3.1 2022-02-04 14:54:06.133 | Uninstalling pip-21.3.1: 2022-02-04 14:54:06.159 | Successfully uninstalled pip-21.3.1 2022-02-04 14:54:08.191 | Successfully installed pip-22.0.3 setuptools-60.7.1 2022-02-04 14:54:08.192 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 14:54:08.485 | + tools/install_pip.sh:main:145 : set -x 2022-02-04 14:54:08.487 | + tools/install_pip.sh:main:149 : pip_install_gr setuptools 2022-02-04 14:54:08.489 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-02-04 14:54:08.490 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-04 14:54:08.493 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-02-04 14:54:08.494 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2022-02-04 14:54:08.496 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-04 14:54:08.499 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-02-04 14:54:08.499 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-04 14:54:08.503 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2022-02-04 14:54:08.504 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2022-02-04 14:54:08.506 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-02-04 14:54:08.508 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-02-04 14:54:08.510 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-02-04 14:54:08.525 | Using python 3.8 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2022-02-04 14:54:08.528 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-02-04 14:54:09.313 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:54:09.314 | from cryptography.utils import int_from_bytes 2022-02-04 14:54:09.314 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:54:09.314 | from cryptography.utils import int_from_bytes 2022-02-04 14:54:10.514 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:54:10.565 | warning: missing-index-doctype 2022-02-04 14:54:10.565 | 2022-02-04 14:54:10.565 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:54:10.565 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/setuptools/ 2022-02-04 14:54:10.565 | 2022-02-04 14:54:10.565 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:54:10.565 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:54:11.010 | Collecting setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2022-02-04 14:54:11.026 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a49/230977aa6cfb9/setuptools-57.4.0-py3-none-any.whl (819 kB) 2022-02-04 14:54:11.049 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.0/819.0 KB 47.5 MB/s eta 0:00:00 2022-02-04 14:54:12.688 | Installing collected packages: setuptools 2022-02-04 14:54:12.688 | Attempting uninstall: setuptools 2022-02-04 14:54:12.690 | Found existing installation: setuptools 60.7.1 2022-02-04 14:54:12.802 | Uninstalling setuptools-60.7.1: 2022-02-04 14:54:13.049 | Successfully uninstalled setuptools-60.7.1 2022-02-04 14:54:13.691 | Successfully installed setuptools-57.4.0 2022-02-04 14:54:13.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 2022-02-04 14:54:13.843 | + inc/python:pip_install:200 : result=0 2022-02-04 14:54:13.845 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:54:13.847 | + functions-common:time_stop:2309 : local name 2022-02-04 14:54:13.849 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:54:13.850 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:54:13.852 | + functions-common:time_stop:2312 : local total 2022-02-04 14:54:13.853 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:54:13.855 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:54:13.857 | + functions-common:time_stop:2316 : start_time=1643986448521 2022-02-04 14:54:13.858 | + functions-common:time_stop:2318 : [[ -z 1643986448521 ]] 2022-02-04 14:54:13.861 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:54:13.864 | + functions-common:time_stop:2321 : end_time=1643986453862 2022-02-04 14:54:13.865 | + functions-common:time_stop:2322 : elapsed_time=5341 2022-02-04 14:54:13.867 | + functions-common:time_stop:2323 : total=0 2022-02-04 14:54:13.869 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:54:13.870 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=5341 2022-02-04 14:54:13.872 | + inc/python:pip_install:203 : return 0 2022-02-04 14:54:13.874 | + tools/install_pip.sh:main:151 : get_versions 2022-02-04 14:54:13.877 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-02-04 14:54:13.880 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-02-04 14:54:13.882 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-02-04 14:54:13.885 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-02-04 14:54:13.885 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-02-04 14:54:14.539 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=22.0.3 2022-02-04 14:54:14.541 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 22.0.3' 2022-02-04 14:54:14.541 | pip: 22.0.3 2022-02-04 14:54:14.545 | + ./stack.sh:main:777 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-02-04 14:54:14.547 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-02-04 14:54:14.551 | + ./stack.sh:main:778 : fixup_all 2022-02-04 14:54:14.553 | + tools/fixup_stuff.sh:fixup_all:175 : fixup_keystone 2022-02-04 14:54:14.555 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2022-02-04 14:54:14.557 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2022-02-04 14:54:14.562 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2022-02-04 14:54:14.563 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2022-02-04 14:54:14.563 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2022-02-04 14:54:14.568 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2022-02-04 14:54:14.570 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2022-02-04 14:54:14.572 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2022-02-04 14:54:14.580 | net.ipv4.ip_local_reserved_ports = 35357,35358 2022-02-04 14:54:14.583 | + tools/fixup_stuff.sh:fixup_all:176 : fixup_ubuntu 2022-02-04 14:54:14.585 | + tools/fixup_stuff.sh:fixup_ubuntu:159 : is_ubuntu 2022-02-04 14:54:14.587 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:54:14.590 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:54:14.592 | + tools/fixup_stuff.sh:fixup_ubuntu:169 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.3.1.egg-info 2022-02-04 14:54:14.603 | + tools/fixup_stuff.sh:fixup_ubuntu:170 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-02-04 14:54:14.615 | + tools/fixup_stuff.sh:fixup_ubuntu:171 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-02-04 14:54:14.625 | + tools/fixup_stuff.sh:fixup_all:177 : fixup_fedora 2022-02-04 14:54:14.627 | + tools/fixup_stuff.sh:fixup_fedora:66 : is_fedora 2022-02-04 14:54:14.629 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-04 14:54:14.631 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-04 14:54:14.633 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-04 14:54:14.635 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-04 14:54:14.637 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-04 14:54:14.639 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-04 14:54:14.641 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-04 14:54:14.643 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-04 14:54:14.645 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-04 14:54:14.647 | + tools/fixup_stuff.sh:fixup_fedora:67 : return 2022-02-04 14:54:14.649 | + tools/fixup_stuff.sh:fixup_all:178 : fixup_suse 2022-02-04 14:54:14.651 | + tools/fixup_stuff.sh:fixup_suse:112 : is_suse 2022-02-04 14:54:14.654 | + functions-common:is_suse:462 : is_opensuse 2022-02-04 14:54:14.656 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-04 14:54:14.658 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-04 14:54:14.660 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-04 14:54:14.662 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-04 14:54:14.664 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-04 14:54:14.666 | + tools/fixup_stuff.sh:fixup_suse:113 : return 2022-02-04 14:54:14.669 | + ./stack.sh:main:781 : pip_install -U os-testr 2022-02-04 14:54:14.687 | Using python 3.8 to install os-testr 2022-02-04 14:54:14.690 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-02-04 14:54:15.462 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:54:15.462 | from cryptography.utils import int_from_bytes 2022-02-04 14:54:15.462 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:54:15.462 | from cryptography.utils import int_from_bytes 2022-02-04 14:54:16.657 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:54:16.687 | warning: missing-index-doctype 2022-02-04 14:54:16.687 | 2022-02-04 14:54:16.687 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:54:16.687 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/os-testr/ 2022-02-04 14:54:16.687 | 2022-02-04 14:54:16.687 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:54:16.687 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:54:16.725 | Collecting os-testr 2022-02-04 14:54:16.733 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/785/f04c6c750390d/os_testr-2.0.1-py3-none-any.whl (46 kB) 2022-02-04 14:54:16.740 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.3/46.3 KB 25.5 MB/s eta 0:00:00 2022-02-04 14:54:16.765 | warning: missing-index-doctype 2022-02-04 14:54:16.765 | 2022-02-04 14:54:16.765 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:54:16.766 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/python-subunit/ 2022-02-04 14:54:16.766 | 2022-02-04 14:54:16.766 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:54:16.766 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:54:16.788 | Collecting python-subunit>=1.0.0 2022-02-04 14:54:16.795 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2022-02-04 14:54:16.803 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.1/106.1 KB 31.1 MB/s eta 0:00:00 2022-02-04 14:54:16.819 | warning: missing-index-doctype 2022-02-04 14:54:16.819 | 2022-02-04 14:54:16.819 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:54:16.819 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/stestr/ 2022-02-04 14:54:16.819 | 2022-02-04 14:54:16.819 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:54:16.819 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:54:16.847 | Collecting stestr>=1.0.0 2022-02-04 14:54:16.854 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a31/9580d7aa71f73/stestr-3.2.0-py3-none-any.whl (125 kB) 2022-02-04 14:54:16.861 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.8/125.8 KB 62.4 MB/s eta 0:00:00 2022-02-04 14:54:16.867 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.6.0) 2022-02-04 14:54:16.868 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-02-04 14:54:16.884 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-02-04 14:54:16.911 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.9.0) 2022-02-04 14:54:16.913 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.1) 2022-02-04 14:54:16.914 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.0.0) 2022-02-04 14:54:16.915 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (5.4.1) 2022-02-04 14:54:16.931 | warning: missing-index-doctype 2022-02-04 14:54:16.931 | 2022-02-04 14:54:16.931 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:54:16.931 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/future/ 2022-02-04 14:54:16.931 | 2022-02-04 14:54:16.931 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:54:16.931 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:54:16.961 | Collecting future 2022-02-04 14:54:16.969 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2022-02-04 14:54:16.987 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 829.2/829.2 KB 66.5 MB/s eta 0:00:00 2022-02-04 14:54:17.184 | Preparing metadata (setup.py): started 2022-02-04 14:54:17.884 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 14:54:17.913 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.1.2) 2022-02-04 14:54:17.914 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.4.0) 2022-02-04 14:54:17.916 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.7.2) 2022-02-04 14:54:17.918 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.4.7) 2022-02-04 14:54:17.920 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.4.0) 2022-02-04 14:54:17.932 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->stestr>=1.0.0->os-testr) (1.16.0) 2022-02-04 14:54:18.004 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.4.4) 2022-02-04 14:54:18.005 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (21.2.0) 2022-02-04 14:54:18.007 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5) 2022-02-04 14:54:18.009 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.2) 2022-02-04 14:54:18.134 | Building wheels for collected packages: future 2022-02-04 14:54:18.136 | Building wheel for future (setup.py): started 2022-02-04 14:54:19.208 | Building wheel for future (setup.py): finished with status 'done' 2022-02-04 14:54:19.213 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=dc3a677eda952024a9b16bbc5dc62a4866e7ae9aad7be34995c5ed7d6c2b94c0 2022-02-04 14:54:19.213 | Stored in directory: /root/.cache/pip/wheels/28/5f/d3/d195feb75503b53c2d3ab6230c977e5755765d711064d2e39f 2022-02-04 14:54:19.221 | Successfully built future 2022-02-04 14:54:20.601 | Installing collected packages: future, python-subunit, stestr, os-testr 2022-02-04 14:54:21.517 | Successfully installed future-0.18.2 os-testr-2.0.1 python-subunit-1.4.0 stestr-3.2.0 2022-02-04 14:54:21.518 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 14:54:21.675 | + inc/python:pip_install:200 : result=0 2022-02-04 14:54:21.677 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:54:21.679 | + functions-common:time_stop:2309 : local name 2022-02-04 14:54:21.681 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:54:21.684 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:54:21.686 | + functions-common:time_stop:2312 : local total 2022-02-04 14:54:21.688 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:54:21.690 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:54:21.692 | + functions-common:time_stop:2316 : start_time=1643986454682 2022-02-04 14:54:21.694 | + functions-common:time_stop:2318 : [[ -z 1643986454682 ]] 2022-02-04 14:54:21.696 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:54:21.700 | + functions-common:time_stop:2321 : end_time=1643986461698 2022-02-04 14:54:21.702 | + functions-common:time_stop:2322 : elapsed_time=7016 2022-02-04 14:54:21.704 | + functions-common:time_stop:2323 : total=0 2022-02-04 14:54:21.706 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:54:21.708 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=7016 2022-02-04 14:54:21.710 | + inc/python:pip_install:203 : return 0 2022-02-04 14:54:21.712 | + ./stack.sh:main:785 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-02-04 14:54:21.760 | + ./stack.sh:main:786 : sudo systemctl restart systemd-journald 2022-02-04 14:54:21.863 | + ./stack.sh:main:792 : install_infra 2022-02-04 14:54:21.866 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-02-04 14:54:21.869 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-02-04 14:54:21.871 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2022-02-04 14:54:25.028 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-02-04 14:54:25.030 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-02-04 14:54:25.052 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-02-04 14:54:26.976 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:27.006 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:27.109 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:27.218 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:27.392 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:27.398 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:27.467 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:27.512 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:27.596 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:27.677 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:54:27.801 | Collecting pbr===5.6.0 2022-02-04 14:54:27.807 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c68/c661ac5cc8105/pbr-5.6.0-py2.py3-none-any.whl (111 kB) 2022-02-04 14:54:27.863 | Installing collected packages: pbr 2022-02-04 14:54:28.001 | Successfully installed pbr-5.6.0 2022-02-04 14:54:28.064 | + inc/python:pip_install:200 : result=0 2022-02-04 14:54:28.067 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:54:28.069 | + functions-common:time_stop:2309 : local name 2022-02-04 14:54:28.071 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:54:28.073 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:54:28.075 | + functions-common:time_stop:2312 : local total 2022-02-04 14:54:28.077 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:54:28.079 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:54:28.081 | + functions-common:time_stop:2316 : start_time=1643986465045 2022-02-04 14:54:28.084 | + functions-common:time_stop:2318 : [[ -z 1643986465045 ]] 2022-02-04 14:54:28.086 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:54:28.090 | + functions-common:time_stop:2321 : end_time=1643986468088 2022-02-04 14:54:28.092 | + functions-common:time_stop:2322 : elapsed_time=3043 2022-02-04 14:54:28.094 | + functions-common:time_stop:2323 : total=7016 2022-02-04 14:54:28.097 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:54:28.099 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=10059 2022-02-04 14:54:28.101 | + inc/python:pip_install:203 : return 0 2022-02-04 14:54:28.103 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-02-04 14:54:28.106 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-02-04 14:54:28.128 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-02-04 14:54:30.048 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:30.076 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:30.179 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:30.288 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:30.468 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:30.474 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:30.543 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:30.588 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:30.675 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-02-04 14:54:30.758 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:54:30.760 | Processing /opt/stack/requirements 2022-02-04 14:54:32.381 | Collecting fixtures===3.0.0 2022-02-04 14:54:32.393 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2022-02-04 14:54:33.215 | Collecting PyYAML===5.4.1 2022-02-04 14:54:33.221 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c1/be557ee92a20f/PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) 2022-02-04 14:54:33.812 | Collecting requests===2.26.0 2022-02-04 14:54:33.818 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6c1/246513ecd5ecd/requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-02-04 14:54:33.912 | Collecting packaging===21.0 2022-02-04 14:54:33.920 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c86/254f9220d55e3/packaging-21.0-py3-none-any.whl (40 kB) 2022-02-04 14:54:34.809 | Collecting testtools===2.5.0 2022-02-04 14:54:34.815 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/798/525999f053e4d/testtools-2.5.0-py3-none-any.whl (181 kB) 2022-02-04 14:54:35.300 | Collecting idna===3.2 2022-02-04 14:54:35.307 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/144/75042e2849910/idna-3.2-py3-none-any.whl (59 kB) 2022-02-04 14:54:35.444 | Collecting pyparsing===2.4.7 2022-02-04 14:54:35.450 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2022-02-04 14:54:35.807 | Collecting six===1.16.0 2022-02-04 14:54:35.814 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-02-04 14:54:35.867 | Collecting charset-normalizer===2.0.4 2022-02-04 14:54:35.873 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0c8/911edd15d1922/charset_normalizer-2.0.4-py3-none-any.whl (36 kB) 2022-02-04 14:54:35.910 | Collecting Parsley>=1.2 2022-02-04 14:54:35.920 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-02-04 14:54:36.258 | Collecting beagle>=0.2.1 2022-02-04 14:54:36.267 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2022-02-04 14:54:36.300 | Requirement already satisfied: pbr===5.6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (5.6.0) 2022-02-04 14:54:36.388 | Collecting urllib3===1.26.6 2022-02-04 14:54:36.395 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39f/b8672126159ac/urllib3-1.26.6-py2.py3-none-any.whl (138 kB) 2022-02-04 14:54:36.503 | Collecting certifi===2021.5.30 2022-02-04 14:54:36.509 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50b/1e4f8446b06f4/certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 2022-02-04 14:54:36.957 | Collecting extras===1.0.0 2022-02-04 14:54:36.963 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2022-02-04 14:54:37.425 | Collecting cliff===3.9.0 2022-02-04 14:54:37.435 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c0d/02ee970f978be/cliff-3.9.0-py3-none-any.whl (80 kB) 2022-02-04 14:54:38.173 | Collecting cmd2===2.1.2 2022-02-04 14:54:38.208 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d96/7708a62d1166c/cmd2-2.1.2-py3-none-any.whl (141 kB) 2022-02-04 14:54:38.304 | Collecting autopage===0.4.0 2022-02-04 14:54:38.312 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9b8/c9c160bfbf3e6/autopage-0.4.0-py3-none-any.whl (20 kB) 2022-02-04 14:54:38.394 | Collecting stevedore===3.4.0 2022-02-04 14:54:38.403 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/920/ce6259f0b2498/stevedore-3.4.0-py3-none-any.whl (49 kB) 2022-02-04 14:54:38.462 | Collecting prettytable===0.7.2 2022-02-04 14:54:38.468 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2022-02-04 14:54:38.800 | Collecting pyperclip===1.8.2 2022-02-04 14:54:38.806 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/767/6e3b8b98bc6fb/pyperclip-1.8.2-py3-none-any.whl (11 kB) 2022-02-04 14:54:39.126 | Collecting wcwidth===0.2.5 2022-02-04 14:54:39.131 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2022-02-04 14:54:39.507 | Collecting attrs===21.2.0 2022-02-04 14:54:39.513 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/149/e90d6d8ac20db/attrs-21.2.0-py2.py3-none-any.whl (53 kB) 2022-02-04 14:54:39.635 | Collecting colorama===0.4.4 2022-02-04 14:54:39.650 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2022-02-04 14:54:39.665 | Building wheels for collected packages: openstack-requirements 2022-02-04 14:54:39.666 | Building wheel for openstack-requirements (setup.py): started 2022-02-04 14:54:40.466 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-02-04 14:54:40.466 | ERROR: Command errored out with exit status 1: 2022-02-04 14:54:40.466 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-qqtskkvm/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-qqtskkvm/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-4836hiku 2022-02-04 14:54:40.466 | cwd: /tmp/pip-req-build-qqtskkvm/ 2022-02-04 14:54:40.466 | Complete output (6 lines): 2022-02-04 14:54:40.466 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-02-04 14:54:40.466 | or: setup.py --help [cmd1 cmd2 ...] 2022-02-04 14:54:40.466 | or: setup.py --help-commands 2022-02-04 14:54:40.466 | or: setup.py cmd --help 2022-02-04 14:54:40.466 | 2022-02-04 14:54:40.466 | error: invalid command 'bdist_wheel' 2022-02-04 14:54:40.467 | ---------------------------------------- 2022-02-04 14:54:40.467 | ERROR: Failed building wheel for openstack-requirements 2022-02-04 14:54:40.467 | Running setup.py clean for openstack-requirements 2022-02-04 14:54:41.271 | Failed to build openstack-requirements 2022-02-04 14:54:41.499 | Installing collected packages: certifi, attrs, extras, testtools, six, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, charset-normalizer, requests, pyperclip, colorama, cmd2, autopage, stevedore, pyparsing, cliff, packaging, Parsley, beagle, openstack-requirements 2022-02-04 14:54:43.338 | Running setup.py install for openstack-requirements: started 2022-02-04 14:54:45.574 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-02-04 14:54:45.608 | 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.dev4953 packaging-21.0 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.2 requests-2.26.0 six-1.16.0 stevedore-3.4.0 testtools-2.5.0 urllib3-1.26.6 wcwidth-0.2.5 2022-02-04 14:54:45.745 | + inc/python:pip_install:200 : result=0 2022-02-04 14:54:45.748 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:54:45.750 | + functions-common:time_stop:2309 : local name 2022-02-04 14:54:45.752 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:54:45.754 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:54:45.756 | + functions-common:time_stop:2312 : local total 2022-02-04 14:54:45.758 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:54:45.760 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:54:45.762 | + functions-common:time_stop:2316 : start_time=1643986468121 2022-02-04 14:54:45.764 | + functions-common:time_stop:2318 : [[ -z 1643986468121 ]] 2022-02-04 14:54:45.767 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:54:45.771 | + functions-common:time_stop:2321 : end_time=1643986485769 2022-02-04 14:54:45.773 | + functions-common:time_stop:2322 : elapsed_time=17648 2022-02-04 14:54:45.775 | + functions-common:time_stop:2323 : total=10059 2022-02-04 14:54:45.778 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:54:45.780 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=27707 2022-02-04 14:54:45.782 | + inc/python:pip_install:203 : return 0 2022-02-04 14:54:45.785 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-02-04 14:54:45.787 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-02-04 14:54:45.790 | + inc/python:use_library_from_git:250 : local name=pbr 2022-02-04 14:54:45.792 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:54:45.794 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:54:45.797 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-02-04 14:54:45.799 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:54:45.801 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-02-04 14:54:45.821 | Using python 3.8 to install pbr 2022-02-04 14:54:45.823 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-02-04 14:54:46.708 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:54:46.708 | from cryptography.utils import int_from_bytes 2022-02-04 14:54:46.708 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:54:46.708 | from cryptography.utils import int_from_bytes 2022-02-04 14:54:47.908 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:54:47.918 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.6.0) 2022-02-04 14:54:47.941 | warning: missing-index-doctype 2022-02-04 14:54:47.941 | 2022-02-04 14:54:47.941 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:54:47.941 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pbr/ 2022-02-04 14:54:47.941 | 2022-02-04 14:54:47.941 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:54:47.941 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:54:49.587 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 14:54:49.719 | + inc/python:pip_install:200 : result=0 2022-02-04 14:54:49.722 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:54:49.724 | + functions-common:time_stop:2309 : local name 2022-02-04 14:54:49.726 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:54:49.728 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:54:49.730 | + functions-common:time_stop:2312 : local total 2022-02-04 14:54:49.732 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:54:49.734 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:54:49.736 | + functions-common:time_stop:2316 : start_time=1643986485816 2022-02-04 14:54:49.738 | + functions-common:time_stop:2318 : [[ -z 1643986485816 ]] 2022-02-04 14:54:49.741 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:54:49.744 | + functions-common:time_stop:2321 : end_time=1643986489742 2022-02-04 14:54:49.747 | + functions-common:time_stop:2322 : elapsed_time=3926 2022-02-04 14:54:49.751 | + functions-common:time_stop:2323 : total=27707 2022-02-04 14:54:49.754 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:54:49.756 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=31633 2022-02-04 14:54:49.758 | + inc/python:pip_install:203 : return 0 2022-02-04 14:54:49.760 | + ./stack.sh:main:795 : python3 -m venv /opt/stack/bindep-venv 2022-02-04 14:54:52.915 | + ./stack.sh:main:797 : /opt/stack/bindep-venv/bin/pip install bindep 2022-02-04 14:54:54.736 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:54:54.813 | Collecting bindep 2022-02-04 14:54:54.821 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/81f/df1ef59c504c3/bindep-2.10.2-py2.py3-none-any.whl (33 kB) 2022-02-04 14:54:54.867 | Collecting Parsley 2022-02-04 14:54:54.873 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-02-04 14:54:54.927 | Collecting distro 2022-02-04 14:54:54.933 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c87/13330ab31a034/distro-1.6.0-py2.py3-none-any.whl (19 kB) 2022-02-04 14:54:55.067 | Collecting pbr>=2.0.0 2022-02-04 14:54:55.074 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/176/e8560eaf61e12/pbr-5.8.0-py2.py3-none-any.whl (112 kB) 2022-02-04 14:54:55.179 | Collecting packaging; python_version >= "3.6" 2022-02-04 14:54:55.186 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-02-04 14:54:55.364 | Collecting pyparsing!=3.0.5,>=2.0.2 2022-02-04 14:54:55.371 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a6c/06a88f252e6c3/pyparsing-3.0.7-py3-none-any.whl (98 kB) 2022-02-04 14:54:55.418 | Installing collected packages: Parsley, distro, pbr, pyparsing, packaging, bindep 2022-02-04 14:54:55.989 | Successfully installed Parsley-1.3 bindep-2.10.2 distro-1.6.0 packaging-21.3 pbr-5.8.0 pyparsing-3.0.7 2022-02-04 14:54:56.060 | + ./stack.sh:main:798 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-02-04 14:54:56.063 | + ./stack.sh:main:798 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-02-04 14:54:56.066 | ++ ./stack.sh:main:801 : _get_plugin_bindep_packages 2022-02-04 14:54:56.082 | + ./stack.sh:main:801 : pkgs= 2022-02-04 14:54:56.085 | + ./stack.sh:main:802 : [[ -n '' ]] 2022-02-04 14:54:56.087 | + ./stack.sh:main:809 : run_phase stack pre-install 2022-02-04 14:54:56.089 | + functions-common:run_phase:1737 : local mode=stack 2022-02-04 14:54:56.091 | + functions-common:run_phase:1738 : local phase=pre-install 2022-02-04 14:54:56.094 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-04 14:54:56.096 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-02-04 14:54:56.098 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-04 14:54:56.100 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-02-04 14:54:56.103 | + functions-common:run_phase:1747 : local extra 2022-02-04 14:54:56.106 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-04 14:54:56.110 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-02-04 14:54:56.112 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-04 14:54:56.115 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-04 14:54:56.117 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-02-04 14:54:56.119 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-04 14:54:56.134 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:54:56.136 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-02-04 14:54:56.138 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-02-04 14:54:56.140 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-02-04 14:54:56.142 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-02-04 14:54:56.144 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-02-04 14:54:56.146 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-02-04 14:54:56.149 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-02-04 14:54:56.151 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-02-04 14:54:56.153 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-02-04 14:54:56.155 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-02-04 14:54:56.157 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-02-04 14:54:56.159 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-02-04 14:54:56.161 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-02-04 14:54:56.163 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-02-04 14:54:56.165 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-04 14:54:56.168 | + functions-common:run_phase:1764 : run_plugins stack pre-install 2022-02-04 14:54:56.170 | + functions-common:run_plugins:1723 : local mode=stack 2022-02-04 14:54:56.172 | + functions-common:run_plugins:1724 : local phase=pre-install 2022-02-04 14:54:56.175 | + functions-common:run_plugins:1726 : local plugins= 2022-02-04 14:54:56.177 | + functions-common:run_plugins:1727 : local plugin 2022-02-04 14:54:56.179 | + ./stack.sh:main:812 : set_systemd_override DefaultLimitNOFILE 2048 2022-02-04 14:54:56.182 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-02-04 14:54:56.184 | + functions:set_systemd_override:821 : local value=2048 2022-02-04 14:54:56.187 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-02-04 14:54:56.190 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-02-04 14:54:56.239 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-02-04 14:54:56.239 | Set systemd system override for DefaultLimitNOFILE=2048 2022-02-04 14:54:56.241 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-02-04 14:54:56.593 | + ./stack.sh:main:814 : install_rpc_backend 2022-02-04 14:54:56.595 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-02-04 14:54:56.611 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:54:56.614 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-02-04 14:54:56.616 | + functions-common:install_package:1347 : update_package_repo 2022-02-04 14:54:56.618 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-04 14:54:56.620 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-04 14:54:56.623 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-04 14:54:56.625 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-04 14:54:56.627 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-04 14:54:56.629 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:54:56.631 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:54:56.634 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-04 14:54:56.636 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-04 14:54:56.638 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-04 14:54:56.640 | + functions-common:apt_get_update:1074 : return 2022-02-04 14:54:56.642 | + functions-common:install_package:1348 : real_install_package rabbitmq-server 2022-02-04 14:54:56.644 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-04 14:54:56.646 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:54:56.649 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:54:56.651 | + functions-common:real_install_package:1334 : apt_get install rabbitmq-server 2022-02-04 14:54:56.672 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-02-04 14:54:56.780 | Reading package lists... 2022-02-04 14:54:57.033 | Building dependency tree... 2022-02-04 14:54:57.034 | Reading state information... 2022-02-04 14:54:57.305 | The following packages were automatically installed and are no longer required: 2022-02-04 14:54:57.307 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-04 14:54:57.307 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-04 14:54:57.307 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-04 14:54:57.307 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-04 14:54:57.307 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-04 14:54:57.307 | python3-zope.interface 2022-02-04 14:54:57.307 | Use 'sudo apt autoremove' to remove them. 2022-02-04 14:54:57.307 | The following additional packages will be installed: 2022-02-04 14:54:57.307 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-02-04 14:54:57.307 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-02-04 14:54:57.307 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-02-04 14:54:57.308 | erlang-tools erlang-xmerl locales-all 2022-02-04 14:54:57.310 | Suggested packages: 2022-02-04 14:54:57.310 | erlang erlang-manpages erlang-doc 2022-02-04 14:54:57.379 | The following NEW packages will be installed: 2022-02-04 14:54:57.379 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-02-04 14:54:57.379 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-02-04 14:54:57.379 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-02-04 14:54:57.380 | erlang-tools erlang-xmerl locales-all rabbitmq-server 2022-02-04 14:54:57.495 | 0 upgraded, 19 newly installed, 0 to remove and 107 not upgraded. 2022-02-04 14:54:57.495 | Need to get 38.1 MB of archives. 2022-02-04 14:54:57.495 | After this operation, 276 MB of additional disk space will be used. 2022-02-04 14:54:57.495 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-base amd64 1:22.2.7+dfsg-1 [8,063 kB] 2022-02-04 14:54:58.904 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB] 2022-02-04 14:54:59.013 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB] 2022-02-04 14:54:59.030 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-public-key amd64 1:22.2.7+dfsg-1 [567 kB] 2022-02-04 14:54:59.101 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB] 2022-02-04 14:54:59.243 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-runtime-tools amd64 1:22.2.7+dfsg-1 [182 kB] 2022-02-04 14:54:59.267 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ssl amd64 1:22.2.7+dfsg-1 [1,103 kB] 2022-02-04 14:54:59.467 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-eldap amd64 1:22.2.7+dfsg-1 [99.7 kB] 2022-02-04 14:54:59.488 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ftp amd64 1:22.2.7+dfsg-1 [68.8 kB] 2022-02-04 14:54:59.497 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tftp amd64 1:22.2.7+dfsg-1 [84.6 kB] 2022-02-04 14:54:59.515 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB] 2022-02-04 14:54:59.614 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-snmp amd64 1:22.2.7+dfsg-1 [1,538 kB] 2022-02-04 14:54:59.879 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-os-mon amd64 1:22.2.7+dfsg-1 [81.2 kB] 2022-02-04 14:54:59.891 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB] 2022-02-04 14:54:59.913 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-syntax-tools amd64 1:22.2.7+dfsg-1 [344 kB] 2022-02-04 14:54:59.959 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB] 2022-02-04 14:55:00.036 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-xmerl amd64 1:22.2.7+dfsg-1 [1,113 kB] 2022-02-04 14:55:00.201 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.2 [10.6 MB] 2022-02-04 14:55:01.969 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rabbitmq-server all 3.8.2-0ubuntu1.3 [11.5 MB] 2022-02-04 14:55:04.796 | Fetched 38.1 MB in 7s (5,577 kB/s) 2022-02-04 14:55:04.832 | Selecting previously unselected package erlang-base. 2022-02-04 14:55:04.882 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81597 files and directories currently installed.) 2022-02-04 14:55:04.886 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:04.889 | Unpacking erlang-base (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:05.975 | Selecting previously unselected package erlang-asn1. 2022-02-04 14:55:05.984 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:05.987 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:06.099 | Selecting previously unselected package erlang-crypto. 2022-02-04 14:55:06.108 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:06.111 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:06.159 | Selecting previously unselected package erlang-public-key. 2022-02-04 14:55:06.168 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:06.170 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:06.271 | Selecting previously unselected package erlang-mnesia. 2022-02-04 14:55:06.280 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:06.282 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:06.395 | Selecting previously unselected package erlang-runtime-tools. 2022-02-04 14:55:06.405 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:06.407 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:06.463 | Selecting previously unselected package erlang-ssl. 2022-02-04 14:55:06.472 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:06.475 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:06.645 | Selecting previously unselected package erlang-eldap. 2022-02-04 14:55:06.655 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:06.657 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:06.698 | Selecting previously unselected package erlang-ftp. 2022-02-04 14:55:06.706 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:06.709 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:06.743 | Selecting previously unselected package erlang-tftp. 2022-02-04 14:55:06.752 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:06.754 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:06.798 | Selecting previously unselected package erlang-inets. 2022-02-04 14:55:06.807 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:06.809 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:06.919 | Selecting previously unselected package erlang-snmp. 2022-02-04 14:55:06.930 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:06.933 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:07.191 | Selecting previously unselected package erlang-os-mon. 2022-02-04 14:55:07.201 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:07.203 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:07.241 | Selecting previously unselected package erlang-parsetools. 2022-02-04 14:55:07.250 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:07.253 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:07.299 | Selecting previously unselected package erlang-syntax-tools. 2022-02-04 14:55:07.308 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:07.311 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:07.387 | Selecting previously unselected package erlang-tools. 2022-02-04 14:55:07.395 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:07.398 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:07.492 | Selecting previously unselected package erlang-xmerl. 2022-02-04 14:55:07.502 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-02-04 14:55:07.504 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:07.682 | Selecting previously unselected package locales-all. 2022-02-04 14:55:07.691 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.2_amd64.deb ... 2022-02-04 14:55:07.694 | Unpacking locales-all (2.31-0ubuntu9.2) ... 2022-02-04 14:55:11.899 | Selecting previously unselected package rabbitmq-server. 2022-02-04 14:55:11.910 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.3_all.deb ... 2022-02-04 14:55:11.913 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-02-04 14:55:13.177 | Setting up erlang-base (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:13.591 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service. 2022-02-04 14:55:13.591 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket. 2022-02-04 14:55:18.035 | Searching for services which depend on erlang and should be started... none found. 2022-02-04 14:55:18.038 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.044 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.050 | Setting up locales-all (2.31-0ubuntu9.2) ... 2022-02-04 14:55:18.059 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.064 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.070 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.076 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.083 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.089 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.095 | Setting up erlang-tools (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.101 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.106 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.115 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.121 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.127 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.133 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.139 | Setting up erlang-inets (1:22.2.7+dfsg-1) ... 2022-02-04 14:55:18.144 | Setting up rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-02-04 14:55:18.236 | Adding group `rabbitmq' (GID 125) ... 2022-02-04 14:55:18.249 | Done. 2022-02-04 14:55:18.329 | Adding system user `rabbitmq' (UID 117) ... 2022-02-04 14:55:18.330 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ... 2022-02-04 14:55:18.367 | Not creating home directory `/var/lib/rabbitmq'. 2022-02-04 14:55:18.633 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2022-02-04 14:55:25.237 | Processing triggers for man-db (2.9.1-1) ... 2022-02-04 14:55:25.820 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-04 14:55:33.230 | + functions-common:apt_get:1118 : result=0 2022-02-04 14:55:33.233 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-04 14:55:33.235 | + functions-common:time_stop:2309 : local name 2022-02-04 14:55:33.237 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:55:33.239 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:55:33.242 | + functions-common:time_stop:2312 : local total 2022-02-04 14:55:33.244 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:55:33.246 | + functions-common:time_stop:2315 : name=apt-get 2022-02-04 14:55:33.248 | + functions-common:time_stop:2316 : start_time=1643986496669 2022-02-04 14:55:33.250 | + functions-common:time_stop:2318 : [[ -z 1643986496669 ]] 2022-02-04 14:55:33.253 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:55:33.258 | + functions-common:time_stop:2321 : end_time=1643986533255 2022-02-04 14:55:33.260 | + functions-common:time_stop:2322 : elapsed_time=36586 2022-02-04 14:55:33.263 | + functions-common:time_stop:2323 : total=196757 2022-02-04 14:55:33.265 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:55:33.267 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=233343 2022-02-04 14:55:33.270 | + functions-common:apt_get:1122 : return 0 2022-02-04 14:55:33.272 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-02-04 14:55:33.275 | + functions-common:is_suse:462 : is_opensuse 2022-02-04 14:55:33.277 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-04 14:55:33.279 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-04 14:55:33.282 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-04 14:55:33.284 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-04 14:55:33.286 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-04 14:55:33.288 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-02-04 14:55:33.291 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-04 14:55:33.294 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-04 14:55:33.297 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-04 14:55:33.300 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-04 14:55:33.302 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-04 14:55:33.304 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-04 14:55:33.306 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-04 14:55:33.309 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-04 14:55:33.311 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-04 14:55:33.313 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-02-04 14:55:33.315 | + functions-common:is_suse:462 : is_opensuse 2022-02-04 14:55:33.318 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-04 14:55:33.320 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-04 14:55:33.322 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-04 14:55:33.324 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-04 14:55:33.327 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-04 14:55:33.329 | + ./stack.sh:main:815 : restart_rpc_backend 2022-02-04 14:55:33.332 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-02-04 14:55:33.350 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:55:33.353 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-02-04 14:55:33.355 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 14:55:33.358 | + ./stack.sh:echo_summary:432 : echo -e Starting RabbitMQ 2022-02-04 14:55:33.360 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-02-04 14:55:33.363 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-02-04 14:55:33.368 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-02-04 14:55:33.370 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-02-04 14:55:33.372 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-02-04 14:55:33.374 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-02-04 14:55:33.377 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-02-04 14:55:33.379 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-02-04 14:55:33.382 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-02-04 14:55:34.128 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-02-04 14:55:34.128 | user tags 2022-02-04 14:55:34.128 | guest [administrator]' 2022-02-04 14:55:34.131 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-02-04 14:55:34.131 | user tags 2022-02-04 14:55:34.131 | guest [administrator]' 2022-02-04 14:55:34.132 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-02-04 14:55:34.138 | + lib/rpc_backend:rabbit_setuser:176 : found= 2022-02-04 14:55:34.141 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2022-02-04 14:55:34.143 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2022-02-04 14:55:34.816 | Adding user "stackrabbit" ... 2022-02-04 14:55:34.839 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-02-04 14:55:35.513 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-02-04 14:55:35.535 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-02-04 14:55:35.537 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-02-04 14:55:36.211 | Changing password for user "stackrabbit" ... 2022-02-04 14:55:36.233 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-02-04 14:55:36.236 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-02-04 14:55:36.238 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-02-04 14:55:36.880 | Deleting user "guest" ... 2022-02-04 14:55:36.902 | + ./stack.sh:main:817 : is_service_enabled mysql postgresql 2022-02-04 14:55:36.920 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:55:36.923 | + ./stack.sh:main:818 : install_database 2022-02-04 14:55:36.925 | + lib/database:install_database:116 : install_database_mysql 2022-02-04 14:55:36.927 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2022-02-04 14:55:36.929 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:55:36.932 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:55:36.934 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2022-02-04 14:55:37.169 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-02-04 14:55:37.172 | + lib/databases/mysql:install_database_mysql:164 : cat 2022-02-04 14:55:37.176 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-02-04 14:55:37.179 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:55:37.182 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:55:37.184 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2022-02-04 14:55:37.187 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2022-02-04 14:55:37.189 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2022-02-04 14:55:37.193 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2022-02-04 14:55:37.195 | + functions-common:is_oraclelinux:434 : [[ -z Ubuntu ]] 2022-02-04 14:55:37.201 | + functions-common:is_oraclelinux:438 : '[' Ubuntu = OracleServer ']' 2022-02-04 14:55:37.204 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2022-02-04 14:55:37.207 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-04 14:55:37.209 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-04 14:55:37.212 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-04 14:55:37.215 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-04 14:55:37.218 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-04 14:55:37.221 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-04 14:55:37.224 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-04 14:55:37.226 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-04 14:55:37.229 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-04 14:55:37.232 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2022-02-04 14:55:37.234 | + functions-common:is_suse:462 : is_opensuse 2022-02-04 14:55:37.237 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-04 14:55:37.239 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-04 14:55:37.242 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-04 14:55:37.245 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-04 14:55:37.248 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-04 14:55:37.250 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2022-02-04 14:55:37.252 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:55:37.255 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:55:37.257 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2022-02-04 14:55:37.260 | + functions-common:install_package:1347 : update_package_repo 2022-02-04 14:55:37.262 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-04 14:55:37.266 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-04 14:55:37.268 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-04 14:55:37.271 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-04 14:55:37.274 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-04 14:55:37.276 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:55:37.279 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:55:37.281 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-04 14:55:37.283 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-04 14:55:37.285 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-04 14:55:37.287 | + functions-common:apt_get_update:1074 : return 2022-02-04 14:55:37.290 | + functions-common:install_package:1348 : real_install_package mysql-server 2022-02-04 14:55:37.292 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-04 14:55:37.295 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:55:37.297 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:55:37.299 | + functions-common:real_install_package:1334 : apt_get install mysql-server 2022-02-04 14:55:37.320 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-02-04 14:55:37.428 | Reading package lists... 2022-02-04 14:55:37.663 | Building dependency tree... 2022-02-04 14:55:37.665 | Reading state information... 2022-02-04 14:55:37.911 | The following packages were automatically installed and are no longer required: 2022-02-04 14:55:37.912 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-04 14:55:37.912 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-04 14:55:37.913 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-04 14:55:37.913 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-04 14:55:37.913 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-04 14:55:37.913 | python3-zope.interface 2022-02-04 14:55:37.913 | Use 'sudo apt autoremove' to remove them. 2022-02-04 14:55:37.913 | The following additional packages will be installed: 2022-02-04 14:55:37.913 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-02-04 14:55:37.913 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-02-04 14:55:37.913 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-02-04 14:55:37.913 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-02-04 14:55:37.914 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-02-04 14:55:37.914 | mysql-server-8.0 mysql-server-core-8.0 2022-02-04 14:55:37.915 | Suggested packages: 2022-02-04 14:55:37.915 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2022-02-04 14:55:37.992 | The following NEW packages will be installed: 2022-02-04 14:55:37.992 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-02-04 14:55:37.992 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-02-04 14:55:37.992 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-02-04 14:55:37.992 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-02-04 14:55:37.993 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-02-04 14:55:37.993 | mysql-server mysql-server-8.0 mysql-server-core-8.0 2022-02-04 14:55:38.104 | 0 upgraded, 24 newly installed, 0 to remove and 107 not upgraded. 2022-02-04 14:55:38.104 | Need to get 31.4 MB of archives. 2022-02-04 14:55:38.104 | After this operation, 262 MB of additional disk space will be used. 2022-02-04 14:55:38.104 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [4,429 kB] 2022-02-04 14:55:38.724 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [22.0 kB] 2022-02-04 14:55:38.726 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-core-2.1-7 amd64 2.1.11-stable-1 [89.1 kB] 2022-02-04 14:55:38.733 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-pthreads-2.1-7 amd64 2.1.11-stable-1 [7,372 B] 2022-02-04 14:55:38.734 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB] 2022-02-04 14:55:38.754 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [18.0 MB] 2022-02-04 14:55:41.452 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.28-0ubuntu0.20.04.3 [1,271 kB] 2022-02-04 14:55:41.634 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] 2022-02-04 14:55:41.634 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] 2022-02-04 14:55:41.641 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] 2022-02-04 14:55:41.648 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB] 2022-02-04 14:55:41.679 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB] 2022-02-04 14:55:41.680 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] 2022-02-04 14:55:41.680 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2022-02-04 14:55:41.681 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2022-02-04 14:55:41.691 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] 2022-02-04 14:55:41.723 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B] 2022-02-04 14:55:41.723 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2022-02-04 14:55:41.725 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] 2022-02-04 14:55:41.728 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] 2022-02-04 14:55:41.767 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B] 2022-02-04 14:55:41.768 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic all 2.7.0-20070801+main-2.1 [6,714 kB] 2022-02-04 14:55:42.826 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic-utf8 all 2.7.0-20070801+main-2.1 [4,380 B] 2022-02-04 14:55:42.827 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.28-0ubuntu0.20.04.3 [9,544 B] 2022-02-04 14:55:43.331 | Preconfiguring packages ... 2022-02-04 14:55:43.450 | Fetched 31.4 MB in 5s (6,514 kB/s) 2022-02-04 14:55:43.479 | Selecting previously unselected package mysql-client-core-8.0. 2022-02-04 14:55:43.531 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90053 files and directories currently installed.) 2022-02-04 14:55:43.535 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-04 14:55:43.537 | Unpacking mysql-client-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-04 14:55:44.466 | Selecting previously unselected package mysql-client-8.0. 2022-02-04 14:55:44.476 | Preparing to unpack .../01-mysql-client-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-04 14:55:44.479 | Unpacking mysql-client-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-04 14:55:44.515 | Selecting previously unselected package libevent-core-2.1-7:amd64. 2022-02-04 14:55:44.525 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-02-04 14:55:44.529 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-04 14:55:44.570 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2022-02-04 14:55:44.579 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-02-04 14:55:44.582 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-04 14:55:44.614 | Selecting previously unselected package libmecab2:amd64. 2022-02-04 14:55:44.624 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ... 2022-02-04 14:55:44.626 | Unpacking libmecab2:amd64 (0.996-10build1) ... 2022-02-04 14:55:44.698 | Selecting previously unselected package mysql-server-core-8.0. 2022-02-04 14:55:44.707 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-04 14:55:44.710 | Unpacking mysql-server-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-04 14:55:47.619 | Selecting previously unselected package mysql-server-8.0. 2022-02-04 14:55:47.628 | Preparing to unpack .../06-mysql-server-8.0_8.0.28-0ubuntu0.20.04.3_amd64.deb ... 2022-02-04 14:55:48.081 | Unpacking mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-04 14:55:48.151 | Selecting previously unselected package libhtml-tagset-perl. 2022-02-04 14:55:48.161 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ... 2022-02-04 14:55:48.163 | Unpacking libhtml-tagset-perl (3.20-4) ... 2022-02-04 14:55:48.190 | Selecting previously unselected package liburi-perl. 2022-02-04 14:55:48.200 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ... 2022-02-04 14:55:48.202 | Unpacking liburi-perl (1.76-2) ... 2022-02-04 14:55:48.252 | Selecting previously unselected package libhtml-parser-perl. 2022-02-04 14:55:48.261 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ... 2022-02-04 14:55:48.263 | Unpacking libhtml-parser-perl (3.72-5) ... 2022-02-04 14:55:48.305 | Selecting previously unselected package libcgi-pm-perl. 2022-02-04 14:55:48.315 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ... 2022-02-04 14:55:48.317 | Unpacking libcgi-pm-perl (4.46-1) ... 2022-02-04 14:55:48.371 | Selecting previously unselected package libfcgi-perl. 2022-02-04 14:55:48.380 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ... 2022-02-04 14:55:48.383 | Unpacking libfcgi-perl (0.79-1) ... 2022-02-04 14:55:48.416 | Selecting previously unselected package libcgi-fast-perl. 2022-02-04 14:55:48.425 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ... 2022-02-04 14:55:48.428 | Unpacking libcgi-fast-perl (1:2.15-1) ... 2022-02-04 14:55:48.455 | Selecting previously unselected package libencode-locale-perl. 2022-02-04 14:55:48.465 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ... 2022-02-04 14:55:48.467 | Unpacking libencode-locale-perl (1.05-1) ... 2022-02-04 14:55:48.495 | Selecting previously unselected package libhtml-template-perl. 2022-02-04 14:55:48.504 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ... 2022-02-04 14:55:48.507 | Unpacking libhtml-template-perl (2.97-1) ... 2022-02-04 14:55:48.542 | Selecting previously unselected package libtimedate-perl. 2022-02-04 14:55:48.551 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ... 2022-02-04 14:55:48.554 | Unpacking libtimedate-perl (2.3200-1) ... 2022-02-04 14:55:48.595 | Selecting previously unselected package libhttp-date-perl. 2022-02-04 14:55:48.605 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ... 2022-02-04 14:55:48.607 | Unpacking libhttp-date-perl (6.05-1) ... 2022-02-04 14:55:48.635 | Selecting previously unselected package libio-html-perl. 2022-02-04 14:55:48.645 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ... 2022-02-04 14:55:48.648 | Unpacking libio-html-perl (1.001-1) ... 2022-02-04 14:55:48.676 | Selecting previously unselected package liblwp-mediatypes-perl. 2022-02-04 14:55:48.685 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ... 2022-02-04 14:55:48.687 | Unpacking liblwp-mediatypes-perl (6.04-1) ... 2022-02-04 14:55:48.719 | Selecting previously unselected package libhttp-message-perl. 2022-02-04 14:55:48.729 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ... 2022-02-04 14:55:48.731 | Unpacking libhttp-message-perl (6.22-1) ... 2022-02-04 14:55:48.770 | Selecting previously unselected package mecab-utils. 2022-02-04 14:55:48.780 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ... 2022-02-04 14:55:48.784 | Unpacking mecab-utils (0.996-10build1) ... 2022-02-04 14:55:48.818 | Selecting previously unselected package mecab-ipadic. 2022-02-04 14:55:48.828 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ... 2022-02-04 14:55:48.830 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-02-04 14:55:50.091 | Selecting previously unselected package mecab-ipadic-utf8. 2022-02-04 14:55:50.101 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ... 2022-02-04 14:55:50.104 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-02-04 14:55:50.131 | Selecting previously unselected package mysql-server. 2022-02-04 14:55:50.141 | Preparing to unpack .../23-mysql-server_8.0.28-0ubuntu0.20.04.3_all.deb ... 2022-02-04 14:55:50.143 | Unpacking mysql-server (8.0.28-0ubuntu0.20.04.3) ... 2022-02-04 14:55:50.195 | Setting up libmecab2:amd64 (0.996-10build1) ... 2022-02-04 14:55:50.204 | Setting up mysql-client-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-04 14:55:50.209 | Setting up libhtml-tagset-perl (3.20-4) ... 2022-02-04 14:55:50.215 | Setting up liblwp-mediatypes-perl (6.04-1) ... 2022-02-04 14:55:50.220 | Setting up libencode-locale-perl (1.05-1) ... 2022-02-04 14:55:50.226 | Setting up mecab-utils (0.996-10build1) ... 2022-02-04 14:55:50.231 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-04 14:55:50.236 | Setting up libio-html-perl (1.001-1) ... 2022-02-04 14:55:50.241 | Setting up libtimedate-perl (2.3200-1) ... 2022-02-04 14:55:50.246 | Setting up mysql-client-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-04 14:55:50.255 | Setting up libfcgi-perl (0.79-1) ... 2022-02-04 14:55:50.261 | Setting up liburi-perl (1.76-2) ... 2022-02-04 14:55:50.266 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-02-04 14:55:50.272 | Setting up libhttp-date-perl (6.05-1) ... 2022-02-04 14:55:50.278 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-02-04 14:55:50.283 | Compiling IPA dictionary for Mecab. This takes long time... 2022-02-04 14:55:50.286 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-02-04 14:55:50.286 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2022-02-04 14:55:50.287 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-02-04 14:55:50.287 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-02-04 14:55:50.428 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-02-04 14:55:50.428 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-02-04 14:55:50.428 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-02-04 14:55:50.428 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-02-04 14:55:50.436 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-02-04 14:55:50.526 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-02-04 14:55:50.526 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-02-04 14:55:50.527 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-02-04 14:55:50.553 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-02-04 14:55:50.598 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-02-04 14:55:50.890 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-02-04 14:55:50.896 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-02-04 14:55:50.987 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-02-04 14:55:50.988 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-02-04 14:55:50.988 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-02-04 14:55:50.988 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-02-04 14:55:50.992 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-02-04 14:55:50.993 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-02-04 14:55:51.037 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-02-04 14:55:51.229 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-02-04 14:55:51.229 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-02-04 14:55:51.230 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-02-04 14:55:51.230 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-02-04 14:55:51.232 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-02-04 14:55:51.233 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-02-04 14:55:51.655 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2022-02-04 14:55:51.780 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-02-04 14:55:52.101 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2022-02-04 14:55:52.106 | 2022-02-04 14:55:52.106 | done! 2022-02-04 14:55:52.112 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-02-04 14:55:52.116 | Setting up mysql-server-core-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-04 14:55:52.122 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-02-04 14:55:52.127 | Compiling IPA dictionary for Mecab. This takes long time... 2022-02-04 14:55:52.161 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-02-04 14:55:52.161 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2022-02-04 14:55:52.161 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-02-04 14:55:52.161 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-02-04 14:55:52.377 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-02-04 14:55:52.378 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-02-04 14:55:52.378 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-02-04 14:55:52.378 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-02-04 14:55:52.390 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-02-04 14:55:52.520 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-02-04 14:55:52.520 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-02-04 14:55:52.521 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-02-04 14:55:52.562 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-02-04 14:55:52.637 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-02-04 14:55:53.133 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-02-04 14:55:53.142 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-02-04 14:55:53.253 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-02-04 14:55:53.254 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-02-04 14:55:53.254 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-02-04 14:55:53.254 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-02-04 14:55:53.260 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-02-04 14:55:53.260 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-02-04 14:55:53.352 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-02-04 14:55:53.649 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-02-04 14:55:53.649 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-02-04 14:55:53.650 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-02-04 14:55:53.651 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-02-04 14:55:53.656 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-02-04 14:55:53.657 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-02-04 14:55:54.170 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2022-02-04 14:55:54.307 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-02-04 14:55:54.630 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2022-02-04 14:55:54.634 | 2022-02-04 14:55:54.634 | done! 2022-02-04 14:55:54.641 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-02-04 14:55:54.646 | Setting up libhtml-parser-perl (3.72-5) ... 2022-02-04 14:55:54.651 | Setting up libhttp-message-perl (6.22-1) ... 2022-02-04 14:55:54.658 | Setting up mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ... 2022-02-04 14:55:55.339 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-02-04 14:55:55.369 | Renaming removed key_buffer and myisam-recover options (if present) 2022-02-04 14:56:03.409 | mysqld will log errors to /var/log/mysql/error.log 2022-02-04 14:56:04.045 | mysqld is running as pid 56315 2022-02-04 14:56:06.872 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2022-02-04 14:56:08.997 | Setting up libcgi-pm-perl (4.46-1) ... 2022-02-04 14:56:09.004 | Setting up libhtml-template-perl (2.97-1) ... 2022-02-04 14:56:09.010 | Setting up mysql-server (8.0.28-0ubuntu0.20.04.3) ... 2022-02-04 14:56:09.016 | Setting up libcgi-fast-perl (1:2.15-1) ... 2022-02-04 14:56:09.024 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-04 14:56:09.395 | Processing triggers for man-db (2.9.1-1) ... 2022-02-04 14:56:11.095 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-04 14:56:17.927 | + functions-common:apt_get:1118 : result=0 2022-02-04 14:56:17.930 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-04 14:56:17.932 | + functions-common:time_stop:2309 : local name 2022-02-04 14:56:17.934 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:56:17.936 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:56:17.938 | + functions-common:time_stop:2312 : local total 2022-02-04 14:56:17.941 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:56:17.943 | + functions-common:time_stop:2315 : name=apt-get 2022-02-04 14:56:17.945 | + functions-common:time_stop:2316 : start_time=1643986537317 2022-02-04 14:56:17.947 | + functions-common:time_stop:2318 : [[ -z 1643986537317 ]] 2022-02-04 14:56:17.950 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:56:17.954 | + functions-common:time_stop:2321 : end_time=1643986577952 2022-02-04 14:56:17.956 | + functions-common:time_stop:2322 : elapsed_time=40635 2022-02-04 14:56:17.958 | + functions-common:time_stop:2323 : total=233343 2022-02-04 14:56:17.961 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:56:17.964 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=273978 2022-02-04 14:56:17.967 | + functions-common:apt_get:1122 : return 0 2022-02-04 14:56:17.970 | + ./stack.sh:main:820 : '[' -n mysql ']' 2022-02-04 14:56:17.972 | + ./stack.sh:main:821 : install_database_python 2022-02-04 14:56:17.974 | + lib/database:install_database_python:121 : install_database_python_mysql 2022-02-04 14:56:17.976 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2022-02-04 14:56:17.979 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-02-04 14:56:17.981 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-04 14:56:17.984 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-02-04 14:56:17.986 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-02-04 14:56:17.988 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-04 14:56:17.992 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-02-04 14:56:17.992 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-04 14:56:17.997 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-02-04 14:56:17.999 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-02-04 14:56:18.002 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-02-04 14:56:18.005 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-02-04 14:56:18.007 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-02-04 14:56:18.029 | Using python 3.8 to install PyMySQL 2022-02-04 14:56:18.031 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-02-04 14:56:18.801 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:56:18.801 | from cryptography.utils import int_from_bytes 2022-02-04 14:56:18.801 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:56:18.801 | from cryptography.utils import int_from_bytes 2022-02-04 14:56:19.999 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:56:20.391 | warning: missing-index-doctype 2022-02-04 14:56:20.391 | 2022-02-04 14:56:20.391 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:56:20.391 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pymysql/ 2022-02-04 14:56:20.391 | 2022-02-04 14:56:20.391 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:56:20.391 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:56:20.445 | Collecting PyMySQL 2022-02-04 14:56:20.453 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2022-02-04 14:56:20.458 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 KB 40.2 MB/s eta 0:00:00 2022-02-04 14:56:21.956 | Installing collected packages: PyMySQL 2022-02-04 14:56:22.082 | Successfully installed PyMySQL-1.0.2 2022-02-04 14:56:22.082 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 14:56:22.211 | + inc/python:pip_install:200 : result=0 2022-02-04 14:56:22.214 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:56:22.216 | + functions-common:time_stop:2309 : local name 2022-02-04 14:56:22.219 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:56:22.221 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:56:22.223 | + functions-common:time_stop:2312 : local total 2022-02-04 14:56:22.226 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:56:22.228 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:56:22.230 | + functions-common:time_stop:2316 : start_time=1643986578023 2022-02-04 14:56:22.233 | + functions-common:time_stop:2318 : [[ -z 1643986578023 ]] 2022-02-04 14:56:22.235 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:56:22.240 | + functions-common:time_stop:2321 : end_time=1643986582237 2022-02-04 14:56:22.242 | + functions-common:time_stop:2322 : elapsed_time=4214 2022-02-04 14:56:22.245 | + functions-common:time_stop:2323 : total=31633 2022-02-04 14:56:22.247 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:56:22.249 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=35847 2022-02-04 14:56:22.252 | + inc/python:pip_install:203 : return 0 2022-02-04 14:56:22.254 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-02-04 14:56:22.256 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-02-04 14:56:22.258 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-02-04 14:56:22.261 | + ./stack.sh:main:824 : is_service_enabled neutron 2022-02-04 14:56:22.277 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:56:22.279 | + ./stack.sh:main:825 : install_neutron_agent_packages 2022-02-04 14:56:22.281 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2022-02-04 14:56:22.285 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-04 14:56:22.285 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-02-04 14:56:22.291 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-04 14:56:22.293 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-04 14:56:22.295 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-02-04 14:56:22.298 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-02-04 14:56:22.300 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2022-02-04 14:56:22.302 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2022-02-04 14:56:22.318 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:56:22.320 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2022-02-04 14:56:22.322 | + functions-common:install_package:1347 : update_package_repo 2022-02-04 14:56:22.325 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-04 14:56:22.327 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-04 14:56:22.329 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-04 14:56:22.331 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-04 14:56:22.334 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-04 14:56:22.336 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:56:22.338 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:56:22.340 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-04 14:56:22.342 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-04 14:56:22.345 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-04 14:56:22.347 | + functions-common:apt_get_update:1074 : return 2022-02-04 14:56:22.349 | + functions-common:install_package:1348 : real_install_package radvd 2022-02-04 14:56:22.352 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-04 14:56:22.354 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:56:22.357 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:56:22.359 | + functions-common:real_install_package:1334 : apt_get install radvd 2022-02-04 14:56:22.379 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-02-04 14:56:22.487 | Reading package lists... 2022-02-04 14:56:22.720 | Building dependency tree... 2022-02-04 14:56:22.721 | Reading state information... 2022-02-04 14:56:22.980 | The following packages were automatically installed and are no longer required: 2022-02-04 14:56:22.981 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-04 14:56:22.981 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-04 14:56:22.981 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-04 14:56:22.982 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-04 14:56:22.982 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-04 14:56:22.982 | python3-zope.interface 2022-02-04 14:56:22.982 | Use 'sudo apt autoremove' to remove them. 2022-02-04 14:56:23.048 | The following NEW packages will be installed: 2022-02-04 14:56:23.048 | radvd 2022-02-04 14:56:23.157 | 0 upgraded, 1 newly installed, 0 to remove and 107 not upgraded. 2022-02-04 14:56:23.157 | Need to get 59.0 kB of archives. 2022-02-04 14:56:23.157 | After this operation, 164 kB of additional disk space will be used. 2022-02-04 14:56:23.157 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB] 2022-02-04 14:56:23.808 | Fetched 59.0 kB in 0s (295 kB/s) 2022-02-04 14:56:23.840 | Selecting previously unselected package radvd. 2022-02-04 14:56:23.892 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90631 files and directories currently installed.) 2022-02-04 14:56:23.896 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ... 2022-02-04 14:56:23.899 | Unpacking radvd (1:2.17-2) ... 2022-02-04 14:56:23.962 | Setting up radvd (1:2.17-2) ... 2022-02-04 14:56:24.884 | Job for radvd.service failed because the control process exited with error code. 2022-02-04 14:56:24.884 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2022-02-04 14:56:24.885 | invoke-rc.d: initscript radvd, action "start" failed. 2022-02-04 14:56:24.897 | ● radvd.service - Router advertisement daemon for IPv6 2022-02-04 14:56:24.897 | Loaded: loaded (]8;;file://n-d-827868-1/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled) 2022-02-04 14:56:24.897 | Active: failed (Result: exit-code) since Fri 2022-02-04 14:56:24 UTC; 14ms ago 2022-02-04 14:56:24.897 | Docs: ]8;;man:radvd(8)man:radvd(8)]8;; 2022-02-04 14:56:24.897 | Process: 57416 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2022-02-04 14:56:24.897 | 2022-02-04 14:56:24.897 | Feb 04 14:56:24 n-d-827868-1 systemd[1]: Starting Router advertisement daemon for IPv6... 2022-02-04 14:56:24.897 | Feb 04 14:56:24 n-d-827868-1 radvd[57416]: can't open /etc/radvd.conf: No such file or directory 2022-02-04 14:56:24.897 | Feb 04 14:56:24 n-d-827868-1 radvd[57416]: Insecure file permissions, but continuing anyway 2022-02-04 14:56:24.897 | Feb 04 14:56:24 n-d-827868-1 radvd[57416]: exiting, failed to read config file 2022-02-04 14:56:24.897 | Feb 04 14:56:24 n-d-827868-1 systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE 2022-02-04 14:56:24.897 | Feb 04 14:56:24 n-d-827868-1 systemd[1]: radvd.service: Failed with result 'exit-code'. 2022-02-04 14:56:24.897 | Feb 04 14:56:24 n-d-827868-1 systemd[1]: Failed to start Router advertisement daemon for IPv6. 2022-02-04 14:56:24.901 | Processing triggers for man-db (2.9.1-1) ... 2022-02-04 14:56:24.996 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-04 14:56:32.270 | + functions-common:apt_get:1118 : result=0 2022-02-04 14:56:32.273 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-04 14:56:32.275 | + functions-common:time_stop:2309 : local name 2022-02-04 14:56:32.277 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:56:32.279 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:56:32.281 | + functions-common:time_stop:2312 : local total 2022-02-04 14:56:32.284 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:56:32.286 | + functions-common:time_stop:2315 : name=apt-get 2022-02-04 14:56:32.288 | + functions-common:time_stop:2316 : start_time=1643986582377 2022-02-04 14:56:32.291 | + functions-common:time_stop:2318 : [[ -z 1643986582377 ]] 2022-02-04 14:56:32.293 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:56:32.298 | + functions-common:time_stop:2321 : end_time=1643986592295 2022-02-04 14:56:32.300 | + functions-common:time_stop:2322 : elapsed_time=9918 2022-02-04 14:56:32.303 | + functions-common:time_stop:2323 : total=273978 2022-02-04 14:56:32.305 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:56:32.307 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=283896 2022-02-04 14:56:32.309 | + functions-common:apt_get:1122 : return 0 2022-02-04 14:56:32.312 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2022-02-04 14:56:32.329 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:56:32.331 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2022-02-04 14:56:32.334 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-02-04 14:56:32.337 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2022-02-04 14:56:32.357 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2022-02-04 14:56:32.360 | + functions-common:install_package:1347 : update_package_repo 2022-02-04 14:56:32.362 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-04 14:56:32.364 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-04 14:56:32.366 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-04 14:56:32.369 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-04 14:56:32.371 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-04 14:56:32.374 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:56:32.376 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:56:32.378 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-04 14:56:32.380 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-04 14:56:32.382 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-04 14:56:32.385 | + functions-common:apt_get_update:1074 : return 2022-02-04 14:56:32.387 | + functions-common:install_package:1348 : real_install_package fakeroot make openvswitch-switch 2022-02-04 14:56:32.392 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-04 14:56:32.394 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:56:32.397 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:56:32.399 | + functions-common:real_install_package:1334 : apt_get install fakeroot make openvswitch-switch 2022-02-04 14:56:32.422 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-02-04 14:56:32.534 | Reading package lists... 2022-02-04 14:56:32.786 | Building dependency tree... 2022-02-04 14:56:32.788 | Reading state information... 2022-02-04 14:56:33.045 | fakeroot is already the newest version (1.24-1). 2022-02-04 14:56:33.045 | fakeroot set to manually installed. 2022-02-04 14:56:33.045 | make is already the newest version (4.2.1-1.2). 2022-02-04 14:56:33.045 | openvswitch-switch is already the newest version (2.13.3-0ubuntu0.20.04.2). 2022-02-04 14:56:33.045 | The following packages were automatically installed and are no longer required: 2022-02-04 14:56:33.046 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-04 14:56:33.046 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-04 14:56:33.046 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-04 14:56:33.046 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-04 14:56:33.046 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-04 14:56:33.046 | python3-zope.interface 2022-02-04 14:56:33.046 | Use 'sudo apt autoremove' to remove them. 2022-02-04 14:56:33.174 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-02-04 14:56:33.179 | + functions-common:apt_get:1118 : result=0 2022-02-04 14:56:33.181 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-04 14:56:33.183 | + functions-common:time_stop:2309 : local name 2022-02-04 14:56:33.186 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:56:33.188 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:56:33.190 | + functions-common:time_stop:2312 : local total 2022-02-04 14:56:33.192 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:56:33.194 | + functions-common:time_stop:2315 : name=apt-get 2022-02-04 14:56:33.197 | + functions-common:time_stop:2316 : start_time=1643986592419 2022-02-04 14:56:33.199 | + functions-common:time_stop:2318 : [[ -z 1643986592419 ]] 2022-02-04 14:56:33.201 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:56:33.205 | + functions-common:time_stop:2321 : end_time=1643986593203 2022-02-04 14:56:33.207 | + functions-common:time_stop:2322 : elapsed_time=784 2022-02-04 14:56:33.209 | + functions-common:time_stop:2323 : total=283896 2022-02-04 14:56:33.211 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:56:33.213 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=284680 2022-02-04 14:56:33.216 | + functions-common:apt_get:1122 : return 0 2022-02-04 14:56:33.218 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2022-02-04 14:56:33.220 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:56:33.223 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:56:33.231 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2022-02-04 14:56:33.233 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2022-02-04 14:56:33.236 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2022-02-04 14:56:33.241 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=5.4.0-72-generic 2022-02-04 14:56:33.243 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2022-02-04 14:56:33.246 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 5.4.0-72-generic 2022-02-04 14:56:33.247 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2022-02-04 14:56:33.251 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=5.4 2022-02-04 14:56:33.254 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 5.4 '<' 3.13 2022-02-04 14:56:33.256 | + functions:vercmp:628 : local v1=5.4 2022-02-04 14:56:33.259 | + functions:vercmp:629 : local 'op=<' 2022-02-04 14:56:33.261 | + functions:vercmp:630 : local v2=3.13 2022-02-04 14:56:33.263 | + functions:vercmp:631 : local result 2022-02-04 14:56:33.266 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-02-04 14:56:33.267 | ++ functions:vercmp:635 : head -1 2022-02-04 14:56:33.267 | ++ functions:vercmp:635 : sort -V 2022-02-04 14:56:33.273 | + functions:vercmp:635 : result=3.13 2022-02-04 14:56:33.275 | + functions:vercmp:637 : case $op in 2022-02-04 14:56:33.277 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-02-04 14:56:33.279 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-02-04 14:56:33.284 | + functions:vercmp:648 : return 2022-02-04 14:56:33.289 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2022-02-04 14:56:33.290 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-04 14:56:33.292 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart openvswitch-switch 2022-02-04 14:56:33.623 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-02-04 14:56:33.626 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-02-04 14:56:33.631 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:33.635 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:33.638 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-02-04 14:56:33.640 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:33.643 | + ./stack.sh:main:828 : is_service_enabled etcd3 2022-02-04 14:56:33.662 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:56:33.666 | + ./stack.sh:main:829 : install_etcd3 2022-02-04 14:56:33.669 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-02-04 14:56:33.669 | Installing etcd 2022-02-04 14:56:33.672 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-02-04 14:56:33.686 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-02-04 14:56:33.700 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-02-04 14:56:33.702 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-02-04 14:56:33.715 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-02-04 14:56:33.719 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-04 14:56:33.722 | ++ functions:get_extra_file:62 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-04 14:56:33.727 | +++ functions:get_extra_file:64 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-04 14:56:33.731 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-02-04 14:56:33.734 | ++ functions:get_extra_file:65 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2022-02-04 14:56:33.736 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-02-04 14:56:33.738 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-04 14:56:33.742 | --2022-02-04 14:56:33-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-04 14:56:33.747 | Resolving github.com (github.com)... 140.82.121.4 2022-02-04 14:56:33.791 | Connecting to github.com (github.com)|140.82.121.4|:443... connected. 2022-02-04 14:56:33.929 | HTTP request sent, awaiting response... 302 Found 2022-02-04 14:56:33.929 | Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220204T145534Z&X-Amz-Expires=300&X-Amz-Signature=f2f7836355ee225e7f264ed22fc194bc1d83bd9462795ebf5ef762f1cb6ea983&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] 2022-02-04 14:56:33.929 | --2022-02-04 14:56:33-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220204T145534Z&X-Amz-Expires=300&X-Amz-Signature=f2f7836355ee225e7f264ed22fc194bc1d83bd9462795ebf5ef762f1cb6ea983&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream 2022-02-04 14:56:33.931 | Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ... 2022-02-04 14:56:33.956 | Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected. 2022-02-04 14:56:34.147 | HTTP request sent, awaiting response... 200 OK 2022-02-04 14:56:34.147 | Length: 11350736 (11M) [application/octet-stream] 2022-02-04 14:56:34.147 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2022-02-04 14:56:34.262 | 2022-02-04 14:56:34.422 | 0K ........ .. 100% 39.5M=0.3s 2022-02-04 14:56:34.422 | 2022-02-04 14:56:34.422 | 2022-02-04 14:56:34 (39.5 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2022-02-04 14:56:34.422 | 2022-02-04 14:56:34.425 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2022-02-04 14:56:34.428 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-04 14:56:34.430 | ++ functions:get_extra_file:74 : return 2022-02-04 14:56:34.433 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-02-04 14:56:34.435 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-02-04 14:56:34.437 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2022-02-04 14:56:34.440 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2022-02-04 14:56:34.573 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2022-02-04 14:56:34.576 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2022-02-04 14:56:34.581 | etcd-v3.3.12-linux-amd64/ 2022-02-04 14:56:34.581 | etcd-v3.3.12-linux-amd64/README.md 2022-02-04 14:56:34.581 | etcd-v3.3.12-linux-amd64/Documentation/ 2022-02-04 14:56:34.581 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2022-02-04 14:56:34.581 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2022-02-04 14:56:34.581 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2022-02-04 14:56:34.581 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2022-02-04 14:56:34.581 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2022-02-04 14:56:34.581 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2022-02-04 14:56:34.581 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2022-02-04 14:56:34.581 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2022-02-04 14:56:34.581 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2022-02-04 14:56:34.581 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2022-02-04 14:56:34.582 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2022-02-04 14:56:34.582 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2022-02-04 14:56:34.582 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2022-02-04 14:56:34.582 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2022-02-04 14:56:34.582 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2022-02-04 14:56:34.582 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2022-02-04 14:56:34.582 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2022-02-04 14:56:34.582 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-02-04 14:56:34.582 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2022-02-04 14:56:34.582 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2022-02-04 14:56:34.582 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-02-04 14:56:34.582 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-02-04 14:56:34.583 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2022-02-04 14:56:34.583 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2022-02-04 14:56:34.583 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2022-02-04 14:56:34.583 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2022-02-04 14:56:34.583 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2022-02-04 14:56:34.583 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2022-02-04 14:56:34.583 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2022-02-04 14:56:34.583 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2022-02-04 14:56:34.583 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2022-02-04 14:56:34.583 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2022-02-04 14:56:34.584 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2022-02-04 14:56:34.585 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2022-02-04 14:56:34.586 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2022-02-04 14:56:34.587 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2022-02-04 14:56:34.588 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2022-02-04 14:56:34.588 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2022-02-04 14:56:34.588 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2022-02-04 14:56:34.588 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2022-02-04 14:56:34.588 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2022-02-04 14:56:34.588 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2022-02-04 14:56:34.588 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2022-02-04 14:56:34.588 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2022-02-04 14:56:34.588 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2022-02-04 14:56:34.588 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2022-02-04 14:56:34.588 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2022-02-04 14:56:34.588 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2022-02-04 14:56:34.589 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2022-02-04 14:56:34.589 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2022-02-04 14:56:34.589 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2022-02-04 14:56:34.589 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2022-02-04 14:56:34.589 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2022-02-04 14:56:34.589 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2022-02-04 14:56:34.589 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2022-02-04 14:56:34.589 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2022-02-04 14:56:34.589 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2022-02-04 14:56:34.589 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2022-02-04 14:56:34.589 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2022-02-04 14:56:34.590 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2022-02-04 14:56:34.590 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2022-02-04 14:56:34.590 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2022-02-04 14:56:34.590 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2022-02-04 14:56:34.591 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2022-02-04 14:56:34.591 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2022-02-04 14:56:34.592 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2022-02-04 14:56:34.592 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2022-02-04 14:56:34.592 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2022-02-04 14:56:34.592 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2022-02-04 14:56:34.592 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2022-02-04 14:56:34.592 | etcd-v3.3.12-linux-amd64/etcdctl 2022-02-04 14:56:34.780 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2022-02-04 14:56:34.780 | etcd-v3.3.12-linux-amd64/etcd 2022-02-04 14:56:35.009 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2022-02-04 14:56:35.045 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2022-02-04 14:56:35.078 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-02-04 14:56:35.081 | + ./stack.sh:main:838 : is_service_enabled tls-proxy 2022-02-04 14:56:35.097 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:56:35.100 | + ./stack.sh:main:848 : install_dstat 2022-02-04 14:56:35.102 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-02-04 14:56:35.119 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:56:35.122 | + ./stack.sh:main:854 : echo_summary 'Installing OpenStack project source' 2022-02-04 14:56:35.124 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 14:56:35.126 | + ./stack.sh:echo_summary:432 : echo -e Installing OpenStack project source 2022-02-04 14:56:35.129 | + ./stack.sh:main:857 : install_libs 2022-02-04 14:56:35.131 | + lib/libraries:install_libs:89 : _install_lib_from_source automaton 2022-02-04 14:56:35.133 | + lib/libraries:_install_lib_from_source:73 : local name=automaton 2022-02-04 14:56:35.135 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git automaton 2022-02-04 14:56:35.138 | + inc/python:use_library_from_git:250 : local name=automaton 2022-02-04 14:56:35.140 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.142 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.144 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-02-04 14:56:35.146 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.148 | + lib/libraries:install_libs:90 : _install_lib_from_source castellan 2022-02-04 14:56:35.151 | + lib/libraries:_install_lib_from_source:73 : local name=castellan 2022-02-04 14:56:35.153 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git castellan 2022-02-04 14:56:35.155 | + inc/python:use_library_from_git:250 : local name=castellan 2022-02-04 14:56:35.157 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.159 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.162 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-02-04 14:56:35.164 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.167 | + lib/libraries:install_libs:91 : _install_lib_from_source cliff 2022-02-04 14:56:35.169 | + lib/libraries:_install_lib_from_source:73 : local name=cliff 2022-02-04 14:56:35.171 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git cliff 2022-02-04 14:56:35.173 | + inc/python:use_library_from_git:250 : local name=cliff 2022-02-04 14:56:35.175 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.178 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.180 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-02-04 14:56:35.183 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.185 | + lib/libraries:install_libs:92 : _install_lib_from_source cursive 2022-02-04 14:56:35.187 | + lib/libraries:_install_lib_from_source:73 : local name=cursive 2022-02-04 14:56:35.189 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git cursive 2022-02-04 14:56:35.192 | + inc/python:use_library_from_git:250 : local name=cursive 2022-02-04 14:56:35.194 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.196 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.198 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-02-04 14:56:35.200 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.203 | + lib/libraries:install_libs:93 : _install_lib_from_source debtcollector 2022-02-04 14:56:35.205 | + lib/libraries:_install_lib_from_source:73 : local name=debtcollector 2022-02-04 14:56:35.207 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git debtcollector 2022-02-04 14:56:35.209 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-02-04 14:56:35.211 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.214 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.216 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-02-04 14:56:35.218 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.221 | + lib/libraries:install_libs:94 : _install_lib_from_source futurist 2022-02-04 14:56:35.223 | + lib/libraries:_install_lib_from_source:73 : local name=futurist 2022-02-04 14:56:35.225 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git futurist 2022-02-04 14:56:35.228 | + inc/python:use_library_from_git:250 : local name=futurist 2022-02-04 14:56:35.230 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.232 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.234 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-02-04 14:56:35.236 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.239 | + lib/libraries:install_libs:95 : _install_lib_from_source openstacksdk 2022-02-04 14:56:35.242 | + lib/libraries:_install_lib_from_source:73 : local name=openstacksdk 2022-02-04 14:56:35.244 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git openstacksdk 2022-02-04 14:56:35.246 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-02-04 14:56:35.248 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.250 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.253 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-02-04 14:56:35.255 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.257 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-lib 2022-02-04 14:56:35.259 | + lib/libraries:_install_lib_from_source:73 : local name=osc-lib 2022-02-04 14:56:35.262 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osc-lib 2022-02-04 14:56:35.264 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-02-04 14:56:35.266 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.268 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.270 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-02-04 14:56:35.273 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.275 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-placement 2022-02-04 14:56:35.277 | + lib/libraries:_install_lib_from_source:73 : local name=osc-placement 2022-02-04 14:56:35.279 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osc-placement 2022-02-04 14:56:35.282 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-02-04 14:56:35.284 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.286 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.289 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-02-04 14:56:35.291 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.293 | + lib/libraries:install_libs:98 : _install_lib_from_source os-client-config 2022-02-04 14:56:35.295 | + lib/libraries:_install_lib_from_source:73 : local name=os-client-config 2022-02-04 14:56:35.298 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-client-config 2022-02-04 14:56:35.300 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-02-04 14:56:35.303 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.305 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.307 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-02-04 14:56:35.309 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.312 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.cache 2022-02-04 14:56:35.314 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.cache 2022-02-04 14:56:35.316 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.cache 2022-02-04 14:56:35.318 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-02-04 14:56:35.320 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.323 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.325 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-02-04 14:56:35.327 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.329 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.concurrency 2022-02-04 14:56:35.332 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.concurrency 2022-02-04 14:56:35.334 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.concurrency 2022-02-04 14:56:35.337 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-02-04 14:56:35.339 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.341 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.344 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-02-04 14:56:35.346 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.348 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.config 2022-02-04 14:56:35.351 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.config 2022-02-04 14:56:35.353 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.config 2022-02-04 14:56:35.355 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-02-04 14:56:35.358 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.360 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.362 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-02-04 14:56:35.364 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.367 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.context 2022-02-04 14:56:35.369 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.context 2022-02-04 14:56:35.371 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.context 2022-02-04 14:56:35.374 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-02-04 14:56:35.376 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.378 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.380 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-02-04 14:56:35.382 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.385 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.db 2022-02-04 14:56:35.387 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.db 2022-02-04 14:56:35.389 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.db 2022-02-04 14:56:35.391 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-02-04 14:56:35.394 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.397 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.399 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-02-04 14:56:35.401 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.403 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.i18n 2022-02-04 14:56:35.406 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.i18n 2022-02-04 14:56:35.408 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.i18n 2022-02-04 14:56:35.410 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-02-04 14:56:35.413 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.415 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.417 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-02-04 14:56:35.420 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.422 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.log 2022-02-04 14:56:35.424 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.log 2022-02-04 14:56:35.427 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.log 2022-02-04 14:56:35.429 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-02-04 14:56:35.431 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.434 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.436 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-02-04 14:56:35.438 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.441 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.messaging 2022-02-04 14:56:35.443 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.messaging 2022-02-04 14:56:35.445 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.messaging 2022-02-04 14:56:35.448 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-02-04 14:56:35.450 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.452 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.454 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-02-04 14:56:35.457 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.459 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.middleware 2022-02-04 14:56:35.462 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.middleware 2022-02-04 14:56:35.464 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.middleware 2022-02-04 14:56:35.466 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-02-04 14:56:35.469 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.471 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.473 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-02-04 14:56:35.476 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.479 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.policy 2022-02-04 14:56:35.481 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.policy 2022-02-04 14:56:35.483 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.policy 2022-02-04 14:56:35.485 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-02-04 14:56:35.488 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.490 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.492 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-02-04 14:56:35.495 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.497 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.privsep 2022-02-04 14:56:35.499 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.privsep 2022-02-04 14:56:35.501 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.privsep 2022-02-04 14:56:35.504 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-02-04 14:56:35.506 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.508 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.510 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-02-04 14:56:35.513 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.515 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.reports 2022-02-04 14:56:35.517 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.reports 2022-02-04 14:56:35.519 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.reports 2022-02-04 14:56:35.522 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-02-04 14:56:35.525 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.527 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.529 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-02-04 14:56:35.532 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.534 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.rootwrap 2022-02-04 14:56:35.536 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.rootwrap 2022-02-04 14:56:35.539 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.rootwrap 2022-02-04 14:56:35.541 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-02-04 14:56:35.543 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.546 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.548 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-02-04 14:56:35.550 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.553 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.serialization 2022-02-04 14:56:35.555 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.serialization 2022-02-04 14:56:35.558 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.serialization 2022-02-04 14:56:35.560 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-02-04 14:56:35.562 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.564 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.567 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-02-04 14:56:35.569 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.572 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.service 2022-02-04 14:56:35.574 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.service 2022-02-04 14:56:35.576 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.service 2022-02-04 14:56:35.579 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-02-04 14:56:35.581 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.583 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.585 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-02-04 14:56:35.588 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.590 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.utils 2022-02-04 14:56:35.592 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.utils 2022-02-04 14:56:35.595 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.utils 2022-02-04 14:56:35.597 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-02-04 14:56:35.599 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.601 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.604 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-02-04 14:56:35.606 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.608 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.versionedobjects 2022-02-04 14:56:35.610 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.versionedobjects 2022-02-04 14:56:35.613 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.versionedobjects 2022-02-04 14:56:35.615 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-02-04 14:56:35.618 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.620 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.622 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-02-04 14:56:35.624 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.626 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.vmware 2022-02-04 14:56:35.629 | + lib/libraries:_install_lib_from_source:73 : local name=oslo.vmware 2022-02-04 14:56:35.631 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git oslo.vmware 2022-02-04 14:56:35.634 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-02-04 14:56:35.636 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.638 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.640 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-02-04 14:56:35.643 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.651 | + lib/libraries:install_libs:117 : _install_lib_from_source osprofiler 2022-02-04 14:56:35.653 | + lib/libraries:_install_lib_from_source:73 : local name=osprofiler 2022-02-04 14:56:35.656 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git osprofiler 2022-02-04 14:56:35.658 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-02-04 14:56:35.660 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.663 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.665 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-02-04 14:56:35.667 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.670 | + lib/libraries:install_libs:118 : _install_lib_from_source pycadf 2022-02-04 14:56:35.672 | + lib/libraries:_install_lib_from_source:73 : local name=pycadf 2022-02-04 14:56:35.674 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git pycadf 2022-02-04 14:56:35.677 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-02-04 14:56:35.680 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.682 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.684 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-02-04 14:56:35.686 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.689 | + lib/libraries:install_libs:119 : _install_lib_from_source stevedore 2022-02-04 14:56:35.691 | + lib/libraries:_install_lib_from_source:73 : local name=stevedore 2022-02-04 14:56:35.694 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git stevedore 2022-02-04 14:56:35.696 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-02-04 14:56:35.698 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.701 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.703 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-02-04 14:56:35.705 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.708 | + lib/libraries:install_libs:120 : _install_lib_from_source taskflow 2022-02-04 14:56:35.710 | + lib/libraries:_install_lib_from_source:73 : local name=taskflow 2022-02-04 14:56:35.712 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git taskflow 2022-02-04 14:56:35.714 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-02-04 14:56:35.717 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.719 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.722 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-02-04 14:56:35.724 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.727 | + lib/libraries:install_libs:121 : _install_lib_from_source tooz 2022-02-04 14:56:35.729 | + lib/libraries:_install_lib_from_source:73 : local name=tooz 2022-02-04 14:56:35.731 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git tooz 2022-02-04 14:56:35.734 | + inc/python:use_library_from_git:250 : local name=tooz 2022-02-04 14:56:35.736 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.738 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.741 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-02-04 14:56:35.743 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.746 | + lib/libraries:install_libs:125 : _install_lib_from_source os-brick 2022-02-04 14:56:35.748 | + lib/libraries:_install_lib_from_source:73 : local name=os-brick 2022-02-04 14:56:35.750 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-brick 2022-02-04 14:56:35.752 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-02-04 14:56:35.755 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.757 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.759 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-02-04 14:56:35.761 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.764 | + lib/libraries:install_libs:126 : _install_lib_from_source os-resource-classes 2022-02-04 14:56:35.766 | + lib/libraries:_install_lib_from_source:73 : local name=os-resource-classes 2022-02-04 14:56:35.768 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-resource-classes 2022-02-04 14:56:35.770 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2022-02-04 14:56:35.773 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.775 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.777 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2022-02-04 14:56:35.780 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.782 | + lib/libraries:install_libs:127 : _install_lib_from_source os-traits 2022-02-04 14:56:35.784 | + lib/libraries:_install_lib_from_source:73 : local name=os-traits 2022-02-04 14:56:35.787 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git os-traits 2022-02-04 14:56:35.789 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-02-04 14:56:35.791 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.794 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.796 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-02-04 14:56:35.798 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.801 | + lib/libraries:install_libs:130 : _install_lib_from_source python-barbicanclient 2022-02-04 14:56:35.803 | + lib/libraries:_install_lib_from_source:73 : local name=python-barbicanclient 2022-02-04 14:56:35.806 | + lib/libraries:_install_lib_from_source:74 : use_library_from_git python-barbicanclient 2022-02-04 14:56:35.808 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-02-04 14:56:35.810 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:56:35.813 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:56:35.815 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-02-04 14:56:35.817 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:56:35.819 | + lib/libraries:install_libs:137 : pip_install etcd3 2022-02-04 14:56:35.840 | Using python 3.8 to install etcd3 2022-02-04 14:56:35.842 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-02-04 14:56:36.628 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:56:36.628 | from cryptography.utils import int_from_bytes 2022-02-04 14:56:36.628 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:56:36.628 | from cryptography.utils import int_from_bytes 2022-02-04 14:56:37.830 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:56:37.861 | warning: missing-index-doctype 2022-02-04 14:56:37.861 | 2022-02-04 14:56:37.861 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:56:37.861 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/etcd3/ 2022-02-04 14:56:37.861 | 2022-02-04 14:56:37.861 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:56:37.861 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:56:37.895 | Collecting etcd3 2022-02-04 14:56:37.902 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2022-02-04 14:56:37.909 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.9/63.9 KB 49.7 MB/s eta 0:00:00 2022-02-04 14:56:37.933 | Preparing metadata (setup.py): started 2022-02-04 14:56:38.607 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 14:56:38.702 | warning: missing-index-doctype 2022-02-04 14:56:38.702 | 2022-02-04 14:56:38.702 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:56:38.702 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/grpcio/ 2022-02-04 14:56:38.702 | 2022-02-04 14:56:38.702 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:56:38.702 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:56:40.392 | Collecting grpcio>=1.27.1 2022-02-04 14:56:40.408 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ed/1e52ad507a54d/grpcio-1.39.0-cp38-cp38-manylinux2014_x86_64.whl (4.3 MB) 2022-02-04 14:56:40.469 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 79.0 MB/s eta 0:00:00 2022-02-04 14:56:40.532 | warning: missing-index-doctype 2022-02-04 14:56:40.532 | 2022-02-04 14:56:40.532 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:56:40.532 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/protobuf/ 2022-02-04 14:56:40.532 | 2022-02-04 14:56:40.532 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:56:40.532 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:56:41.067 | Collecting protobuf>=3.6.1 2022-02-04 14:56:41.076 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/690/2a1e4b7a319ec/protobuf-3.17.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB) 2022-02-04 14:56:41.094 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 79.1 MB/s eta 0:00:00 2022-02-04 14:56:41.104 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-02-04 14:56:41.105 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-02-04 14:56:41.169 | Building wheels for collected packages: etcd3 2022-02-04 14:56:41.170 | Building wheel for etcd3 (setup.py): started 2022-02-04 14:56:41.944 | Building wheel for etcd3 (setup.py): finished with status 'done' 2022-02-04 14:56:41.945 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42889 sha256=f25ac318a386743f08fde81317af41b4515827b32d03cd55d1742221fc483977 2022-02-04 14:56:41.945 | Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1 2022-02-04 14:56:41.949 | Successfully built etcd3 2022-02-04 14:56:43.417 | Installing collected packages: protobuf, grpcio, etcd3 2022-02-04 14:56:44.051 | Successfully installed etcd3-0.12.0 grpcio-1.39.0 protobuf-3.17.3 2022-02-04 14:56:44.052 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 14:56:44.236 | + inc/python:pip_install:200 : result=0 2022-02-04 14:56:44.238 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:56:44.240 | + functions-common:time_stop:2309 : local name 2022-02-04 14:56:44.243 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:56:44.245 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:56:44.247 | + functions-common:time_stop:2312 : local total 2022-02-04 14:56:44.249 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:56:44.251 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:56:44.253 | + functions-common:time_stop:2316 : start_time=1643986595834 2022-02-04 14:56:44.255 | + functions-common:time_stop:2318 : [[ -z 1643986595834 ]] 2022-02-04 14:56:44.258 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:56:44.262 | + functions-common:time_stop:2321 : end_time=1643986604260 2022-02-04 14:56:44.264 | + functions-common:time_stop:2322 : elapsed_time=8426 2022-02-04 14:56:44.266 | + functions-common:time_stop:2323 : total=35847 2022-02-04 14:56:44.268 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:56:44.271 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=44273 2022-02-04 14:56:44.273 | + inc/python:pip_install:203 : return 0 2022-02-04 14:56:44.276 | + lib/libraries:install_libs:138 : pip_install etcd3gw 2022-02-04 14:56:44.296 | Using python 3.8 to install etcd3gw 2022-02-04 14:56:44.299 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-02-04 14:56:45.072 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:56:45.072 | from cryptography.utils import int_from_bytes 2022-02-04 14:56:45.072 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:56:45.072 | from cryptography.utils import int_from_bytes 2022-02-04 14:56:46.289 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:56:46.320 | warning: missing-index-doctype 2022-02-04 14:56:46.320 | 2022-02-04 14:56:46.320 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:56:46.320 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/etcd3gw/ 2022-02-04 14:56:46.320 | 2022-02-04 14:56:46.320 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:56:46.320 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:56:46.357 | Collecting etcd3gw 2022-02-04 14:56:46.364 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e5/5b8d4b7856f17/etcd3gw-1.0.0-py3-none-any.whl (22 kB) 2022-02-04 14:56:46.376 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.26.0) 2022-02-04 14:56:46.377 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.0) 2022-02-04 14:56:46.379 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.6.0) 2022-02-04 14:56:46.381 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.16.0) 2022-02-04 14:56:46.416 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.2) 2022-02-04 14:56:46.418 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (1.26.6) 2022-02-04 14:56:46.420 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.4) 2022-02-04 14:56:46.422 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2021.5.30) 2022-02-04 14:56:47.930 | Installing collected packages: etcd3gw 2022-02-04 14:56:48.034 | Successfully installed etcd3gw-1.0.0 2022-02-04 14:56:48.034 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 14:56:48.166 | + inc/python:pip_install:200 : result=0 2022-02-04 14:56:48.168 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:56:48.171 | + functions-common:time_stop:2309 : local name 2022-02-04 14:56:48.173 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:56:48.175 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:56:48.178 | + functions-common:time_stop:2312 : local total 2022-02-04 14:56:48.180 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:56:48.182 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:56:48.184 | + functions-common:time_stop:2316 : start_time=1643986604291 2022-02-04 14:56:48.186 | + functions-common:time_stop:2318 : [[ -z 1643986604291 ]] 2022-02-04 14:56:48.189 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:56:48.194 | + functions-common:time_stop:2321 : end_time=1643986608191 2022-02-04 14:56:48.196 | + functions-common:time_stop:2322 : elapsed_time=3900 2022-02-04 14:56:48.198 | + functions-common:time_stop:2323 : total=44273 2022-02-04 14:56:48.200 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:56:48.202 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=48173 2022-02-04 14:56:48.205 | + inc/python:pip_install:203 : return 0 2022-02-04 14:56:48.207 | + ./stack.sh:main:860 : install_apache_uwsgi 2022-02-04 14:56:48.209 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2022-02-04 14:56:48.212 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2022-02-04 14:56:48.214 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-04 14:56:48.216 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-04 14:56:48.219 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-04 14:56:48.221 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-04 14:56:48.223 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-04 14:56:48.225 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-04 14:56:48.228 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-04 14:56:48.230 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-04 14:56:48.232 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-04 14:56:48.234 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2022-02-04 14:56:48.237 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2022-02-04 14:56:48.240 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:56:48.242 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:56:48.244 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-02-04 14:56:48.247 | + lib/apache:install_apache_uwsgi:96 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-02-04 14:56:48.249 | + functions-common:install_package:1347 : update_package_repo 2022-02-04 14:56:48.251 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-04 14:56:48.254 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-04 14:56:48.256 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-04 14:56:48.259 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-04 14:56:48.261 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-04 14:56:48.263 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:56:48.265 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:56:48.268 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-04 14:56:48.270 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-04 14:56:48.272 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-04 14:56:48.274 | + functions-common:apt_get_update:1074 : return 2022-02-04 14:56:48.277 | + functions-common:install_package:1348 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-02-04 14:56:48.279 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-04 14:56:48.281 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:56:48.283 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:56:48.286 | + functions-common:real_install_package:1334 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-02-04 14:56:48.307 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-02-04 14:56:48.415 | Reading package lists... 2022-02-04 14:56:48.654 | Building dependency tree... 2022-02-04 14:56:48.655 | Reading state information... 2022-02-04 14:56:48.898 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.9). 2022-02-04 14:56:48.898 | The following packages were automatically installed and are no longer required: 2022-02-04 14:56:48.899 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-04 14:56:48.899 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-04 14:56:48.899 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-04 14:56:48.899 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-04 14:56:48.899 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-04 14:56:48.900 | python3-zope.interface 2022-02-04 14:56:48.900 | Use 'sudo apt autoremove' to remove them. 2022-02-04 14:56:48.900 | The following additional packages will be installed: 2022-02-04 14:56:48.901 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core 2022-02-04 14:56:48.902 | Suggested packages: 2022-02-04 14:56:48.902 | uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators 2022-02-04 14:56:48.971 | The following NEW packages will be installed: 2022-02-04 14:56:48.971 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 2022-02-04 14:56:49.078 | 0 upgraded, 6 newly installed, 0 to remove and 107 not upgraded. 2022-02-04 14:56:49.078 | Need to get 1,306 kB of archives. 2022-02-04 14:56:49.078 | After this operation, 4,613 kB of additional disk space will be used. 2022-02-04 14:56:49.078 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 2022-02-04 14:56:49.571 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 2022-02-04 14:56:49.798 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 2022-02-04 14:56:49.942 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB] 2022-02-04 14:56:50.341 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB] 2022-02-04 14:56:50.400 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB] 2022-02-04 14:56:50.987 | Fetched 1,306 kB in 1s (897 kB/s) 2022-02-04 14:56:51.019 | Selecting previously unselected package libnorm1:amd64. 2022-02-04 14:56:51.071 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90644 files and directories currently installed.) 2022-02-04 14:56:51.075 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 2022-02-04 14:56:51.081 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-02-04 14:56:51.151 | Selecting previously unselected package libpgm-5.2-0:amd64. 2022-02-04 14:56:51.161 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 2022-02-04 14:56:51.163 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-02-04 14:56:51.215 | Selecting previously unselected package libzmq5:amd64. 2022-02-04 14:56:51.225 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 2022-02-04 14:56:51.228 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-02-04 14:56:51.291 | Selecting previously unselected package uwsgi-core. 2022-02-04 14:56:51.300 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ... 2022-02-04 14:56:51.303 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ... 2022-02-04 14:56:51.447 | Selecting previously unselected package uwsgi. 2022-02-04 14:56:51.456 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ... 2022-02-04 14:56:51.459 | Unpacking uwsgi (2.0.18-11ubuntu1) ... 2022-02-04 14:56:51.494 | Selecting previously unselected package uwsgi-plugin-python3. 2022-02-04 14:56:51.504 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ... 2022-02-04 14:56:51.506 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-02-04 14:56:51.568 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-02-04 14:56:51.574 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-02-04 14:56:51.580 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-02-04 14:56:51.585 | Setting up uwsgi-core (2.0.18-11ubuntu1) ... 2022-02-04 14:56:51.599 | Setting up uwsgi (2.0.18-11ubuntu1) ... 2022-02-04 14:56:52.433 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-02-04 14:56:52.460 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-04 14:56:52.839 | Processing triggers for man-db (2.9.1-1) ... 2022-02-04 14:56:53.171 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-04 14:57:00.072 | + functions-common:apt_get:1118 : result=0 2022-02-04 14:57:00.074 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-04 14:57:00.076 | + functions-common:time_stop:2309 : local name 2022-02-04 14:57:00.079 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:57:00.081 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:57:00.084 | + functions-common:time_stop:2312 : local total 2022-02-04 14:57:00.086 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:57:00.088 | + functions-common:time_stop:2315 : name=apt-get 2022-02-04 14:57:00.090 | + functions-common:time_stop:2316 : start_time=1643986608304 2022-02-04 14:57:00.092 | + functions-common:time_stop:2318 : [[ -z 1643986608304 ]] 2022-02-04 14:57:00.095 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:57:00.099 | + functions-common:time_stop:2321 : end_time=1643986620097 2022-02-04 14:57:00.101 | + functions-common:time_stop:2322 : elapsed_time=11793 2022-02-04 14:57:00.103 | + functions-common:time_stop:2323 : total=284680 2022-02-04 14:57:00.106 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:57:00.108 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=296473 2022-02-04 14:57:00.110 | + functions-common:apt_get:1122 : return 0 2022-02-04 14:57:00.112 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-02-04 14:57:00.115 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:57:00.117 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:57:00.120 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-02-04 14:57:00.182 | Enabling module proxy. 2022-02-04 14:57:00.187 | To activate the new configuration, you need to run: 2022-02-04 14:57:00.187 | systemctl restart apache2 2022-02-04 14:57:00.192 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-02-04 14:57:00.257 | Considering dependency proxy for proxy_uwsgi: 2022-02-04 14:57:00.257 | Module proxy already enabled 2022-02-04 14:57:00.257 | Enabling module proxy_uwsgi. 2022-02-04 14:57:00.262 | To activate the new configuration, you need to run: 2022-02-04 14:57:00.262 | systemctl restart apache2 2022-02-04 14:57:00.266 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-02-04 14:57:00.269 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-04 14:57:00.271 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-04 14:57:00.273 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-04 14:57:00.399 | + ./stack.sh:main:863 : install_keystoneauth 2022-02-04 14:57:00.402 | + lib/keystone:install_keystoneauth:468 : use_library_from_git keystoneauth 2022-02-04 14:57:00.404 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-02-04 14:57:00.406 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:57:00.409 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:57:00.411 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-02-04 14:57:00.413 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:57:00.416 | + ./stack.sh:main:864 : install_keystoneclient 2022-02-04 14:57:00.418 | + lib/keystone:install_keystoneclient:476 : use_library_from_git python-keystoneclient 2022-02-04 14:57:00.420 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-02-04 14:57:00.423 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:57:00.425 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:57:00.428 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-02-04 14:57:00.430 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:57:00.432 | + ./stack.sh:main:865 : install_glanceclient 2022-02-04 14:57:00.435 | + lib/glance:install_glanceclient:505 : use_library_from_git python-glanceclient 2022-02-04 14:57:00.437 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-02-04 14:57:00.439 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:57:00.442 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:57:00.445 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-02-04 14:57:00.447 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:57:00.449 | + ./stack.sh:main:866 : install_cinderclient 2022-02-04 14:57:00.452 | + lib/cinder:install_cinderclient:481 : use_library_from_git python-brick-cinderclient-ext 2022-02-04 14:57:00.454 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-02-04 14:57:00.456 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:57:00.458 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:57:00.461 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-02-04 14:57:00.463 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:57:00.465 | + lib/cinder:install_cinderclient:486 : use_library_from_git python-cinderclient 2022-02-04 14:57:00.468 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-02-04 14:57:00.470 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:57:00.473 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:57:00.475 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-02-04 14:57:00.478 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:57:00.480 | + ./stack.sh:main:867 : install_novaclient 2022-02-04 14:57:00.482 | + lib/nova:install_novaclient:806 : use_library_from_git python-novaclient 2022-02-04 14:57:00.485 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-02-04 14:57:00.487 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:57:00.490 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:57:00.492 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-02-04 14:57:00.495 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:57:00.497 | + ./stack.sh:main:868 : is_service_enabled swift glance horizon 2022-02-04 14:57:00.514 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:57:00.516 | + ./stack.sh:main:869 : install_swiftclient 2022-02-04 14:57:00.519 | + lib/swift:install_swiftclient:752 : use_library_from_git python-swiftclient 2022-02-04 14:57:00.521 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-02-04 14:57:00.523 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:57:00.526 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:57:00.528 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-02-04 14:57:00.530 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:57:00.532 | + ./stack.sh:main:871 : is_service_enabled neutron nova horizon 2022-02-04 14:57:00.549 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:57:00.552 | + ./stack.sh:main:872 : install_neutronclient 2022-02-04 14:57:00.554 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2022-02-04 14:57:00.556 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-02-04 14:57:00.559 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:57:00.561 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:57:00.563 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-02-04 14:57:00.566 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:57:00.568 | + ./stack.sh:main:876 : install_keystonemiddleware 2022-02-04 14:57:00.570 | + lib/keystone:install_keystonemiddleware:486 : use_library_from_git keystonemiddleware 2022-02-04 14:57:00.573 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-02-04 14:57:00.575 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:57:00.577 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:57:00.579 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-02-04 14:57:00.582 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:57:00.584 | + lib/keystone:install_keystonemiddleware:491 : pip_install_gr keystonemiddleware 2022-02-04 14:57:00.587 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-02-04 14:57:00.589 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-04 14:57:00.592 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-02-04 14:57:00.594 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-02-04 14:57:00.597 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-04 14:57:00.601 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-02-04 14:57:00.601 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-04 14:57:00.606 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-02-04 14:57:00.608 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-02-04 14:57:00.610 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-02-04 14:57:00.613 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-02-04 14:57:00.615 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-02-04 14:57:00.636 | Using python 3.8 to install keystonemiddleware 2022-02-04 14:57:00.638 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-02-04 14:57:01.414 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:57:01.414 | from cryptography.utils import int_from_bytes 2022-02-04 14:57:01.414 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:57:01.414 | from cryptography.utils import int_from_bytes 2022-02-04 14:57:02.633 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:57:02.642 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.3.0) 2022-02-04 14:57:02.696 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.10.1) 2022-02-04 14:57:02.698 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.0) 2022-02-04 14:57:02.699 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-02-04 14:57:02.701 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-02-04 14:57:02.702 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.6.0) 2022-02-04 14:57:02.704 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.3.2) 2022-02-04 14:57:02.706 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.26.0) 2022-02-04 14:57:02.707 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-02-04 14:57:02.709 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.7.1) 2022-02-04 14:57:02.710 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.0) 2022-02-04 14:57:02.712 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.8.1) 2022-02-04 14:57:02.714 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.2.0) 2022-02-04 14:57:02.715 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-02-04 14:57:02.716 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-02-04 14:57:02.775 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.4.0) 2022-02-04 14:57:02.777 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (0.1.16) 2022-02-04 14:57:02.779 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0) 2022-02-04 14:57:02.816 | 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.5) 2022-02-04 14:57:02.856 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (5.4.1) 2022-02-04 14:57:02.858 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0) 2022-02-04 14:57:02.860 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.5.0) 2022-02-04 14:57:02.861 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.3.0) 2022-02-04 14:57:02.913 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6) 2022-02-04 14:57:02.915 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.2) 2022-02-04 14:57:02.924 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2021.1) 2022-02-04 14:57:02.925 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.2) 2022-02-04 14:57:02.939 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2022-02-04 14:57:02.941 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (2.4.7) 2022-02-04 14:57:02.944 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.0) 2022-02-04 14:57:03.031 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.2) 2022-02-04 14:57:03.033 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2021.5.30) 2022-02-04 14:57:03.036 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.4) 2022-02-04 14:57:03.037 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.6) 2022-02-04 14:57:03.089 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.12.1) 2022-02-04 14:57:03.102 | 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) 2022-02-04 14:57:04.562 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 14:57:04.692 | + inc/python:pip_install:200 : result=0 2022-02-04 14:57:04.694 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:57:04.696 | + functions-common:time_stop:2309 : local name 2022-02-04 14:57:04.699 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:57:04.701 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:57:04.703 | + functions-common:time_stop:2312 : local total 2022-02-04 14:57:04.705 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:57:04.708 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:57:04.710 | + functions-common:time_stop:2316 : start_time=1643986620631 2022-02-04 14:57:04.712 | + functions-common:time_stop:2318 : [[ -z 1643986620631 ]] 2022-02-04 14:57:04.715 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:57:04.719 | + functions-common:time_stop:2321 : end_time=1643986624716 2022-02-04 14:57:04.721 | + functions-common:time_stop:2322 : elapsed_time=4085 2022-02-04 14:57:04.724 | + functions-common:time_stop:2323 : total=48173 2022-02-04 14:57:04.726 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:57:04.728 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=52258 2022-02-04 14:57:04.730 | + inc/python:pip_install:203 : return 0 2022-02-04 14:57:04.733 | + lib/keystone:install_keystonemiddleware:495 : pip_install_gr python-memcached 2022-02-04 14:57:04.735 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-02-04 14:57:04.738 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-04 14:57:04.741 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-02-04 14:57:04.743 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-02-04 14:57:04.745 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-04 14:57:04.749 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-02-04 14:57:04.749 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-04 14:57:04.755 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-02-04 14:57:04.757 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-02-04 14:57:04.759 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-02-04 14:57:04.762 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-02-04 14:57:04.765 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-02-04 14:57:04.786 | Using python 3.8 to install python-memcached 2022-02-04 14:57:04.789 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-02-04 14:57:05.570 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:57:05.570 | from cryptography.utils import int_from_bytes 2022-02-04 14:57:05.571 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:57:05.571 | from cryptography.utils import int_from_bytes 2022-02-04 14:57:06.782 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:57:06.814 | warning: missing-index-doctype 2022-02-04 14:57:06.814 | 2022-02-04 14:57:06.814 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:06.814 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/python-memcached/ 2022-02-04 14:57:06.814 | 2022-02-04 14:57:06.814 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:06.814 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:06.847 | Collecting python-memcached 2022-02-04 14:57:06.855 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2022-02-04 14:57:06.862 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-02-04 14:57:08.380 | Installing collected packages: python-memcached 2022-02-04 14:57:08.473 | Successfully installed python-memcached-1.59 2022-02-04 14:57:08.474 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 14:57:08.607 | + inc/python:pip_install:200 : result=0 2022-02-04 14:57:08.609 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:57:08.611 | + functions-common:time_stop:2309 : local name 2022-02-04 14:57:08.614 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:57:08.616 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:57:08.618 | + functions-common:time_stop:2312 : local total 2022-02-04 14:57:08.620 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:57:08.622 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:57:08.625 | + functions-common:time_stop:2316 : start_time=1643986624780 2022-02-04 14:57:08.627 | + functions-common:time_stop:2318 : [[ -z 1643986624780 ]] 2022-02-04 14:57:08.630 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:57:08.634 | + functions-common:time_stop:2321 : end_time=1643986628632 2022-02-04 14:57:08.636 | + functions-common:time_stop:2322 : elapsed_time=3852 2022-02-04 14:57:08.639 | + functions-common:time_stop:2323 : total=52258 2022-02-04 14:57:08.641 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:57:08.643 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=56110 2022-02-04 14:57:08.645 | + inc/python:pip_install:203 : return 0 2022-02-04 14:57:08.648 | + ./stack.sh:main:878 : is_service_enabled keystone 2022-02-04 14:57:08.664 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:57:08.667 | + ./stack.sh:main:879 : '[' 10.222.0.18 == 10.222.0.18 ']' 2022-02-04 14:57:08.669 | + ./stack.sh:main:880 : stack_install_service keystone 2022-02-04 14:57:08.671 | + lib/stack:stack_install_service:20 : local service=keystone 2022-02-04 14:57:08.674 | + lib/stack:stack_install_service:21 : type install_keystone 2022-02-04 14:57:08.677 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-04 14:57:08.679 | + lib/stack:stack_install_service:32 : install_keystone 2022-02-04 14:57:08.681 | + lib/keystone:install_keystone:501 : is_service_enabled ldap 2022-02-04 14:57:08.697 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:57:08.699 | + lib/keystone:install_keystone:505 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/xena 2022-02-04 14:57:08.701 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/keystone.git 2022-02-04 14:57:08.703 | + functions-common:git_clone:524 : local git_dest=/opt/stack/keystone 2022-02-04 14:57:08.705 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-04 14:57:08.707 | + functions-common:git_clone:526 : local orig_dir 2022-02-04 14:57:08.710 | ++ functions-common:git_clone:527 : pwd 2022-02-04 14:57:08.712 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-04 14:57:08.714 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-04 14:57:08.717 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-04 14:57:08.732 | + functions-common:git_clone:530 : RECLONE=False 2022-02-04 14:57:08.734 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-04 14:57:08.736 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-04 14:57:08.739 | + functions-common:git_clone:544 : echo stable/xena 2022-02-04 14:57:08.740 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-04 14:57:08.745 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/keystone ]] 2022-02-04 14:57:08.747 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-04 14:57:08.749 | + functions-common:git_clone:592 : cd /opt/stack/keystone 2022-02-04 14:57:08.752 | + functions-common:git_clone:593 : git show --oneline 2022-02-04 14:57:08.752 | + functions-common:git_clone:593 : head -1 2022-02-04 14:57:08.755 | 20be02134 Merge "Fix typos in ec2 credential policies" into stable/xena 2022-02-04 14:57:08.757 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-04 14:57:08.759 | + lib/keystone:install_keystone:506 : setup_develop /opt/stack/keystone 2022-02-04 14:57:08.762 | + inc/python:setup_develop:338 : local bindep 2022-02-04 14:57:08.764 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-02-04 14:57:08.766 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-02-04 14:57:08.768 | + inc/python:setup_develop:344 : local extras= 2022-02-04 14:57:08.771 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-02-04 14:57:08.773 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-04 14:57:08.775 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-02-04 14:57:08.777 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-02-04 14:57:08.780 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-04 14:57:08.782 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-04 14:57:08.785 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-02-04 14:57:08.787 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-04 14:57:08.790 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-02-04 14:57:08.792 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-04 14:57:08.794 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-04 14:57:08.797 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-02-04 14:57:08.803 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2022-02-04 14:57:08.805 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-02-04 14:57:09.433 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2022-02-04 14:57:09.435 | + inc/python:setup_package:418 : local bindep=0 2022-02-04 14:57:09.437 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-04 14:57:09.439 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-04 14:57:09.442 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2022-02-04 14:57:09.444 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2022-02-04 14:57:09.446 | + inc/python:setup_package:427 : local flags=-e 2022-02-04 14:57:09.449 | + inc/python:setup_package:428 : local extras= 2022-02-04 14:57:09.451 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-04 14:57:09.453 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-04 14:57:09.455 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-04 14:57:09.457 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-04 14:57:09.460 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-04 14:57:09.462 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2022-02-04 14:57:09.484 | Using python 3.8 to install /opt/stack/keystone 2022-02-04 14:57:09.486 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-02-04 14:57:10.269 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:57:10.270 | from cryptography.utils import int_from_bytes 2022-02-04 14:57:10.270 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:57:10.270 | from cryptography.utils import int_from_bytes 2022-02-04 14:57:11.505 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:57:11.514 | Obtaining file:///opt/stack/keystone 2022-02-04 14:57:11.515 | Preparing metadata (setup.py): started 2022-02-04 14:57:13.029 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 14:57:13.172 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (5.6.0) 2022-02-04 14:57:13.173 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.8.7) 2022-02-04 14:57:13.199 | warning: missing-index-doctype 2022-02-04 14:57:13.199 | 2022-02-04 14:57:13.199 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:13.199 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/flask/ 2022-02-04 14:57:13.199 | 2022-02-04 14:57:13.199 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:13.199 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:13.249 | Collecting Flask!=0.11,>=1.0.2 2022-02-04 14:57:13.256 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a62/09ca15eb63fc9/Flask-2.0.1-py3-none-any.whl (94 kB) 2022-02-04 14:57:13.264 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.8/94.8 KB 37.2 MB/s eta 0:00:00 2022-02-04 14:57:13.281 | warning: missing-index-doctype 2022-02-04 14:57:13.281 | 2022-02-04 14:57:13.281 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:13.281 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/flask-restful/ 2022-02-04 14:57:13.281 | 2022-02-04 14:57:13.281 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:13.281 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:13.312 | Collecting Flask-RESTful>=0.3.5 2022-02-04 14:57:13.319 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/497/0c49b6488e46c/Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2022-02-04 14:57:13.323 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.4.8) 2022-02-04 14:57:13.325 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.4.23) 2022-02-04 14:57:13.326 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (0.13.0) 2022-02-04 14:57:13.328 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.4.0) 2022-02-04 14:57:13.340 | warning: missing-index-doctype 2022-02-04 14:57:13.341 | 2022-02-04 14:57:13.341 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:13.341 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/passlib/ 2022-02-04 14:57:13.341 | 2022-02-04 14:57:13.341 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:13.341 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:13.370 | Collecting passlib>=1.7.0 2022-02-04 14:57:13.377 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2022-02-04 14:57:13.391 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 525.6/525.6 KB 58.0 MB/s eta 0:00:00 2022-02-04 14:57:13.400 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.3.0) 2022-02-04 14:57:13.401 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (9.3.0) 2022-02-04 14:57:13.402 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.2.0) 2022-02-04 14:57:13.422 | warning: missing-index-doctype 2022-02-04 14:57:13.422 | 2022-02-04 14:57:13.422 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:13.422 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/scrypt/ 2022-02-04 14:57:13.422 | 2022-02-04 14:57:13.422 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:13.422 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:13.574 | Collecting scrypt>=0.8.0 2022-02-04 14:57:13.583 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ffc/de1d60a43e9d9/scrypt-0.8.18-cp38-cp38-manylinux2010_x86_64.whl (924 kB) 2022-02-04 14:57:13.602 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 924.8/924.8 KB 68.0 MB/s eta 0:00:00 2022-02-04 14:57:13.611 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (2.8.1) 2022-02-04 14:57:13.613 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (8.7.1) 2022-02-04 14:57:13.614 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.3.2) 2022-02-04 14:57:13.616 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (12.9.1) 2022-02-04 14:57:13.617 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (11.0.0) 2022-02-04 14:57:13.619 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (5.1.0) 2022-02-04 14:57:13.620 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.6.0) 2022-02-04 14:57:13.622 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.4.0) 2022-02-04 14:57:13.623 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.8.3) 2022-02-04 14:57:13.625 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.2.0) 2022-02-04 14:57:13.626 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.4.0) 2022-02-04 14:57:13.627 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (4.10.1) 2022-02-04 14:57:13.640 | warning: missing-index-doctype 2022-02-04 14:57:13.640 | 2022-02-04 14:57:13.641 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:13.641 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/oauthlib/ 2022-02-04 14:57:13.641 | 2022-02-04 14:57:13.641 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:13.641 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:13.672 | Collecting oauthlib>=0.6.2 2022-02-04 14:57:13.679 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/42b/f6354c2ed8c6a/oauthlib-3.1.1-py2.py3-none-any.whl (146 kB) 2022-02-04 14:57:13.686 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.2/146.2 KB 65.2 MB/s eta 0:00:00 2022-02-04 14:57:13.703 | warning: missing-index-doctype 2022-02-04 14:57:13.703 | 2022-02-04 14:57:13.703 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:13.703 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pysaml2/ 2022-02-04 14:57:13.703 | 2022-02-04 14:57:13.703 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:13.703 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:13.748 | Collecting pysaml2>=5.0.0 2022-02-04 14:57:13.756 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/25b/c3be6dcf9e365/pysaml2-7.0.1-py2.py3-none-any.whl (398 kB) 2022-02-04 14:57:13.766 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 398.1/398.1 KB 71.9 MB/s eta 0:00:00 2022-02-04 14:57:13.789 | warning: missing-index-doctype 2022-02-04 14:57:13.789 | 2022-02-04 14:57:13.789 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:13.789 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pyjwt/ 2022-02-04 14:57:13.789 | 2022-02-04 14:57:13.789 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:13.789 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:13.836 | Collecting PyJWT>=1.6.1 2022-02-04 14:57:13.843 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/934/d73fbba91b048/PyJWT-2.1.0-py3-none-any.whl (16 kB) 2022-02-04 14:57:13.848 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.1.5) 2022-02-04 14:57:13.850 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==20.0.1.dev7) (3.2.0) 2022-02-04 14:57:13.851 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.1.1) 2022-02-04 14:57:13.853 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (1.0.2) 2022-02-04 14:57:13.855 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (3.4.2) 2022-02-04 14:57:13.856 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==20.0.1.dev7) (2021.1) 2022-02-04 14:57:13.870 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.0.1.dev7) (1.14.6) 2022-02-04 14:57:13.872 | Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.0.1.dev7) (1.16.0) 2022-02-04 14:57:13.947 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.0.2->keystone==20.0.1.dev7) (5.0.9) 2022-02-04 14:57:13.976 | warning: missing-index-doctype 2022-02-04 14:57:13.976 | 2022-02-04 14:57:13.976 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:13.976 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/werkzeug/ 2022-02-04 14:57:13.976 | 2022-02-04 14:57:13.976 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:13.976 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:14.032 | Collecting Werkzeug>=2.0 2022-02-04 14:57:14.039 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6c1/ec500dcdba0ba/Werkzeug-2.0.1-py3-none-any.whl (288 kB) 2022-02-04 14:57:14.048 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.2/288.2 KB 69.8 MB/s eta 0:00:00 2022-02-04 14:57:14.067 | warning: missing-index-doctype 2022-02-04 14:57:14.067 | 2022-02-04 14:57:14.067 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:14.067 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/click/ 2022-02-04 14:57:14.067 | 2022-02-04 14:57:14.067 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:14.067 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:14.112 | Collecting click>=7.1.2 2022-02-04 14:57:14.120 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fba/402a4a4733474/click-8.0.1-py3-none-any.whl (97 kB) 2022-02-04 14:57:14.125 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.4/97.4 KB 62.2 MB/s eta 0:00:00 2022-02-04 14:57:14.141 | warning: missing-index-doctype 2022-02-04 14:57:14.141 | 2022-02-04 14:57:14.141 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:14.141 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/itsdangerous/ 2022-02-04 14:57:14.141 | 2022-02-04 14:57:14.141 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:14.141 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:14.164 | Collecting itsdangerous>=2.0 2022-02-04 14:57:14.171 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/517/4094b9637652b/itsdangerous-2.0.1-py3-none-any.whl (18 kB) 2022-02-04 14:57:14.175 | Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.0.1.dev7) (3.0.1) 2022-02-04 14:57:14.197 | warning: missing-index-doctype 2022-02-04 14:57:14.198 | 2022-02-04 14:57:14.198 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:14.198 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/aniso8601/ 2022-02-04 14:57:14.198 | 2022-02-04 14:57:14.198 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:14.198 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:14.235 | Collecting aniso8601>=0.82 2022-02-04 14:57:14.243 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2022-02-04 14:57:14.248 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.8/52.8 KB 44.1 MB/s eta 0:00:00 2022-02-04 14:57:14.324 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (2.26.0) 2022-02-04 14:57:14.326 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (4.4.0) 2022-02-04 14:57:14.425 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev7) (0.8.0) 2022-02-04 14:57:14.428 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev7) (5.4.1) 2022-02-04 14:57:14.430 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev7) (1.5.0) 2022-02-04 14:57:14.431 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.0.1.dev7) (2.3.0) 2022-02-04 14:57:14.489 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.0.1.dev7) (1.7.1) 2022-02-04 14:57:14.491 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.0.1.dev7) (0.5.0) 2022-02-04 14:57:14.492 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.0.1.dev7) (2.0.1) 2022-02-04 14:57:14.546 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.0.1.dev7) (0.9.6) 2022-02-04 14:57:14.548 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.0.1.dev7) (2.8.2) 2022-02-04 14:57:14.605 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (0.3.0) 2022-02-04 14:57:14.607 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (2.6.1) 2022-02-04 14:57:14.610 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (2.4.0) 2022-02-04 14:57:14.612 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (5.1.0) 2022-02-04 14:57:14.614 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (5.0.8) 2022-02-04 14:57:14.615 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (4.2.2) 2022-02-04 14:57:14.637 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->keystone==20.0.1.dev7) (3.3.0) 2022-02-04 14:57:14.684 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->keystone==20.0.1.dev7) (0.7.2) 2022-02-04 14:57:14.707 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev7) (2.4.7) 2022-02-04 14:57:14.708 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev7) (0.1.16) 2022-02-04 14:57:14.709 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev7) (21.0) 2022-02-04 14:57:14.711 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.0.1.dev7) (0.11.0) 2022-02-04 14:57:14.766 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from osprofiler>=1.4.0->keystone==20.0.1.dev7) (4.4.1) 2022-02-04 14:57:14.879 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.0.1.dev7) (5.2.2) 2022-02-04 14:57:14.892 | warning: missing-index-doctype 2022-02-04 14:57:14.892 | 2022-02-04 14:57:14.892 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:14.892 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/defusedxml/ 2022-02-04 14:57:14.892 | 2022-02-04 14:57:14.892 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:14.892 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:14.915 | Collecting defusedxml 2022-02-04 14:57:14.922 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2022-02-04 14:57:14.941 | warning: missing-index-doctype 2022-02-04 14:57:14.941 | 2022-02-04 14:57:14.941 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:14.941 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/xmlschema/ 2022-02-04 14:57:14.941 | 2022-02-04 14:57:14.941 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:14.941 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:15.007 | Collecting xmlschema>=1.2.1 2022-02-04 14:57:15.015 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66a/17ba8c342703a/xmlschema-1.7.0-py3-none-any.whl (254 kB) 2022-02-04 14:57:15.024 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 254.8/254.8 KB 68.9 MB/s eta 0:00:00 2022-02-04 14:57:15.030 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.0.1.dev7) (20.0.1) 2022-02-04 14:57:15.216 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==20.0.1.dev7) (1.1.1) 2022-02-04 14:57:15.238 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.0.1.dev7) (0.4.1) 2022-02-04 14:57:15.241 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.0.1.dev7) (0.5.2) 2022-02-04 14:57:15.315 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.0.1.dev7) (1.1.5) 2022-02-04 14:57:15.334 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (5.0.0) 2022-02-04 14:57:15.407 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==20.0.1.dev7) (2.20) 2022-02-04 14:57:15.451 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==20.0.1.dev7) (1.12.1) 2022-02-04 14:57:15.563 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==20.0.1.dev7) (2.0.1) 2022-02-04 14:57:15.639 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (1.7.0) 2022-02-04 14:57:15.765 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==20.0.1.dev7) (0.14.1) 2022-02-04 14:57:15.794 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (0.11.0) 2022-02-04 14:57:15.835 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (1.3.2) 2022-02-04 14:57:15.839 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (2.1.1) 2022-02-04 14:57:15.841 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (0.31.1) 2022-02-04 14:57:15.842 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (3.5.0) 2022-02-04 14:57:15.844 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (3.0.0) 2022-02-04 14:57:15.846 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (2.5.1) 2022-02-04 14:57:16.057 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (1.26.6) 2022-02-04 14:57:16.060 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (2.0.4) 2022-02-04 14:57:16.063 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (3.2) 2022-02-04 14:57:16.064 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.0.1.dev7) (2021.5.30) 2022-02-04 14:57:16.215 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.0.1.dev7) (2.5.0) 2022-02-04 14:57:16.316 | warning: missing-index-doctype 2022-02-04 14:57:16.316 | 2022-02-04 14:57:16.316 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:16.316 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/elementpath/ 2022-02-04 14:57:16.316 | 2022-02-04 14:57:16.316 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:16.316 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:16.374 | Collecting elementpath<3.0.0,>=2.2.2 2022-02-04 14:57:16.382 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f27/d7c045c4f1f30/elementpath-2.2.3-py3-none-any.whl (149 kB) 2022-02-04 14:57:16.390 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.0/150.0 KB 48.7 MB/s eta 0:00:00 2022-02-04 14:57:16.477 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->pysaml2>=5.0.0->keystone==20.0.1.dev7) (3.5.0) 2022-02-04 14:57:16.658 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (1.16.0) 2022-02-04 14:57:16.688 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==20.0.1.dev7) (1.6) 2022-02-04 14:57:16.830 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (57.4.0) 2022-02-04 14:57:16.925 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.0.1.dev7) (0.7) 2022-02-04 14:57:16.959 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.0.1.dev7) (1.0.0) 2022-02-04 14:57:18.244 | Installing collected packages: scrypt, passlib, aniso8601, Werkzeug, PyJWT, oauthlib, itsdangerous, elementpath, defusedxml, click, xmlschema, Flask, Flask-RESTful, pysaml2, keystone 2022-02-04 14:57:19.022 | Attempting uninstall: PyJWT 2022-02-04 14:57:19.024 | Found existing installation: PyJWT 1.7.1 2022-02-04 14:57:19.032 | Uninstalling PyJWT-1.7.1: 2022-02-04 14:57:19.062 | Successfully uninstalled PyJWT-1.7.1 2022-02-04 14:57:19.094 | Attempting uninstall: oauthlib 2022-02-04 14:57:19.097 | Found existing installation: oauthlib 3.1.0 2022-02-04 14:57:19.105 | Uninstalling oauthlib-3.1.0: 2022-02-04 14:57:19.134 | Successfully uninstalled oauthlib-3.1.0 2022-02-04 14:57:19.532 | Attempting uninstall: click 2022-02-04 14:57:19.535 | Found existing installation: Click 7.0 2022-02-04 14:57:19.542 | Uninstalling Click-7.0: 2022-02-04 14:57:19.570 | Successfully uninstalled Click-7.0 2022-02-04 14:57:20.583 | Running setup.py develop for keystone 2022-02-04 14:57:22.592 | Successfully installed Flask-2.0.1 Flask-RESTful-0.3.9 PyJWT-2.1.0 Werkzeug-2.0.1 aniso8601-9.0.1 click-8.0.1 defusedxml-0.7.1 elementpath-2.2.3 itsdangerous-2.0.1 keystone oauthlib-3.1.1 passlib-1.7.4 pysaml2-7.0.1 scrypt-0.8.18 xmlschema-1.7.0 2022-02-04 14:57:22.593 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 14:57:22.772 | + inc/python:pip_install:200 : result=0 2022-02-04 14:57:22.774 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:57:22.776 | + functions-common:time_stop:2309 : local name 2022-02-04 14:57:22.778 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:57:22.780 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:57:22.782 | + functions-common:time_stop:2312 : local total 2022-02-04 14:57:22.784 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:57:22.787 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:57:22.789 | + functions-common:time_stop:2316 : start_time=1643986629478 2022-02-04 14:57:22.791 | + functions-common:time_stop:2318 : [[ -z 1643986629478 ]] 2022-02-04 14:57:22.793 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:57:22.797 | + functions-common:time_stop:2321 : end_time=1643986642795 2022-02-04 14:57:22.799 | + functions-common:time_stop:2322 : elapsed_time=13317 2022-02-04 14:57:22.801 | + functions-common:time_stop:2323 : total=56110 2022-02-04 14:57:22.803 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:57:22.808 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=69427 2022-02-04 14:57:22.810 | + inc/python:pip_install:203 : return 0 2022-02-04 14:57:22.812 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-04 14:57:22.815 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-02-04 14:57:22.817 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-02-04 14:57:22.835 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-02-04 14:57:22.847 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2022-02-04 14:57:22.850 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-02-04 14:57:22.852 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:57:22.854 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:57:22.857 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-02-04 14:57:22.859 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:57:22.861 | + lib/keystone:install_keystone:508 : is_service_enabled ldap 2022-02-04 14:57:22.877 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:57:22.880 | + lib/keystone:install_keystone:512 : '[' uwsgi == mod_wsgi ']' 2022-02-04 14:57:22.882 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-04 14:57:22.884 | + ./stack.sh:main:881 : configure_keystone 2022-02-04 14:57:22.887 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2022-02-04 14:57:22.899 | + lib/keystone:configure_keystone:204 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2022-02-04 14:57:22.902 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-02-04 14:57:22.906 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2022-02-04 14:57:22.922 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:57:22.924 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2022-02-04 14:57:22.953 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-02-04 14:57:22.981 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-02-04 14:57:23.011 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2022-02-04 14:57:23.042 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2022-02-04 14:57:23.071 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2022-02-04 14:57:23.101 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-02-04 14:57:23.128 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-02-04 14:57:23.156 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-02-04 14:57:23.158 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-02-04 14:57:23.160 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-02-04 14:57:23.163 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-02-04 14:57:23.165 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-04 14:57:23.167 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-04 14:57:23.182 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:57:23.185 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-04 14:57:23.188 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-04 14:57:23.190 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-04 14:57:23.205 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:57:23.208 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-02-04 14:57:23.211 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-02-04 14:57:23.240 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-04 14:57:23.242 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-04 14:57:23.244 | + lib/keystone:configure_keystone:225 : local service_port=5000 2022-02-04 14:57:23.247 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2022-02-04 14:57:23.249 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2022-02-04 14:57:23.265 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:57:23.267 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.18/identity 2022-02-04 14:57:23.299 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.18/identity 2022-02-04 14:57:23.326 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2022-02-04 14:57:23.328 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2022-02-04 14:57:23.360 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2022-02-04 14:57:23.362 | ++ lib/database:database_connection_url:132 : local db=keystone 2022-02-04 14:57:23.365 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2022-02-04 14:57:23.368 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2022-02-04 14:57:23.370 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-02-04 14:57:23.373 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-02-04 14:57:23.403 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2022-02-04 14:57:23.405 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2022-02-04 14:57:23.408 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-02-04 14:57:23.410 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-02-04 14:57:23.413 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-04 14:57:23.430 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-04 14:57:23.432 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-04 14:57:23.434 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-04 14:57:23.437 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-04 14:57:23.439 | + functions:setup_systemd_logging:702 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-04 14:57:23.467 | + functions:setup_systemd_logging:704 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-02-04 14:57:23.495 | + functions:setup_systemd_logging:705 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-02-04 14:57:23.523 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-04 14:57:23.549 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-02-04 14:57:23.577 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2022-02-04 14:57:23.579 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-02-04 14:57:23.582 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-02-04 14:57:23.584 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-02-04 14:57:23.586 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-02-04 14:57:23.589 | + lib/apache:write_uwsgi_config:257 : local http= 2022-02-04 14:57:23.591 | + lib/apache:write_uwsgi_config:258 : local name= 2022-02-04 14:57:23.594 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-02-04 14:57:23.598 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-02-04 14:57:23.600 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-02-04 14:57:23.602 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-04 14:57:23.615 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-04 14:57:23.615 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-04 14:57:23.624 | d /var/run/uwsgi 0755 ubuntu root 2022-02-04 14:57:23.627 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-04 14:57:23.643 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-02-04 14:57:23.645 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-02-04 14:57:23.649 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-02-04 14:57:23.677 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-02-04 14:57:23.704 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-02-04 14:57:23.731 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-02-04 14:57:23.758 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-02-04 14:57:23.784 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-02-04 14:57:23.812 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-02-04 14:57:23.838 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-02-04 14:57:23.865 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-02-04 14:57:23.891 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-04 14:57:23.918 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-02-04 14:57:23.945 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-02-04 14:57:23.972 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-02-04 14:57:23.998 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-02-04 14:57:24.000 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-02-04 14:57:24.003 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-02-04 14:57:24.006 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-02-04 14:57:24.008 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-02-04 14:57:24.010 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:57:24.013 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:57:24.015 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-02-04 14:57:24.017 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-02-04 14:57:24.020 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-02-04 14:57:24.047 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-02-04 14:57:24.075 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2022-02-04 14:57:24.075 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-02-04 14:57:24.084 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-02-04 14:57:24.087 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-02-04 14:57:24.090 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-02-04 14:57:24.092 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-02-04 14:57:24.094 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-04 14:57:24.097 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-04 14:57:24.099 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:57:24.101 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:57:24.103 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-04 14:57:24.106 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-02-04 14:57:24.108 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:57:24.110 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:57:24.112 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-02-04 14:57:24.173 | Enabling site keystone-wsgi-public. 2022-02-04 14:57:24.179 | To activate the new configuration, you need to run: 2022-02-04 14:57:24.179 | systemctl reload apache2 2022-02-04 14:57:24.183 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-02-04 14:57:24.185 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-04 14:57:24.188 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-04 14:57:24.190 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-04 14:57:24.314 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2022-02-04 14:57:24.317 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2022-02-04 14:57:24.320 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2022-02-04 14:57:24.322 | + lib/apache:write_uwsgi_config:256 : local url=/identity_admin 2022-02-04 14:57:24.324 | + lib/apache:write_uwsgi_config:257 : local http= 2022-02-04 14:57:24.327 | + lib/apache:write_uwsgi_config:258 : local name= 2022-02-04 14:57:24.331 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-admin 2022-02-04 14:57:24.335 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-admin 2022-02-04 14:57:24.337 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-02-04 14:57:24.340 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-04 14:57:24.353 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-04 14:57:24.353 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-04 14:57:24.362 | d /var/run/uwsgi 0755 ubuntu root 2022-02-04 14:57:24.366 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-04 14:57:24.383 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2022-02-04 14:57:24.386 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2022-02-04 14:57:24.390 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2022-02-04 14:57:24.420 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2022-02-04 14:57:24.448 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2022-02-04 14:57:24.475 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2022-02-04 14:57:24.504 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2022-02-04 14:57:24.531 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2022-02-04 14:57:24.558 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2022-02-04 14:57:24.585 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2022-02-04 14:57:24.613 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2022-02-04 14:57:24.639 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-04 14:57:24.666 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2022-02-04 14:57:24.694 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2022-02-04 14:57:24.720 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2022-02-04 14:57:24.748 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-02-04 14:57:24.750 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-02-04 14:57:24.753 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-admin 2022-02-04 14:57:24.755 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-admin 2022-02-04 14:57:24.758 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-02-04 14:57:24.760 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:57:24.762 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:57:24.765 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-02-04 14:57:24.767 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-02-04 14:57:24.769 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2022-02-04 14:57:24.796 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2022-02-04 14:57:24.824 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin" retry=0 ' 2022-02-04 14:57:24.824 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2022-02-04 14:57:24.833 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin" retry=0 2022-02-04 14:57:24.836 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-admin 2022-02-04 14:57:24.839 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-admin 2022-02-04 14:57:24.841 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-02-04 14:57:24.844 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-04 14:57:24.846 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-04 14:57:24.849 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:57:24.851 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:57:24.853 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-04 14:57:24.855 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-02-04 14:57:24.858 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:57:24.860 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:57:24.862 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-admin 2022-02-04 14:57:24.924 | Enabling site keystone-wsgi-admin. 2022-02-04 14:57:24.929 | To activate the new configuration, you need to run: 2022-02-04 14:57:24.929 | systemctl reload apache2 2022-02-04 14:57:24.933 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-02-04 14:57:24.936 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-04 14:57:24.938 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-04 14:57:24.940 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-04 14:57:25.068 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-02-04 14:57:25.097 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-02-04 14:57:25.127 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-02-04 14:57:25.157 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2022-02-04 14:57:25.160 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-02-04 14:57:25.190 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-02-04 14:57:25.219 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-02-04 14:57:25.247 | + ./stack.sh:main:885 : is_service_enabled swift 2022-02-04 14:57:25.263 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:57:25.266 | + ./stack.sh:main:886 : is_service_enabled ceilometer 2022-02-04 14:57:25.283 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:57:25.285 | + ./stack.sh:main:889 : stack_install_service swift 2022-02-04 14:57:25.287 | + lib/stack:stack_install_service:20 : local service=swift 2022-02-04 14:57:25.290 | + lib/stack:stack_install_service:21 : type install_swift 2022-02-04 14:57:25.292 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-04 14:57:25.294 | + lib/stack:stack_install_service:32 : install_swift 2022-02-04 14:57:25.297 | + lib/swift:install_swift:742 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift stable/xena 2022-02-04 14:57:25.299 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/swift.git 2022-02-04 14:57:25.301 | + functions-common:git_clone:524 : local git_dest=/opt/stack/swift 2022-02-04 14:57:25.304 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-04 14:57:25.306 | + functions-common:git_clone:526 : local orig_dir 2022-02-04 14:57:25.309 | ++ functions-common:git_clone:527 : pwd 2022-02-04 14:57:25.311 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-04 14:57:25.314 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-04 14:57:25.317 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-04 14:57:25.335 | + functions-common:git_clone:530 : RECLONE=False 2022-02-04 14:57:25.337 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-04 14:57:25.339 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-04 14:57:25.342 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-04 14:57:25.346 | + functions-common:git_clone:544 : echo stable/xena 2022-02-04 14:57:25.349 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/swift ]] 2022-02-04 14:57:25.351 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-04 14:57:25.354 | + functions-common:git_clone:592 : cd /opt/stack/swift 2022-02-04 14:57:25.357 | + functions-common:git_clone:593 : head -1 2022-02-04 14:57:25.358 | + functions-common:git_clone:593 : git show --oneline 2022-02-04 14:57:25.362 | 68bd795a6 Fix cname_lookup test 2022-02-04 14:57:25.366 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-04 14:57:25.370 | + lib/swift:install_swift:745 : setup_develop /opt/stack/swift keystone 2022-02-04 14:57:25.373 | + inc/python:setup_develop:338 : local bindep 2022-02-04 14:57:25.376 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-02-04 14:57:25.379 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-02-04 14:57:25.382 | + inc/python:setup_develop:344 : local extras=keystone 2022-02-04 14:57:25.386 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-02-04 14:57:25.388 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-04 14:57:25.390 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-02-04 14:57:25.393 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-02-04 14:57:25.396 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-04 14:57:25.399 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-02-04 14:57:25.402 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-02-04 14:57:25.405 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-04 14:57:25.408 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-02-04 14:57:25.410 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-04 14:57:25.412 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-04 14:57:25.415 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-02-04 14:57:25.421 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2022-02-04 14:57:25.424 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-02-04 14:57:26.058 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2022-02-04 14:57:26.061 | + inc/python:setup_package:418 : local bindep=0 2022-02-04 14:57:26.063 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-04 14:57:26.065 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-04 14:57:26.068 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2022-02-04 14:57:26.070 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2022-02-04 14:57:26.072 | + inc/python:setup_package:427 : local flags=-e 2022-02-04 14:57:26.075 | + inc/python:setup_package:428 : local extras=keystone 2022-02-04 14:57:26.077 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-04 14:57:26.079 | + inc/python:setup_package:432 : [[ -z keystone ]] 2022-02-04 14:57:26.081 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2022-02-04 14:57:26.084 | + inc/python:setup_package:438 : extras='[keystone]' 2022-02-04 14:57:26.086 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-04 14:57:26.089 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2022-02-04 14:57:26.109 | Using python 3.8 to install /opt/stack/swift 2022-02-04 14:57:26.111 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2022-02-04 14:57:26.908 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:57:26.908 | from cryptography.utils import int_from_bytes 2022-02-04 14:57:26.908 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:57:26.908 | from cryptography.utils import int_from_bytes 2022-02-04 14:57:28.127 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:57:28.136 | Obtaining file:///opt/stack/swift 2022-02-04 14:57:28.137 | Preparing metadata (setup.py): started 2022-02-04 14:57:29.339 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 14:57:29.449 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev4) (0.31.1) 2022-02-04 14:57:29.450 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev4) (1.1.1) 2022-02-04 14:57:29.452 | 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.dev4) (0.11.0) 2022-02-04 14:57:29.453 | Requirement already satisfied: PasteDeploy>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev4) (2.1.1) 2022-02-04 14:57:30.851 | warning: missing-index-doctype 2022-02-04 14:57:30.851 | 2022-02-04 14:57:30.851 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:30.851 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/lxml/ 2022-02-04 14:57:30.851 | 2022-02-04 14:57:30.851 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:30.851 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:31.464 | Collecting lxml>=3.4.1 2022-02-04 14:57:31.482 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1b3/8116b6e628118/lxml-4.6.3-cp38-cp38-manylinux2014_x86_64.whl (6.8 MB) 2022-02-04 14:57:31.578 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 MB 75.8 MB/s eta 0:00:00 2022-02-04 14:57:31.631 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev4) (2.26.0) 2022-02-04 14:57:31.632 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev4) (1.16.0) 2022-02-04 14:57:31.648 | warning: missing-index-doctype 2022-02-04 14:57:31.648 | 2022-02-04 14:57:31.648 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:31.648 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/xattr/ 2022-02-04 14:57:31.648 | 2022-02-04 14:57:31.648 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:31.648 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:31.721 | Collecting xattr>=0.4 2022-02-04 14:57:31.728 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2022-02-04 14:57:31.742 | Preparing metadata (setup.py): started 2022-02-04 14:57:32.444 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 14:57:32.462 | warning: missing-index-doctype 2022-02-04 14:57:32.462 | 2022-02-04 14:57:32.462 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:32.462 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pyeclib/ 2022-02-04 14:57:32.462 | 2022-02-04 14:57:32.462 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:32.462 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:32.487 | Collecting PyECLib>=1.3.1 2022-02-04 14:57:32.509 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2022-02-04 14:57:32.598 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.7/6.7 MB 79.8 MB/s eta 0:00:00 2022-02-04 14:57:32.809 | Preparing metadata (setup.py): started 2022-02-04 14:57:33.467 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 14:57:33.472 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev4) (3.4.8) 2022-02-04 14:57:33.474 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.28.1.dev4) (9.3.0) 2022-02-04 14:57:33.547 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.28.1.dev4) (1.14.6) 2022-02-04 14:57:33.555 | 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.dev4) (1.16.0) 2022-02-04 14:57:33.612 | 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.dev4) (4.6.0) 2022-02-04 14:57:33.613 | 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.dev4) (3.3.2) 2022-02-04 14:57:33.615 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev4) (4.4.0) 2022-02-04 14:57:33.616 | 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.dev4) (4.10.1) 2022-02-04 14:57:33.617 | 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.dev4) (5.1.0) 2022-02-04 14:57:33.619 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.28.1.dev4) (1.8.7) 2022-02-04 14:57:33.620 | 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.dev4) (4.3.0) 2022-02-04 14:57:33.622 | 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.dev4) (3.1.1) 2022-02-04 14:57:33.623 | 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.dev4) (4.2.0) 2022-02-04 14:57:33.625 | 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.dev4) (5.6.0) 2022-02-04 14:57:33.626 | 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.dev4) (2.8.1) 2022-02-04 14:57:33.629 | 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.dev4) (8.7.1) 2022-02-04 14:57:33.653 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=1.3.3->swift==2.28.1.dev4) (57.4.0) 2022-02-04 14:57:33.685 | 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.dev4) (2.0.4) 2022-02-04 14:57:33.688 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev4) (3.2) 2022-02-04 14:57:33.690 | 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.dev4) (1.26.6) 2022-02-04 14:57:33.691 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.28.1.dev4) (2021.5.30) 2022-02-04 14:57:33.716 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.28.1.dev4) (2.20) 2022-02-04 14:57:33.798 | 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.dev4) (1.7.0) 2022-02-04 14:57:33.800 | 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.dev4) (3.4.0) 2022-02-04 14:57:33.802 | 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.dev4) (0.1.16) 2022-02-04 14:57:33.844 | 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.dev4) (1.1.5) 2022-02-04 14:57:33.890 | 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.dev4) (0.8.0) 2022-02-04 14:57:33.892 | 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.dev4) (5.4.1) 2022-02-04 14:57:33.893 | 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.dev4) (1.5.0) 2022-02-04 14:57:33.895 | 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.dev4) (2.3.0) 2022-02-04 14:57:33.954 | 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.dev4) (2.8.2) 2022-02-04 14:57:33.960 | 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.dev4) (0.9.6) 2022-02-04 14:57:33.973 | 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.dev4) (2021.1) 2022-02-04 14:57:33.975 | 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.dev4) (1.0.2) 2022-02-04 14:57:33.994 | 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.dev4) (21.0) 2022-02-04 14:57:33.995 | 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.dev4) (2.4.7) 2022-02-04 14:57:34.104 | 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.dev4) (1.12.1) 2022-02-04 14:57:34.119 | 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.dev4) (5.0.9) 2022-02-04 14:57:34.384 | Building wheels for collected packages: PyECLib, xattr 2022-02-04 14:57:34.385 | Building wheel for PyECLib (setup.py): started 2022-02-04 14:57:35.698 | Building wheel for PyECLib (setup.py): finished with status 'done' 2022-02-04 14:57:35.699 | Created wheel for PyECLib: filename=pyeclib-1.6.0-cp38-cp38-linux_x86_64.whl size=55560 sha256=0848b2513f4ec8814e7c3e976c06127df006cc20405ca3e329533ab4b2faa36e 2022-02-04 14:57:35.699 | Stored in directory: /root/.cache/pip/wheels/8d/84/e6/6a48e2f14c9392ac545275a5b87ce7ad21ff00ceacd6831bd5 2022-02-04 14:57:35.704 | Building wheel for xattr (setup.py): started 2022-02-04 14:57:37.119 | Building wheel for xattr (setup.py): finished with status 'done' 2022-02-04 14:57:37.120 | Created wheel for xattr: filename=xattr-0.9.7-cp38-cp38-linux_x86_64.whl size=33286 sha256=f9ac8721d3f2a76e4a0a75048520b9022f8b4adbdefb38d26af45d80383a7a65 2022-02-04 14:57:37.120 | Stored in directory: /root/.cache/pip/wheels/90/58/82/c0bf95f0215cd4d718b9b5bde6f88253eef46677a81e649467 2022-02-04 14:57:37.124 | Successfully built PyECLib xattr 2022-02-04 14:57:38.482 | Installing collected packages: PyECLib, lxml, xattr, swift 2022-02-04 14:57:38.838 | Running setup.py develop for swift 2022-02-04 14:57:40.726 | Successfully installed PyECLib-1.6.0 lxml-4.6.3 swift-2.28.1.dev4 xattr-0.9.7 2022-02-04 14:57:40.727 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 14:57:40.907 | + inc/python:pip_install:200 : result=0 2022-02-04 14:57:40.909 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:57:40.911 | + functions-common:time_stop:2309 : local name 2022-02-04 14:57:40.913 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:57:40.915 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:57:40.917 | + functions-common:time_stop:2312 : local total 2022-02-04 14:57:40.920 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:57:40.922 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:57:40.924 | + functions-common:time_stop:2316 : start_time=1643986646104 2022-02-04 14:57:40.926 | + functions-common:time_stop:2318 : [[ -z 1643986646104 ]] 2022-02-04 14:57:40.929 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:57:40.933 | + functions-common:time_stop:2321 : end_time=1643986660931 2022-02-04 14:57:40.935 | + functions-common:time_stop:2322 : elapsed_time=14827 2022-02-04 14:57:40.937 | + functions-common:time_stop:2323 : total=69427 2022-02-04 14:57:40.939 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:57:40.945 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=84254 2022-02-04 14:57:40.948 | + inc/python:pip_install:203 : return 0 2022-02-04 14:57:40.950 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-04 14:57:40.953 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-02-04 14:57:40.955 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-02-04 14:57:40.974 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-02-04 14:57:40.986 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2022-02-04 14:57:40.989 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-02-04 14:57:40.992 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:57:40.994 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:57:40.996 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-02-04 14:57:40.999 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:57:41.002 | + lib/swift:install_swift:746 : '[' False == True ']' 2022-02-04 14:57:41.004 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-04 14:57:41.007 | + ./stack.sh:main:890 : configure_swift 2022-02-04 14:57:41.009 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2022-02-04 14:57:41.011 | + lib/swift:configure_swift:335 : local node_number 2022-02-04 14:57:41.013 | + lib/swift:configure_swift:336 : local swift_node_config 2022-02-04 14:57:41.016 | + lib/swift:configure_swift:337 : local swift_log_dir 2022-02-04 14:57:41.020 | + lib/swift:configure_swift:340 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-02-04 14:57:41.887 | No container-sharder running 2022-02-04 14:57:41.887 | No container-updater running 2022-02-04 14:57:41.887 | No proxy-server running 2022-02-04 14:57:41.887 | No object-expirer running 2022-02-04 14:57:41.887 | No container-auditor running 2022-02-04 14:57:41.887 | No object-updater running 2022-02-04 14:57:41.887 | No account-reaper running 2022-02-04 14:57:41.887 | No account-auditor running 2022-02-04 14:57:41.887 | No container-server running 2022-02-04 14:57:41.887 | No container-sync running 2022-02-04 14:57:41.887 | No container-reconciler running 2022-02-04 14:57:41.887 | No account-server running 2022-02-04 14:57:41.887 | No object-replicator running 2022-02-04 14:57:41.887 | No account-replicator running 2022-02-04 14:57:41.887 | No object-server running 2022-02-04 14:57:41.887 | No container-replicator running 2022-02-04 14:57:41.887 | No object-reconstructor running 2022-02-04 14:57:41.887 | No object-auditor running 2022-02-04 14:57:41.935 | + lib/swift:configure_swift:340 : true 2022-02-04 14:57:41.937 | + lib/swift:configure_swift:342 : sudo install -d -o ubuntu /etc/swift 2022-02-04 14:57:41.950 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-02-04 14:57:41.962 | + lib/swift:configure_swift:345 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-02-04 14:57:41.965 | + lib/swift:configure_swift:358 : sudo tee /etc/rsyncd.conf 2022-02-04 14:57:41.966 | ++ lib/swift:configure_swift:354 : id -g -n ubuntu 2022-02-04 14:57:41.971 | + lib/swift:configure_swift:354 : sed -e ' 2022-02-04 14:57:41.971 | s/%GROUP%/ubuntu/; 2022-02-04 14:57:41.971 | s/%USER%/ubuntu/; 2022-02-04 14:57:41.971 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-02-04 14:57:41.971 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-02-04 14:57:41.974 | uid = ubuntu 2022-02-04 14:57:41.974 | gid = ubuntu 2022-02-04 14:57:41.974 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-02-04 14:57:41.974 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-02-04 14:57:41.974 | address = 127.0.0.1 2022-02-04 14:57:41.974 | 2022-02-04 14:57:41.974 | [account6612] 2022-02-04 14:57:41.974 | max connections = 25 2022-02-04 14:57:41.975 | path = /opt/stack/data/swift/1/node/ 2022-02-04 14:57:41.975 | read only = false 2022-02-04 14:57:41.975 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-02-04 14:57:41.975 | 2022-02-04 14:57:41.975 | [account6622] 2022-02-04 14:57:41.975 | max connections = 25 2022-02-04 14:57:41.975 | path = /opt/stack/data/swift/2/node/ 2022-02-04 14:57:41.975 | read only = false 2022-02-04 14:57:41.975 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-02-04 14:57:41.975 | 2022-02-04 14:57:41.975 | [account6632] 2022-02-04 14:57:41.975 | max connections = 25 2022-02-04 14:57:41.975 | path = /opt/stack/data/swift/3/node/ 2022-02-04 14:57:41.975 | read only = false 2022-02-04 14:57:41.975 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-02-04 14:57:41.975 | 2022-02-04 14:57:41.975 | [account6642] 2022-02-04 14:57:41.976 | max connections = 25 2022-02-04 14:57:41.976 | path = /opt/stack/data/swift/4/node/ 2022-02-04 14:57:41.976 | read only = false 2022-02-04 14:57:41.976 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-02-04 14:57:41.976 | 2022-02-04 14:57:41.976 | 2022-02-04 14:57:41.976 | [container6611] 2022-02-04 14:57:41.976 | max connections = 25 2022-02-04 14:57:41.976 | path = /opt/stack/data/swift/1/node/ 2022-02-04 14:57:41.976 | read only = false 2022-02-04 14:57:41.976 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-02-04 14:57:41.976 | 2022-02-04 14:57:41.976 | [container6621] 2022-02-04 14:57:41.976 | max connections = 25 2022-02-04 14:57:41.976 | path = /opt/stack/data/swift/2/node/ 2022-02-04 14:57:41.976 | read only = false 2022-02-04 14:57:41.976 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-02-04 14:57:41.976 | 2022-02-04 14:57:41.976 | [container6631] 2022-02-04 14:57:41.976 | max connections = 25 2022-02-04 14:57:41.976 | path = /opt/stack/data/swift/3/node/ 2022-02-04 14:57:41.976 | read only = false 2022-02-04 14:57:41.976 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-02-04 14:57:41.976 | 2022-02-04 14:57:41.976 | [container6641] 2022-02-04 14:57:41.977 | max connections = 25 2022-02-04 14:57:41.977 | path = /opt/stack/data/swift/4/node/ 2022-02-04 14:57:41.977 | read only = false 2022-02-04 14:57:41.977 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-02-04 14:57:41.977 | 2022-02-04 14:57:41.977 | 2022-02-04 14:57:41.977 | [object6613] 2022-02-04 14:57:41.977 | max connections = 25 2022-02-04 14:57:41.977 | path = /opt/stack/data/swift/1/node/ 2022-02-04 14:57:41.977 | read only = false 2022-02-04 14:57:41.977 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-02-04 14:57:41.977 | 2022-02-04 14:57:41.977 | [object6623] 2022-02-04 14:57:41.977 | max connections = 25 2022-02-04 14:57:41.977 | path = /opt/stack/data/swift/2/node/ 2022-02-04 14:57:41.977 | read only = false 2022-02-04 14:57:41.977 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-02-04 14:57:41.977 | 2022-02-04 14:57:41.977 | [object6633] 2022-02-04 14:57:41.977 | max connections = 25 2022-02-04 14:57:41.977 | path = /opt/stack/data/swift/3/node/ 2022-02-04 14:57:41.977 | read only = false 2022-02-04 14:57:41.977 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-02-04 14:57:41.977 | 2022-02-04 14:57:41.977 | [object6643] 2022-02-04 14:57:41.977 | max connections = 25 2022-02-04 14:57:41.977 | path = /opt/stack/data/swift/4/node/ 2022-02-04 14:57:41.977 | read only = false 2022-02-04 14:57:41.977 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-02-04 14:57:41.977 | + lib/swift:configure_swift:360 : is_ubuntu 2022-02-04 14:57:41.980 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:57:41.982 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:57:41.984 | + lib/swift:configure_swift:361 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-02-04 14:57:41.997 | + lib/swift:configure_swift:366 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-02-04 14:57:41.999 | + lib/swift:configure_swift:367 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-02-04 14:57:42.003 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-02-04 14:57:42.008 | + lib/swift:configure_swift:372 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-02-04 14:57:42.010 | + lib/swift:configure_swift:373 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-02-04 14:57:42.014 | + lib/swift:configure_swift:374 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-02-04 14:57:42.041 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.18:8080/v1/ 2022-02-04 14:57:42.067 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-02-04 14:57:42.084 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-02-04 14:57:42.111 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-02-04 14:57:42.129 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-02-04 14:57:42.156 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-02-04 14:57:42.174 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-02-04 14:57:42.202 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-02-04 14:57:42.219 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-02-04 14:57:42.247 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-02-04 14:57:42.265 | + lib/swift:configure_swift:390 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-02-04 14:57:42.292 | + lib/swift:configure_swift:392 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-02-04 14:57:42.310 | + lib/swift:configure_swift:393 : is_service_enabled tls-proxy 2022-02-04 14:57:42.325 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:57:42.327 | + lib/swift:configure_swift:396 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-02-04 14:57:42.355 | + lib/swift:configure_swift:402 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-02-04 14:57:42.382 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-02-04 14:57:42.408 | + lib/swift:configure_swift:406 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-02-04 14:57:42.435 | + lib/swift:configure_swift:409 : is_service_enabled ceilometer 2022-02-04 14:57:42.450 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:57:42.452 | + lib/swift:configure_swift:420 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-02-04 14:57:42.479 | + lib/swift:configure_swift:426 : is_service_enabled s3api 2022-02-04 14:57:42.494 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:57:42.496 | + lib/swift:configure_swift:429 : is_service_enabled keystone 2022-02-04 14:57:42.511 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:57:42.513 | + lib/swift:configure_swift:430 : swift_pipeline+=' authtoken' 2022-02-04 14:57:42.515 | + lib/swift:configure_swift:431 : is_service_enabled s3api 2022-02-04 14:57:42.529 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:57:42.531 | + lib/swift:configure_swift:436 : swift_pipeline+=' keystoneauth' 2022-02-04 14:57:42.533 | + lib/swift:configure_swift:439 : swift_pipeline+=' tempauth ' 2022-02-04 14:57:42.536 | + lib/swift:configure_swift:441 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-02-04 14:57:42.540 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-02-04 14:57:42.545 | + lib/swift:configure_swift:444 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-02-04 14:57:42.572 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-02-04 14:57:42.599 | + lib/swift:configure_swift:448 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-02-04 14:57:42.628 | + lib/swift:configure_swift:453 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-02-04 14:57:42.657 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-02-04 14:57:42.684 | + lib/swift:configure_swift:456 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-02-04 14:57:42.687 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/swift/proxy-server.conf 2022-02-04 14:57:42.689 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=swift 2022-02-04 14:57:42.691 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=filter:authtoken 2022-02-04 14:57:42.693 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-02-04 14:57:42.718 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-02-04 14:57:42.747 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.18/identity 2022-02-04 14:57:42.774 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-02-04 14:57:42.804 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-02-04 14:57:42.830 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-02-04 14:57:42.858 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-02-04 14:57:42.884 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-02-04 14:57:42.911 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-04 14:57:42.937 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-02-04 14:57:42.964 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-02-04 14:57:42.991 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-02-04 14:57:43.018 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-02-04 14:57:43.045 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-02-04 14:57:43.074 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-02-04 14:57:43.104 | + lib/swift:configure_swift:467 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-02-04 14:57:43.123 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-02-04 14:57:43.151 | + lib/swift:configure_swift:471 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-02-04 14:57:43.179 | + lib/swift:configure_swift:473 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-02-04 14:57:43.184 | + lib/swift:configure_swift:474 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-02-04 14:57:43.212 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-02-04 14:57:43.239 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-02-04 14:57:43.266 | + lib/swift:configure_swift:478 : local node_number 2022-02-04 14:57:43.268 | + lib/swift:configure_swift:479 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-02-04 14:57:43.271 | + lib/swift:configure_swift:480 : local swift_node_config=/etc/swift/object-server/1.conf 2022-02-04 14:57:43.273 | + lib/swift:configure_swift:481 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-02-04 14:57:43.277 | + lib/swift:configure_swift:482 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-02-04 14:57:43.279 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2022-02-04 14:57:43.282 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-02-04 14:57:43.284 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2022-02-04 14:57:43.286 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2022-02-04 14:57:43.288 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-02-04 14:57:43.290 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-02-04 14:57:43.292 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-02-04 14:57:43.309 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-02-04 14:57:43.338 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-02-04 14:57:43.356 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-02-04 14:57:43.384 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-02-04 14:57:43.402 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-02-04 14:57:43.429 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-02-04 14:57:43.447 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-02-04 14:57:43.476 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-02-04 14:57:43.498 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-02-04 14:57:43.526 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-02-04 14:57:43.544 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-02-04 14:57:43.572 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-02-04 14:57:43.590 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-02-04 14:57:43.623 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-02-04 14:57:43.640 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-02-04 14:57:43.668 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-02-04 14:57:43.687 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-02-04 14:57:43.714 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2022-02-04 14:57:43.719 | + lib/swift:configure_swift:483 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-02-04 14:57:43.736 | + lib/swift:configure_swift:484 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-02-04 14:57:43.765 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-02-04 14:57:43.792 | + lib/swift:configure_swift:487 : swift_node_config=/etc/swift/container-server/1.conf 2022-02-04 14:57:43.795 | + lib/swift:configure_swift:488 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-02-04 14:57:43.799 | + lib/swift:configure_swift:489 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-02-04 14:57:43.802 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2022-02-04 14:57:43.804 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-02-04 14:57:43.806 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2022-02-04 14:57:43.808 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2022-02-04 14:57:43.810 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-02-04 14:57:43.812 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-02-04 14:57:43.815 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-02-04 14:57:43.832 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-02-04 14:57:43.860 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-02-04 14:57:43.877 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-02-04 14:57:43.905 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-02-04 14:57:43.922 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-02-04 14:57:43.950 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-02-04 14:57:43.967 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-02-04 14:57:43.996 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-02-04 14:57:44.013 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-02-04 14:57:44.043 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-02-04 14:57:44.061 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-02-04 14:57:44.089 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-02-04 14:57:44.107 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-02-04 14:57:44.135 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-02-04 14:57:44.153 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-02-04 14:57:44.181 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-02-04 14:57:44.198 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-02-04 14:57:44.225 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2022-02-04 14:57:44.230 | + lib/swift:configure_swift:490 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-02-04 14:57:44.247 | + lib/swift:configure_swift:491 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-02-04 14:57:44.274 | + lib/swift:configure_swift:493 : swift_node_config=/etc/swift/account-server/1.conf 2022-02-04 14:57:44.277 | + lib/swift:configure_swift:494 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-02-04 14:57:44.281 | + lib/swift:configure_swift:495 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-02-04 14:57:44.283 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2022-02-04 14:57:44.285 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2022-02-04 14:57:44.288 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2022-02-04 14:57:44.290 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2022-02-04 14:57:44.292 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2022-02-04 14:57:44.294 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2022-02-04 14:57:44.296 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-02-04 14:57:44.313 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-02-04 14:57:44.342 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-02-04 14:57:44.359 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-02-04 14:57:44.388 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-02-04 14:57:44.405 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-02-04 14:57:44.432 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-02-04 14:57:44.450 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-02-04 14:57:44.478 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-02-04 14:57:44.497 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-02-04 14:57:44.528 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-02-04 14:57:44.546 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-02-04 14:57:44.575 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-02-04 14:57:44.592 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-02-04 14:57:44.620 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-02-04 14:57:44.639 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-02-04 14:57:44.667 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-02-04 14:57:44.685 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-02-04 14:57:44.712 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2022-02-04 14:57:44.717 | + lib/swift:configure_swift:496 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-02-04 14:57:44.734 | + lib/swift:configure_swift:497 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-02-04 14:57:44.764 | + lib/swift:configure_swift:501 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-02-04 14:57:44.795 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-02-04 14:57:44.825 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-02-04 14:57:44.854 | + lib/swift:configure_swift:505 : testfile=/etc/swift/test.conf 2022-02-04 14:57:44.857 | + lib/swift:configure_swift:506 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-02-04 14:57:44.861 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-02-04 14:57:44.890 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-02-04 14:57:44.918 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-02-04 14:57:44.946 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-02-04 14:57:44.974 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-02-04 14:57:45.003 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-02-04 14:57:45.030 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-02-04 14:57:45.056 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test password4 testing4 2022-02-04 14:57:45.084 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-02-04 14:57:45.110 | + lib/swift:configure_swift:519 : is_service_enabled keystone 2022-02-04 14:57:45.126 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:57:45.128 | + lib/swift:configure_swift:520 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-02-04 14:57:45.147 | + lib/swift:configure_swift:521 : local auth_vers 2022-02-04 14:57:45.150 | ++ lib/swift:configure_swift:522 : iniget /etc/swift/test.conf func_test auth_version 2022-02-04 14:57:45.169 | + lib/swift:configure_swift:522 : auth_vers=3 2022-02-04 14:57:45.171 | + lib/swift:configure_swift:523 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.18 2022-02-04 14:57:45.200 | + lib/swift:configure_swift:524 : [[ http == \h\t\t\p\s ]] 2022-02-04 14:57:45.202 | + lib/swift:configure_swift:527 : iniset /etc/swift/test.conf func_test auth_port 80 2022-02-04 14:57:45.229 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.18/identity 2022-02-04 14:57:45.257 | + lib/swift:configure_swift:530 : [[ 3 == \3 ]] 2022-02-04 14:57:45.259 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-02-04 14:57:45.286 | + lib/swift:configure_swift:535 : is_service_enabled tls-proxy 2022-02-04 14:57:45.302 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:57:45.304 | + lib/swift:configure_swift:541 : local user_group 2022-02-04 14:57:45.307 | ++ lib/swift:configure_swift:542 : id -g ubuntu 2022-02-04 14:57:45.311 | + lib/swift:configure_swift:542 : user_group=1000 2022-02-04 14:57:45.313 | + lib/swift:configure_swift:543 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-02-04 14:57:45.326 | + lib/swift:configure_swift:545 : local swift_log_dir=/opt/stack/data/swift/logs 2022-02-04 14:57:45.328 | + lib/swift:configure_swift:546 : sudo rm -rf /opt/stack/data/swift/logs 2022-02-04 14:57:45.339 | + lib/swift:configure_swift:547 : local swift_log_group=adm 2022-02-04 14:57:45.341 | + lib/swift:configure_swift:548 : is_suse 2022-02-04 14:57:45.344 | + functions-common:is_suse:462 : is_opensuse 2022-02-04 14:57:45.346 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-04 14:57:45.348 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-04 14:57:45.350 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-04 14:57:45.353 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-04 14:57:45.355 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-04 14:57:45.357 | + lib/swift:configure_swift:551 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-02-04 14:57:45.369 | + lib/swift:configure_swift:553 : [[ False != \F\a\l\s\e ]] 2022-02-04 14:57:45.372 | + lib/swift:configure_swift:561 : '[' False == True ']' 2022-02-04 14:57:45.374 | + ./stack.sh:main:893 : is_service_enabled s3api 2022-02-04 14:57:45.391 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:57:45.394 | + ./stack.sh:main:899 : is_service_enabled g-api n-api 2022-02-04 14:57:45.411 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:57:45.413 | + ./stack.sh:main:901 : stack_install_service glance 2022-02-04 14:57:45.415 | + lib/stack:stack_install_service:20 : local service=glance 2022-02-04 14:57:45.418 | + lib/stack:stack_install_service:21 : type install_glance 2022-02-04 14:57:45.420 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-04 14:57:45.422 | + lib/stack:stack_install_service:32 : install_glance 2022-02-04 14:57:45.425 | + lib/glance:install_glance:514 : glance_store_extras=() 2022-02-04 14:57:45.428 | + lib/glance:install_glance:514 : local glance_store_extras 2022-02-04 14:57:45.430 | + lib/glance:install_glance:516 : is_service_enabled cinder 2022-02-04 14:57:45.447 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:57:45.450 | + lib/glance:install_glance:517 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-02-04 14:57:45.452 | + lib/glance:install_glance:520 : is_service_enabled swift 2022-02-04 14:57:45.469 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:57:45.472 | + lib/glance:install_glance:521 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-02-04 14:57:45.475 | + lib/glance:install_glance:526 : use_library_from_git glance_store 2022-02-04 14:57:45.477 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-02-04 14:57:45.480 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:57:45.482 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:57:45.485 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-02-04 14:57:45.488 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:57:45.491 | ++ lib/glance:install_glance:532 : join_extras swift cinder 2022-02-04 14:57:45.494 | ++ inc/python:join_extras:29 : local IFS=, 2022-02-04 14:57:45.496 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-02-04 14:57:45.499 | + lib/glance:install_glance:532 : pip_install_gr_extras glance-store swift,cinder 2022-02-04 14:57:45.502 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-02-04 14:57:45.504 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-02-04 14:57:45.507 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-02-04 14:57:45.511 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-02-04 14:57:45.515 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-02-04 14:57:45.517 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-02-04 14:57:45.521 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-02-04 14:57:45.521 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-02-04 14:57:45.527 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-02-04 14:57:45.529 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-02-04 14:57:45.532 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-02-04 14:57:45.535 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-02-04 14:57:45.538 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-02-04 14:57:45.559 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-02-04 14:57:45.562 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2022-02-04 14:57:46.335 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:57:46.335 | from cryptography.utils import int_from_bytes 2022-02-04 14:57:46.335 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:57:46.335 | from cryptography.utils import int_from_bytes 2022-02-04 14:57:47.559 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:57:47.591 | warning: missing-index-doctype 2022-02-04 14:57:47.591 | 2022-02-04 14:57:47.591 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:47.591 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/glance-store/ 2022-02-04 14:57:47.591 | 2022-02-04 14:57:47.591 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:47.591 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:47.666 | Collecting glance-store[cinder,swift]!=0.29.0 2022-02-04 14:57:47.674 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9aa/f7b7857f97a8a/glance_store-2.7.0-py3-none-any.whl (227 kB) 2022-02-04 14:57:47.687 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.7/227.7 KB 34.1 MB/s eta 0:00:00 2022-02-04 14:57:47.776 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.3.0) 2022-02-04 14:57:47.777 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.10.1) 2022-02-04 14:57:47.779 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.26.0) 2022-02-04 14:57:47.780 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.2.0) 2022-02-04 14:57:47.781 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.0) 2022-02-04 14:57:47.783 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.2.0) 2022-02-04 14:57:47.785 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.4.0) 2022-02-04 14:57:47.786 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (1.16.0) 2022-02-04 14:57:47.788 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.1.0) 2022-02-04 14:57:47.789 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.31.1) 2022-02-04 14:57:47.791 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.1) 2022-02-04 14:57:47.792 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.7.1) 2022-02-04 14:57:47.794 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.19.1) 2022-02-04 14:57:47.809 | warning: missing-index-doctype 2022-02-04 14:57:47.809 | 2022-02-04 14:57:47.810 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:47.810 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/python-swiftclient/ 2022-02-04 14:57:47.810 | 2022-02-04 14:57:47.810 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:47.810 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:47.858 | Collecting python-swiftclient>=3.2.0 2022-02-04 14:57:47.865 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/07c/63cf223127b70/python_swiftclient-3.12.0-py2.py3-none-any.whl (86 kB) 2022-02-04 14:57:47.871 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.9/86.9 KB 60.2 MB/s eta 0:00:00 2022-02-04 14:57:47.876 | 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) 2022-02-04 14:57:47.879 | Requirement already satisfied: oslo.privsep>=1.23.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.6.2) 2022-02-04 14:57:48.359 | warning: missing-index-doctype 2022-02-04 14:57:48.360 | 2022-02-04 14:57:48.360 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:48.360 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/os-brick/ 2022-02-04 14:57:48.360 | 2022-02-04 14:57:48.360 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:48.360 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:48.469 | Collecting os-brick>=2.6.0 2022-02-04 14:57:48.476 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/562/d907f7579ac77/os_brick-5.0.1-py3-none-any.whl (257 kB) 2022-02-04 14:57:48.485 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 257.8/257.8 KB 58.9 MB/s eta 0:00:00 2022-02-04 14:57:48.837 | warning: missing-index-doctype 2022-02-04 14:57:48.837 | 2022-02-04 14:57:48.837 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:48.837 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/python-cinderclient/ 2022-02-04 14:57:48.837 | 2022-02-04 14:57:48.837 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:48.837 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:48.899 | Collecting python-cinderclient>=4.1.0 2022-02-04 14:57:48.907 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5fb/3243abb3c7902/python_cinderclient-8.1.0-py3-none-any.whl (253 kB) 2022-02-04 14:57:48.916 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 253.9/253.9 KB 60.0 MB/s eta 0:00:00 2022-02-04 14:57:48.932 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (1.1.1) 2022-02-04 14:57:48.934 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (1.16.0) 2022-02-04 14:57:48.938 | Requirement already satisfied: pyparsing<3,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance-store[cinder,swift]!=0.29.0) (2.4.7) 2022-02-04 14:57:49.033 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (5.6.0) 2022-02-04 14:57:49.035 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.7.0) 2022-02-04 14:57:49.036 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (0.1.16) 2022-02-04 14:57:49.061 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.3.2) 2022-02-04 14:57:49.064 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (5.5.0) 2022-02-04 14:57:49.066 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.6.1) 2022-02-04 14:57:49.068 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.6.0) 2022-02-04 14:57:49.069 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-02-04 14:57:49.083 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (0.14.1) 2022-02-04 14:57:49.124 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (5.4.1) 2022-02-04 14:57:49.126 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (2.3.0) 2022-02-04 14:57:49.127 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (0.8.0) 2022-02-04 14:57:49.129 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.5.0) 2022-02-04 14:57:49.150 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.14.6) 2022-02-04 14:57:49.152 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.0.2) 2022-02-04 14:57:49.168 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder,swift]!=0.29.0) (2021.1) 2022-02-04 14:57:49.185 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (21.0) 2022-02-04 14:57:49.186 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (0.11.0) 2022-02-04 14:57:49.204 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.17.5) 2022-02-04 14:57:49.205 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (0.7.2) 2022-02-04 14:57:49.288 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2021.5.30) 2022-02-04 14:57:49.291 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (3.2) 2022-02-04 14:57:49.292 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (1.26.6) 2022-02-04 14:57:49.295 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2.0.4) 2022-02-04 14:57:49.345 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (2.20) 2022-02-04 14:57:49.372 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.12.1) 2022-02-04 14:57:49.400 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (1.6) 2022-02-04 14:57:49.564 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.9.6) 2022-02-04 14:57:49.567 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.2) 2022-02-04 14:57:49.601 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.1) 2022-02-04 14:57:49.602 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.1.1) 2022-02-04 14:57:49.605 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.8.7) 2022-02-04 14:57:49.607 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.0.0) 2022-02-04 14:57:49.608 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.3.2) 2022-02-04 14:57:49.611 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-02-04 14:57:49.819 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.0) 2022-02-04 14:57:49.860 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (57.4.0) 2022-02-04 14:57:49.942 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.7) 2022-02-04 14:57:50.073 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.0.0) 2022-02-04 14:57:51.621 | Installing collected packages: python-swiftclient, python-cinderclient, glance-store, os-brick 2022-02-04 14:57:52.657 | Successfully installed glance-store-2.7.0 os-brick-5.0.1 python-cinderclient-8.1.0 python-swiftclient-3.12.0 2022-02-04 14:57:52.657 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 14:57:52.811 | + inc/python:pip_install:200 : result=0 2022-02-04 14:57:52.814 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:57:52.817 | + functions-common:time_stop:2309 : local name 2022-02-04 14:57:52.819 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:57:52.821 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:57:52.823 | + functions-common:time_stop:2312 : local total 2022-02-04 14:57:52.826 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:57:52.828 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:57:52.830 | + functions-common:time_stop:2316 : start_time=1643986665554 2022-02-04 14:57:52.833 | + functions-common:time_stop:2318 : [[ -z 1643986665554 ]] 2022-02-04 14:57:52.835 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:57:52.840 | + functions-common:time_stop:2321 : end_time=1643986672837 2022-02-04 14:57:52.842 | + functions-common:time_stop:2322 : elapsed_time=7283 2022-02-04 14:57:52.844 | + functions-common:time_stop:2323 : total=84254 2022-02-04 14:57:52.847 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:57:52.849 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=91537 2022-02-04 14:57:52.852 | + inc/python:pip_install:203 : return 0 2022-02-04 14:57:52.855 | + lib/glance:install_glance:533 : copy_rootwrap /usr/local/etc/glance 2022-02-04 14:57:52.857 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-02-04 14:57:52.860 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-02-04 14:57:52.873 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-02-04 14:57:52.879 | + lib/glance:install_glance:536 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance stable/xena 2022-02-04 14:57:52.881 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/glance.git 2022-02-04 14:57:52.883 | + functions-common:git_clone:524 : local git_dest=/opt/stack/glance 2022-02-04 14:57:52.886 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-04 14:57:52.888 | + functions-common:git_clone:526 : local orig_dir 2022-02-04 14:57:52.891 | ++ functions-common:git_clone:527 : pwd 2022-02-04 14:57:52.894 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-04 14:57:52.896 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-04 14:57:52.901 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-04 14:57:52.918 | + functions-common:git_clone:530 : RECLONE=False 2022-02-04 14:57:52.920 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-04 14:57:52.922 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-04 14:57:52.925 | + functions-common:git_clone:544 : echo stable/xena 2022-02-04 14:57:52.926 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-04 14:57:52.931 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/glance ]] 2022-02-04 14:57:52.933 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-04 14:57:52.936 | + functions-common:git_clone:592 : cd /opt/stack/glance 2022-02-04 14:57:52.939 | + functions-common:git_clone:593 : git show --oneline 2022-02-04 14:57:52.939 | + functions-common:git_clone:593 : head -1 2022-02-04 14:57:52.942 | b76dd7880 [stable-only] Specify openstacksdk stable branch 2022-02-04 14:57:52.945 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-04 14:57:52.948 | + lib/glance:install_glance:538 : setup_develop /opt/stack/glance 2022-02-04 14:57:52.950 | + inc/python:setup_develop:338 : local bindep 2022-02-04 14:57:52.953 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-02-04 14:57:52.955 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-02-04 14:57:52.958 | + inc/python:setup_develop:344 : local extras= 2022-02-04 14:57:52.960 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-02-04 14:57:52.963 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-04 14:57:52.966 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-02-04 14:57:52.968 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-02-04 14:57:52.971 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-04 14:57:52.974 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-04 14:57:52.977 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-02-04 14:57:52.980 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-04 14:57:52.983 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-02-04 14:57:52.986 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-04 14:57:52.989 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-04 14:57:52.992 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-02-04 14:57:52.998 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2022-02-04 14:57:53.000 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-02-04 14:57:53.634 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2022-02-04 14:57:53.637 | + inc/python:setup_package:418 : local bindep=0 2022-02-04 14:57:53.639 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-04 14:57:53.641 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-04 14:57:53.644 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2022-02-04 14:57:53.646 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2022-02-04 14:57:53.648 | + inc/python:setup_package:427 : local flags=-e 2022-02-04 14:57:53.650 | + inc/python:setup_package:428 : local extras= 2022-02-04 14:57:53.653 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-04 14:57:53.655 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-04 14:57:53.657 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-04 14:57:53.659 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-04 14:57:53.662 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-04 14:57:53.664 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2022-02-04 14:57:53.686 | Using python 3.8 to install /opt/stack/glance 2022-02-04 14:57:53.688 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2022-02-04 14:57:54.483 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:57:54.483 | from cryptography.utils import int_from_bytes 2022-02-04 14:57:54.483 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:57:54.483 | from cryptography.utils import int_from_bytes 2022-02-04 14:57:55.731 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:57:55.741 | Obtaining file:///opt/stack/glance 2022-02-04 14:57:55.742 | Preparing metadata (setup.py): started 2022-02-04 14:57:56.943 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 14:57:57.096 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (5.6.0) 2022-02-04 14:57:57.098 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (0.7.1) 2022-02-04 14:57:57.099 | Requirement already satisfied: SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (1.4.23) 2022-02-04 14:57:57.101 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (0.31.1) 2022-02-04 14:57:57.102 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (2.1.1) 2022-02-04 14:57:57.104 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (2.5.1) 2022-02-04 14:57:57.105 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (1.8.7) 2022-02-04 14:57:57.107 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (0.4.1) 2022-02-04 14:57:57.108 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (1.7.1) 2022-02-04 14:57:57.110 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (0.19.1) 2022-02-04 14:57:57.111 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (8.7.1) 2022-02-04 14:57:57.113 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (4.4.1) 2022-02-04 14:57:57.114 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (3.3.2) 2022-02-04 14:57:57.116 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (1.4.0) 2022-02-04 14:57:57.117 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (4.10.1) 2022-02-04 14:57:57.118 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (3.4.0) 2022-02-04 14:57:57.120 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (2.4.0) 2022-02-04 14:57:57.620 | warning: missing-index-doctype 2022-02-04 14:57:57.620 | 2022-02-04 14:57:57.620 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:57.620 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/taskflow/ 2022-02-04 14:57:57.620 | 2022-02-04 14:57:57.620 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:57.620 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:57.723 | Collecting taskflow>=4.0.0 2022-02-04 14:57:57.732 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7ca/d2110e911814c/taskflow-4.6.2-py3-none-any.whl (492 kB) 2022-02-04 14:57:57.749 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 492.3/492.3 KB 40.6 MB/s eta 0:00:00 2022-02-04 14:57:57.762 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (4.4.0) 2022-02-04 14:57:57.763 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (9.3.0) 2022-02-04 14:57:57.776 | warning: missing-index-doctype 2022-02-04 14:57:57.776 | 2022-02-04 14:57:57.776 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:57.776 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/wsme/ 2022-02-04 14:57:57.776 | 2022-02-04 14:57:57.776 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:57.776 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:57.806 | Collecting WSME>=0.8.0 2022-02-04 14:57:57.813 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d5/cb5c593970ef6/WSME-0.11.0-py3-none-any.whl (59 kB) 2022-02-04 14:57:57.819 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 KB 32.7 MB/s eta 0:00:00 2022-02-04 14:57:57.823 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (0.7.2) 2022-02-04 14:57:57.825 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (3.5.0) 2022-02-04 14:57:57.826 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==23.0.1.dev1) (3.2.0) 2022-02-04 14:57:57.828 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (4.3.0) 2022-02-04 14:57:57.829 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (20.0.1) 2022-02-04 14:57:57.830 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (1.16.0) 2022-02-04 14:57:57.832 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (11.0.0) 2022-02-04 14:57:57.834 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (5.1.0) 2022-02-04 14:57:57.847 | warning: missing-index-doctype 2022-02-04 14:57:57.847 | 2022-02-04 14:57:57.847 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:57.847 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/oslo-limit/ 2022-02-04 14:57:57.847 | 2022-02-04 14:57:57.847 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:57.847 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:57.876 | Collecting oslo.limit>=1.0.0 2022-02-04 14:57:57.883 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/95e/ef416d7ada135/oslo.limit-1.4.0-py3-none-any.whl (18 kB) 2022-02-04 14:57:57.888 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (4.6.0) 2022-02-04 14:57:57.889 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (12.9.1) 2022-02-04 14:57:57.891 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (4.4.0) 2022-02-04 14:57:57.892 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (2.3.0) 2022-02-04 14:57:57.894 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (3.8.3) 2022-02-04 14:57:58.185 | warning: missing-index-doctype 2022-02-04 14:57:58.185 | 2022-02-04 14:57:58.185 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:58.185 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/retrying/ 2022-02-04 14:57:58.185 | 2022-02-04 14:57:58.185 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:58.185 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:58.206 | Collecting retrying!=1.3.0,>=1.2.3 2022-02-04 14:57:58.213 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2022-02-04 14:57:58.217 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (3.4.2) 2022-02-04 14:57:58.219 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (2.7.0) 2022-02-04 14:57:58.220 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (2.3.0) 2022-02-04 14:57:58.222 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (3.4.8) 2022-02-04 14:57:58.622 | warning: missing-index-doctype 2022-02-04 14:57:58.622 | 2022-02-04 14:57:58.622 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:58.622 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/cursive/ 2022-02-04 14:57:58.622 | 2022-02-04 14:57:58.622 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:58.622 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:58.645 | Collecting cursive>=0.2.1 2022-02-04 14:57:58.652 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2022-02-04 14:57:58.658 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (0.1.16) 2022-02-04 14:57:58.659 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==23.0.1.dev1) (5.5.0) 2022-02-04 14:57:59.098 | warning: missing-index-doctype 2022-02-04 14:57:59.098 | 2022-02-04 14:57:59.098 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:59.098 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/castellan/ 2022-02-04 14:57:59.098 | 2022-02-04 14:57:59.098 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:59.098 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:59.190 | Collecting castellan>=0.17.0 2022-02-04 14:57:59.198 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ff2/b23f5f380b8d3/castellan-3.9.1-py3-none-any.whl (94 kB) 2022-02-04 14:57:59.205 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.8/94.8 KB 35.6 MB/s eta 0:00:00 2022-02-04 14:57:59.224 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.0.1.dev1) (5.2.2) 2022-02-04 14:57:59.225 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==23.0.1.dev1) (1.1.5) 2022-02-04 14:57:59.248 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==23.0.1.dev1) (2.26.0) 2022-02-04 14:57:59.598 | warning: missing-index-doctype 2022-02-04 14:57:59.598 | 2022-02-04 14:57:59.599 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:57:59.599 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/python-barbicanclient/ 2022-02-04 14:57:59.599 | 2022-02-04 14:57:59.599 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:57:59.599 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:57:59.642 | Collecting python-barbicanclient>=4.5.2 2022-02-04 14:57:59.649 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/28b145bf26f45/python_barbicanclient-5.2.0-py3-none-any.whl (82 kB) 2022-02-04 14:57:59.656 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 KB 41.2 MB/s eta 0:00:00 2022-02-04 14:57:59.704 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==23.0.1.dev1) (1.14.6) 2022-02-04 14:57:59.721 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==23.0.1.dev1) (4.2.0) 2022-02-04 14:57:59.740 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==23.0.1.dev1) (1.12.1) 2022-02-04 14:57:59.755 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.0.1.dev1) (1.16.0) 2022-02-04 14:57:59.757 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==23.0.1.dev1) (1.1.1) 2022-02-04 14:57:59.843 | Requirement already satisfied: pyparsing<3,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance==23.0.1.dev1) (2.4.7) 2022-02-04 14:57:59.924 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance==23.0.1.dev1) (1.7.0) 2022-02-04 14:57:59.976 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==23.0.1.dev1) (3.1.1) 2022-02-04 14:57:59.981 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==23.0.1.dev1) (2.8.1) 2022-02-04 14:58:00.015 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance==23.0.1.dev1) (0.14.1) 2022-02-04 14:58:00.062 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.1.dev1) (5.4.1) 2022-02-04 14:58:00.064 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.1.dev1) (0.8.0) 2022-02-04 14:58:00.066 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==23.0.1.dev1) (1.5.0) 2022-02-04 14:58:00.126 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.0.1.dev1) (0.13.0) 2022-02-04 14:58:00.128 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.0.1.dev1) (2.0.1) 2022-02-04 14:58:00.133 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==23.0.1.dev1) (0.5.0) 2022-02-04 14:58:00.160 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.0.0->glance==23.0.1.dev1) (0.59.0) 2022-02-04 14:58:00.209 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==23.0.1.dev1) (2.8.2) 2022-02-04 14:58:00.213 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==23.0.1.dev1) (0.9.6) 2022-02-04 14:58:00.274 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (5.0.8) 2022-02-04 14:58:00.276 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (5.1.0) 2022-02-04 14:58:00.278 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (2.6.1) 2022-02-04 14:58:00.283 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (0.3.0) 2022-02-04 14:58:00.285 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (4.2.2) 2022-02-04 14:58:00.310 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.1.dev1) (3.3.0) 2022-02-04 14:58:00.315 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.1.dev1) (3.0.1) 2022-02-04 14:58:00.316 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==23.0.1.dev1) (3.2.0) 2022-02-04 14:58:00.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.1.dev1) (5.8.0) 2022-02-04 14:58:00.424 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.0.1.dev1) (21.0) 2022-02-04 14:58:00.427 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.0.1.dev1) (2021.1) 2022-02-04 14:58:00.429 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==23.0.1.dev1) (0.11.0) 2022-02-04 14:58:00.510 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==23.0.1.dev1) (57.4.0) 2022-02-04 14:58:00.669 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==23.0.1.dev1) (0.7) 2022-02-04 14:58:01.390 | warning: missing-index-doctype 2022-02-04 14:58:01.390 | 2022-02-04 14:58:01.391 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:01.391 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/automaton/ 2022-02-04 14:58:01.391 | 2022-02-04 14:58:01.391 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:01.391 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:01.435 | Collecting automaton>=1.9.0 2022-02-04 14:58:01.442 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/879/3d7762932dc6e/automaton-2.4.0-py3-none-any.whl (22 kB) 2022-02-04 14:58:01.735 | warning: missing-index-doctype 2022-02-04 14:58:01.736 | 2022-02-04 14:58:01.736 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:01.736 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pydot/ 2022-02-04 14:58:01.736 | 2022-02-04 14:58:01.736 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:01.736 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:01.758 | Collecting pydot>=1.2.4 2022-02-04 14:58:01.765 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2022-02-04 14:58:01.770 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==23.0.1.dev1) (6.3.1) 2022-02-04 14:58:02.131 | warning: missing-index-doctype 2022-02-04 14:58:02.131 | 2022-02-04 14:58:02.131 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:02.131 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/networkx/ 2022-02-04 14:58:02.131 | 2022-02-04 14:58:02.131 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:02.132 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:02.198 | Collecting networkx>=2.1.0 2022-02-04 14:58:02.210 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5fc/b7004be69e8fb/networkx-2.6.2-py3-none-any.whl (1.9 MB) 2022-02-04 14:58:02.243 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 68.7 MB/s eta 0:00:00 2022-02-04 14:58:02.374 | warning: missing-index-doctype 2022-02-04 14:58:02.374 | 2022-02-04 14:58:02.374 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:02.374 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/simplegeneric/ 2022-02-04 14:58:02.374 | 2022-02-04 14:58:02.374 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:02.374 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:02.392 | Collecting simplegeneric 2022-02-04 14:58:02.399 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2022-02-04 14:58:02.405 | Preparing metadata (setup.py): started 2022-02-04 14:58:03.051 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 14:58:03.084 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (5.0.0) 2022-02-04 14:58:03.210 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==23.0.1.dev1) (2.20) 2022-02-04 14:58:03.266 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->glance==23.0.1.dev1) (1.6) 2022-02-04 14:58:03.320 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==23.0.1.dev1) (2.0.1) 2022-02-04 14:58:03.548 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (1.32) 2022-02-04 14:58:03.549 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (5.0.9) 2022-02-04 14:58:03.551 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (0.10.0) 2022-02-04 14:58:03.552 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (2.5.0) 2022-02-04 14:58:03.554 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (1.4.4) 2022-02-04 14:58:03.556 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (1.4.0) 2022-02-04 14:58:03.557 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (1.1.5) 2022-02-04 14:58:03.684 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (0.11.0) 2022-02-04 14:58:03.716 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==23.0.1.dev1) (1.0.2) 2022-02-04 14:58:03.767 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (3.0.0) 2022-02-04 14:58:03.772 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==23.0.1.dev1) (1.3.2) 2022-02-04 14:58:04.030 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev1) (3.9.0) 2022-02-04 14:58:04.225 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.0.1.dev1) (3.2) 2022-02-04 14:58:04.227 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.0.1.dev1) (1.26.6) 2022-02-04 14:58:04.229 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.0.1.dev1) (2.0.4) 2022-02-04 14:58:04.231 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==23.0.1.dev1) (2021.5.30) 2022-02-04 14:58:04.308 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==23.0.1.dev1) (0.5.2) 2022-02-04 14:58:04.470 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==23.0.1.dev1) (2.5.0) 2022-02-04 14:58:04.567 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=0.9.6->glance==23.0.1.dev1) (3.5.0) 2022-02-04 14:58:04.795 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev1) (2.1.2) 2022-02-04 14:58:04.797 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev1) (0.4.0) 2022-02-04 14:58:05.030 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.0.0->glance==23.0.1.dev1) (2.1) 2022-02-04 14:58:05.359 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=5.0.0->glance==23.0.1.dev1) (1.0.0) 2022-02-04 14:58:05.683 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev1) (0.2.5) 2022-02-04 14:58:05.684 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev1) (1.8.2) 2022-02-04 14:58:05.686 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev1) (0.4.4) 2022-02-04 14:58:05.687 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==23.0.1.dev1) (21.2.0) 2022-02-04 14:58:06.108 | Building wheels for collected packages: simplegeneric 2022-02-04 14:58:06.109 | Building wheel for simplegeneric (setup.py): started 2022-02-04 14:58:06.824 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2022-02-04 14:58:06.825 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5078 sha256=83443ee9e6a153fd1ef12ddcfa963657ee6070c03959260e59f825c927744c4d 2022-02-04 14:58:06.825 | Stored in directory: /root/.cache/pip/wheels/f3/a8/ee/6324574b66e0f2250abcbce52f472ccaa2f407b879bdd61bdb 2022-02-04 14:58:06.829 | Successfully built simplegeneric 2022-02-04 14:58:07.716 | Installing collected packages: simplegeneric, WSME, retrying, pydot, networkx, automaton, taskflow, python-barbicanclient, oslo.limit, castellan, cursive, glance 2022-02-04 14:58:10.452 | Running setup.py develop for glance 2022-02-04 14:58:12.504 | Successfully installed WSME-0.11.0 automaton-2.4.0 castellan-3.9.1 cursive-0.2.2 glance networkx-2.6.2 oslo.limit-1.4.0 pydot-1.4.2 python-barbicanclient-5.2.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.6.2 2022-02-04 14:58:12.505 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 14:58:12.681 | + inc/python:pip_install:200 : result=0 2022-02-04 14:58:12.683 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:58:12.686 | + functions-common:time_stop:2309 : local name 2022-02-04 14:58:12.688 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:58:12.691 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:58:12.693 | + functions-common:time_stop:2312 : local total 2022-02-04 14:58:12.695 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:58:12.697 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:58:12.699 | + functions-common:time_stop:2316 : start_time=1643986673680 2022-02-04 14:58:12.702 | + functions-common:time_stop:2318 : [[ -z 1643986673680 ]] 2022-02-04 14:58:12.704 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:58:12.709 | + functions-common:time_stop:2321 : end_time=1643986692707 2022-02-04 14:58:12.711 | + functions-common:time_stop:2322 : elapsed_time=19027 2022-02-04 14:58:12.713 | + functions-common:time_stop:2323 : total=91537 2022-02-04 14:58:12.716 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:58:12.718 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=110564 2022-02-04 14:58:12.720 | + inc/python:pip_install:203 : return 0 2022-02-04 14:58:12.723 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-04 14:58:12.725 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-02-04 14:58:12.727 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-02-04 14:58:12.746 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-02-04 14:58:12.758 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2022-02-04 14:58:12.760 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-02-04 14:58:12.763 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:58:12.765 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:58:12.768 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-02-04 14:58:12.771 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:58:12.773 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-04 14:58:12.775 | + ./stack.sh:main:902 : configure_glance 2022-02-04 14:58:12.778 | + lib/glance:configure_glance:330 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-02-04 14:58:12.790 | + lib/glance:configure_glance:333 : local dburl 2022-02-04 14:58:12.793 | ++ lib/glance:configure_glance:334 : database_connection_url glance 2022-02-04 14:58:12.795 | ++ lib/database:database_connection_url:132 : local db=glance 2022-02-04 14:58:12.797 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2022-02-04 14:58:12.800 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2022-02-04 14:58:12.802 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-02-04 14:58:12.804 | + lib/glance:configure_glance:334 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-02-04 14:58:12.807 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-02-04 14:58:12.836 | + lib/glance:configure_glance:337 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-02-04 14:58:12.869 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-02-04 14:58:12.897 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-02-04 14:58:12.925 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-02-04 14:58:12.955 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-02-04 14:58:12.985 | + lib/glance:configure_glance:342 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-02-04 14:58:12.988 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/glance/glance-api.conf 2022-02-04 14:58:12.991 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=glance 2022-02-04 14:58:12.994 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-02-04 14:58:12.996 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-02-04 14:58:13.026 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-02-04 14:58:13.052 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.18/identity 2022-02-04 14:58:13.080 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-02-04 14:58:13.108 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-02-04 14:58:13.134 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-02-04 14:58:13.164 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-02-04 14:58:13.193 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-02-04 14:58:13.221 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-04 14:58:13.248 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-02-04 14:58:13.276 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-02-04 14:58:13.306 | + lib/glance:configure_glance:344 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-02-04 14:58:13.308 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-02-04 14:58:13.310 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-02-04 14:58:13.313 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-04 14:58:13.315 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-04 14:58:13.318 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-04 14:58:13.334 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:58:13.337 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-04 14:58:13.339 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-04 14:58:13.342 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-04 14:58:13.358 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:58:13.360 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-02-04 14:58:13.363 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-02-04 14:58:13.392 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-04 14:58:13.395 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-04 14:58:13.397 | + lib/glance:configure_glance:345 : '[' libvirt = libvirt ']' 2022-02-04 14:58:13.400 | + lib/glance:configure_glance:345 : '[' kvm = parallels ']' 2022-02-04 14:58:13.402 | + lib/glance:configure_glance:349 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-02-04 14:58:13.429 | + lib/glance:configure_glance:350 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-02-04 14:58:13.457 | + lib/glance:configure_glance:353 : configure_glance_store False False 2022-02-04 14:58:13.460 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-02-04 14:58:13.462 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-02-04 14:58:13.464 | + lib/glance:configure_glance_store:254 : local be 2022-02-04 14:58:13.467 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-02-04 14:58:13.469 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-02-04 14:58:13.472 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-02-04 14:58:13.502 | + lib/glance:configure_glance:356 : '[' -n '' ']' 2022-02-04 14:58:13.505 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.18 2022-02-04 14:58:13.537 | + lib/glance:configure_glance:363 : [[ False == \F\a\l\s\e ]] 2022-02-04 14:58:13.539 | + lib/glance:configure_glance:365 : is_service_enabled s-proxy 2022-02-04 14:58:13.555 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:58:13.558 | + lib/glance:configure_glance:366 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-02-04 14:58:13.586 | + lib/glance:configure_glance:367 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-02-04 14:58:13.614 | + lib/glance:configure_glance:369 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-02-04 14:58:13.642 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-02-04 14:58:13.669 | + lib/glance:configure_glance:371 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-02-04 14:58:13.698 | + lib/glance:configure_glance:372 : is_service_enabled tls-proxy 2022-02-04 14:58:13.714 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:58:13.716 | + lib/glance:configure_glance:375 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-02-04 14:58:13.744 | + lib/glance:configure_glance:377 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-02-04 14:58:13.774 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-02-04 14:58:13.802 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.18/identity/v3 2022-02-04 14:58:13.828 | + lib/glance:configure_glance:381 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-02-04 14:58:13.857 | + lib/glance:configure_glance:387 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.18/image 2022-02-04 14:58:13.885 | + lib/glance:configure_glance:389 : is_service_enabled tls-proxy 2022-02-04 14:58:13.901 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:58:13.904 | + lib/glance:configure_glance:395 : setup_logging /etc/glance/glance-api.conf 2022-02-04 14:58:13.906 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-02-04 14:58:13.909 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-02-04 14:58:13.912 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-04 14:58:13.928 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-04 14:58:13.931 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-04 14:58:13.934 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-04 14:58:13.936 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-04 14:58:13.939 | + functions:setup_systemd_logging:702 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-04 14:58:13.966 | + functions:setup_systemd_logging:704 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-02-04 14:58:13.994 | + functions:setup_systemd_logging:705 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-02-04 14:58:14.024 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-04 14:58:14.051 | + lib/glance:configure_glance:397 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-02-04 14:58:14.056 | + lib/glance:configure_glance:400 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-02-04 14:58:14.087 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-02-04 14:58:14.114 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-02-04 14:58:14.142 | + lib/glance:configure_glance:403 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.18/identity 2022-02-04 14:58:14.170 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-02-04 14:58:14.198 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-02-04 14:58:14.227 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-02-04 14:58:14.256 | + lib/glance:configure_glance:409 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-02-04 14:58:14.287 | + lib/glance:configure_glance:412 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-02-04 14:58:14.317 | + lib/glance:configure_glance:413 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-02-04 14:58:14.348 | + lib/glance:configure_glance:414 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-02-04 14:58:14.376 | + lib/glance:configure_glance:416 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-02-04 14:58:14.381 | + lib/glance:configure_glance:418 : cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2022-02-04 14:58:14.388 | + lib/glance:configure_glance:420 : is_service_enabled tls-proxy 2022-02-04 14:58:14.403 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 14:58:14.406 | + lib/glance:configure_glance:428 : [[ False == False ]] 2022-02-04 14:58:14.408 | + lib/glance:configure_glance:429 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-02-04 14:58:14.411 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-02-04 14:58:14.413 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-02-04 14:58:14.415 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-02-04 14:58:14.418 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-02-04 14:58:14.422 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-02-04 14:58:14.425 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-02-04 14:58:14.429 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-02-04 14:58:14.458 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-02-04 14:58:14.461 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-02-04 14:58:14.463 | ++ functions:get_random_port:837 : true 2022-02-04 14:58:14.465 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-02-04 14:58:14.467 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-02-04 14:58:14.470 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-02-04 14:58:14.527 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-02-04 14:58:14.529 | ++ functions:get_random_port:841 : break 2 2022-02-04 14:58:14.532 | ++ functions:get_random_port:845 : echo 60999 2022-02-04 14:58:14.534 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-02-04 14:58:14.536 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-02-04 14:58:14.563 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-02-04 14:58:14.591 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-02-04 14:58:14.619 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-02-04 14:58:14.647 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-02-04 14:58:14.673 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-02-04 14:58:14.701 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-02-04 14:58:14.728 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-02-04 14:58:14.756 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-04 14:58:14.783 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-04 14:58:14.811 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-02-04 14:58:14.838 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-04 14:58:14.866 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-02-04 14:58:14.892 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-02-04 14:58:14.921 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-02-04 14:58:14.948 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-02-04 14:58:14.975 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-02-04 14:58:15.002 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-02-04 14:58:15.030 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-02-04 14:58:15.058 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-02-04 14:58:15.060 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2022-02-04 14:58:15.062 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-04 14:58:15.064 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:58:15.067 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:58:15.069 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-02-04 14:58:15.071 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2022-02-04 14:58:15.125 | proxy (enabled by site administrator) 2022-02-04 14:58:15.128 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-02-04 14:58:15.130 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2022-02-04 14:58:15.133 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-04 14:58:15.135 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:58:15.137 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:58:15.140 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-02-04 14:58:15.142 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2022-02-04 14:58:15.196 | No module matches proxy_http 2022-02-04 14:58:15.199 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2022-02-04 14:58:15.261 | Considering dependency proxy for proxy_http: 2022-02-04 14:58:15.261 | Module proxy already enabled 2022-02-04 14:58:15.261 | Enabling module proxy_http. 2022-02-04 14:58:15.266 | To activate the new configuration, you need to run: 2022-02-04 14:58:15.266 | systemctl restart apache2 2022-02-04 14:58:15.271 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2022-02-04 14:58:15.273 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-04 14:58:15.275 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-04 14:58:15.278 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-04 14:58:15.406 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-02-04 14:58:15.410 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-02-04 14:58:15.412 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-02-04 14:58:15.415 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-02-04 14:58:15.417 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:58:15.420 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:58:15.422 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-04 14:58:15.425 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-04 14:58:15.428 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-04 14:58:15.429 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-02-04 14:58:15.437 | KeepAlive Off 2022-02-04 14:58:15.441 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-02-04 14:58:15.441 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-04 14:58:15.450 | SetEnv proxy-sendchunked 1 2022-02-04 14:58:15.454 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-02-04 14:58:15.454 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-02-04 14:58:15.462 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-02-04 14:58:15.466 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-02-04 14:58:15.468 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-02-04 14:58:15.470 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-02-04 14:58:15.473 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-04 14:58:15.475 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-04 14:58:15.478 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:58:15.480 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:58:15.482 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-04 14:58:15.484 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-02-04 14:58:15.487 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:58:15.489 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:58:15.491 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-02-04 14:58:15.552 | Enabling site glance-wsgi-api. 2022-02-04 14:58:15.558 | To activate the new configuration, you need to run: 2022-02-04 14:58:15.558 | systemctl reload apache2 2022-02-04 14:58:15.562 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-02-04 14:58:15.565 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-04 14:58:15.567 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-04 14:58:15.569 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-04 14:58:15.697 | ++ lib/glance:configure_glance:432 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-02-04 14:58:15.704 | + lib/glance:configure_glance:432 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-02-04 14:58:15.733 | + lib/glance:configure_glance:442 : [[ False == True ]] 2022-02-04 14:58:15.735 | + ./stack.sh:main:905 : is_service_enabled cinder 2022-02-04 14:58:15.753 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 14:58:15.755 | + ./stack.sh:main:907 : stack_install_service cinder 2022-02-04 14:58:15.758 | + lib/stack:stack_install_service:20 : local service=cinder 2022-02-04 14:58:15.760 | + lib/stack:stack_install_service:21 : type install_cinder 2022-02-04 14:58:15.763 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-04 14:58:15.765 | + lib/stack:stack_install_service:32 : install_cinder 2022-02-04 14:58:15.768 | + lib/cinder:install_cinder:463 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder stable/xena 2022-02-04 14:58:15.771 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/cinder.git 2022-02-04 14:58:15.773 | + functions-common:git_clone:524 : local git_dest=/opt/stack/cinder 2022-02-04 14:58:15.775 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-04 14:58:15.777 | + functions-common:git_clone:526 : local orig_dir 2022-02-04 14:58:15.780 | ++ functions-common:git_clone:527 : pwd 2022-02-04 14:58:15.783 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-04 14:58:15.785 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-04 14:58:15.788 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-04 14:58:15.804 | + functions-common:git_clone:530 : RECLONE=False 2022-02-04 14:58:15.806 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-04 14:58:15.808 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-04 14:58:15.811 | + functions-common:git_clone:544 : echo stable/xena 2022-02-04 14:58:15.812 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-04 14:58:15.817 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/cinder ]] 2022-02-04 14:58:15.819 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-04 14:58:15.822 | + functions-common:git_clone:592 : cd /opt/stack/cinder 2022-02-04 14:58:15.825 | + functions-common:git_clone:593 : git show --oneline 2022-02-04 14:58:15.825 | + functions-common:git_clone:593 : head -1 2022-02-04 14:58:15.831 | 59b8b516c Merge "Doc: Typos in Spectrum Virtulize family user guide" into stable/xena 2022-02-04 14:58:15.834 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-04 14:58:15.836 | + lib/cinder:install_cinder:464 : setup_develop /opt/stack/cinder 2022-02-04 14:58:15.839 | + inc/python:setup_develop:338 : local bindep 2022-02-04 14:58:15.841 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-02-04 14:58:15.844 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-02-04 14:58:15.846 | + inc/python:setup_develop:344 : local extras= 2022-02-04 14:58:15.849 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-02-04 14:58:15.851 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-04 14:58:15.854 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-02-04 14:58:15.856 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-02-04 14:58:15.858 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-04 14:58:15.861 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-04 14:58:15.864 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-02-04 14:58:15.867 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-04 14:58:15.870 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-02-04 14:58:15.872 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-04 14:58:15.875 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-04 14:58:15.878 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-02-04 14:58:15.884 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2022-02-04 14:58:15.887 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-02-04 14:58:16.517 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2022-02-04 14:58:16.520 | + inc/python:setup_package:418 : local bindep=0 2022-02-04 14:58:16.523 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-04 14:58:16.525 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-04 14:58:16.527 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2022-02-04 14:58:16.530 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2022-02-04 14:58:16.532 | + inc/python:setup_package:427 : local flags=-e 2022-02-04 14:58:16.534 | + inc/python:setup_package:428 : local extras= 2022-02-04 14:58:16.536 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-04 14:58:16.539 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-04 14:58:16.541 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-04 14:58:16.544 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-04 14:58:16.546 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-04 14:58:16.548 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2022-02-04 14:58:16.569 | Using python 3.8 to install /opt/stack/cinder 2022-02-04 14:58:16.571 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2022-02-04 14:58:17.359 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:58:17.359 | from cryptography.utils import int_from_bytes 2022-02-04 14:58:17.359 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 14:58:17.359 | from cryptography.utils import int_from_bytes 2022-02-04 14:58:18.616 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 14:58:18.625 | Obtaining file:///opt/stack/cinder 2022-02-04 14:58:18.626 | Preparing metadata (setup.py): started 2022-02-04 14:58:20.500 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 14:58:20.716 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (5.6.0) 2022-02-04 14:58:20.718 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (5.0.9) 2022-02-04 14:58:20.719 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (0.31.1) 2022-02-04 14:58:20.721 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (1.1.1) 2022-02-04 14:58:20.723 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (0.19.1) 2022-02-04 14:58:20.724 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (0.1.16) 2022-02-04 14:58:20.725 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==19.0.1.dev40) (3.2.0) 2022-02-04 14:58:20.727 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.4.0) 2022-02-04 14:58:20.728 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (9.3.0) 2022-02-04 14:58:20.730 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.6.3) 2022-02-04 14:58:20.761 | warning: missing-index-doctype 2022-02-04 14:58:20.762 | 2022-02-04 14:58:20.762 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:20.762 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/oauth2client/ 2022-02-04 14:58:20.762 | 2022-02-04 14:58:20.762 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:20.762 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:20.826 | Collecting oauth2client>=4.1.3 2022-02-04 14:58:20.867 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2022-02-04 14:58:20.875 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.2/98.2 KB 57.1 MB/s eta 0:00:00 2022-02-04 14:58:20.880 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (8.7.1) 2022-02-04 14:58:20.882 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.4.1) 2022-02-04 14:58:20.883 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.3.2) 2022-02-04 14:58:20.884 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (11.0.0) 2022-02-04 14:58:20.886 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.6.0) 2022-02-04 14:58:20.887 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (12.9.1) 2022-02-04 14:58:20.889 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.4.0) 2022-02-04 14:58:20.890 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.8.3) 2022-02-04 14:58:20.892 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.6.2) 2022-02-04 14:58:20.894 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.3.0) 2022-02-04 14:58:20.895 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (6.3.0) 2022-02-04 14:58:20.897 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.2.0) 2022-02-04 14:58:20.898 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.6.1) 2022-02-04 14:58:20.900 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (1.4.0) 2022-02-04 14:58:20.901 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.10.1) 2022-02-04 14:58:20.903 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.5.0) 2022-02-04 14:58:20.904 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.4.2) 2022-02-04 14:58:20.905 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (21.0) 2022-02-04 14:58:22.028 | warning: missing-index-doctype 2022-02-04 14:58:22.028 | 2022-02-04 14:58:22.028 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:22.028 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/paramiko/ 2022-02-04 14:58:22.028 | 2022-02-04 14:58:22.028 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:22.028 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:22.114 | Collecting paramiko>=2.7.2 2022-02-04 14:58:22.136 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f3/e316fef2ac628/paramiko-2.7.2-py2.py3-none-any.whl (206 kB) 2022-02-04 14:58:22.144 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 206.8/206.8 KB 64.6 MB/s eta 0:00:00 2022-02-04 14:58:22.150 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.5.0) 2022-02-04 14:58:22.151 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.1.1) 2022-02-04 14:58:22.152 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (5.8.0) 2022-02-04 14:58:22.154 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.4.7) 2022-02-04 14:58:22.155 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (5.2.0) 2022-02-04 14:58:22.740 | warning: missing-index-doctype 2022-02-04 14:58:22.740 | 2022-02-04 14:58:22.740 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:22.740 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/python-glanceclient/ 2022-02-04 14:58:22.740 | 2022-02-04 14:58:22.740 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:22.740 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:22.837 | Collecting python-glanceclient>=3.2.2 2022-02-04 14:58:22.879 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e0/05004ead1893b/python_glanceclient-3.5.0-py3-none-any.whl (198 kB) 2022-02-04 14:58:22.887 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.0/198.0 KB 69.1 MB/s eta 0:00:00 2022-02-04 14:58:22.893 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.3.0) 2022-02-04 14:58:22.895 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (17.6.0) 2022-02-04 14:58:22.896 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.12.0) 2022-02-04 14:58:22.898 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2021.1) 2022-02-04 14:58:22.899 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.26.0) 2022-02-04 14:58:22.901 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.5.1) 2022-02-04 14:58:22.902 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (4.6.2) 2022-02-04 14:58:22.955 | warning: missing-index-doctype 2022-02-04 14:58:22.955 | 2022-02-04 14:58:22.955 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:22.955 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/rtslib-fb/ 2022-02-04 14:58:22.956 | 2022-02-04 14:58:22.956 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:22.956 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:22.985 | Collecting rtslib-fb>=2.1.74 2022-02-04 14:58:23.034 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ae4/ad808e784a407/rtslib_fb-2.1.74-py3-none-any.whl (85 kB) 2022-02-04 14:58:23.040 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.4/85.4 KB 59.6 MB/s eta 0:00:00 2022-02-04 14:58:23.043 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (1.16.0) 2022-02-04 14:58:23.045 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (1.4.23) 2022-02-04 14:58:23.046 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (0.13.0) 2022-02-04 14:58:23.048 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.4.0) 2022-02-04 14:58:23.064 | warning: missing-index-doctype 2022-02-04 14:58:23.064 | 2022-02-04 14:58:23.064 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:23.064 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/tabulate/ 2022-02-04 14:58:23.064 | 2022-02-04 14:58:23.064 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:23.064 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:23.091 | Collecting tabulate>=0.8.7 2022-02-04 14:58:23.108 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d7c/013fe7abbc5e4/tabulate-0.8.9-py3-none-any.whl (25 kB) 2022-02-04 14:58:23.113 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (6.3.1) 2022-02-04 14:58:23.115 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (1.8.7) 2022-02-04 14:58:23.116 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (5.1.0) 2022-02-04 14:58:23.138 | warning: missing-index-doctype 2022-02-04 14:58:23.138 | 2022-02-04 14:58:23.138 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:23.138 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/oslo-vmware/ 2022-02-04 14:58:23.138 | 2022-02-04 14:58:23.138 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:23.138 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:23.216 | Collecting oslo.vmware>=3.8.0 2022-02-04 14:58:23.240 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9fe/bfa4804008ae3/oslo.vmware-3.9.1-py3-none-any.whl (491 kB) 2022-02-04 14:58:23.269 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 491.6/491.6 KB 19.6 MB/s eta 0:00:00 2022-02-04 14:58:23.277 | Requirement already satisfied: os-brick>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (5.0.1) 2022-02-04 14:58:23.278 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (5.5.0) 2022-02-04 14:58:23.280 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (2.9.0) 2022-02-04 14:58:23.298 | warning: missing-index-doctype 2022-02-04 14:58:23.299 | 2022-02-04 14:58:23.299 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:23.299 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/google-api-python-client/ 2022-02-04 14:58:23.299 | 2022-02-04 14:58:23.299 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:23.299 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:23.406 | Collecting google-api-python-client>=1.11.0 2022-02-04 14:58:23.457 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/042/71ac5d8bb1218/google_api_python_client-2.19.0-py2.py3-none-any.whl (7.4 MB) 2022-02-04 14:58:23.640 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.4/7.4 MB 41.7 MB/s eta 0:00:00 2022-02-04 14:58:23.700 | Requirement already satisfied: castellan>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.9.1) 2022-02-04 14:58:23.701 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (3.4.8) 2022-02-04 14:58:23.703 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.0.1.dev40) (0.2.2) 2022-02-04 14:58:23.726 | warning: missing-index-doctype 2022-02-04 14:58:23.726 | 2022-02-04 14:58:23.726 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:23.726 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/zstd/ 2022-02-04 14:58:23.726 | 2022-02-04 14:58:23.726 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:23.726 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:23.756 | Collecting zstd>=1.4.5.1 2022-02-04 14:58:23.763 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8d3/388a15135c481/zstd-1.5.0.2.tar.gz (528 kB) 2022-02-04 14:58:23.787 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 528.9/528.9 KB 27.4 MB/s eta 0:00:00 2022-02-04 14:58:23.870 | Preparing metadata (setup.py): started 2022-02-04 14:58:24.476 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 14:58:24.526 | warning: missing-index-doctype 2022-02-04 14:58:24.526 | 2022-02-04 14:58:24.526 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:24.526 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/boto3/ 2022-02-04 14:58:24.526 | 2022-02-04 14:58:24.526 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:24.526 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:25.277 | Collecting boto3>=1.16.51 2022-02-04 14:58:25.378 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/461/f659c06f9f566/boto3-1.18.33-py3-none-any.whl (131 kB) 2022-02-04 14:58:25.386 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.6/131.6 KB 45.9 MB/s eta 0:00:00 2022-02-04 14:58:25.405 | 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.1.dev40) (0.10.0) 2022-02-04 14:58:25.424 | warning: missing-index-doctype 2022-02-04 14:58:25.424 | 2022-02-04 14:58:25.424 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:25.424 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/s3transfer/ 2022-02-04 14:58:25.424 | 2022-02-04 14:58:25.424 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:25.424 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:25.470 | Collecting s3transfer<0.6.0,>=0.5.0 2022-02-04 14:58:25.482 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c1/dc369814391a6/s3transfer-0.5.0-py3-none-any.whl (79 kB) 2022-02-04 14:58:25.488 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.2/79.2 KB 57.0 MB/s eta 0:00:00 2022-02-04 14:58:27.399 | warning: missing-index-doctype 2022-02-04 14:58:27.399 | 2022-02-04 14:58:27.399 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:27.399 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/botocore/ 2022-02-04 14:58:27.399 | 2022-02-04 14:58:27.399 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:27.399 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:28.390 | Collecting botocore<1.22.0,>=1.21.33 2022-02-04 14:58:28.410 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b32/1b570a0da4c62/botocore-1.21.33-py3-none-any.whl (7.8 MB) 2022-02-04 14:58:28.515 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/7.8 MB 77.8 MB/s eta 0:00:00 2022-02-04 14:58:28.649 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==19.0.1.dev40) (1.14.6) 2022-02-04 14:58:28.680 | 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.1.dev40) (1.16.0) 2022-02-04 14:58:29.024 | warning: missing-index-doctype 2022-02-04 14:58:29.024 | 2022-02-04 14:58:29.024 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:29.024 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/uritemplate/ 2022-02-04 14:58:29.024 | 2022-02-04 14:58:29.024 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:29.024 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:29.053 | Collecting uritemplate<4dev,>=3.0.0 2022-02-04 14:58:29.066 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) 2022-02-04 14:58:29.083 | warning: missing-index-doctype 2022-02-04 14:58:29.083 | 2022-02-04 14:58:29.083 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:29.083 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/google-api-core/ 2022-02-04 14:58:29.083 | 2022-02-04 14:58:29.083 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:29.083 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:29.181 | Collecting google-api-core<3.0.0dev,>=1.21.0 2022-02-04 14:58:29.188 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/d41f72a70dd70/google_api_core-2.0.1-py2.py3-none-any.whl (92 kB) 2022-02-04 14:58:29.194 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.5/92.5 KB 60.7 MB/s eta 0:00:00 2022-02-04 14:58:29.209 | warning: missing-index-doctype 2022-02-04 14:58:29.209 | 2022-02-04 14:58:29.209 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:29.209 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/google-auth-httplib2/ 2022-02-04 14:58:29.209 | 2022-02-04 14:58:29.209 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:29.209 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:29.230 | Collecting google-auth-httplib2>=0.1.0 2022-02-04 14:58:29.238 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31e/49c36c6b5643b/google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2022-02-04 14:58:29.805 | warning: missing-index-doctype 2022-02-04 14:58:29.805 | 2022-02-04 14:58:29.805 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:29.805 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/google-auth/ 2022-02-04 14:58:29.805 | 2022-02-04 14:58:29.805 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:29.806 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:29.905 | Collecting google-auth<3.0.0dev,>=1.16.0 2022-02-04 14:58:29.912 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cde/472372e030e1e/google_auth-2.0.2-py2.py3-none-any.whl (152 kB) 2022-02-04 14:58:29.919 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.3/152.3 KB 70.1 MB/s eta 0:00:00 2022-02-04 14:58:30.065 | 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.1.dev40) (1.7.0) 2022-02-04 14:58:30.128 | 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.1.dev40) (3.1.1) 2022-02-04 14:58:30.130 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.0.1.dev40) (2.8.1) 2022-02-04 14:58:30.657 | warning: missing-index-doctype 2022-02-04 14:58:30.657 | 2022-02-04 14:58:30.657 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:30.657 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pyasn1/ 2022-02-04 14:58:30.657 | 2022-02-04 14:58:30.657 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:30.657 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:30.746 | Collecting pyasn1>=0.1.7 2022-02-04 14:58:30.755 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2022-02-04 14:58:30.761 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 KB 40.8 MB/s eta 0:00:00 2022-02-04 14:58:31.556 | warning: missing-index-doctype 2022-02-04 14:58:31.556 | 2022-02-04 14:58:31.556 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:31.556 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pyasn1-modules/ 2022-02-04 14:58:31.556 | 2022-02-04 14:58:31.556 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:31.556 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:31.631 | Collecting pyasn1-modules>=0.0.5 2022-02-04 14:58:31.638 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2022-02-04 14:58:31.647 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 KB 44.3 MB/s eta 0:00:00 2022-02-04 14:58:31.663 | warning: missing-index-doctype 2022-02-04 14:58:31.663 | 2022-02-04 14:58:31.663 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:31.663 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/rsa/ 2022-02-04 14:58:31.663 | 2022-02-04 14:58:31.663 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:31.663 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:31.705 | Collecting rsa>=3.1.4 2022-02-04 14:58:31.713 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/78f/9a9bf4e7be0c5/rsa-4.7.2-py3-none-any.whl (34 kB) 2022-02-04 14:58:31.773 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->cinder==19.0.1.dev40) (0.14.1) 2022-02-04 14:58:31.823 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.0.1.dev40) (0.8.0) 2022-02-04 14:58:31.825 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.0.1.dev40) (2.3.0) 2022-02-04 14:58:31.828 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.0.1.dev40) (1.5.0) 2022-02-04 14:58:31.829 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.0.1.dev40) (5.4.1) 2022-02-04 14:58:31.895 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.0.1.dev40) (1.7.1) 2022-02-04 14:58:31.897 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.0.1.dev40) (0.5.0) 2022-02-04 14:58:31.900 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.0.1.dev40) (2.0.1) 2022-02-04 14:58:31.959 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.0.1.dev40) (0.9.6) 2022-02-04 14:58:31.963 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.0.1.dev40) (2.8.2) 2022-02-04 14:58:32.029 | 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.1.dev40) (0.3.0) 2022-02-04 14:58:32.031 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.0.1.dev40) (2.4.0) 2022-02-04 14:58:32.033 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.0.1.dev40) (5.1.0) 2022-02-04 14:58:32.035 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.0.1.dev40) (4.2.2) 2022-02-04 14:58:32.037 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.0.1.dev40) (5.0.8) 2022-02-04 14:58:32.061 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.0.1.dev40) (3.0.1) 2022-02-04 14:58:32.064 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.0.1.dev40) (3.2.0) 2022-02-04 14:58:32.066 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.0.1.dev40) (3.3.0) 2022-02-04 14:58:32.114 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->cinder==19.0.1.dev40) (1.0.2) 2022-02-04 14:58:32.208 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.0.1.dev40) (3.0.0) 2022-02-04 14:58:32.212 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.0.1.dev40) (1.3.2) 2022-02-04 14:58:32.237 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==19.0.1.dev40) (0.7.2) 2022-02-04 14:58:32.262 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->cinder==19.0.1.dev40) (0.11.0) 2022-02-04 14:58:32.654 | warning: missing-index-doctype 2022-02-04 14:58:32.654 | 2022-02-04 14:58:32.654 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:32.654 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/suds-jurko/ 2022-02-04 14:58:32.654 | 2022-02-04 14:58:32.654 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:32.654 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:32.677 | Collecting suds-jurko>=0.6 2022-02-04 14:58:32.686 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB) 2022-02-04 14:58:32.698 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 454.5/454.5 KB 62.0 MB/s eta 0:00:00 2022-02-04 14:58:32.707 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.8.0->cinder==19.0.1.dev40) (1.26.6) 2022-02-04 14:58:33.257 | warning: missing-index-doctype 2022-02-04 14:58:33.257 | 2022-02-04 14:58:33.257 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:33.257 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pynacl/ 2022-02-04 14:58:33.257 | 2022-02-04 14:58:33.257 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:33.257 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:33.342 | Collecting pynacl>=1.0.1 2022-02-04 14:58:33.350 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30f/9b96db44e09b3/PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) 2022-02-04 14:58:33.367 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 961.1/961.1 KB 78.1 MB/s eta 0:00:00 2022-02-04 14:58:33.403 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==19.0.1.dev40) (57.4.0) 2022-02-04 14:58:33.539 | 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.1.dev40) (3.9.0) 2022-02-04 14:58:33.577 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.0.1.dev40) (1.12.1) 2022-02-04 14:58:33.909 | warning: missing-index-doctype 2022-02-04 14:58:33.909 | 2022-02-04 14:58:33.909 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:33.909 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/warlock/ 2022-02-04 14:58:33.909 | 2022-02-04 14:58:33.910 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:33.910 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:33.935 | Collecting warlock<2,>=1.2.0 2022-02-04 14:58:33.942 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB) 2022-02-04 14:58:33.947 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.0.1.dev40) (20.0.1) 2022-02-04 14:58:34.150 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.0.1.dev40) (2021.5.30) 2022-02-04 14:58:34.152 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.0.1.dev40) (3.2) 2022-02-04 14:58:34.156 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.0.1.dev40) (2.0.4) 2022-02-04 14:58:34.191 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==19.0.1.dev40) (0.7) 2022-02-04 14:58:34.544 | warning: missing-index-doctype 2022-02-04 14:58:34.544 | 2022-02-04 14:58:34.545 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:34.545 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pyudev/ 2022-02-04 14:58:34.545 | 2022-02-04 14:58:34.545 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:34.545 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:34.574 | Collecting pyudev>=0.16.1 2022-02-04 14:58:34.580 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB) 2022-02-04 14:58:34.586 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.5/63.5 KB 28.4 MB/s eta 0:00:00 2022-02-04 14:58:34.797 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.0.1.dev40) (0.4.1) 2022-02-04 14:58:34.798 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.0.1.dev40) (0.5.2) 2022-02-04 14:58:34.941 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.0.1.dev40) (2.6.2) 2022-02-04 14:58:34.944 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.0.1.dev40) (1.4.2) 2022-02-04 14:58:34.947 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.0.1.dev40) (2.4.0) 2022-02-04 14:58:35.079 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==19.0.1.dev40) (0.12.1) 2022-02-04 14:58:35.199 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.0.1.dev40) (5.2.2) 2022-02-04 14:58:35.201 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.0.1.dev40) (1.1.5) 2022-02-04 14:58:35.235 | 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.1.dev40) (5.0.0) 2022-02-04 14:58:35.479 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==19.0.1.dev40) (2.20) 2022-02-04 14:58:35.556 | 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.1.dev40) (0.4.0) 2022-02-04 14:58:35.559 | 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.1.dev40) (2.1.2) 2022-02-04 14:58:35.678 | 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.1.dev40) (1.6) 2022-02-04 14:58:35.724 | 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.1.dev40) (2.5.0) 2022-02-04 14:58:35.816 | 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.1.dev40) (3.17.3) 2022-02-04 14:58:36.176 | warning: missing-index-doctype 2022-02-04 14:58:36.176 | 2022-02-04 14:58:36.176 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 14:58:36.176 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/googleapis-common-protos/ 2022-02-04 14:58:36.176 | 2022-02-04 14:58:36.176 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 14:58:36.176 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 14:58:36.210 | Collecting googleapis-common-protos<2.0dev,>=1.6.0 2022-02-04 14:58:36.216 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f6d/561ab8fb16b30/googleapis_common_protos-1.53.0-py2.py3-none-any.whl (198 kB) 2022-02-04 14:58:36.226 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.2/198.2 KB 40.8 MB/s eta 0:00:00 2022-02-04 14:58:36.415 | 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.1.dev40) (2.0.1) 2022-02-04 14:58:36.837 | 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.1.dev40) (1.1.5) 2022-02-04 14:58:36.930 | 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.1.dev40) (0.11.0) 2022-02-04 14:58:38.304 | 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.1.dev40) (1.32) 2022-02-04 14:58:38.579 | 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.1.dev40) (21.2.0) 2022-02-04 14:58:38.582 | 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.1.dev40) (0.2.5) 2022-02-04 14:58:38.583 | 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.1.dev40) (0.4.4) 2022-02-04 14:58:38.584 | 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.1.dev40) (1.8.2) 2022-02-04 14:58:38.793 | 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.1.dev40) (2.1) 2022-02-04 14:58:39.037 | 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.1.dev40) (1.0.0) 2022-02-04 14:58:39.111 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.0.1.dev40) (3.5.0) 2022-02-04 14:58:39.770 | Building wheels for collected packages: zstd 2022-02-04 14:58:39.771 | Building wheel for zstd (setup.py): started 2022-02-04 14:59:40.307 | Building wheel for zstd (setup.py): still running... 2022-02-04 14:59:49.750 | Building wheel for zstd (setup.py): finished with status 'done' 2022-02-04 14:59:49.767 | Created wheel for zstd: filename=zstd-1.5.0.2-cp38-cp38-linux_x86_64.whl size=2349295 sha256=bb4b026465052bfbfe184ff82ccebb9d5793b168d9247412836ed643cb17f780 2022-02-04 14:59:49.768 | Stored in directory: /root/.cache/pip/wheels/44/cf/d0/167a454a4b3d5833a5666b8512dbe0bcc20ef0424d943b6c7a 2022-02-04 14:59:49.772 | Successfully built zstd 2022-02-04 14:59:50.757 | Installing collected packages: zstd, tabulate, suds-jurko, pyasn1, uritemplate, rsa, pyudev, pyasn1-modules, warlock, rtslib-fb, pynacl, oauth2client, googleapis-common-protos, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, python-glanceclient, oslo.vmware, google-api-python-client, boto3, cinder 2022-02-04 14:59:51.699 | Attempting uninstall: pynacl 2022-02-04 14:59:51.703 | Found existing installation: PyNaCl 1.3.0 2022-02-04 14:59:51.710 | Uninstalling PyNaCl-1.3.0: 2022-02-04 14:59:51.737 | Successfully uninstalled PyNaCl-1.3.0 2022-02-04 14:59:54.518 | Running setup.py develop for cinder 2022-02-04 14:59:57.906 | 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 2022-02-04 14:59:57.907 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 14:59:58.202 | + inc/python:pip_install:200 : result=0 2022-02-04 14:59:58.205 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 14:59:58.207 | + functions-common:time_stop:2309 : local name 2022-02-04 14:59:58.209 | + functions-common:time_stop:2310 : local end_time 2022-02-04 14:59:58.211 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 14:59:58.214 | + functions-common:time_stop:2312 : local total 2022-02-04 14:59:58.216 | + functions-common:time_stop:2313 : local start_time 2022-02-04 14:59:58.219 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 14:59:58.221 | + functions-common:time_stop:2316 : start_time=1643986696563 2022-02-04 14:59:58.223 | + functions-common:time_stop:2318 : [[ -z 1643986696563 ]] 2022-02-04 14:59:58.226 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 14:59:58.230 | + functions-common:time_stop:2321 : end_time=1643986798228 2022-02-04 14:59:58.233 | + functions-common:time_stop:2322 : elapsed_time=101665 2022-02-04 14:59:58.235 | + functions-common:time_stop:2323 : total=110564 2022-02-04 14:59:58.237 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 14:59:58.240 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=212229 2022-02-04 14:59:58.242 | + inc/python:pip_install:203 : return 0 2022-02-04 14:59:58.244 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-04 14:59:58.247 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-02-04 14:59:58.250 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-02-04 14:59:58.269 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-02-04 14:59:58.281 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/cinder 2022-02-04 14:59:58.284 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2022-02-04 14:59:58.286 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 14:59:58.288 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 14:59:58.291 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-02-04 14:59:58.294 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 14:59:58.297 | + lib/cinder:install_cinder:465 : [[ lioadm == \t\g\t\a\d\m ]] 2022-02-04 14:59:58.299 | + lib/cinder:install_cinder:467 : [[ lioadm == \l\i\o\a\d\m ]] 2022-02-04 14:59:58.302 | + lib/cinder:install_cinder:468 : is_ubuntu 2022-02-04 14:59:58.304 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:59:58.307 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:59:58.309 | + lib/cinder:install_cinder:470 : sudo mkdir -p /etc/target 2022-02-04 14:59:58.322 | + lib/cinder:install_cinder:472 : install_package targetcli-fb 2022-02-04 14:59:58.325 | + functions-common:install_package:1347 : update_package_repo 2022-02-04 14:59:58.327 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-04 14:59:58.330 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-04 14:59:58.332 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-04 14:59:58.335 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-04 14:59:58.337 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-04 14:59:58.340 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:59:58.343 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:59:58.345 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-04 14:59:58.348 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-04 14:59:58.350 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-04 14:59:58.352 | + functions-common:apt_get_update:1074 : return 2022-02-04 14:59:58.355 | + functions-common:install_package:1348 : real_install_package targetcli-fb 2022-02-04 14:59:58.358 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-04 14:59:58.361 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 14:59:58.363 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 14:59:58.366 | + functions-common:real_install_package:1334 : apt_get install targetcli-fb 2022-02-04 14:59:58.388 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-02-04 14:59:58.502 | Reading package lists... 2022-02-04 14:59:58.778 | Building dependency tree... 2022-02-04 14:59:58.780 | Reading state information... 2022-02-04 14:59:59.090 | The following packages were automatically installed and are no longer required: 2022-02-04 14:59:59.093 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-04 14:59:59.093 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-04 14:59:59.093 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-04 14:59:59.093 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-04 14:59:59.093 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-04 14:59:59.093 | python3-zope.interface 2022-02-04 14:59:59.093 | Use 'sudo apt autoremove' to remove them. 2022-02-04 14:59:59.094 | The following additional packages will be installed: 2022-02-04 14:59:59.094 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-02-04 14:59:59.094 | python3-urwid 2022-02-04 14:59:59.095 | Suggested packages: 2022-02-04 14:59:59.095 | python-pyparsing-doc python-urwid-doc 2022-02-04 14:59:59.166 | The following NEW packages will be installed: 2022-02-04 14:59:59.166 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-02-04 14:59:59.166 | python3-urwid targetcli-fb 2022-02-04 14:59:59.273 | 0 upgraded, 6 newly installed, 0 to remove and 107 not upgraded. 2022-02-04 14:59:59.273 | Need to get 356 kB of archives. 2022-02-04 14:59:59.273 | After this operation, 2,294 kB of additional disk space will be used. 2022-02-04 14:59:59.273 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB] 2022-02-04 14:59:59.410 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-urwid amd64 2.0.1-3 [159 kB] 2022-02-04 14:59:59.487 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-configshell-fb all 1:1.1.27-0ubuntu1 [28.0 kB] 2022-02-04 14:59:59.496 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyudev all 0.21.0-3ubuntu1 [37.1 kB] 2022-02-04 14:59:59.503 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-rtslib-fb all 2.1.71-0ubuntu1.1 [36.4 kB] 2022-02-04 14:59:59.510 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 targetcli-fb all 1:2.1.51-0ubuntu1 [35.1 kB] 2022-02-04 15:00:00.079 | Fetched 356 kB in 0s (1,047 kB/s) 2022-02-04 15:00:00.112 | Selecting previously unselected package python3-pyparsing. 2022-02-04 15:00:00.169 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90882 files and directories currently installed.) 2022-02-04 15:00:00.173 | Preparing to unpack .../0-python3-pyparsing_2.4.6-1_all.deb ... 2022-02-04 15:00:00.176 | Unpacking python3-pyparsing (2.4.6-1) ... 2022-02-04 15:00:00.214 | Selecting previously unselected package python3-urwid. 2022-02-04 15:00:00.224 | Preparing to unpack .../1-python3-urwid_2.0.1-3_amd64.deb ... 2022-02-04 15:00:00.226 | Unpacking python3-urwid (2.0.1-3) ... 2022-02-04 15:00:00.284 | Selecting previously unselected package python3-configshell-fb. 2022-02-04 15:00:00.294 | Preparing to unpack .../2-python3-configshell-fb_1%3a1.1.27-0ubuntu1_all.deb ... 2022-02-04 15:00:00.296 | Unpacking python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-02-04 15:00:00.333 | Selecting previously unselected package python3-pyudev. 2022-02-04 15:00:00.343 | Preparing to unpack .../3-python3-pyudev_0.21.0-3ubuntu1_all.deb ... 2022-02-04 15:00:00.345 | Unpacking python3-pyudev (0.21.0-3ubuntu1) ... 2022-02-04 15:00:00.384 | Selecting previously unselected package python3-rtslib-fb. 2022-02-04 15:00:00.394 | Preparing to unpack .../4-python3-rtslib-fb_2.1.71-0ubuntu1.1_all.deb ... 2022-02-04 15:00:00.396 | Unpacking python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-02-04 15:00:00.438 | Selecting previously unselected package targetcli-fb. 2022-02-04 15:00:00.448 | Preparing to unpack .../5-targetcli-fb_1%3a2.1.51-0ubuntu1_all.deb ... 2022-02-04 15:00:00.450 | Unpacking targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-02-04 15:00:00.509 | Setting up python3-urwid (2.0.1-3) ... 2022-02-04 15:00:00.868 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:141: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-02-04 15:00:00.868 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-02-04 15:00:00.868 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:145: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-02-04 15:00:00.868 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-02-04 15:00:00.868 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:149: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-02-04 15:00:00.868 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-02-04 15:00:00.868 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:232: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-02-04 15:00:00.868 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-02-04 15:00:00.988 | Setting up python3-pyparsing (2.4.6-1) ... 2022-02-04 15:00:01.317 | Setting up python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-02-04 15:00:01.624 | Setting up python3-pyudev (0.21.0-3ubuntu1) ... 2022-02-04 15:00:01.913 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-02-04 15:00:03.209 | Setting up targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-02-04 15:00:03.739 | Created symlink /etc/systemd/system/multi-user.target.wants/targetclid.service → /lib/systemd/system/targetclid.service. 2022-02-04 15:00:03.739 | Created symlink /etc/systemd/system/sockets.target.wants/targetclid.socket → /lib/systemd/system/targetclid.socket. 2022-02-04 15:00:05.705 | Processing triggers for man-db (2.9.1-1) ... 2022-02-04 15:00:05.808 | Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-04 15:00:13.574 | + functions-common:apt_get:1118 : result=0 2022-02-04 15:00:13.577 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-04 15:00:13.580 | + functions-common:time_stop:2309 : local name 2022-02-04 15:00:13.582 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:00:13.585 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:00:13.587 | + functions-common:time_stop:2312 : local total 2022-02-04 15:00:13.589 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:00:13.592 | + functions-common:time_stop:2315 : name=apt-get 2022-02-04 15:00:13.594 | + functions-common:time_stop:2316 : start_time=1643986798385 2022-02-04 15:00:13.597 | + functions-common:time_stop:2318 : [[ -z 1643986798385 ]] 2022-02-04 15:00:13.600 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:00:13.604 | + functions-common:time_stop:2321 : end_time=1643986813602 2022-02-04 15:00:13.607 | + functions-common:time_stop:2322 : elapsed_time=15217 2022-02-04 15:00:13.610 | + functions-common:time_stop:2323 : total=296473 2022-02-04 15:00:13.612 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:00:13.614 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=311690 2022-02-04 15:00:13.617 | + functions-common:apt_get:1122 : return 0 2022-02-04 15:00:13.619 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-04 15:00:13.622 | + ./stack.sh:main:908 : configure_cinder 2022-02-04 15:00:13.625 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-02-04 15:00:13.637 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-02-04 15:00:13.641 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-02-04 15:00:13.644 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-02-04 15:00:13.646 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-02-04 15:00:13.649 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-02-04 15:00:13.649 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-02-04 15:00:13.654 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-02-04 15:00:13.656 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-02-04 15:00:13.658 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-02-04 15:00:13.660 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-02-04 15:00:13.662 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-02-04 15:00:13.664 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-02-04 15:00:13.666 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-02-04 15:00:13.669 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-02-04 15:00:13.680 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-02-04 15:00:13.693 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2022-02-04 15:00:13.704 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2022-02-04 15:00:13.717 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-02-04 15:00:13.729 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-02-04 15:00:13.732 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-02-04 15:00:13.736 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.qJ6xhGjmiK 2022-02-04 15:00:13.739 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-02-04 15:00:13.741 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-02-04 15:00:13.743 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-02-04 15:00:13.745 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.qJ6xhGjmiK 2022-02-04 15:00:13.750 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.qJ6xhGjmiK 2022-02-04 15:00:13.761 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.qJ6xhGjmiK /etc/sudoers.d/cinder-rootwrap 2022-02-04 15:00:13.773 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-02-04 15:00:13.777 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-02-04 15:00:13.779 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-02-04 15:00:13.782 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-02-04 15:00:13.784 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-02-04 15:00:13.786 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2022-02-04 15:00:13.788 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2022-02-04 15:00:13.790 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-02-04 15:00:13.793 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-02-04 15:00:13.798 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-02-04 15:00:13.802 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-02-04 15:00:13.821 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-02-04 15:00:13.840 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-02-04 15:00:13.860 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-02-04 15:00:13.879 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-02-04 15:00:13.898 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-02-04 15:00:13.916 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-02-04 15:00:13.936 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-02-04 15:00:13.955 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-02-04 15:00:13.957 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/cinder/cinder.conf 2022-02-04 15:00:13.959 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=cinder 2022-02-04 15:00:13.962 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-02-04 15:00:13.964 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-02-04 15:00:13.994 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-02-04 15:00:14.021 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.18/identity 2022-02-04 15:00:14.050 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-02-04 15:00:14.078 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-02-04 15:00:14.107 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-02-04 15:00:14.134 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-02-04 15:00:14.162 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-02-04 15:00:14.190 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-04 15:00:14.219 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-02-04 15:00:14.249 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-02-04 15:00:14.280 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-02-04 15:00:14.309 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-02-04 15:00:14.312 | ++ lib/database:database_connection_url:132 : local db=cinder 2022-02-04 15:00:14.314 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2022-02-04 15:00:14.316 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=cinder 2022-02-04 15:00:14.319 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-02-04 15:00:14.322 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-02-04 15:00:14.355 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-02-04 15:00:14.383 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-02-04 15:00:14.417 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-02-04 15:00:14.446 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-02-04 15:00:14.475 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-02-04 15:00:14.504 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-02-04 15:00:14.537 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-02-04 15:00:14.540 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.18 2022-02-04 15:00:14.570 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-02-04 15:00:14.604 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-02-04 15:00:14.611 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key 33a633965afff48d6638e7a5263e43a7 2022-02-04 15:00:14.643 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-02-04 15:00:14.645 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-02-04 15:00:14.675 | + lib/cinder:configure_cinder:294 : is_service_enabled c-vol 2022-02-04 15:00:14.693 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:00:14.695 | + lib/cinder:configure_cinder:294 : [[ -n lvm:lvmdriver-1 ]] 2022-02-04 15:00:14.698 | + lib/cinder:configure_cinder:295 : local enabled_backends= 2022-02-04 15:00:14.701 | + lib/cinder:configure_cinder:296 : local default_name= 2022-02-04 15:00:14.703 | + lib/cinder:configure_cinder:297 : local be be_name be_type 2022-02-04 15:00:14.706 | + lib/cinder:configure_cinder:298 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-02-04 15:00:14.708 | + lib/cinder:configure_cinder:299 : be_type=lvm 2022-02-04 15:00:14.710 | + lib/cinder:configure_cinder:300 : be_name=lvmdriver-1 2022-02-04 15:00:14.713 | + lib/cinder:configure_cinder:301 : type configure_cinder_backend_lvm 2022-02-04 15:00:14.715 | + lib/cinder:configure_cinder:302 : configure_cinder_backend_lvm lvmdriver-1 2022-02-04 15:00:14.718 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-02-04 15:00:14.720 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-02-04 15:00:14.754 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-02-04 15:00:14.783 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-02-04 15:00:14.813 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-02-04 15:00:14.846 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-02-04 15:00:14.877 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-02-04 15:00:14.905 | + lib/cinder:configure_cinder:304 : [[ -z '' ]] 2022-02-04 15:00:14.908 | + lib/cinder:configure_cinder:305 : default_name=lvmdriver-1 2022-02-04 15:00:14.910 | + lib/cinder:configure_cinder:307 : enabled_backends+=lvmdriver-1, 2022-02-04 15:00:14.912 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-02-04 15:00:14.942 | + lib/cinder:configure_cinder:310 : [[ -n lvmdriver-1 ]] 2022-02-04 15:00:14.944 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-02-04 15:00:14.975 | + lib/cinder:configure_cinder:313 : configure_cinder_image_volume_cache 2022-02-04 15:00:14.977 | + lib/cinder:configure_cinder_image_volume_cache:616 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-02-04 15:00:14.980 | + lib/cinder:configure_cinder_image_volume_cache:617 : local be_name=lvmdriver-1 2022-02-04 15:00:14.983 | + lib/cinder:configure_cinder_image_volume_cache:619 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-02-04 15:00:15.014 | + lib/cinder:configure_cinder_image_volume_cache:621 : [[ -n '' ]] 2022-02-04 15:00:15.016 | + lib/cinder:configure_cinder_image_volume_cache:625 : [[ -n '' ]] 2022-02-04 15:00:15.018 | + lib/cinder:configure_cinder:316 : is_service_enabled c-bak 2022-02-04 15:00:15.038 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:00:15.040 | + lib/cinder:configure_cinder:316 : [[ -n swift ]] 2022-02-04 15:00:15.043 | + lib/cinder:configure_cinder:317 : type configure_cinder_backup_swift 2022-02-04 15:00:15.048 | + lib/cinder:configure_cinder:318 : configure_cinder_backup_swift 2022-02-04 15:00:15.051 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-02-04 15:00:15.079 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.18:8080/v1/AUTH_ 2022-02-04 15:00:15.111 | + lib/cinder:configure_cinder:324 : is_service_enabled ceilometer 2022-02-04 15:00:15.128 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:00:15.131 | + lib/cinder:configure_cinder:328 : is_service_enabled tls-proxy 2022-02-04 15:00:15.150 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:00:15.152 | + lib/cinder:configure_cinder:342 : '[' False '!=' False ']' 2022-02-04 15:00:15.155 | + lib/cinder:configure_cinder:346 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-02-04 15:00:15.157 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-02-04 15:00:15.160 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-02-04 15:00:15.162 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-04 15:00:15.164 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-04 15:00:15.167 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-04 15:00:15.184 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:00:15.188 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-04 15:00:15.190 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-04 15:00:15.192 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-04 15:00:15.210 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:00:15.213 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-02-04 15:00:15.216 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-02-04 15:00:15.246 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-04 15:00:15.250 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-04 15:00:15.253 | + lib/cinder:configure_cinder:349 : setup_logging /etc/cinder/cinder.conf True 2022-02-04 15:00:15.256 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-02-04 15:00:15.258 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-02-04 15:00:15.262 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-04 15:00:15.280 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-04 15:00:15.282 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-04 15:00:15.284 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-04 15:00:15.288 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-04 15:00:15.290 | + functions:setup_systemd_logging:702 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-04 15:00:15.318 | + functions:setup_systemd_logging:704 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-02-04 15:00:15.348 | + functions:setup_systemd_logging:705 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-02-04 15:00:15.376 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-04 15:00:15.406 | + lib/cinder:configure_cinder:351 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-02-04 15:00:15.409 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-02-04 15:00:15.411 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-02-04 15:00:15.414 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-02-04 15:00:15.416 | + lib/apache:write_uwsgi_config:257 : local http= 2022-02-04 15:00:15.418 | + lib/apache:write_uwsgi_config:258 : local name= 2022-02-04 15:00:15.421 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-02-04 15:00:15.425 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-02-04 15:00:15.428 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-02-04 15:00:15.430 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-04 15:00:15.443 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-04 15:00:15.444 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-04 15:00:15.453 | d /var/run/uwsgi 0755 ubuntu root 2022-02-04 15:00:15.456 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-04 15:00:15.473 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-02-04 15:00:15.476 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-02-04 15:00:15.480 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-02-04 15:00:15.513 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-02-04 15:00:15.541 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-02-04 15:00:15.573 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-02-04 15:00:15.606 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-02-04 15:00:15.636 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-04 15:00:15.665 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-02-04 15:00:15.694 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-02-04 15:00:15.725 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-02-04 15:00:15.753 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-04 15:00:15.781 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-02-04 15:00:15.811 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-04 15:00:15.842 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-02-04 15:00:15.870 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-02-04 15:00:15.872 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-02-04 15:00:15.875 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-02-04 15:00:15.878 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-02-04 15:00:15.880 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-02-04 15:00:15.883 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:00:15.886 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:00:15.889 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-02-04 15:00:15.891 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-02-04 15:00:15.894 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-02-04 15:00:15.921 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-02-04 15:00:15.950 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-02-04 15:00:15.950 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-02-04 15:00:15.959 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-02-04 15:00:15.962 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-02-04 15:00:15.965 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-02-04 15:00:15.967 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-02-04 15:00:15.971 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-04 15:00:15.973 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-04 15:00:15.976 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:00:15.978 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:00:15.980 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-04 15:00:15.983 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-02-04 15:00:15.986 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:00:15.988 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:00:15.990 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-02-04 15:00:16.052 | Enabling site cinder-wsgi. 2022-02-04 15:00:16.057 | To activate the new configuration, you need to run: 2022-02-04 15:00:16.057 | systemctl reload apache2 2022-02-04 15:00:16.063 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-02-04 15:00:16.065 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-04 15:00:16.068 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-04 15:00:16.070 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-04 15:00:16.205 | + lib/cinder:configure_cinder:353 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-02-04 15:00:16.209 | + lib/cinder:configure_cinder:357 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-02-04 15:00:16.241 | + lib/cinder:configure_cinder:359 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.18/image 2022-02-04 15:00:16.272 | + lib/cinder:configure_cinder:360 : is_service_enabled tls-proxy 2022-02-04 15:00:16.289 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:00:16.291 | + lib/cinder:configure_cinder:366 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-02-04 15:00:16.294 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/cinder/cinder.conf 2022-02-04 15:00:16.297 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=nova 2022-02-04 15:00:16.299 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=nova 2022-02-04 15:00:16.302 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-02-04 15:00:16.332 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf nova interface public 2022-02-04 15:00:16.362 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.18/identity 2022-02-04 15:00:16.392 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova username nova 2022-02-04 15:00:16.422 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-02-04 15:00:16.451 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-02-04 15:00:16.481 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/cinder/cinder.conf nova project_name service 2022-02-04 15:00:16.510 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-02-04 15:00:16.538 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-02-04 15:00:16.568 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-02-04 15:00:16.600 | + lib/cinder:configure_cinder:367 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-02-04 15:00:16.629 | + lib/cinder:configure_cinder:368 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-02-04 15:00:16.660 | + lib/cinder:configure_cinder:370 : [[ ! -z '' ]] 2022-02-04 15:00:16.662 | + lib/cinder:configure_cinder:372 : is_service_enabled etcd3 2022-02-04 15:00:16.679 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:00:16.682 | + lib/cinder:configure_cinder:373 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.18:2379 2022-02-04 15:00:16.714 | + lib/cinder:configure_cinder:376 : [[ False == True ]] 2022-02-04 15:00:16.718 | + ./stack.sh:main:911 : is_service_enabled neutron 2022-02-04 15:00:16.735 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:00:16.738 | + ./stack.sh:main:913 : stack_install_service neutron 2022-02-04 15:00:16.740 | + lib/stack:stack_install_service:20 : local service=neutron 2022-02-04 15:00:16.742 | + lib/stack:stack_install_service:21 : type install_neutron 2022-02-04 15:00:16.745 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-04 15:00:16.748 | + lib/stack:stack_install_service:32 : install_neutron 2022-02-04 15:00:16.751 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2022-02-04 15:00:16.755 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-02-04 15:00:16.756 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-04 15:00:16.761 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-04 15:00:16.763 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-04 15:00:16.766 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-02-04 15:00:16.768 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-02-04 15:00:16.771 | + lib/neutron:install_neutron:659 : install_mutnauq 2022-02-04 15:00:16.773 | + lib/neutron-legacy:install_mutnauq:441 : use_library_from_git neutron-lib 2022-02-04 15:00:16.776 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2022-02-04 15:00:16.778 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 15:00:16.781 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 15:00:16.783 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2022-02-04 15:00:16.786 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 15:00:16.788 | + lib/neutron-legacy:install_mutnauq:446 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron stable/xena 2022-02-04 15:00:16.791 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/neutron.git 2022-02-04 15:00:16.793 | + functions-common:git_clone:524 : local git_dest=/opt/stack/neutron 2022-02-04 15:00:16.796 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-04 15:00:16.798 | + functions-common:git_clone:526 : local orig_dir 2022-02-04 15:00:16.801 | ++ functions-common:git_clone:527 : pwd 2022-02-04 15:00:16.804 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-04 15:00:16.806 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-04 15:00:16.810 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-04 15:00:16.831 | + functions-common:git_clone:530 : RECLONE=False 2022-02-04 15:00:16.834 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-04 15:00:16.836 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-04 15:00:16.839 | + functions-common:git_clone:544 : echo stable/xena 2022-02-04 15:00:16.840 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-04 15:00:16.845 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/neutron ]] 2022-02-04 15:00:16.848 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-04 15:00:16.850 | + functions-common:git_clone:592 : cd /opt/stack/neutron 2022-02-04 15:00:16.853 | + functions-common:git_clone:593 : git show --oneline 2022-02-04 15:00:16.853 | + functions-common:git_clone:593 : head -1 2022-02-04 15:00:16.858 | d317bedb7d Update irrelevant-files for non scenario jobs 2022-02-04 15:00:16.861 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-04 15:00:16.863 | + lib/neutron-legacy:install_mutnauq:447 : setup_develop /opt/stack/neutron 2022-02-04 15:00:16.866 | + inc/python:setup_develop:338 : local bindep 2022-02-04 15:00:16.868 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2022-02-04 15:00:16.871 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2022-02-04 15:00:16.874 | + inc/python:setup_develop:344 : local extras= 2022-02-04 15:00:16.876 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-02-04 15:00:16.879 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-04 15:00:16.883 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2022-02-04 15:00:16.886 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2022-02-04 15:00:16.889 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-04 15:00:16.891 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-04 15:00:16.894 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2022-02-04 15:00:16.897 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-04 15:00:16.900 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2022-02-04 15:00:16.910 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-04 15:00:16.913 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-04 15:00:16.917 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-02-04 15:00:16.924 | + inc/python:_setup_package_with_constraints_edit:385 : name=neutron 2022-02-04 15:00:16.926 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-02-04 15:00:17.556 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2022-02-04 15:00:17.558 | + inc/python:setup_package:418 : local bindep=0 2022-02-04 15:00:17.561 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-04 15:00:17.563 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-04 15:00:17.565 | + inc/python:setup_package:421 : [[ /opt/stack/neutron == -bindep* ]] 2022-02-04 15:00:17.568 | + inc/python:setup_package:426 : local project_dir=/opt/stack/neutron 2022-02-04 15:00:17.570 | + inc/python:setup_package:427 : local flags=-e 2022-02-04 15:00:17.572 | + inc/python:setup_package:428 : local extras= 2022-02-04 15:00:17.575 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-04 15:00:17.577 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-04 15:00:17.580 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-04 15:00:17.582 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-04 15:00:17.585 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-04 15:00:17.587 | + inc/python:setup_package:446 : pip_install -e /opt/stack/neutron 2022-02-04 15:00:17.610 | Using python 3.8 to install /opt/stack/neutron 2022-02-04 15:00:17.612 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2022-02-04 15:00:18.433 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:00:18.433 | from cryptography.utils import int_from_bytes 2022-02-04 15:00:18.433 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:00:18.433 | from cryptography.utils import int_from_bytes 2022-02-04 15:00:19.735 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 15:00:19.743 | Obtaining file:///opt/stack/neutron 2022-02-04 15:00:19.745 | Preparing metadata (setup.py): started 2022-02-04 15:00:21.806 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 15:00:21.904 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (5.6.0) 2022-02-04 15:00:21.906 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (3.5.0) 2022-02-04 15:00:21.907 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (2.1.1) 2022-02-04 15:00:21.909 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (2.5.1) 2022-02-04 15:00:21.910 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (2.3.0) 2022-02-04 15:00:21.911 | Requirement already satisfied: decorator>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (5.0.9) 2022-02-04 15:00:21.914 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (0.31.1) 2022-02-04 15:00:21.915 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (1.3.3) 2022-02-04 15:00:21.916 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (0.19.1) 2022-02-04 15:00:21.918 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (2.26.0) 2022-02-04 15:00:21.919 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (3.0.1) 2022-02-04 15:00:21.921 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (9.3.0) 2022-02-04 15:00:21.922 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (0.8.0) 2022-02-04 15:00:21.923 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (0.11.0) 2022-02-04 15:00:21.925 | Requirement already satisfied: neutron-lib>=2.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (2.15.2) 2022-02-04 15:00:21.926 | Requirement already satisfied: python-neutronclient>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (7.6.0) 2022-02-04 15:00:21.928 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (6.3.1) 2022-02-04 15:00:21.929 | Requirement already satisfied: SQLAlchemy>=1.3.23 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (1.4.23) 2022-02-04 15:00:21.930 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (1.8.7) 2022-02-04 15:00:21.932 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (4.4.0) 2022-02-04 15:00:21.933 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (1.7.1) 2022-02-04 15:00:21.935 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (3.4.0) 2022-02-04 15:00:21.936 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (2.8.1) 2022-02-04 15:00:21.937 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (4.4.1) 2022-02-04 15:00:21.939 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (8.7.1) 2022-02-04 15:00:21.940 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (3.3.2) 2022-02-04 15:00:21.942 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (11.0.0) 2022-02-04 15:00:21.943 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (5.1.0) 2022-02-04 15:00:21.945 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (4.6.0) 2022-02-04 15:00:21.947 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (12.9.1) 2022-02-04 15:00:21.948 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (4.4.0) 2022-02-04 15:00:21.950 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (3.8.3) 2022-02-04 15:00:21.951 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (2.6.2) 2022-02-04 15:00:21.953 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (2.3.0) 2022-02-04 15:00:21.954 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (6.3.0) 2022-02-04 15:00:21.956 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (4.2.0) 2022-02-04 15:00:21.957 | Requirement already satisfied: oslo.service>=1.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (2.6.1) 2022-02-04 15:00:21.959 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (1.4.0) 2022-02-04 15:00:21.960 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (4.10.1) 2022-02-04 15:00:21.961 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (2.5.0) 2022-02-04 15:00:21.963 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (3.4.2) 2022-02-04 15:00:21.964 | Requirement already satisfied: os-ken>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (2.1.0) 2022-02-04 15:00:21.967 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (1.1.0) 2022-02-04 15:00:21.968 | Requirement already satisfied: ovs>=2.10.0 in /usr/lib/python3/dist-packages (from neutron==19.1.1.dev42) (2.13.3) 2022-02-04 15:00:21.969 | Requirement already satisfied: ovsdbapp>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (1.12.0) 2022-02-04 15:00:21.971 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (21.0) 2022-02-04 15:00:21.972 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (5.8.0) 2022-02-04 15:00:21.974 | Requirement already satisfied: pyroute2>=0.6.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (0.6.4) 2022-02-04 15:00:21.975 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (20.0.1) 2022-02-04 15:00:21.976 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (17.6.0) 2022-02-04 15:00:21.978 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (0.59.0) 2022-02-04 15:00:21.979 | Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (4.3.0) 2022-02-04 15:00:21.981 | Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (2.6.0) 2022-02-04 15:00:21.982 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (2.4.0) 2022-02-04 15:00:21.983 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.1.dev42) (2.9.0) 2022-02-04 15:00:21.999 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.1.dev42) (5.2.2) 2022-02-04 15:00:22.000 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.1.dev42) (1.1.5) 2022-02-04 15:00:22.011 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==19.1.1.dev42) (1.16.0) 2022-02-04 15:00:22.013 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==19.1.1.dev42) (1.12.1) 2022-02-04 15:00:22.027 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->neutron==19.1.1.dev42) (1.16.0) 2022-02-04 15:00:22.029 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->neutron==19.1.1.dev42) (1.1.1) 2022-02-04 15:00:22.040 | Requirement already satisfied: pyparsing<3,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->neutron==19.1.1.dev42) (2.4.7) 2022-02-04 15:00:22.047 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->neutron==19.1.1.dev42) (2.0.1) 2022-02-04 15:00:22.136 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.1.dev42) (0.1.16) 2022-02-04 15:00:22.138 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.1.dev42) (1.7.0) 2022-02-04 15:00:22.193 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.1.dev42) (4.3.0) 2022-02-04 15:00:22.197 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.1.dev42) (3.1.1) 2022-02-04 15:00:22.239 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.15.0->neutron==19.1.1.dev42) (1.2.2) 2022-02-04 15:00:22.247 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.15.0->neutron==19.1.1.dev42) (2.6.0) 2022-02-04 15:00:22.274 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev42) (1.4.0) 2022-02-04 15:00:22.275 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev42) (3.4.8) 2022-02-04 15:00:22.277 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev42) (1.4.4) 2022-02-04 15:00:22.280 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev42) (1.1.5) 2022-02-04 15:00:22.282 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev42) (5.4.1) 2022-02-04 15:00:22.283 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev42) (1.32) 2022-02-04 15:00:22.284 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev42) (2.5.0) 2022-02-04 15:00:22.286 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.1.dev42) (0.10.0) 2022-02-04 15:00:22.306 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from os-ken>=2.0.0->neutron==19.1.1.dev42) (1.0.2) 2022-02-04 15:00:22.395 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->neutron==19.1.1.dev42) (0.14.1) 2022-02-04 15:00:22.438 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.0.0->neutron==19.1.1.dev42) (1.5.0) 2022-02-04 15:00:22.501 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.1.dev42) (2.0.1) 2022-02-04 15:00:22.503 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.1.dev42) (0.5.0) 2022-02-04 15:00:22.506 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.1.dev42) (0.13.0) 2022-02-04 15:00:22.565 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.1.dev42) (0.9.6) 2022-02-04 15:00:22.567 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.1.dev42) (2.8.2) 2022-02-04 15:00:22.626 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.1.dev42) (4.2.2) 2022-02-04 15:00:22.629 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.1.dev42) (5.1.0) 2022-02-04 15:00:22.630 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.1.dev42) (0.3.0) 2022-02-04 15:00:22.631 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.1.dev42) (5.0.8) 2022-02-04 15:00:22.658 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.1.dev42) (3.2.0) 2022-02-04 15:00:22.662 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.1.dev42) (3.3.0) 2022-02-04 15:00:22.709 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.3.0->neutron==19.1.1.dev42) (1.14.6) 2022-02-04 15:00:22.762 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->neutron==19.1.1.dev42) (2021.1) 2022-02-04 15:00:22.794 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=1.31.0->neutron==19.1.1.dev42) (3.0.0) 2022-02-04 15:00:22.796 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=1.31.0->neutron==19.1.1.dev42) (1.3.2) 2022-02-04 15:00:22.822 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==19.1.1.dev42) (0.7.2) 2022-02-04 15:00:23.029 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->neutron==19.1.1.dev42) (57.4.0) 2022-02-04 15:00:23.105 | Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.1.dev42) (3.0.0) 2022-02-04 15:00:23.107 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.1.dev42) (0.3.5) 2022-02-04 15:00:23.217 | Requirement already satisfied: pyroute2.nftables==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev42) (0.6.4) 2022-02-04 15:00:23.218 | Requirement already satisfied: pyroute2.ipdb==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev42) (0.6.4) 2022-02-04 15:00:23.220 | Requirement already satisfied: pyroute2.core==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev42) (0.6.4) 2022-02-04 15:00:23.221 | Requirement already satisfied: pyroute2.nslink==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev42) (0.6.4) 2022-02-04 15:00:23.223 | Requirement already satisfied: pyroute2.ethtool==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev42) (0.6.4) 2022-02-04 15:00:23.225 | Requirement already satisfied: pyroute2.ipset==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev42) (0.6.4) 2022-02-04 15:00:23.226 | Requirement already satisfied: pyroute2.ndb==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.1.dev42) (0.6.4) 2022-02-04 15:00:23.425 | Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.1.dev42) (2.4.2) 2022-02-04 15:00:23.427 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.1.dev42) (3.9.0) 2022-02-04 15:00:23.428 | Requirement already satisfied: jsonschema>=2.6.0 in /usr/lib/python3/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.1.dev42) (3.2.0) 2022-02-04 15:00:23.481 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=6.7.0->neutron==19.1.1.dev42) (2.1.0) 2022-02-04 15:00:23.482 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=6.7.0->neutron==19.1.1.dev42) (3.17.5) 2022-02-04 15:00:23.573 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.1.dev42) (3.2) 2022-02-04 15:00:23.576 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.1.dev42) (2.0.4) 2022-02-04 15:00:23.577 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.1.dev42) (2021.5.30) 2022-02-04 15:00:23.579 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.1.dev42) (1.26.6) 2022-02-04 15:00:23.614 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->neutron==19.1.1.dev42) (0.7) 2022-02-04 15:00:23.957 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->neutron==19.1.1.dev42) (0.12.1) 2022-02-04 15:00:24.034 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==19.1.1.dev42) (5.0.0) 2022-02-04 15:00:24.226 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==19.1.1.dev42) (2.20) 2022-02-04 15:00:24.297 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev42) (0.4.0) 2022-02-04 15:00:24.299 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev42) (2.1.2) 2022-02-04 15:00:24.478 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->neutron==19.1.1.dev42) (1.6) 2022-02-04 15:00:24.520 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=1.31.0->neutron==19.1.1.dev42) (2.5.0) 2022-02-04 15:00:24.687 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==19.1.1.dev42) (2.1) 2022-02-04 15:00:25.200 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==19.1.1.dev42) (0.11.0) 2022-02-04 15:00:25.819 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.1.dev42) (0.5.2) 2022-02-04 15:00:25.821 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.1.dev42) (0.4.1) 2022-02-04 15:00:26.120 | Requirement already satisfied: waitress>=0.8.5 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.1.dev42) (2.0.0) 2022-02-04 15:00:26.122 | Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.1.dev42) (4.9.3) 2022-02-04 15:00:26.281 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=1.6.5->neutron==19.1.1.dev42) (3.5.0) 2022-02-04 15:00:26.416 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev42) (0.2.5) 2022-02-04 15:00:26.418 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev42) (0.4.4) 2022-02-04 15:00:26.419 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev42) (1.8.2) 2022-02-04 15:00:26.421 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.1.dev42) (21.2.0) 2022-02-04 15:00:26.643 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=1.31.0->neutron==19.1.1.dev42) (1.0.0) 2022-02-04 15:00:26.818 | Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.8/dist-packages (from beautifulsoup4->WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.1.dev42) (2.2.1) 2022-02-04 15:00:28.348 | Installing collected packages: neutron 2022-02-04 15:00:28.348 | Attempting uninstall: neutron 2022-02-04 15:00:28.351 | Found existing installation: neutron 19.1.0 2022-02-04 15:00:29.769 | Uninstalling neutron-19.1.0: 2022-02-04 15:00:29.847 | Successfully uninstalled neutron-19.1.0 2022-02-04 15:00:29.850 | Running setup.py develop for neutron 2022-02-04 15:00:32.819 | Successfully installed neutron 2022-02-04 15:00:32.819 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 15:00:33.004 | + inc/python:pip_install:200 : result=0 2022-02-04 15:00:33.006 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 15:00:33.008 | + functions-common:time_stop:2309 : local name 2022-02-04 15:00:33.010 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:00:33.013 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:00:33.015 | + functions-common:time_stop:2312 : local total 2022-02-04 15:00:33.018 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:00:33.020 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 15:00:33.022 | + functions-common:time_stop:2316 : start_time=1643986817604 2022-02-04 15:00:33.024 | + functions-common:time_stop:2318 : [[ -z 1643986817604 ]] 2022-02-04 15:00:33.027 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:00:33.031 | + functions-common:time_stop:2321 : end_time=1643986833029 2022-02-04 15:00:33.033 | + functions-common:time_stop:2322 : elapsed_time=15425 2022-02-04 15:00:33.036 | + functions-common:time_stop:2323 : total=212229 2022-02-04 15:00:33.038 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:00:33.040 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=227654 2022-02-04 15:00:33.043 | + inc/python:pip_install:203 : return 0 2022-02-04 15:00:33.046 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-04 15:00:33.048 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-02-04 15:00:33.051 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-02-04 15:00:33.071 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-02-04 15:00:33.083 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/neutron 2022-02-04 15:00:33.086 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2022-02-04 15:00:33.088 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 15:00:33.091 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 15:00:33.094 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-02-04 15:00:33.096 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 15:00:33.099 | + lib/neutron-legacy:install_mutnauq:449 : [[ openvswitch == \o\v\n ]] 2022-02-04 15:00:33.101 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-04 15:00:33.104 | + ./stack.sh:main:916 : is_service_enabled nova 2022-02-04 15:00:33.122 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:00:33.124 | + ./stack.sh:main:918 : stack_install_service nova 2022-02-04 15:00:33.127 | + lib/stack:stack_install_service:20 : local service=nova 2022-02-04 15:00:33.129 | + lib/stack:stack_install_service:21 : type install_nova 2022-02-04 15:00:33.132 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-04 15:00:33.134 | + lib/stack:stack_install_service:32 : install_nova 2022-02-04 15:00:33.137 | + lib/nova:install_nova:817 : use_library_from_git os-vif 2022-02-04 15:00:33.139 | + inc/python:use_library_from_git:250 : local name=os-vif 2022-02-04 15:00:33.142 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 15:00:33.144 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 15:00:33.146 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2022-02-04 15:00:33.149 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 15:00:33.151 | + lib/nova:install_nova:822 : is_service_enabled n-cpu 2022-02-04 15:00:33.167 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:00:33.170 | + lib/nova:install_nova:826 : is_service_enabled n-novnc 2022-02-04 15:00:33.186 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:00:33.189 | + lib/nova:install_nova:838 : is_service_enabled n-spice 2022-02-04 15:00:33.205 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:00:33.207 | + lib/nova:install_nova:850 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova stable/xena 2022-02-04 15:00:33.209 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/nova.git 2022-02-04 15:00:33.212 | + functions-common:git_clone:524 : local git_dest=/opt/stack/nova 2022-02-04 15:00:33.214 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-04 15:00:33.216 | + functions-common:git_clone:526 : local orig_dir 2022-02-04 15:00:33.219 | ++ functions-common:git_clone:527 : pwd 2022-02-04 15:00:33.221 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-04 15:00:33.224 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-04 15:00:33.226 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-04 15:00:33.242 | + functions-common:git_clone:530 : RECLONE=False 2022-02-04 15:00:33.244 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-04 15:00:33.247 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-04 15:00:33.250 | + functions-common:git_clone:544 : echo stable/xena 2022-02-04 15:00:33.250 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-04 15:00:33.255 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/nova ]] 2022-02-04 15:00:33.257 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-04 15:00:33.260 | + functions-common:git_clone:592 : cd /opt/stack/nova 2022-02-04 15:00:33.262 | + functions-common:git_clone:593 : git show --oneline 2022-02-04 15:00:33.263 | + functions-common:git_clone:593 : head -1 2022-02-04 15:00:33.268 | d860615527 Reproduce bug 1952941 2022-02-04 15:00:33.271 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-04 15:00:33.273 | + lib/nova:install_nova:851 : setup_develop /opt/stack/nova 2022-02-04 15:00:33.276 | + inc/python:setup_develop:338 : local bindep 2022-02-04 15:00:33.278 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2022-02-04 15:00:33.280 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2022-02-04 15:00:33.283 | + inc/python:setup_develop:344 : local extras= 2022-02-04 15:00:33.285 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-02-04 15:00:33.288 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-04 15:00:33.290 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2022-02-04 15:00:33.293 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2022-02-04 15:00:33.295 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-04 15:00:33.298 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-04 15:00:33.301 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2022-02-04 15:00:33.303 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-04 15:00:33.306 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2022-02-04 15:00:33.309 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-04 15:00:33.311 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-04 15:00:33.314 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-02-04 15:00:33.320 | + inc/python:_setup_package_with_constraints_edit:385 : name=nova 2022-02-04 15:00:33.323 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-02-04 15:00:33.942 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/nova -e 2022-02-04 15:00:33.945 | + inc/python:setup_package:418 : local bindep=0 2022-02-04 15:00:33.947 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-04 15:00:33.950 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-04 15:00:33.952 | + inc/python:setup_package:421 : [[ /opt/stack/nova == -bindep* ]] 2022-02-04 15:00:33.954 | + inc/python:setup_package:426 : local project_dir=/opt/stack/nova 2022-02-04 15:00:33.957 | + inc/python:setup_package:427 : local flags=-e 2022-02-04 15:00:33.959 | + inc/python:setup_package:428 : local extras= 2022-02-04 15:00:33.963 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-04 15:00:33.966 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-04 15:00:33.968 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-04 15:00:33.971 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-04 15:00:33.975 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-04 15:00:33.977 | + inc/python:setup_package:446 : pip_install -e /opt/stack/nova 2022-02-04 15:00:33.999 | Using python 3.8 to install /opt/stack/nova 2022-02-04 15:00:34.001 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2022-02-04 15:00:34.821 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:00:34.821 | from cryptography.utils import int_from_bytes 2022-02-04 15:00:34.821 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:00:34.821 | from cryptography.utils import int_from_bytes 2022-02-04 15:00:36.117 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 15:00:36.126 | Obtaining file:///opt/stack/nova 2022-02-04 15:00:36.127 | Preparing metadata (setup.py): started 2022-02-04 15:00:39.156 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 15:00:39.369 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (5.6.0) 2022-02-04 15:00:39.371 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (1.4.23) 2022-02-04 15:00:39.373 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (5.0.9) 2022-02-04 15:00:39.374 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (0.31.1) 2022-02-04 15:00:39.376 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (3.0.1) 2022-02-04 15:00:39.377 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (9.3.0) 2022-02-04 15:00:39.378 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (4.6.3) 2022-02-04 15:00:39.379 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (2.5.1) 2022-02-04 15:00:39.381 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (3.4.8) 2022-02-04 15:00:39.382 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (1.8.7) 2022-02-04 15:00:39.384 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (1.1.1) 2022-02-04 15:00:39.385 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (2.1.1) 2022-02-04 15:00:39.386 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (3.5.0) 2022-02-04 15:00:39.388 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (0.7.2) 2022-02-04 15:00:39.390 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (0.13.0) 2022-02-04 15:00:39.391 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (1.7.1) 2022-02-04 15:00:39.392 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (0.8.0) 2022-02-04 15:00:39.394 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (0.11.0) 2022-02-04 15:00:39.395 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (2.7.2) 2022-02-04 15:00:39.397 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (0.1.16) 2022-02-04 15:00:39.398 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from nova==24.0.1.dev15) (3.2.0) 2022-02-04 15:00:39.399 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (8.1.0) 2022-02-04 15:00:39.401 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (4.4.0) 2022-02-04 15:00:39.402 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (7.6.0) 2022-02-04 15:00:39.404 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (3.5.0) 2022-02-04 15:00:39.405 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (2.26.0) 2022-02-04 15:00:39.406 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (3.4.0) 2022-02-04 15:00:39.429 | warning: missing-index-doctype 2022-02-04 15:00:39.429 | 2022-02-04 15:00:39.429 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:00:39.429 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/websockify/ 2022-02-04 15:00:39.429 | 2022-02-04 15:00:39.429 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:00:39.429 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:00:39.474 | Collecting websockify>=0.9.0 2022-02-04 15:00:39.482 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/736/dc7a57bdf18d4/websockify-0.10.0-py3-none-any.whl (38 kB) 2022-02-04 15:00:39.487 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (2.8.1) 2022-02-04 15:00:39.489 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (4.4.1) 2022-02-04 15:00:39.490 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (8.7.1) 2022-02-04 15:00:39.492 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (3.3.2) 2022-02-04 15:00:39.493 | Requirement already satisfied: oslo.log>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (4.6.0) 2022-02-04 15:00:39.495 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (2.3.0) 2022-02-04 15:00:39.496 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (4.2.0) 2022-02-04 15:00:39.498 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (1.4.0) 2022-02-04 15:00:39.499 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (4.10.1) 2022-02-04 15:00:39.500 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (11.0.0) 2022-02-04 15:00:39.502 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (6.3.0) 2022-02-04 15:00:39.503 | Requirement already satisfied: oslo.messaging>=10.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (12.9.1) 2022-02-04 15:00:39.505 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (3.8.3) 2022-02-04 15:00:39.506 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (2.6.2) 2022-02-04 15:00:39.507 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (5.1.0) 2022-02-04 15:00:39.509 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (2.6.1) 2022-02-04 15:00:39.510 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (1.5.0) 2022-02-04 15:00:39.512 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (4.4.0) 2022-02-04 15:00:39.513 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (5.8.0) 2022-02-04 15:00:39.515 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (2.5.0) 2022-02-04 15:00:39.516 | Requirement already satisfied: os-brick>=4.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (5.0.1) 2022-02-04 15:00:39.517 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (1.1.0) 2022-02-04 15:00:39.519 | Requirement already satisfied: os-traits>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (2.6.0) 2022-02-04 15:00:39.520 | Requirement already satisfied: os-vif>=1.15.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (2.6.0) 2022-02-04 15:00:39.523 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (5.5.0) 2022-02-04 15:00:39.524 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (3.9.1) 2022-02-04 15:00:39.536 | warning: missing-index-doctype 2022-02-04 15:00:39.536 | 2022-02-04 15:00:39.536 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:00:39.537 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/microversion-parse/ 2022-02-04 15:00:39.537 | 2022-02-04 15:00:39.537 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:00:39.537 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:00:39.590 | Collecting microversion-parse>=0.2.1 2022-02-04 15:00:39.598 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2022-02-04 15:00:39.613 | warning: missing-index-doctype 2022-02-04 15:00:39.613 | 2022-02-04 15:00:39.613 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:00:39.613 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/os-xenapi/ 2022-02-04 15:00:39.613 | 2022-02-04 15:00:39.613 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:00:39.613 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:00:39.638 | Collecting os-xenapi>=0.3.4 2022-02-04 15:00:39.644 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b4d/9a2c858018977/os_xenapi-0.3.4-py2.py3-none-any.whl (137 kB) 2022-02-04 15:00:39.653 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.4/137.4 KB 56.7 MB/s eta 0:00:00 2022-02-04 15:00:39.658 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (2.9.0) 2022-02-04 15:00:39.660 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (0.2.2) 2022-02-04 15:00:39.673 | warning: missing-index-doctype 2022-02-04 15:00:39.673 | 2022-02-04 15:00:39.673 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:00:39.673 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pypowervm/ 2022-02-04 15:00:39.673 | 2022-02-04 15:00:39.673 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:00:39.673 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:00:39.717 | Collecting pypowervm>=1.1.15 2022-02-04 15:00:39.727 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/33b/83b6a6da976d8/pypowervm-1.1.26-py2.py3-none-any.whl (1.1 MB) 2022-02-04 15:00:39.749 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 62.0 MB/s eta 0:00:00 2022-02-04 15:00:39.763 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (1.3.3) 2022-02-04 15:00:39.765 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (1.7.0) 2022-02-04 15:00:39.766 | Requirement already satisfied: taskflow>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (4.6.2) 2022-02-04 15:00:39.768 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (2.8.2) 2022-02-04 15:00:39.781 | warning: missing-index-doctype 2022-02-04 15:00:39.781 | 2022-02-04 15:00:39.781 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:00:39.781 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/zvmcloudconnector/ 2022-02-04 15:00:39.781 | 2022-02-04 15:00:39.781 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:00:39.781 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:00:39.807 | Collecting zVMCloudConnector>=1.3.0 2022-02-04 15:00:39.814 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238 kB) 2022-02-04 15:00:39.823 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.6/238.6 KB 69.7 MB/s eta 0:00:00 2022-02-04 15:00:39.891 | Preparing metadata (setup.py): started 2022-02-04 15:00:40.645 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 15:00:40.649 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (2.4.0) 2022-02-04 15:00:40.651 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (0.59.0) 2022-02-04 15:00:40.652 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.0.1.dev15) (5.4.1) 2022-02-04 15:00:40.669 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.0.1.dev15) (5.2.2) 2022-02-04 15:00:40.670 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.0.1.dev15) (1.1.5) 2022-02-04 15:00:40.694 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.16.0->nova==24.0.1.dev15) (5.2.0) 2022-02-04 15:00:40.736 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->nova==24.0.1.dev15) (1.14.6) 2022-02-04 15:00:40.769 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.0.1.dev15) (1.16.0) 2022-02-04 15:00:40.770 | Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.0.1.dev15) (1.16.0) 2022-02-04 15:00:40.795 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->nova==24.0.1.dev15) (2.0.1) 2022-02-04 15:00:40.921 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.0.1.dev15) (3.1.1) 2022-02-04 15:00:40.923 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.0.1.dev15) (4.3.0) 2022-02-04 15:00:40.982 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.0.1.dev15) (0.10.0) 2022-02-04 15:00:40.983 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.0.1.dev15) (2.5.0) 2022-02-04 15:00:40.986 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.0.1.dev15) (1.32) 2022-02-04 15:00:40.988 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.0.1.dev15) (1.4.4) 2022-02-04 15:00:40.990 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.0.1.dev15) (1.1.5) 2022-02-04 15:00:40.992 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.0.1.dev15) (1.4.0) 2022-02-04 15:00:41.014 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=4.3.1->nova==24.0.1.dev15) (6.3.1) 2022-02-04 15:00:41.066 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.0.1.dev15) (1.12.0) 2022-02-04 15:00:41.070 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.0.1.dev15) (0.6.4) 2022-02-04 15:00:41.071 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.0.1.dev15) (2.3.0) 2022-02-04 15:00:41.130 | warning: missing-index-doctype 2022-02-04 15:00:41.130 | 2022-02-04 15:00:41.130 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:00:41.130 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/babel/ 2022-02-04 15:00:41.130 | 2022-02-04 15:00:41.130 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:00:41.130 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:00:41.171 | Collecting Babel!=2.4.0,>=2.3.4 2022-02-04 15:00:41.196 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ab4/9e12b91d937cd/Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) 2022-02-04 15:00:41.315 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 77.3 MB/s eta 0:00:00 2022-02-04 15:00:41.451 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->nova==24.0.1.dev15) (0.14.1) 2022-02-04 15:00:41.562 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.0.1.dev15) (2.0.1) 2022-02-04 15:00:41.564 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.0.1.dev15) (0.5.0) 2022-02-04 15:00:41.629 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.4.0->nova==24.0.1.dev15) (0.9.6) 2022-02-04 15:00:41.695 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.0.1.dev15) (0.3.0) 2022-02-04 15:00:41.697 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.0.1.dev15) (5.0.8) 2022-02-04 15:00:41.701 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.0.1.dev15) (5.1.0) 2022-02-04 15:00:41.702 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.0.1.dev15) (4.2.2) 2022-02-04 15:00:41.730 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.0.1.dev15) (3.3.0) 2022-02-04 15:00:41.732 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.0.1.dev15) (3.2.0) 2022-02-04 15:00:41.786 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->nova==24.0.1.dev15) (1.0.2) 2022-02-04 15:00:41.846 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=4.1.0->nova==24.0.1.dev15) (2021.1) 2022-02-04 15:00:41.882 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->nova==24.0.1.dev15) (1.3.2) 2022-02-04 15:00:41.884 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->nova==24.0.1.dev15) (3.0.0) 2022-02-04 15:00:41.940 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->nova==24.0.1.dev15) (21.0) 2022-02-04 15:00:41.944 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->nova==24.0.1.dev15) (2.4.7) 2022-02-04 15:00:42.070 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.1->nova==24.0.1.dev15) (1.4.0) 2022-02-04 15:00:42.100 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->nova==24.0.1.dev15) (57.4.0) 2022-02-04 15:00:42.269 | Requirement already satisfied: pyasn1-modules in /usr/local/lib/python3.8/dist-packages (from pypowervm>=1.1.15->nova==24.0.1.dev15) (0.2.8) 2022-02-04 15:00:42.269 | Requirement already satisfied: pyasn1 in /usr/local/lib/python3.8/dist-packages (from pypowervm>=1.1.15->nova==24.0.1.dev15) (0.4.8) 2022-02-04 15:00:42.316 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient!=4.0.0,>=3.3.0->nova==24.0.1.dev15) (3.17.5) 2022-02-04 15:00:42.386 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.0.1.dev15) (20.0.1) 2022-02-04 15:00:42.389 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.0.1.dev15) (1.3.3) 2022-02-04 15:00:42.392 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.0.1.dev15) (1.12.1) 2022-02-04 15:00:42.440 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.0.1.dev15) (3.9.0) 2022-02-04 15:00:42.442 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.0.1.dev15) (2.1.0) 2022-02-04 15:00:42.445 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.0.1.dev15) (2.4.2) 2022-02-04 15:00:42.530 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.0.1.dev15) (2021.5.30) 2022-02-04 15:00:42.532 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.0.1.dev15) (2.0.4) 2022-02-04 15:00:42.534 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.0.1.dev15) (1.26.6) 2022-02-04 15:00:42.536 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.0.1.dev15) (3.2) 2022-02-04 15:00:42.637 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->nova==24.0.1.dev15) (0.7) 2022-02-04 15:00:42.885 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.0.1.dev15) (0.4.1) 2022-02-04 15:00:42.888 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.0.1.dev15) (0.5.2) 2022-02-04 15:00:43.008 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.0.1.dev15) (1.4.2) 2022-02-04 15:00:43.011 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.0.1.dev15) (2.4.0) 2022-02-04 15:00:43.013 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.0.1.dev15) (2.6.2) 2022-02-04 15:00:43.106 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->nova==24.0.1.dev15) (0.12.1) 2022-02-04 15:00:43.228 | warning: missing-index-doctype 2022-02-04 15:00:43.228 | 2022-02-04 15:00:43.228 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:00:43.228 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/numpy/ 2022-02-04 15:00:43.228 | 2022-02-04 15:00:43.228 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:00:43.228 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:00:44.009 | Collecting numpy 2022-02-04 15:00:44.048 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7fd/c7689daf3b845/numpy-1.21.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.8 MB) 2022-02-04 15:00:44.257 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.8/15.8 MB 78.1 MB/s eta 0:00:00 2022-02-04 15:00:44.419 | Requirement already satisfied: PyJWT>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from zVMCloudConnector>=1.3.0->nova==24.0.1.dev15) (2.1.0) 2022-02-04 15:00:44.458 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=10.3.0->nova==24.0.1.dev15) (5.0.0) 2022-02-04 15:00:44.754 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==24.0.1.dev15) (2.20) 2022-02-04 15:00:44.840 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.0.1.dev15) (0.4.0) 2022-02-04 15:00:44.842 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.0.1.dev15) (2.1.2) 2022-02-04 15:00:45.013 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=4.4.0->nova==24.0.1.dev15) (1.6) 2022-02-04 15:00:45.062 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->nova==24.0.1.dev15) (2.5.0) 2022-02-04 15:00:45.180 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==24.0.1.dev15) (2.1) 2022-02-04 15:00:45.622 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=10.3.0->nova==24.0.1.dev15) (0.11.0) 2022-02-04 15:00:45.670 | Requirement already satisfied: ovs>=2.10.0 in /usr/lib/python3/dist-packages (from ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==24.0.1.dev15) (2.13.3) 2022-02-04 15:00:46.125 | Requirement already satisfied: pyroute2.nftables==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.0.1.dev15) (0.6.4) 2022-02-04 15:00:46.126 | Requirement already satisfied: pyroute2.ndb==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.0.1.dev15) (0.6.4) 2022-02-04 15:00:46.127 | Requirement already satisfied: pyroute2.ipset==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.0.1.dev15) (0.6.4) 2022-02-04 15:00:46.129 | Requirement already satisfied: pyroute2.ethtool==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.0.1.dev15) (0.6.4) 2022-02-04 15:00:46.130 | Requirement already satisfied: pyroute2.nslink==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.0.1.dev15) (0.6.4) 2022-02-04 15:00:46.132 | Requirement already satisfied: pyroute2.ipdb==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.0.1.dev15) (0.6.4) 2022-02-04 15:00:46.133 | Requirement already satisfied: pyroute2.core==0.6.4 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.0.1.dev15) (0.6.4) 2022-02-04 15:00:47.420 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=1.5.0->nova==24.0.1.dev15) (3.5.0) 2022-02-04 15:00:47.875 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.0.1.dev15) (0.2.5) 2022-02-04 15:00:47.876 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.0.1.dev15) (1.8.2) 2022-02-04 15:00:47.878 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.0.1.dev15) (21.2.0) 2022-02-04 15:00:47.879 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.0.1.dev15) (0.4.4) 2022-02-04 15:00:48.144 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->nova==24.0.1.dev15) (1.0.0) 2022-02-04 15:00:48.745 | Building wheels for collected packages: zVMCloudConnector 2022-02-04 15:00:48.746 | Building wheel for zVMCloudConnector (setup.py): started 2022-02-04 15:00:49.747 | Building wheel for zVMCloudConnector (setup.py): finished with status 'done' 2022-02-04 15:00:49.750 | Created wheel for zVMCloudConnector: filename=zVMCloudConnector-1.4.1-py3-none-any.whl size=303900 sha256=cac3904b93cdd7e59e05c44ec635b818b163ed725b9168760370bcecc1de2dbc 2022-02-04 15:00:49.750 | Stored in directory: /root/.cache/pip/wheels/2a/0d/26/6a5dd74b24937acbd678e55297c0aa8f409dd980f39a3170dd 2022-02-04 15:00:49.756 | Successfully built zVMCloudConnector 2022-02-04 15:00:50.709 | Installing collected packages: numpy, microversion-parse, Babel, zVMCloudConnector, websockify, pypowervm, os-xenapi, nova 2022-02-04 15:00:55.744 | Running setup.py develop for nova 2022-02-04 15:01:00.070 | 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 2022-02-04 15:01:00.071 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 15:01:00.304 | + inc/python:pip_install:200 : result=0 2022-02-04 15:01:00.306 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 15:01:00.308 | + functions-common:time_stop:2309 : local name 2022-02-04 15:01:00.311 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:01:00.313 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:01:00.315 | + functions-common:time_stop:2312 : local total 2022-02-04 15:01:00.317 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:01:00.320 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 15:01:00.322 | + functions-common:time_stop:2316 : start_time=1643986833994 2022-02-04 15:01:00.325 | + functions-common:time_stop:2318 : [[ -z 1643986833994 ]] 2022-02-04 15:01:00.327 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:01:00.332 | + functions-common:time_stop:2321 : end_time=1643986860329 2022-02-04 15:01:00.334 | + functions-common:time_stop:2322 : elapsed_time=26335 2022-02-04 15:01:00.336 | + functions-common:time_stop:2323 : total=227654 2022-02-04 15:01:00.339 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:01:00.342 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=253989 2022-02-04 15:01:00.344 | + inc/python:pip_install:203 : return 0 2022-02-04 15:01:00.347 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-04 15:01:00.349 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-02-04 15:01:00.352 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-02-04 15:01:00.371 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-02-04 15:01:00.383 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/nova 2022-02-04 15:01:00.386 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2022-02-04 15:01:00.388 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 15:01:00.391 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 15:01:00.394 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-02-04 15:01:00.396 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 15:01:00.399 | + lib/nova:install_nova:852 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-02-04 15:01:00.411 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-04 15:01:00.414 | + ./stack.sh:main:919 : configure_nova 2022-02-04 15:01:00.416 | + lib/nova:configure_nova:241 : sudo install -d -o ubuntu /etc/nova 2022-02-04 15:01:00.429 | + lib/nova:configure_nova:243 : configure_rootwrap nova 2022-02-04 15:01:00.431 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-02-04 15:01:00.434 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-02-04 15:01:00.437 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-02-04 15:01:00.438 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-02-04 15:01:00.443 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-02-04 15:01:00.445 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-02-04 15:01:00.448 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-02-04 15:01:00.450 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-02-04 15:01:00.453 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-02-04 15:01:00.455 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-02-04 15:01:00.457 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-02-04 15:01:00.460 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-02-04 15:01:00.472 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-02-04 15:01:00.484 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2022-02-04 15:01:00.496 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2022-02-04 15:01:00.508 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-02-04 15:01:00.521 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-02-04 15:01:00.524 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-02-04 15:01:00.529 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.34TFK5w2wE 2022-02-04 15:01:00.531 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-02-04 15:01:00.533 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-02-04 15:01:00.536 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-02-04 15:01:00.538 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-02-04 15:01:00.541 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-02-04 15:01:00.544 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.34TFK5w2wE 2022-02-04 15:01:00.548 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.34TFK5w2wE 2022-02-04 15:01:00.560 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.34TFK5w2wE /etc/sudoers.d/nova-rootwrap 2022-02-04 15:01:00.573 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-02-04 15:01:00.578 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-02-04 15:01:00.580 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-02-04 15:01:00.583 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-02-04 15:01:00.585 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-02-04 15:01:00.588 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2022-02-04 15:01:00.590 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2022-02-04 15:01:00.593 | + lib/nova:configure_nova:245 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-02-04 15:01:00.596 | + lib/nova:configure_nova:247 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-02-04 15:01:00.601 | + lib/nova:configure_nova:250 : is_service_enabled n-cpu 2022-02-04 15:01:00.618 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:00.622 | + lib/nova:configure_nova:322 : create_nova_conf 2022-02-04 15:01:00.624 | + lib/nova:create_nova_conf:389 : rm -f /opt/stack/nova/bin/nova.conf 2022-02-04 15:01:00.628 | + lib/nova:create_nova_conf:392 : rm -f /etc/nova/nova.conf 2022-02-04 15:01:00.631 | + lib/nova:create_nova_conf:393 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-02-04 15:01:00.661 | + lib/nova:create_nova_conf:394 : '[' True == True ']' 2022-02-04 15:01:00.664 | + lib/nova:create_nova_conf:395 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-02-04 15:01:00.692 | + lib/nova:create_nova_conf:397 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-02-04 15:01:00.722 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-02-04 15:01:00.751 | + lib/nova:create_nova_conf:399 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-02-04 15:01:00.783 | + lib/nova:create_nova_conf:400 : iniset /etc/nova/nova.conf scheduler workers 2 2022-02-04 15:01:00.817 | + lib/nova:create_nova_conf:401 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-02-04 15:01:00.848 | + lib/nova:create_nova_conf:402 : [[ 4 == 6 ]] 2022-02-04 15:01:00.850 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.18 2022-02-04 15:01:00.880 | + lib/nova:create_nova_conf:407 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-02-04 15:01:00.910 | + lib/nova:create_nova_conf:408 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-02-04 15:01:00.937 | + lib/nova:create_nova_conf:409 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-02-04 15:01:00.965 | + lib/nova:create_nova_conf:410 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-02-04 15:01:00.992 | + lib/nova:create_nova_conf:412 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-02-04 15:01:01.024 | + lib/nova:create_nova_conf:414 : is_fedora 2022-02-04 15:01:01.026 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-04 15:01:01.030 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-04 15:01:01.032 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-04 15:01:01.034 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-04 15:01:01.038 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-04 15:01:01.043 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-04 15:01:01.045 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-04 15:01:01.047 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-04 15:01:01.049 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-04 15:01:01.051 | + lib/nova:create_nova_conf:414 : is_suse 2022-02-04 15:01:01.054 | + functions-common:is_suse:462 : is_opensuse 2022-02-04 15:01:01.056 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-04 15:01:01.060 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-04 15:01:01.062 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-04 15:01:01.064 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-04 15:01:01.066 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-04 15:01:01.069 | + lib/nova:create_nova_conf:423 : is_service_enabled n-api n-cond n-sched 2022-02-04 15:01:01.087 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:01.089 | + lib/nova:create_nova_conf:427 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-04 15:01:01.092 | + lib/nova:create_nova_conf:430 : local db=nova_cell0 2022-02-04 15:01:01.095 | + lib/nova:create_nova_conf:433 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-02-04 15:01:01.123 | ++ lib/nova:create_nova_conf:436 : database_connection_url nova_cell0 2022-02-04 15:01:01.126 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2022-02-04 15:01:01.128 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2022-02-04 15:01:01.130 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2022-02-04 15:01:01.132 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-02-04 15:01:01.135 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-02-04 15:01:01.168 | ++ lib/nova:create_nova_conf:437 : database_connection_url nova_api 2022-02-04 15:01:01.170 | ++ lib/database:database_connection_url:132 : local db=nova_api 2022-02-04 15:01:01.172 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2022-02-04 15:01:01.175 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_api 2022-02-04 15:01:01.177 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-02-04 15:01:01.180 | + lib/nova:create_nova_conf:437 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-02-04 15:01:01.213 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf cache enabled True 2022-02-04 15:01:01.245 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-02-04 15:01:01.273 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-02-04 15:01:01.303 | + lib/nova:create_nova_conf:447 : is_service_enabled n-api 2022-02-04 15:01:01.321 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:01.323 | + lib/nova:create_nova_conf:448 : is_service_enabled n-api-meta 2022-02-04 15:01:01.340 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:01.344 | ++ lib/nova:create_nova_conf:450 : echo osapi_compute,metadata 2022-02-04 15:01:01.345 | ++ lib/nova:create_nova_conf:450 : sed s/,metadata// 2022-02-04 15:01:01.350 | + lib/nova:create_nova_conf:450 : NOVA_ENABLED_APIS=osapi_compute 2022-02-04 15:01:01.352 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-02-04 15:01:01.386 | + lib/nova:create_nova_conf:453 : is_service_enabled tls-proxy 2022-02-04 15:01:01.403 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:01.405 | + lib/nova:create_nova_conf:459 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-02-04 15:01:01.408 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/nova/nova.conf 2022-02-04 15:01:01.410 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=nova 2022-02-04 15:01:01.413 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-02-04 15:01:01.415 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-02-04 15:01:01.448 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-02-04 15:01:01.475 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.18/identity 2022-02-04 15:01:01.504 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-02-04 15:01:01.530 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-02-04 15:01:01.560 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-02-04 15:01:01.590 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-02-04 15:01:01.617 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-02-04 15:01:01.645 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-04 15:01:01.677 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-02-04 15:01:01.704 | + lib/nova:create_nova_conf:462 : is_service_enabled cinder 2022-02-04 15:01:01.722 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:01.724 | + lib/nova:create_nova_conf:463 : configure_cinder_access 2022-02-04 15:01:01.727 | + lib/nova:configure_cinder_access:584 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-02-04 15:01:01.760 | + lib/nova:configure_cinder_access:585 : iniset /etc/nova/nova.conf cinder auth_type password 2022-02-04 15:01:01.793 | + lib/nova:configure_cinder_access:586 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.18/identity 2022-02-04 15:01:01.820 | + lib/nova:configure_cinder_access:593 : iniset /etc/nova/nova.conf cinder username nova 2022-02-04 15:01:01.848 | + lib/nova:configure_cinder_access:594 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-02-04 15:01:01.876 | + lib/nova:configure_cinder_access:595 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-02-04 15:01:01.903 | + lib/nova:configure_cinder_access:596 : iniset /etc/nova/nova.conf cinder project_name service 2022-02-04 15:01:01.933 | + lib/nova:configure_cinder_access:597 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-02-04 15:01:01.960 | + lib/nova:configure_cinder_access:598 : is_service_enabled tls-proxy 2022-02-04 15:01:01.977 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:01.979 | + lib/nova:create_nova_conf:466 : '[' -n /opt/stack/data/nova ']' 2022-02-04 15:01:01.982 | + lib/nova:create_nova_conf:467 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-02-04 15:01:02.010 | + lib/nova:create_nova_conf:468 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-02-04 15:01:02.044 | + lib/nova:create_nova_conf:470 : '[' -n /opt/stack/data/nova/instances ']' 2022-02-04 15:01:02.047 | + lib/nova:create_nova_conf:471 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-02-04 15:01:02.075 | + lib/nova:create_nova_conf:473 : '[' False '!=' False ']' 2022-02-04 15:01:02.078 | + lib/nova:create_nova_conf:476 : '[' False '!=' False ']' 2022-02-04 15:01:02.080 | + lib/nova:create_nova_conf:481 : is_suse 2022-02-04 15:01:02.082 | + functions-common:is_suse:462 : is_opensuse 2022-02-04 15:01:02.085 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-04 15:01:02.087 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-04 15:01:02.090 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-04 15:01:02.092 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-04 15:01:02.096 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-04 15:01:02.099 | + lib/nova:create_nova_conf:486 : setup_logging /etc/nova/nova.conf 2022-02-04 15:01:02.104 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-02-04 15:01:02.106 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-02-04 15:01:02.109 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-04 15:01:02.128 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-04 15:01:02.130 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-04 15:01:02.132 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-04 15:01:02.134 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-04 15:01:02.137 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-04 15:01:02.166 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-02-04 15:01:02.195 | + functions:setup_systemd_logging:705 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-02-04 15:01:02.223 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-04 15:01:02.252 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-02-04 15:01:02.284 | + lib/nova:create_nova_conf:490 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-02-04 15:01:02.286 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2022-02-04 15:01:02.290 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-02-04 15:01:02.292 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2022-02-04 15:01:02.295 | + lib/apache:write_uwsgi_config:257 : local http= 2022-02-04 15:01:02.298 | + lib/apache:write_uwsgi_config:258 : local name= 2022-02-04 15:01:02.301 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2022-02-04 15:01:02.305 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2022-02-04 15:01:02.307 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-02-04 15:01:02.310 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-04 15:01:02.322 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-04 15:01:02.322 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-04 15:01:02.332 | d /var/run/uwsgi 0755 ubuntu root 2022-02-04 15:01:02.335 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-04 15:01:02.354 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-02-04 15:01:02.356 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-02-04 15:01:02.361 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-02-04 15:01:02.391 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-02-04 15:01:02.420 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-02-04 15:01:02.447 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-02-04 15:01:02.476 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-02-04 15:01:02.504 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-04 15:01:02.534 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-02-04 15:01:02.563 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-02-04 15:01:02.591 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-02-04 15:01:02.619 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-04 15:01:02.646 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-02-04 15:01:02.676 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-04 15:01:02.710 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-02-04 15:01:02.739 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-02-04 15:01:02.742 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-02-04 15:01:02.745 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2022-02-04 15:01:02.747 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2022-02-04 15:01:02.750 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-02-04 15:01:02.752 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:02.754 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:02.757 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-02-04 15:01:02.759 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-02-04 15:01:02.762 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-02-04 15:01:02.790 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-02-04 15:01:02.820 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-02-04 15:01:02.820 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2022-02-04 15:01:02.829 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-02-04 15:01:02.832 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2022-02-04 15:01:02.835 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2022-02-04 15:01:02.837 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-02-04 15:01:02.839 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-04 15:01:02.842 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-04 15:01:02.844 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:02.846 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:02.849 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-04 15:01:02.851 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-02-04 15:01:02.853 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:02.856 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:02.858 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2022-02-04 15:01:02.921 | Enabling site nova-api-wsgi. 2022-02-04 15:01:02.926 | To activate the new configuration, you need to run: 2022-02-04 15:01:02.926 | systemctl reload apache2 2022-02-04 15:01:02.930 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-02-04 15:01:02.933 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-04 15:01:02.936 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-04 15:01:02.939 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-04 15:01:03.070 | + lib/nova:create_nova_conf:491 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-02-04 15:01:03.072 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-02-04 15:01:03.074 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-02-04 15:01:03.076 | + lib/apache:write_uwsgi_config:256 : local url= 2022-02-04 15:01:03.079 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2022-02-04 15:01:03.082 | + lib/apache:write_uwsgi_config:258 : local name= 2022-02-04 15:01:03.085 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2022-02-04 15:01:03.090 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2022-02-04 15:01:03.093 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-02-04 15:01:03.095 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-04 15:01:03.110 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-04 15:01:03.110 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-04 15:01:03.119 | d /var/run/uwsgi 0755 ubuntu root 2022-02-04 15:01:03.123 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-04 15:01:03.139 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-02-04 15:01:03.144 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-02-04 15:01:03.148 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-02-04 15:01:03.180 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-02-04 15:01:03.210 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-02-04 15:01:03.240 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-02-04 15:01:03.268 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-02-04 15:01:03.297 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-04 15:01:03.325 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-02-04 15:01:03.354 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-02-04 15:01:03.382 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-02-04 15:01:03.409 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-04 15:01:03.438 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-02-04 15:01:03.466 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-04 15:01:03.494 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-02-04 15:01:03.523 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2022-02-04 15:01:03.526 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-02-04 15:01:03.554 | + lib/nova:create_nova_conf:493 : is_service_enabled ceilometer 2022-02-04 15:01:03.571 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:03.574 | + lib/nova:create_nova_conf:501 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-02-04 15:01:03.609 | ++ lib/nova:create_nova_conf:502 : get_notification_url 2022-02-04 15:01:03.612 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-02-04 15:01:03.614 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-02-04 15:01:03.631 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:03.633 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-02-04 15:01:03.636 | + lib/nova:create_nova_conf:502 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-02-04 15:01:03.668 | + lib/nova:create_nova_conf:503 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-02-04 15:01:03.698 | + lib/nova:create_nova_conf:504 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-02-04 15:01:03.702 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-02-04 15:01:03.704 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-02-04 15:01:03.707 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-04 15:01:03.709 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-04 15:01:03.711 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-04 15:01:03.729 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:03.732 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-04 15:01:03.736 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-04 15:01:03.738 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-04 15:01:03.754 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:03.757 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-02-04 15:01:03.760 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-02-04 15:01:03.789 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-04 15:01:03.791 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-04 15:01:03.794 | + lib/nova:create_nova_conf:506 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-02-04 15:01:03.824 | + lib/nova:create_nova_conf:507 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-02-04 15:01:03.855 | + lib/nova:create_nova_conf:509 : iniset /etc/nova/nova.conf conductor workers 2 2022-02-04 15:01:03.889 | + lib/nova:create_nova_conf:511 : is_service_enabled tls-proxy 2022-02-04 15:01:03.906 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:03.908 | + lib/nova:create_nova_conf:516 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-02-04 15:01:03.937 | + lib/nova:create_nova_conf:518 : '[' True == True ']' 2022-02-04 15:01:03.941 | + lib/nova:create_nova_conf:519 : init_nova_service_user_conf 2022-02-04 15:01:03.943 | + lib/nova:init_nova_service_user_conf:720 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-02-04 15:01:03.975 | + lib/nova:init_nova_service_user_conf:721 : iniset /etc/nova/nova.conf service_user auth_type password 2022-02-04 15:01:04.004 | + lib/nova:init_nova_service_user_conf:722 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.18/identity 2022-02-04 15:01:04.034 | + lib/nova:init_nova_service_user_conf:723 : iniset /etc/nova/nova.conf service_user username nova 2022-02-04 15:01:04.063 | + lib/nova:init_nova_service_user_conf:724 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-02-04 15:01:04.093 | + lib/nova:init_nova_service_user_conf:725 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-02-04 15:01:04.124 | + lib/nova:init_nova_service_user_conf:726 : iniset /etc/nova/nova.conf service_user project_name service 2022-02-04 15:01:04.156 | + lib/nova:init_nova_service_user_conf:727 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-02-04 15:01:04.187 | + lib/nova:init_nova_service_user_conf:728 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-02-04 15:01:04.216 | + lib/nova:create_nova_conf:522 : is_service_enabled n-cond 2022-02-04 15:01:04.233 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:04.237 | ++ lib/nova:create_nova_conf:523 : seq 1 1 2022-02-04 15:01:04.241 | + lib/nova:create_nova_conf:523 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-04 15:01:04.243 | + lib/nova:create_nova_conf:524 : local conf 2022-02-04 15:01:04.246 | + lib/nova:create_nova_conf:525 : local vhost 2022-02-04 15:01:04.249 | ++ lib/nova:create_nova_conf:526 : conductor_conf 1 2022-02-04 15:01:04.253 | ++ lib/nova:conductor_conf:732 : local cell=1 2022-02-04 15:01:04.255 | ++ lib/nova:conductor_conf:733 : echo /etc/nova/nova_cell1.conf 2022-02-04 15:01:04.258 | + lib/nova:create_nova_conf:526 : conf=/etc/nova/nova_cell1.conf 2022-02-04 15:01:04.260 | + lib/nova:create_nova_conf:527 : vhost=nova_cell1 2022-02-04 15:01:04.263 | + lib/nova:create_nova_conf:529 : rm -f /etc/nova/nova_cell1.conf 2022-02-04 15:01:04.268 | ++ lib/nova:create_nova_conf:530 : database_connection_url nova_cell1 2022-02-04 15:01:04.270 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2022-02-04 15:01:04.272 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2022-02-04 15:01:04.274 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell1 2022-02-04 15:01:04.277 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-02-04 15:01:04.280 | + lib/nova:create_nova_conf:530 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-02-04 15:01:04.312 | + lib/nova:create_nova_conf:531 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-02-04 15:01:04.354 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-02-04 15:01:04.385 | + lib/nova:create_nova_conf:534 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-04 15:01:04.388 | + lib/nova:create_nova_conf:537 : rpc_backend_add_vhost nova_cell1 2022-02-04 15:01:04.390 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-02-04 15:01:04.392 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-02-04 15:01:04.409 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:04.412 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-02-04 15:01:04.413 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-02-04 15:01:05.111 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2022-02-04 15:01:05.114 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2022-02-04 15:01:05.786 | Adding vhost "nova_cell1" ... 2022-02-04 15:01:05.830 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2022-02-04 15:01:06.514 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" ... 2022-02-04 15:01:06.537 | + lib/nova:create_nova_conf:538 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-02-04 15:01:06.540 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-02-04 15:01:06.542 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-02-04 15:01:06.545 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-04 15:01:06.547 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-02-04 15:01:06.549 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-04 15:01:06.566 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:06.569 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-02-04 15:01:06.572 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-02-04 15:01:06.574 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-04 15:01:06.590 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:06.592 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/nova_cell1 2022-02-04 15:01:06.595 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/nova_cell1 2022-02-04 15:01:06.626 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-04 15:01:06.628 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-04 15:01:06.631 | + lib/nova:create_nova_conf:542 : is_service_enabled placement placement-client 2022-02-04 15:01:06.647 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:06.658 | + lib/nova:create_nova_conf:543 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-02-04 15:01:06.660 | + lib/nova:configure_placement_nova_compute:571 : local conf=/etc/nova/nova_cell1.conf 2022-02-04 15:01:06.663 | + lib/nova:configure_placement_nova_compute:572 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-02-04 15:01:06.696 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.18/identity 2022-02-04 15:01:06.724 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-02-04 15:01:06.757 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-02-04 15:01:06.785 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-02-04 15:01:06.815 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-02-04 15:01:06.843 | + lib/nova:configure_placement_nova_compute:578 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-02-04 15:01:06.871 | + lib/nova:configure_placement_nova_compute:579 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-02-04 15:01:06.900 | + lib/nova:create_nova_conf:547 : setup_logging /etc/nova/nova_cell1.conf 2022-02-04 15:01:06.903 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-02-04 15:01:06.905 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-02-04 15:01:06.908 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-04 15:01:06.925 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-04 15:01:06.928 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-04 15:01:06.930 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-04 15:01:06.932 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-04 15:01:06.934 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-04 15:01:06.962 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-02-04 15:01:06.991 | + functions:setup_systemd_logging:705 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-02-04 15:01:07.019 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-04 15:01:07.049 | + lib/nova:create_nova_conf:554 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-04 15:01:07.052 | ++ lib/nova:create_nova_conf:557 : seq 1 1 2022-02-04 15:01:07.056 | + lib/nova:create_nova_conf:557 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-04 15:01:07.059 | + lib/nova:create_nova_conf:558 : local conf 2022-02-04 15:01:07.061 | + lib/nova:create_nova_conf:559 : local offset 2022-02-04 15:01:07.064 | ++ lib/nova:create_nova_conf:560 : conductor_conf 1 2022-02-04 15:01:07.066 | ++ lib/nova:conductor_conf:732 : local cell=1 2022-02-04 15:01:07.068 | ++ lib/nova:conductor_conf:733 : echo /etc/nova/nova_cell1.conf 2022-02-04 15:01:07.071 | + lib/nova:create_nova_conf:560 : conf=/etc/nova/nova_cell1.conf 2022-02-04 15:01:07.073 | + lib/nova:create_nova_conf:561 : offset=0 2022-02-04 15:01:07.076 | + lib/nova:create_nova_conf:562 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-02-04 15:01:07.078 | + lib/nova:configure_console_proxies:669 : local conf=/etc/nova/nova_cell1.conf 2022-02-04 15:01:07.081 | + lib/nova:configure_console_proxies:670 : local offset=0 2022-02-04 15:01:07.083 | + lib/nova:configure_console_proxies:674 : offset=0 2022-02-04 15:01:07.085 | + lib/nova:configure_console_proxies:676 : is_service_enabled n-novnc 2022-02-04 15:01:07.103 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:07.107 | + lib/nova:configure_console_proxies:676 : '[' False '!=' False ']' 2022-02-04 15:01:07.110 | + lib/nova:configure_console_proxies:708 : is_service_enabled n-spice 2022-02-04 15:01:07.126 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:07.128 | + lib/nova:configure_console_proxies:713 : is_service_enabled n-sproxy 2022-02-04 15:01:07.146 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:07.149 | + lib/nova:configure_nova:324 : is_service_enabled n-cpu 2022-02-04 15:01:07.169 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:07.172 | + ./stack.sh:main:922 : is_service_enabled placement 2022-02-04 15:01:07.189 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:07.192 | + ./stack.sh:main:924 : stack_install_service placement 2022-02-04 15:01:07.195 | + lib/stack:stack_install_service:20 : local service=placement 2022-02-04 15:01:07.198 | + lib/stack:stack_install_service:21 : type install_placement 2022-02-04 15:01:07.200 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-02-04 15:01:07.202 | + lib/stack:stack_install_service:32 : install_placement 2022-02-04 15:01:07.205 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-02-04 15:01:07.207 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2022-02-04 15:01:07.210 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:07.213 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:07.216 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2022-02-04 15:01:07.218 | + functions-common:install_package:1347 : update_package_repo 2022-02-04 15:01:07.221 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-04 15:01:07.223 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-04 15:01:07.226 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-04 15:01:07.228 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-04 15:01:07.231 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-04 15:01:07.233 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:07.236 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:07.238 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-04 15:01:07.241 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-04 15:01:07.243 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-04 15:01:07.246 | + functions-common:apt_get_update:1074 : return 2022-02-04 15:01:07.248 | + functions-common:install_package:1348 : real_install_package apache2 2022-02-04 15:01:07.250 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-04 15:01:07.253 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:07.255 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:07.258 | + functions-common:real_install_package:1334 : apt_get install apache2 2022-02-04 15:01:07.282 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-02-04 15:01:07.390 | Reading package lists... 2022-02-04 15:01:07.641 | Building dependency tree... 2022-02-04 15:01:07.642 | Reading state information... 2022-02-04 15:01:07.902 | apache2 is already the newest version (2.4.41-4ubuntu3.9). 2022-02-04 15:01:07.902 | The following packages were automatically installed and are no longer required: 2022-02-04 15:01:07.904 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-04 15:01:07.904 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-04 15:01:07.904 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-04 15:01:07.904 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-04 15:01:07.904 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-04 15:01:07.904 | python3-zope.interface 2022-02-04 15:01:07.904 | Use 'sudo apt autoremove' to remove them. 2022-02-04 15:01:08.019 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-02-04 15:01:08.023 | + functions-common:apt_get:1118 : result=0 2022-02-04 15:01:08.026 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-04 15:01:08.029 | + functions-common:time_stop:2309 : local name 2022-02-04 15:01:08.031 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:01:08.033 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:01:08.036 | + functions-common:time_stop:2312 : local total 2022-02-04 15:01:08.038 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:01:08.040 | + functions-common:time_stop:2315 : name=apt-get 2022-02-04 15:01:08.043 | + functions-common:time_stop:2316 : start_time=1643986867279 2022-02-04 15:01:08.045 | + functions-common:time_stop:2318 : [[ -z 1643986867279 ]] 2022-02-04 15:01:08.048 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:01:08.052 | + functions-common:time_stop:2321 : end_time=1643986868050 2022-02-04 15:01:08.054 | + functions-common:time_stop:2322 : elapsed_time=771 2022-02-04 15:01:08.057 | + functions-common:time_stop:2323 : total=311690 2022-02-04 15:01:08.059 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:01:08.061 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=312461 2022-02-04 15:01:08.064 | + functions-common:apt_get:1122 : return 0 2022-02-04 15:01:08.066 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2022-02-04 15:01:08.069 | + functions-common:is_package_installed:1356 : [[ -z libapache2-mod-wsgi ]] 2022-02-04 15:01:08.071 | + functions-common:is_package_installed:1360 : [[ -z deb ]] 2022-02-04 15:01:08.074 | + functions-common:is_package_installed:1364 : [[ deb = \d\e\b ]] 2022-02-04 15:01:08.077 | + functions-common:is_package_installed:1365 : dpkg -s libapache2-mod-wsgi 2022-02-04 15:01:08.101 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2022-02-04 15:01:08.103 | + functions-common:install_package:1347 : update_package_repo 2022-02-04 15:01:08.106 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2022-02-04 15:01:08.108 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2022-02-04 15:01:08.111 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2022-02-04 15:01:08.113 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2022-02-04 15:01:08.116 | + functions-common:update_package_repo:1327 : is_ubuntu 2022-02-04 15:01:08.118 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:08.121 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:08.123 | + functions-common:update_package_repo:1328 : apt_get_update 2022-02-04 15:01:08.126 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2022-02-04 15:01:08.128 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2022-02-04 15:01:08.130 | + functions-common:apt_get_update:1074 : return 2022-02-04 15:01:08.133 | + functions-common:install_package:1348 : real_install_package libapache2-mod-wsgi-py3 2022-02-04 15:01:08.135 | + functions-common:real_install_package:1333 : is_ubuntu 2022-02-04 15:01:08.139 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:08.141 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:08.144 | + functions-common:real_install_package:1334 : apt_get install libapache2-mod-wsgi-py3 2022-02-04 15:01:08.167 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2022-02-04 15:01:08.276 | Reading package lists... 2022-02-04 15:01:08.547 | Building dependency tree... 2022-02-04 15:01:08.548 | Reading state information... 2022-02-04 15:01:08.814 | The following packages were automatically installed and are no longer required: 2022-02-04 15:01:08.815 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-02-04 15:01:08.815 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-02-04 15:01:08.815 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-02-04 15:01:08.816 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-02-04 15:01:08.816 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-02-04 15:01:08.816 | python3-zope.interface 2022-02-04 15:01:08.816 | Use 'sudo apt autoremove' to remove them. 2022-02-04 15:01:08.883 | The following NEW packages will be installed: 2022-02-04 15:01:08.884 | libapache2-mod-wsgi-py3 2022-02-04 15:01:08.994 | 0 upgraded, 1 newly installed, 0 to remove and 107 not upgraded. 2022-02-04 15:01:08.994 | Need to get 93.3 kB of archives. 2022-02-04 15:01:08.994 | After this operation, 300 kB of additional disk space will be used. 2022-02-04 15:01:08.994 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapache2-mod-wsgi-py3 amd64 4.6.8-1ubuntu3 [93.3 kB] 2022-02-04 15:01:09.675 | Fetched 93.3 kB in 0s (418 kB/s) 2022-02-04 15:01:09.709 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2022-02-04 15:01:09.763 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 91051 files and directories currently installed.) 2022-02-04 15:01:09.767 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.6.8-1ubuntu3_amd64.deb ... 2022-02-04 15:01:09.770 | Unpacking libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ... 2022-02-04 15:01:09.843 | Setting up libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3) ... 2022-02-04 15:01:10.007 | apache2_invoke: Enable module wsgi 2022-02-04 15:01:18.124 | + functions-common:apt_get:1118 : result=0 2022-02-04 15:01:18.127 | + functions-common:apt_get:1121 : time_stop apt-get 2022-02-04 15:01:18.134 | + functions-common:time_stop:2309 : local name 2022-02-04 15:01:18.137 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:01:18.140 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:01:18.142 | + functions-common:time_stop:2312 : local total 2022-02-04 15:01:18.144 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:01:18.147 | + functions-common:time_stop:2315 : name=apt-get 2022-02-04 15:01:18.149 | + functions-common:time_stop:2316 : start_time=1643986868164 2022-02-04 15:01:18.151 | + functions-common:time_stop:2318 : [[ -z 1643986868164 ]] 2022-02-04 15:01:18.154 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:01:18.159 | + functions-common:time_stop:2321 : end_time=1643986878156 2022-02-04 15:01:18.161 | + functions-common:time_stop:2322 : elapsed_time=9992 2022-02-04 15:01:18.163 | + functions-common:time_stop:2323 : total=312461 2022-02-04 15:01:18.166 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:01:18.168 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=322453 2022-02-04 15:01:18.170 | + functions-common:apt_get:1122 : return 0 2022-02-04 15:01:18.173 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2022-02-04 15:01:18.175 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2022-02-04 15:01:18.178 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-04 15:01:18.180 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:18.183 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:18.186 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-02-04 15:01:18.188 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2022-02-04 15:01:18.245 | wsgi (enabled by maintainer script) 2022-02-04 15:01:18.249 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-02-04 15:01:18.251 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-02-04 15:01:18.254 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-04 15:01:18.257 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-02-04 15:01:18.260 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2022-02-04 15:01:18.263 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-04 15:01:18.266 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-02-04 15:01:18.267 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-04 15:01:18.272 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2022-02-04 15:01:18.275 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2022-02-04 15:01:18.277 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2022-02-04 15:01:18.280 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-02-04 15:01:18.283 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-02-04 15:01:18.306 | Using python 3.8 to install osc-placement 2022-02-04 15:01:18.309 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2022-02-04 15:01:19.124 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:01:19.124 | from cryptography.utils import int_from_bytes 2022-02-04 15:01:19.124 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:01:19.124 | from cryptography.utils import int_from_bytes 2022-02-04 15:01:20.435 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 15:01:20.465 | warning: missing-index-doctype 2022-02-04 15:01:20.466 | 2022-02-04 15:01:20.466 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:01:20.466 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/osc-placement/ 2022-02-04 15:01:20.466 | 2022-02-04 15:01:20.466 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:01:20.466 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:01:20.521 | Collecting osc-placement 2022-02-04 15:01:20.529 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c6d/5a64a2d64386f/osc_placement-3.1.1-py3-none-any.whl (63 kB) 2022-02-04 15:01:20.535 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.1/63.1 KB 51.5 MB/s eta 0:00:00 2022-02-04 15:01:20.551 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (2.4.2) 2022-02-04 15:01:20.552 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (3.17.5) 2022-02-04 15:01:20.554 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.10.1) 2022-02-04 15:01:20.555 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (1.16.0) 2022-02-04 15:01:20.556 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (5.6.0) 2022-02-04 15:01:20.558 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.4.0) 2022-02-04 15:01:20.627 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (0.1.16) 2022-02-04 15:01:20.628 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.26.0) 2022-02-04 15:01:20.631 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2022-02-04 15:01:20.632 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (3.4.0) 2022-02-04 15:01:20.645 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (0.59.0) 2022-02-04 15:01:20.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) 2022-02-04 15:01:20.649 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (5.1.0) 2022-02-04 15:01:20.664 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.4.7) 2022-02-04 15:01:20.665 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2021.1) 2022-02-04 15:01:20.667 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (21.0) 2022-02-04 15:01:20.668 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2022-02-04 15:01:20.671 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2022-02-04 15:01:20.672 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.3.0) 2022-02-04 15:01:20.693 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (5.4.1) 2022-02-04 15:01:20.694 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.1.2) 2022-02-04 15:01:20.696 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.7.2) 2022-02-04 15:01:20.698 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.4.0) 2022-02-04 15:01:20.708 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.12.1) 2022-02-04 15:01:20.752 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.5) 2022-02-04 15:01:20.753 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2022-02-04 15:01:20.754 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2022-02-04 15:01:20.756 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (0.10.0) 2022-02-04 15:01:20.758 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (3.4.8) 2022-02-04 15:01:20.761 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2022-02-04 15:01:20.763 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.5.0) 2022-02-04 15:01:20.764 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.0.9) 2022-02-04 15:01:20.852 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2021.5.30) 2022-02-04 15:01:20.856 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.2) 2022-02-04 15:01:20.859 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.0.4) 2022-02-04 15:01:20.861 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.6) 2022-02-04 15:01:20.968 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.4.4) 2022-02-04 15:01:20.970 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2022-02-04 15:01:20.973 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (21.2.0) 2022-02-04 15:01:20.974 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2022-02-04 15:01:21.020 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.14.6) 2022-02-04 15:01:21.062 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.1) 2022-02-04 15:01:21.211 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.20) 2022-02-04 15:01:23.285 | Installing collected packages: osc-placement 2022-02-04 15:01:23.472 | Successfully installed osc-placement-3.1.1 2022-02-04 15:01:23.473 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 15:01:23.629 | + inc/python:pip_install:200 : result=0 2022-02-04 15:01:23.632 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 15:01:23.634 | + functions-common:time_stop:2309 : local name 2022-02-04 15:01:23.637 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:01:23.639 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:01:23.642 | + functions-common:time_stop:2312 : local total 2022-02-04 15:01:23.644 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:01:23.647 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 15:01:23.649 | + functions-common:time_stop:2316 : start_time=1643986878300 2022-02-04 15:01:23.652 | + functions-common:time_stop:2318 : [[ -z 1643986878300 ]] 2022-02-04 15:01:23.655 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:01:23.659 | + functions-common:time_stop:2321 : end_time=1643986883657 2022-02-04 15:01:23.662 | + functions-common:time_stop:2322 : elapsed_time=5357 2022-02-04 15:01:23.664 | + functions-common:time_stop:2323 : total=253989 2022-02-04 15:01:23.667 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:01:23.670 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=259346 2022-02-04 15:01:23.672 | + inc/python:pip_install:203 : return 0 2022-02-04 15:01:23.675 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement stable/xena 2022-02-04 15:01:23.677 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/placement.git 2022-02-04 15:01:23.680 | + functions-common:git_clone:524 : local git_dest=/opt/stack/placement 2022-02-04 15:01:23.682 | + functions-common:git_clone:525 : local git_ref=stable/xena 2022-02-04 15:01:23.685 | + functions-common:git_clone:526 : local orig_dir 2022-02-04 15:01:23.688 | ++ functions-common:git_clone:527 : pwd 2022-02-04 15:01:23.690 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-04 15:01:23.693 | + functions-common:git_clone:528 : local git_clone_flags= 2022-02-04 15:01:23.696 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-04 15:01:23.713 | + functions-common:git_clone:530 : RECLONE=False 2022-02-04 15:01:23.716 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-04 15:01:23.718 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-04 15:01:23.721 | + functions-common:git_clone:544 : echo stable/xena 2022-02-04 15:01:23.722 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-02-04 15:01:23.727 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/placement ]] 2022-02-04 15:01:23.729 | + functions-common:git_clone:559 : [[ False = \T\r\u\e ]] 2022-02-04 15:01:23.732 | + functions-common:git_clone:565 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/xena 2022-02-04 15:01:23.735 | + functions-common:git_timed:617 : local count=0 2022-02-04 15:01:23.737 | + functions-common:git_timed:618 : local timeout=0 2022-02-04 15:01:23.740 | + functions-common:git_timed:620 : [[ -n 0 ]] 2022-02-04 15:01:23.742 | + functions-common:git_timed:621 : timeout=0 2022-02-04 15:01:23.744 | + functions-common:git_timed:624 : time_start git_timed 2022-02-04 15:01:23.746 | + functions-common:time_start:2295 : local name=git_timed 2022-02-04 15:01:23.749 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:01:23.751 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:01:23.754 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:01:23.758 | + functions-common:time_start:2300 : _TIME_START[$name]=1643986883755 2022-02-04 15:01:23.760 | + functions-common:git_timed:625 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/xena 2022-02-04 15:01:23.764 | Cloning into '/opt/stack/placement'... 2022-02-04 15:01:33.086 | + functions-common:git_timed:639 : time_stop git_timed 2022-02-04 15:01:33.090 | + functions-common:time_stop:2309 : local name 2022-02-04 15:01:33.092 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:01:33.094 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:01:33.097 | + functions-common:time_stop:2312 : local total 2022-02-04 15:01:33.099 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:01:33.101 | + functions-common:time_stop:2315 : name=git_timed 2022-02-04 15:01:33.103 | + functions-common:time_stop:2316 : start_time=1643986883755 2022-02-04 15:01:33.105 | + functions-common:time_stop:2318 : [[ -z 1643986883755 ]] 2022-02-04 15:01:33.108 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:01:33.113 | + functions-common:time_stop:2321 : end_time=1643986893110 2022-02-04 15:01:33.115 | + functions-common:time_stop:2322 : elapsed_time=9355 2022-02-04 15:01:33.117 | + functions-common:time_stop:2323 : total=0 2022-02-04 15:01:33.119 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:01:33.122 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=9355 2022-02-04 15:01:33.125 | + functions-common:git_clone:592 : cd /opt/stack/placement 2022-02-04 15:01:33.128 | + functions-common:git_clone:593 : git show --oneline 2022-02-04 15:01:33.128 | + functions-common:git_clone:593 : head -1 2022-02-04 15:01:33.131 | 7422ed4d Use 'functional-without-sample-db-tests' tox env for placement nova job 2022-02-04 15:01:33.133 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-04 15:01:33.137 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-02-04 15:01:33.139 | + inc/python:setup_develop:338 : local bindep 2022-02-04 15:01:33.142 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2022-02-04 15:01:33.144 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2022-02-04 15:01:33.146 | + inc/python:setup_develop:344 : local extras= 2022-02-04 15:01:33.149 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-02-04 15:01:33.151 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-02-04 15:01:33.154 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2022-02-04 15:01:33.156 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2022-02-04 15:01:33.159 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-02-04 15:01:33.161 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-02-04 15:01:33.164 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2022-02-04 15:01:33.167 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-02-04 15:01:33.170 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2022-02-04 15:01:33.172 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-02-04 15:01:33.175 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-02-04 15:01:33.178 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-02-04 15:01:33.185 | + inc/python:_setup_package_with_constraints_edit:385 : name=openstack-placement 2022-02-04 15:01:33.187 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-02-04 15:01:33.812 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/placement -e 2022-02-04 15:01:33.814 | + inc/python:setup_package:418 : local bindep=0 2022-02-04 15:01:33.817 | + inc/python:setup_package:419 : local bindep_flag= 2022-02-04 15:01:33.819 | + inc/python:setup_package:420 : local bindep_profiles= 2022-02-04 15:01:33.822 | + inc/python:setup_package:421 : [[ /opt/stack/placement == -bindep* ]] 2022-02-04 15:01:33.825 | + inc/python:setup_package:426 : local project_dir=/opt/stack/placement 2022-02-04 15:01:33.827 | + inc/python:setup_package:427 : local flags=-e 2022-02-04 15:01:33.830 | + inc/python:setup_package:428 : local extras= 2022-02-04 15:01:33.832 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-02-04 15:01:33.834 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-02-04 15:01:33.837 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-02-04 15:01:33.840 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-02-04 15:01:33.843 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-02-04 15:01:33.845 | + inc/python:setup_package:446 : pip_install -e /opt/stack/placement 2022-02-04 15:01:33.866 | Using python 3.8 to install /opt/stack/placement 2022-02-04 15:01:33.869 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2022-02-04 15:01:34.684 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:01:34.684 | from cryptography.utils import int_from_bytes 2022-02-04 15:01:34.684 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:01:34.684 | from cryptography.utils import int_from_bytes 2022-02-04 15:01:35.977 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 15:01:35.986 | Obtaining file:///opt/stack/placement 2022-02-04 15:01:35.987 | Preparing metadata (setup.py): started 2022-02-04 15:01:37.235 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 15:01:37.375 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (5.6.0) 2022-02-04 15:01:37.377 | Requirement already satisfied: SQLAlchemy>=1.2.19 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.4.23) 2022-02-04 15:01:37.378 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (9.3.0) 2022-02-04 15:01:37.380 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (2.5.1) 2022-02-04 15:01:37.381 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.8.7) 2022-02-04 15:01:37.382 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from openstack-placement==6.0.1.dev1) (3.2.0) 2022-02-04 15:01:37.384 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (2.26.0) 2022-02-04 15:01:37.387 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (57.4.0) 2022-02-04 15:01:37.388 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.4.1) 2022-02-04 15:01:37.389 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (8.7.1) 2022-02-04 15:01:37.391 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (3.3.2) 2022-02-04 15:01:37.392 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.6.0) 2022-02-04 15:01:37.394 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.2.0) 2022-02-04 15:01:37.395 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.10.1) 2022-02-04 15:01:37.396 | Requirement already satisfied: oslo.db>=4.40.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (11.0.0) 2022-02-04 15:01:37.398 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (3.8.3) 2022-02-04 15:01:37.399 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (4.4.0) 2022-02-04 15:01:37.401 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.4.0) 2022-02-04 15:01:37.403 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.1.0) 2022-02-04 15:01:37.404 | Requirement already satisfied: os-traits>=2.6.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (2.6.0) 2022-02-04 15:01:37.406 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.0.1.dev1) (1.0.1) 2022-02-04 15:01:37.470 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (4.4.0) 2022-02-04 15:01:37.472 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (3.1.1) 2022-02-04 15:01:37.475 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (2.8.1) 2022-02-04 15:01:37.476 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (5.1.0) 2022-02-04 15:01:37.478 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (4.3.0) 2022-02-04 15:01:37.481 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (1.16.0) 2022-02-04 15:01:37.501 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==6.0.1.dev1) (0.14.1) 2022-02-04 15:01:37.543 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (0.8.0) 2022-02-04 15:01:37.544 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (2.3.0) 2022-02-04 15:01:37.546 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (5.4.1) 2022-02-04 15:01:37.547 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (1.5.0) 2022-02-04 15:01:37.549 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (3.4.0) 2022-02-04 15:01:37.633 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (2.0.1) 2022-02-04 15:01:37.634 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (0.5.0) 2022-02-04 15:01:37.635 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (0.13.0) 2022-02-04 15:01:37.637 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (1.7.1) 2022-02-04 15:01:37.679 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.0.1.dev1) (0.9.6) 2022-02-04 15:01:37.682 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.0.1.dev1) (2.8.2) 2022-02-04 15:01:37.700 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (3.2.0) 2022-02-04 15:01:37.704 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (3.3.0) 2022-02-04 15:01:37.705 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (3.0.1) 2022-02-04 15:01:37.734 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.0.1.dev1) (2021.1) 2022-02-04 15:01:37.737 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.0.1.dev1) (1.0.2) 2022-02-04 15:01:37.751 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==6.0.1.dev1) (0.7.2) 2022-02-04 15:01:37.769 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.0.1.dev1) (0.1.16) 2022-02-04 15:01:37.771 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.0.1.dev1) (0.11.0) 2022-02-04 15:01:37.773 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.0.1.dev1) (2.4.7) 2022-02-04 15:01:37.775 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.0.1.dev1) (21.0) 2022-02-04 15:01:37.817 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.0.1.dev1) (2021.5.30) 2022-02-04 15:01:37.819 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.0.1.dev1) (2.0.4) 2022-02-04 15:01:37.821 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.0.1.dev1) (1.26.6) 2022-02-04 15:01:37.824 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.0.1.dev1) (3.2) 2022-02-04 15:01:37.841 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->openstack-placement==6.0.1.dev1) (0.7) 2022-02-04 15:01:37.968 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.2.19->openstack-placement==6.0.1.dev1) (1.1.1) 2022-02-04 15:01:38.005 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (1.1.5) 2022-02-04 15:01:38.007 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (5.2.2) 2022-02-04 15:01:38.025 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (1.14.6) 2022-02-04 15:01:38.061 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==6.0.1.dev1) (1.12.1) 2022-02-04 15:01:38.076 | Requirement already satisfied: monotonic>=0.1 in /usr/local/lib/python3.8/dist-packages (from fasteners>=0.7.0->oslo.concurrency>=3.26.0->openstack-placement==6.0.1.dev1) (1.6) 2022-02-04 15:01:38.128 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (2.0.1) 2022-02-04 15:01:38.199 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==6.0.1.dev1) (1.7.0) 2022-02-04 15:01:38.283 | 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==6.0.1.dev1) (1.1.5) 2022-02-04 15:01:38.520 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (0.5.2) 2022-02-04 15:01:38.520 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (0.4.1) 2022-02-04 15:01:38.522 | Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (5.0.9) 2022-02-04 15:01:38.607 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (2.5.0) 2022-02-04 15:01:38.660 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.0.1.dev1) (2.20) 2022-02-04 15:01:38.831 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (3.5.0) 2022-02-04 15:01:38.903 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (1.0.0) 2022-02-04 15:01:38.905 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.0.1.dev1) (3.0.0) 2022-02-04 15:01:40.732 | Installing collected packages: openstack-placement 2022-02-04 15:01:40.734 | Running setup.py develop for openstack-placement 2022-02-04 15:01:42.825 | Successfully installed openstack-placement 2022-02-04 15:01:42.825 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 15:01:42.981 | + inc/python:pip_install:200 : result=0 2022-02-04 15:01:42.983 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 15:01:42.985 | + functions-common:time_stop:2309 : local name 2022-02-04 15:01:42.988 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:01:42.990 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:01:42.992 | + functions-common:time_stop:2312 : local total 2022-02-04 15:01:42.994 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:01:42.997 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 15:01:42.999 | + functions-common:time_stop:2316 : start_time=1643986893861 2022-02-04 15:01:43.001 | + functions-common:time_stop:2318 : [[ -z 1643986893861 ]] 2022-02-04 15:01:43.004 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:01:43.008 | + functions-common:time_stop:2321 : end_time=1643986903006 2022-02-04 15:01:43.010 | + functions-common:time_stop:2322 : elapsed_time=9145 2022-02-04 15:01:43.013 | + functions-common:time_stop:2323 : total=259346 2022-02-04 15:01:43.015 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:01:43.017 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=268491 2022-02-04 15:01:43.019 | + inc/python:pip_install:203 : return 0 2022-02-04 15:01:43.022 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-02-04 15:01:43.024 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-02-04 15:01:43.027 | + functions-common:safe_chown:2210 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-02-04 15:01:43.047 | + functions-common:_safe_permission_operation:2058 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-02-04 15:01:43.060 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/placement 2022-02-04 15:01:43.062 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2022-02-04 15:01:43.065 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 15:01:43.067 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 15:01:43.070 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-02-04 15:01:43.072 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 15:01:43.075 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-02-04 15:01:43.078 | + ./stack.sh:main:925 : configure_placement 2022-02-04 15:01:43.080 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-02-04 15:01:43.093 | + lib/placement:configure_placement:107 : create_placement_conf 2022-02-04 15:01:43.095 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-02-04 15:01:43.100 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-02-04 15:01:43.102 | ++ lib/database:database_connection_url:132 : local db=placement 2022-02-04 15:01:43.105 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2022-02-04 15:01:43.107 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=placement 2022-02-04 15:01:43.110 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-02-04 15:01:43.112 | + lib/placement:create_placement_conf:97 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-02-04 15:01:43.144 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-02-04 15:01:43.175 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-02-04 15:01:43.207 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-02-04 15:01:43.210 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/placement/placement.conf 2022-02-04 15:01:43.212 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=placement 2022-02-04 15:01:43.215 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-02-04 15:01:43.217 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-02-04 15:01:43.252 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-02-04 15:01:43.281 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.18/identity 2022-02-04 15:01:43.310 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-02-04 15:01:43.338 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-02-04 15:01:43.368 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-02-04 15:01:43.400 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-02-04 15:01:43.431 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-02-04 15:01:43.462 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-04 15:01:43.493 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-02-04 15:01:43.524 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-02-04 15:01:43.527 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-02-04 15:01:43.529 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-02-04 15:01:43.532 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-04 15:01:43.552 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-04 15:01:43.553 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-04 15:01:43.556 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-04 15:01:43.559 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-04 15:01:43.561 | + functions:setup_systemd_logging:702 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-04 15:01:43.593 | + functions:setup_systemd_logging:704 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-02-04 15:01:43.624 | + functions:setup_systemd_logging:705 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-02-04 15:01:43.654 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-04 15:01:43.684 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-02-04 15:01:43.687 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-02-04 15:01:43.689 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2022-02-04 15:01:43.692 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2022-02-04 15:01:43.694 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2022-02-04 15:01:43.697 | + lib/apache:write_uwsgi_config:257 : local http= 2022-02-04 15:01:43.699 | + lib/apache:write_uwsgi_config:258 : local name= 2022-02-04 15:01:43.702 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2022-02-04 15:01:43.707 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2022-02-04 15:01:43.709 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-02-04 15:01:43.712 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-02-04 15:01:43.725 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-02-04 15:01:43.726 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-02-04 15:01:43.736 | d /var/run/uwsgi 0755 ubuntu root 2022-02-04 15:01:43.740 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-02-04 15:01:43.756 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2022-02-04 15:01:43.758 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2022-02-04 15:01:43.762 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-02-04 15:01:43.798 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-02-04 15:01:43.828 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-02-04 15:01:43.861 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-02-04 15:01:43.894 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-02-04 15:01:43.929 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-02-04 15:01:43.961 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-02-04 15:01:43.997 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-02-04 15:01:44.027 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-02-04 15:01:44.058 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-02-04 15:01:44.087 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-02-04 15:01:44.119 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-02-04 15:01:44.148 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-02-04 15:01:44.182 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-02-04 15:01:44.185 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-02-04 15:01:44.188 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2022-02-04 15:01:44.191 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2022-02-04 15:01:44.193 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-02-04 15:01:44.196 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:44.198 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:44.201 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2022-02-04 15:01:44.204 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-02-04 15:01:44.208 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-02-04 15:01:44.240 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-02-04 15:01:44.271 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-02-04 15:01:44.272 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-02-04 15:01:44.281 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-02-04 15:01:44.285 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2022-02-04 15:01:44.289 | + lib/apache:enable_apache_site:203 : local site=placement-api 2022-02-04 15:01:44.292 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-02-04 15:01:44.296 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-02-04 15:01:44.299 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-02-04 15:01:44.301 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:44.303 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:44.306 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-02-04 15:01:44.309 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-02-04 15:01:44.311 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:44.314 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:44.316 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2022-02-04 15:01:44.380 | Enabling site placement-api. 2022-02-04 15:01:44.386 | To activate the new configuration, you need to run: 2022-02-04 15:01:44.386 | systemctl reload apache2 2022-02-04 15:01:44.391 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-02-04 15:01:44.394 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-02-04 15:01:44.396 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-04 15:01:44.399 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart apache2 2022-02-04 15:01:44.537 | + ./stack.sh:main:932 : is_service_enabled placement placement-client 2022-02-04 15:01:44.565 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:44.567 | + ./stack.sh:main:933 : is_service_enabled n-cpu 2022-02-04 15:01:44.587 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:44.591 | + ./stack.sh:main:933 : is_service_enabled n-sch 2022-02-04 15:01:44.610 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:44.613 | + ./stack.sh:main:934 : configure_placement_nova_compute 2022-02-04 15:01:44.615 | + lib/nova:configure_placement_nova_compute:571 : local conf=/etc/nova/nova.conf 2022-02-04 15:01:44.618 | + lib/nova:configure_placement_nova_compute:572 : iniset /etc/nova/nova.conf placement auth_type password 2022-02-04 15:01:44.650 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.18/identity 2022-02-04 15:01:44.682 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova.conf placement username placement 2022-02-04 15:01:44.711 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-02-04 15:01:44.743 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-02-04 15:01:44.778 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova.conf placement project_name service 2022-02-04 15:01:44.808 | + lib/nova:configure_placement_nova_compute:578 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-02-04 15:01:44.839 | + lib/nova:configure_placement_nova_compute:579 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-02-04 15:01:44.872 | + ./stack.sh:main:938 : is_service_enabled horizon 2022-02-04 15:01:44.892 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:44.894 | + ./stack.sh:main:943 : is_service_enabled tls-proxy 2022-02-04 15:01:44.913 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:44.916 | + ./stack.sh:main:951 : run_phase stack install 2022-02-04 15:01:44.918 | + functions-common:run_phase:1737 : local mode=stack 2022-02-04 15:01:44.921 | + functions-common:run_phase:1738 : local phase=install 2022-02-04 15:01:44.923 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-04 15:01:44.926 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-02-04 15:01:44.928 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-04 15:01:44.931 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-02-04 15:01:44.934 | + functions-common:run_phase:1747 : local extra 2022-02-04 15:01:44.937 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-04 15:01:44.941 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-02-04 15:01:44.944 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-04 15:01:44.946 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-04 15:01:44.949 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-02-04 15:01:44.952 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-04 15:01:44.972 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:44.974 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-02-04 15:01:44.977 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-02-04 15:01:44.979 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-02-04 15:01:44.981 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-02-04 15:01:44.984 | ++ ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:01:44.986 | ++ ./stack.sh:echo_summary:432 : echo -e Installing Tempest 2022-02-04 15:01:44.988 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-02-04 15:01:44.991 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-02-04 15:01:45.061 | ++ inc/async:async_inner:63 : install_tempest 2022-02-04 15:01:45.101 | [17605 Async install_tempest:77479]: running: install_tempest 2022-02-04 15:01:45.104 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-02-04 15:01:45.107 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-02-04 15:01:45.111 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-02-04 15:01:45.114 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-04 15:01:45.117 | + functions-common:run_phase:1764 : run_plugins stack install 2022-02-04 15:01:45.120 | + functions-common:run_plugins:1723 : local mode=stack 2022-02-04 15:01:45.123 | + functions-common:run_plugins:1724 : local phase=install 2022-02-04 15:01:45.127 | + functions-common:run_plugins:1726 : local plugins= 2022-02-04 15:01:45.129 | + functions-common:run_plugins:1727 : local plugin 2022-02-04 15:01:45.132 | + ./stack.sh:main:954 : use_library_from_git python-openstackclient 2022-02-04 15:01:45.136 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2022-02-04 15:01:45.139 | + inc/python:use_library_from_git:251 : local enabled=1 2022-02-04 15:01:45.141 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-02-04 15:01:45.145 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-openstackclient, ]] 2022-02-04 15:01:45.150 | + inc/python:use_library_from_git:253 : return 1 2022-02-04 15:01:45.154 | + ./stack.sh:main:958 : pip_install_gr python-openstackclient 2022-02-04 15:01:45.156 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-02-04 15:01:45.160 | + inc/python:pip_install_gr:77 : local clean_name 2022-02-04 15:01:45.164 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-02-04 15:01:45.167 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2022-02-04 15:01:45.169 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-04 15:01:45.175 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-04 15:01:45.175 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-02-04 15:01:45.181 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2022-02-04 15:01:45.184 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2022-02-04 15:01:45.187 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2022-02-04 15:01:45.190 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-02-04 15:01:45.193 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-02-04 15:01:45.217 | Using python 3.8 to install python-openstackclient 2022-02-04 15:01:45.219 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2022-02-04 15:01:46.049 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:01:46.049 | from cryptography.utils import int_from_bytes 2022-02-04 15:01:46.049 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:01:46.049 | from cryptography.utils import int_from_bytes 2022-02-04 15:01:47.377 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 15:01:48.128 | warning: missing-index-doctype 2022-02-04 15:01:48.128 | 2022-02-04 15:01:48.129 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:01:48.129 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/python-openstackclient/ 2022-02-04 15:01:48.129 | 2022-02-04 15:01:48.129 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:01:48.129 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:01:48.232 | Collecting python-openstackclient 2022-02-04 15:01:48.239 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/eb8/97db56787f64c/python_openstackclient-5.6.0-py3-none-any.whl (972 kB) 2022-02-04 15:01:48.260 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 972.2/972.2 KB 65.3 MB/s eta 0:00:00 2022-02-04 15:01:48.296 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.6.0) 2022-02-04 15:01:48.298 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.3.0) 2022-02-04 15:01:48.299 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.9.0) 2022-02-04 15:01:48.301 | Requirement already satisfied: openstacksdk>=0.56.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.59.0) 2022-02-04 15:01:48.302 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.10.1) 2022-02-04 15:01:48.303 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (8.1.0) 2022-02-04 15:01:48.305 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.4.0) 2022-02-04 15:01:48.306 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (2.4.2) 2022-02-04 15:01:48.308 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.1.0) 2022-02-04 15:01:48.309 | Requirement already satisfied: python-novaclient>=17.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (17.6.0) 2022-02-04 15:01:48.310 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.1.16) 2022-02-04 15:01:48.323 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (5.4.1) 2022-02-04 15:01:48.325 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.4.0) 2022-02-04 15:01:48.326 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.7) 2022-02-04 15:01:48.328 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.7.2) 2022-02-04 15:01:48.329 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.1.2) 2022-02-04 15:01:48.357 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (0.10.0) 2022-02-04 15:01:48.358 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.4.0) 2022-02-04 15:01:48.360 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (3.4.8) 2022-02-04 15:01:48.362 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.4.4) 2022-02-04 15:01:48.363 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.1.5) 2022-02-04 15:01:48.364 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (0.11.0) 2022-02-04 15:01:48.366 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (4.4.0) 2022-02-04 15:01:48.367 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (5.0.9) 2022-02-04 15:01:48.369 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.32) 2022-02-04 15:01:48.370 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (1.7.0) 2022-02-04 15:01:48.372 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.56.0->python-openstackclient) (2.5.0) 2022-02-04 15:01:48.385 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.5) 2022-02-04 15:01:48.405 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2021.1) 2022-02-04 15:01:48.407 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2022-02-04 15:01:48.409 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (21.0) 2022-02-04 15:01:48.410 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.3.0) 2022-02-04 15:01:48.431 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.26.0) 2022-02-04 15:01:48.451 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (4.2.0) 2022-02-04 15:01:48.453 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2022-02-04 15:01:48.456 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (8.7.1) 2022-02-04 15:01:48.580 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2022-02-04 15:01:48.581 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (21.2.0) 2022-02-04 15:01:48.583 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2022-02-04 15:01:48.584 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.4.4) 2022-02-04 15:01:48.631 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.56.0->python-openstackclient) (1.14.6) 2022-02-04 15:01:48.646 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.12.1) 2022-02-04 15:01:48.680 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.56.0->python-openstackclient) (2.1) 2022-02-04 15:01:48.850 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2022-02-04 15:01:48.868 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.2) 2022-02-04 15:01:48.958 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2021.5.30) 2022-02-04 15:01:48.961 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.2) 2022-02-04 15:01:48.963 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.0.4) 2022-02-04 15:01:48.965 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.6) 2022-02-04 15:01:49.088 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.56.0->python-openstackclient) (2.20) 2022-02-04 15:01:51.221 | Installing collected packages: python-openstackclient 2022-02-04 15:01:52.749 | Successfully installed python-openstackclient-5.6.0 2022-02-04 15:01:52.750 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 15:01:52.934 | + inc/python:pip_install:200 : result=0 2022-02-04 15:01:52.936 | + inc/python:pip_install:202 : time_stop pip_install 2022-02-04 15:01:52.939 | + functions-common:time_stop:2309 : local name 2022-02-04 15:01:52.942 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:01:52.944 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:01:52.947 | + functions-common:time_stop:2312 : local total 2022-02-04 15:01:52.949 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:01:52.952 | + functions-common:time_stop:2315 : name=pip_install 2022-02-04 15:01:52.954 | + functions-common:time_stop:2316 : start_time=1643986905210 2022-02-04 15:01:52.956 | + functions-common:time_stop:2318 : [[ -z 1643986905210 ]] 2022-02-04 15:01:52.960 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:01:52.965 | + functions-common:time_stop:2321 : end_time=1643986912961 2022-02-04 15:01:52.967 | + functions-common:time_stop:2322 : elapsed_time=7751 2022-02-04 15:01:52.970 | + functions-common:time_stop:2323 : total=268491 2022-02-04 15:01:52.972 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:01:52.975 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=276242 2022-02-04 15:01:52.977 | + inc/python:pip_install:203 : return 0 2022-02-04 15:01:52.980 | + ./stack.sh:main:963 : install_oscwrap 2022-02-04 15:01:52.983 | ++ functions-common:install_oscwrap:2354 : mktemp 2022-02-04 15:01:52.989 | + functions-common:install_oscwrap:2354 : OSCWRAP_TIMER_FILE=/tmp/tmp.P46FT3khoq 2022-02-04 15:01:52.991 | + functions-common:install_oscwrap:2357 : shopt -s expand_aliases 2022-02-04 15:01:52.994 | + functions-common:install_oscwrap:2360 : unalias -a 2022-02-04 15:01:52.996 | + functions-common:install_oscwrap:2362 : alias openstack=oscwrap 2022-02-04 15:01:52.999 | + ./stack.sh:main:968 : [[ False != \F\a\l\s\e ]] 2022-02-04 15:01:53.002 | + ./stack.sh:main:1008 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-02-04 15:01:53.004 | + ./stack.sh:main:1016 : is_service_enabled mysql postgresql 2022-02-04 15:01:53.024 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:53.027 | + ./stack.sh:main:1017 : configure_database 2022-02-04 15:01:53.030 | + lib/database:configure_database:126 : configure_database_mysql 2022-02-04 15:01:53.033 | + lib/databases/mysql:configure_database_mysql:69 : local my_conf mysql slow_log 2022-02-04 15:01:53.035 | + lib/databases/mysql:configure_database_mysql:70 : echo_summary 'Configuring and starting MySQL' 2022-02-04 15:01:53.037 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:01:53.040 | + ./stack.sh:echo_summary:432 : echo -e Configuring and starting MySQL 2022-02-04 15:01:53.042 | + lib/databases/mysql:configure_database_mysql:72 : is_ubuntu 2022-02-04 15:01:53.045 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:53.047 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:53.050 | + lib/databases/mysql:configure_database_mysql:73 : my_conf=/etc/mysql/my.cnf 2022-02-04 15:01:53.052 | + lib/databases/mysql:configure_database_mysql:87 : is_fedora 2022-02-04 15:01:53.054 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-04 15:01:53.057 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-04 15:01:53.059 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-04 15:01:53.061 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-04 15:01:53.064 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-04 15:01:53.066 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-04 15:01:53.069 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-04 15:01:53.071 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-04 15:01:53.074 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-04 15:01:53.076 | + lib/databases/mysql:configure_database_mysql:87 : is_suse 2022-02-04 15:01:53.079 | + functions-common:is_suse:462 : is_opensuse 2022-02-04 15:01:53.081 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-04 15:01:53.084 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-04 15:01:53.086 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-04 15:01:53.089 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-04 15:01:53.092 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-04 15:01:53.095 | + lib/databases/mysql:configure_database_mysql:95 : sudo mysqladmin -u root password Passw0rd 2022-02-04 15:01:53.111 | mysqladmin: connect to server at 'localhost' failed 2022-02-04 15:01:53.111 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-02-04 15:01:53.116 | + lib/databases/mysql:configure_database_mysql:95 : true 2022-02-04 15:01:53.118 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2022-02-04 15:01:53.121 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:53.123 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:53.126 | + lib/databases/mysql:configure_database_mysql:99 : '[' mysql == mariadb ']' 2022-02-04 15:01:53.129 | + lib/databases/mysql:configure_database_mysql:102 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-02-04 15:01:53.131 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2022-02-04 15:01:53.134 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:01:53.138 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:01:53.140 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2022-02-04 15:01:53.143 | + lib/databases/mysql:configure_database_mysql:113 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2022-02-04 15:01:53.157 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:01:53.195 | + lib/databases/mysql:configure_database_mysql:115 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-02-04 15:01:53.208 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:01:53.232 | ++ lib/databases/mysql:configure_database_mysql:121 : ipv6_unquote 0.0.0.0 2022-02-04 15:01:53.235 | ++ functions-common:ipv6_unquote:2107 : echo 0.0.0.0 2022-02-04 15:01:53.236 | ++ functions-common:ipv6_unquote:2107 : tr -d '[]' 2022-02-04 15:01:53.242 | + lib/databases/mysql:configure_database_mysql:121 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-02-04 15:01:53.312 | + lib/databases/mysql:configure_database_mysql:122 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-02-04 15:01:53.368 | + lib/databases/mysql:configure_database_mysql:123 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-02-04 15:01:53.424 | + lib/databases/mysql:configure_database_mysql:124 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-02-04 15:01:53.478 | + lib/databases/mysql:configure_database_mysql:126 : [[ False == \T\r\u\e ]] 2022-02-04 15:01:53.481 | + lib/databases/mysql:configure_database_mysql:146 : restart_service mysql 2022-02-04 15:01:53.484 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-04 15:01:53.486 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart mysql 2022-02-04 15:01:56.126 | + ./stack.sh:main:1021 : save_stackenv 1021 2022-02-04 15:01:56.162 | + functions-common:save_stackenv:60 : local tag=1021 2022-02-04 15:01:56.195 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-02-04 15:01:56.222 | + functions-common:save_stackenv:62 : time_stamp=2022-02-04-150156 2022-02-04 15:01:56.250 | + functions-common:save_stackenv:63 : echo '# 2022-02-04-150156 1021' 2022-02-04 15:01:56.274 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:01:56.294 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-02-04 15:01:56.322 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:01:56.346 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-02-04 15:01:56.370 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:01:56.397 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-02-04 15:01:56.422 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:01:56.442 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-02-04 15:01:56.470 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:01:56.490 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.18 2022-02-04 15:01:56.518 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:01:56.546 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.18/identity 2022-02-04 15:01:56.570 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:01:56.588 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-02-04-145035 2022-02-04 15:01:56.614 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:01:56.638 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-02-04 15:01:56.654 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:01:56.670 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.18 2022-02-04 15:01:56.698 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:01:56.718 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-02-04 15:01:56.734 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:01:56.750 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-02-04 15:01:56.766 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:01:56.785 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-02-04 15:01:56.806 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:01:56.830 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-02-04 15:01:56.853 | + ./stack.sh:main:1033 : [[ True == \T\r\u\e ]] 2022-02-04 15:01:56.856 | + ./stack.sh:main:1034 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-02-04 15:01:56.874 | + ./stack.sh:main:1035 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-02-04 15:01:56.918 | + ./stack.sh:main:1047 : start_dstat 2022-02-04 15:01:56.921 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-04 15:01:56.923 | + functions-common:run_process:1564 : local service=dstat 2022-02-04 15:01:56.926 | + functions-common:run_process:1565 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-04 15:01:56.928 | + functions-common:run_process:1566 : local group= 2022-02-04 15:01:56.931 | + functions-common:run_process:1567 : local user= 2022-02-04 15:01:56.934 | + functions-common:run_process:1569 : local name=dstat 2022-02-04 15:01:56.936 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:01:56.939 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:01:56.942 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:01:56.944 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:01:56.950 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:01:56.952 | + functions-common:time_start:2300 : _TIME_START[$name]=1643986916949 2022-02-04 15:01:56.955 | + functions-common:run_process:1572 : is_service_enabled dstat 2022-02-04 15:01:56.980 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:56.985 | + functions-common:run_process:1573 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2022-02-04 15:01:56.987 | + functions-common:_run_under_systemd:1529 : local service=dstat 2022-02-04 15:01:56.990 | + functions-common:_run_under_systemd:1530 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-04 15:01:56.993 | + functions-common:_run_under_systemd:1531 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-04 15:01:56.996 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-04 15:01:56.999 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-04 15:01:57.002 | + functions-common:_common_systemd_pitfalls:1504 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-02-04 15:01:57.005 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-02-04 15:01:57.008 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@dstat.service 2022-02-04 15:01:57.011 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:01:57.014 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:01:57.017 | + functions-common:_run_under_systemd:1538 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-02-04 15:01:57.019 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2022-02-04 15:01:57.022 | + functions-common:write_user_unit_file:1446 : local service=devstack@dstat.service 2022-02-04 15:01:57.025 | + functions-common:write_user_unit_file:1447 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-04 15:01:57.027 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:01:57.029 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:01:57.032 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:01:57.034 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:01:57.037 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-02-04 15:01:57.039 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:01:57.045 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-02-04 15:01:57.137 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-02-04 15:01:57.221 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-02-04 15:01:57.286 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-02-04 15:01:57.353 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-02-04 15:01:57.431 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:01:57.494 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:01:57.497 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-02-04 15:01:57.585 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:01:58.025 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@dstat.service 2022-02-04 15:01:58.056 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-02-04 15:01:58.734 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@dstat.service 2022-02-04 15:01:58.786 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:01:58.808 | + functions-common:time_stop:2309 : local name 2022-02-04 15:01:58.826 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:01:58.852 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:01:58.858 | + functions-common:time_stop:2312 : local total 2022-02-04 15:01:58.862 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:01:58.871 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:01:58.875 | + functions-common:time_stop:2316 : start_time=1643986916949 2022-02-04 15:01:58.879 | + functions-common:time_stop:2318 : [[ -z 1643986916949 ]] 2022-02-04 15:01:58.886 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:01:58.892 | + functions-common:time_stop:2321 : end_time=1643986918887 2022-02-04 15:01:58.895 | + functions-common:time_stop:2322 : elapsed_time=1938 2022-02-04 15:01:58.899 | + functions-common:time_stop:2323 : total=0 2022-02-04 15:01:58.904 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:01:58.908 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=1938 2022-02-04 15:01:58.915 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-02-04 15:01:58.919 | + functions-common:run_process:1564 : local service=memory_tracker 2022-02-04 15:01:58.930 | + functions-common:run_process:1565 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-02-04 15:01:58.932 | + functions-common:run_process:1566 : local group= 2022-02-04 15:01:58.935 | + functions-common:run_process:1567 : local user=root 2022-02-04 15:01:58.937 | + functions-common:run_process:1569 : local name=memory_tracker 2022-02-04 15:01:58.940 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:01:58.943 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:01:58.946 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:01:58.949 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:01:58.957 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:01:58.962 | + functions-common:time_start:2300 : _TIME_START[$name]=1643986918957 2022-02-04 15:01:58.966 | + functions-common:run_process:1572 : is_service_enabled memory_tracker 2022-02-04 15:01:58.995 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:59.002 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:01:59.005 | + functions-common:time_stop:2309 : local name 2022-02-04 15:01:59.007 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:01:59.010 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:01:59.013 | + functions-common:time_stop:2312 : local total 2022-02-04 15:01:59.016 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:01:59.018 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:01:59.021 | + functions-common:time_stop:2316 : start_time=1643986918957 2022-02-04 15:01:59.029 | + functions-common:time_stop:2318 : [[ -z 1643986918957 ]] 2022-02-04 15:01:59.076 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:01:59.126 | + functions-common:time_stop:2321 : end_time=1643986919106 2022-02-04 15:01:59.143 | + functions-common:time_stop:2322 : elapsed_time=149 2022-02-04 15:01:59.162 | + functions-common:time_stop:2323 : total=1938 2022-02-04 15:01:59.178 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:01:59.199 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=2087 2022-02-04 15:01:59.212 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-02-04 15:01:59.288 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:59.292 | + ./stack.sh:main:1051 : is_service_enabled tcpdump 2022-02-04 15:01:59.376 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:01:59.391 | + ./stack.sh:main:1059 : is_service_enabled etcd3 2022-02-04 15:01:59.415 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:01:59.418 | + ./stack.sh:main:1060 : start_etcd3 2022-02-04 15:01:59.421 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-02-04 15:01:59.423 | + lib/etcd3:start_etcd3:42 : cmd+=' --name n-d-827868-1 --data-dir /opt/stack/data/etcd' 2022-02-04 15:01:59.426 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-02-04 15:01:59.428 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster n-d-827868-1=http://10.222.0.18:2380' 2022-02-04 15:01:59.431 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.18:2380' 2022-02-04 15:01:59.433 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.18:2379' 2022-02-04 15:01:59.436 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-02-04 15:01:59.438 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-02-04 15:01:59.441 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.18:2379' 2022-02-04 15:01:59.443 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-02-04 15:01:59.446 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-02-04 15:01:59.448 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-02-04 15:01:59.451 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name n-d-827868-1 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-827868-1=http://10.222.0.18:2380 --initial-advertise-peer-urls http://10.222.0.18:2380 --advertise-client-urls http://10.222.0.18:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.18:2379 --debug' '' root 2022-02-04 15:01:59.453 | + functions-common:write_user_unit_file:1446 : local service=devstack@etcd.service 2022-02-04 15:01:59.456 | + functions-common:write_user_unit_file:1447 : local 'command=/opt/stack/bin/etcd --name n-d-827868-1 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-827868-1=http://10.222.0.18:2380 --initial-advertise-peer-urls http://10.222.0.18:2380 --advertise-client-urls http://10.222.0.18:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.18:2379 --debug' 2022-02-04 15:01:59.458 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:01:59.461 | + functions-common:write_user_unit_file:1449 : local user=root 2022-02-04 15:01:59.463 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:01:59.466 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:01:59.469 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-02-04 15:01:59.471 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:01:59.475 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-02-04 15:01:59.558 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-02-04 15:01:59.673 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name n-d-827868-1 --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster n-d-827868-1=http://10.222.0.18:2380 --initial-advertise-peer-urls http://10.222.0.18:2380 --advertise-client-urls http://10.222.0.18:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.18:2379 --debug' 2022-02-04 15:01:59.768 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-02-04 15:01:59.825 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-02-04 15:01:59.884 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:01:59.943 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:01:59.946 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-02-04 15:02:00.018 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:02:00.484 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-02-04 15:02:00.570 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-02-04 15:02:00.664 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-02-04 15:02:00.763 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-02-04 15:02:00.860 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-02-04 15:02:00.868 | ++ functions-common:is_arch:428 : uname -m 2022-02-04 15:02:00.873 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-02-04 15:02:00.876 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-02-04 15:02:01.361 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-02-04 15:02:01.377 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-02-04 15:02:01.854 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-02-04 15:02:02.460 | + ./stack.sh:main:1071 : cat 2022-02-04 15:02:02.469 | + ./stack.sh:main:1086 : is_service_enabled tls-proxy 2022-02-04 15:02:02.488 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:02:02.491 | + ./stack.sh:main:1091 : source /home/ubuntu/devstack/userrc_early 2022-02-04 15:02:02.494 | ++ userrc_early:source:4 : export OS_IDENTITY_API_VERSION=3 2022-02-04 15:02:02.497 | ++ userrc_early:source:4 : OS_IDENTITY_API_VERSION=3 2022-02-04 15:02:02.499 | ++ userrc_early:source:5 : export OS_AUTH_URL=http://10.222.0.18/identity 2022-02-04 15:02:02.502 | ++ userrc_early:source:5 : OS_AUTH_URL=http://10.222.0.18/identity 2022-02-04 15:02:02.505 | ++ userrc_early:source:6 : export OS_USERNAME=admin 2022-02-04 15:02:02.508 | ++ userrc_early:source:6 : OS_USERNAME=admin 2022-02-04 15:02:02.510 | ++ userrc_early:source:7 : export OS_USER_DOMAIN_ID=default 2022-02-04 15:02:02.513 | ++ userrc_early:source:7 : OS_USER_DOMAIN_ID=default 2022-02-04 15:02:02.516 | ++ userrc_early:source:8 : export OS_PASSWORD=Passw0rd 2022-02-04 15:02:02.519 | ++ userrc_early:source:8 : OS_PASSWORD=Passw0rd 2022-02-04 15:02:02.521 | ++ userrc_early:source:9 : export OS_PROJECT_NAME=admin 2022-02-04 15:02:02.524 | ++ userrc_early:source:9 : OS_PROJECT_NAME=admin 2022-02-04 15:02:02.527 | ++ userrc_early:source:10 : export OS_PROJECT_DOMAIN_ID=default 2022-02-04 15:02:02.530 | ++ userrc_early:source:10 : OS_PROJECT_DOMAIN_ID=default 2022-02-04 15:02:02.533 | ++ userrc_early:source:11 : export OS_REGION_NAME=RegionOne 2022-02-04 15:02:02.536 | ++ userrc_early:source:11 : OS_REGION_NAME=RegionOne 2022-02-04 15:02:02.538 | + ./stack.sh:main:1093 : is_service_enabled keystone 2022-02-04 15:02:02.564 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:02:02.566 | + ./stack.sh:main:1094 : echo_summary 'Starting Keystone' 2022-02-04 15:02:02.569 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:02:02.572 | + ./stack.sh:echo_summary:432 : echo -e Starting Keystone 2022-02-04 15:02:02.574 | + ./stack.sh:main:1096 : '[' 10.222.0.18 == 10.222.0.18 ']' 2022-02-04 15:02:02.577 | + ./stack.sh:main:1097 : init_keystone 2022-02-04 15:02:02.579 | + lib/keystone:init_keystone:443 : is_service_enabled ldap 2022-02-04 15:02:02.600 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:02:02.603 | + lib/keystone:init_keystone:447 : [[ True == True ]] 2022-02-04 15:02:02.606 | + lib/keystone:init_keystone:449 : recreate_database keystone 2022-02-04 15:02:02.608 | + lib/database:recreate_database:110 : local db=keystone 2022-02-04 15:02:02.611 | + lib/database:recreate_database:111 : recreate_database_mysql keystone 2022-02-04 15:02:02.613 | + lib/databases/mysql:recreate_database_mysql:63 : local db=keystone 2022-02-04 15:02:02.616 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-02-04 15:02:02.621 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:02:02.643 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-02-04 15:02:02.649 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:02:02.674 | + lib/keystone:init_keystone:452 : time_start dbsync 2022-02-04 15:02:02.678 | + functions-common:time_start:2295 : local name=dbsync 2022-02-04 15:02:02.687 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:02:02.690 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:02:02.694 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:02:02.698 | + functions-common:time_start:2300 : _TIME_START[$name]=1643986922695 2022-02-04 15:02:02.701 | + lib/keystone:init_keystone:454 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-02-04 15:02:07.770 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:07.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.772 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.772 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.772 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.775 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.775 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.775 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.775 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.776 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.776 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.776 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.776 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.778 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.778 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.779 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.780 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.780 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.780 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.780 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.781 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.781 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.781 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.781 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.782 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.782 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.782 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.782 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.783 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.783 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.783 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.783 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.786 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.786 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.787 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.790 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.790 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.791 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.793 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:07.793 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:07.826 | 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=79292) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-04 15:02:07.838 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:07.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.839 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.839 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.839 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.844 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.844 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.845 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.846 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.846 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.852 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.853 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.855 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.855 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.855 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.856 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:07.856 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:07.893 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:07.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.894 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.894 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.894 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.897 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.897 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.898 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.899 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.899 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.903 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.903 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.911 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.911 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.911 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.912 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:07.912 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:07.978 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:07.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.980 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.980 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.981 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.986 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.986 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.987 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.989 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.989 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.995 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.996 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.999 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:07.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:07.999 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:08.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:08.000 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:08.000 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:08.001 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:08.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:08.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:08.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:08.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:08.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:08.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:08.002 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:08.003 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:08.013 | INFO migrate.versioning.api [-] 66 -> 67...  2022-02-04 15:02:09.396 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.396 | INFO migrate.versioning.api [-] 67 -> 68...  2022-02-04 15:02:09.409 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.409 | INFO migrate.versioning.api [-] 68 -> 69...  2022-02-04 15:02:09.418 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.418 | INFO migrate.versioning.api [-] 69 -> 70...  2022-02-04 15:02:09.427 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.428 | INFO migrate.versioning.api [-] 70 -> 71...  2022-02-04 15:02:09.437 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.437 | INFO migrate.versioning.api [-] 71 -> 72...  2022-02-04 15:02:09.449 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.450 | INFO migrate.versioning.api [-] 72 -> 73...  2022-02-04 15:02:09.574 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.574 | INFO migrate.versioning.api [-] 73 -> 74...  2022-02-04 15:02:09.654 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.654 | INFO migrate.versioning.api [-] 74 -> 75...  2022-02-04 15:02:09.703 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.703 | INFO migrate.versioning.api [-] 75 -> 76...  2022-02-04 15:02:09.717 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.718 | INFO migrate.versioning.api [-] 76 -> 77...  2022-02-04 15:02:09.735 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.735 | INFO migrate.versioning.api [-] 77 -> 78...  2022-02-04 15:02:09.749 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.750 | INFO migrate.versioning.api [-] 78 -> 79...  2022-02-04 15:02:09.763 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.763 | INFO migrate.versioning.api [-] 79 -> 80...  2022-02-04 15:02:09.777 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.777 | INFO migrate.versioning.api [-] 80 -> 81...  2022-02-04 15:02:09.828 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:09.828 | INFO migrate.versioning.api [-] 81 -> 82...  2022-02-04 15:02:10.079 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:10.079 | INFO migrate.versioning.api [-] 82 -> 83...  2022-02-04 15:02:10.374 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:10.374 | INFO migrate.versioning.api [-] 83 -> 84...  2022-02-04 15:02:10.513 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:10.513 | INFO migrate.versioning.api [-] 84 -> 85...  2022-02-04 15:02:10.648 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:10.648 | INFO migrate.versioning.api [-] 85 -> 86...  2022-02-04 15:02:10.714 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:10.714 | INFO migrate.versioning.api [-] 86 -> 87...  2022-02-04 15:02:10.948 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:10.949 | INFO migrate.versioning.api [-] 87 -> 88...  2022-02-04 15:02:11.096 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:11.097 | INFO migrate.versioning.api [-] 88 -> 89...  2022-02-04 15:02:11.173 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:11.173 | INFO migrate.versioning.api [-] 89 -> 90...  2022-02-04 15:02:11.296 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:11.297 | INFO migrate.versioning.api [-] 90 -> 91...  2022-02-04 15:02:11.591 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:11.591 | INFO migrate.versioning.api [-] 91 -> 92...  2022-02-04 15:02:11.819 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:11.820 | INFO migrate.versioning.api [-] 92 -> 93...  2022-02-04 15:02:12.143 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:12.144 | INFO migrate.versioning.api [-] 93 -> 94...  2022-02-04 15:02:12.348 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:12.349 | INFO migrate.versioning.api [-] 94 -> 95...  2022-02-04 15:02:12.508 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:12.509 | INFO migrate.versioning.api [-] 95 -> 96...  2022-02-04 15:02:12.531 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:12.532 | INFO migrate.versioning.api [-] 96 -> 97...  2022-02-04 15:02:12.553 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:12.553 | INFO migrate.versioning.api [-] 97 -> 98...  2022-02-04 15:02:12.566 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:12.567 | INFO migrate.versioning.api [-] 98 -> 99...  2022-02-04 15:02:12.580 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:12.581 | INFO migrate.versioning.api [-] 99 -> 100...  2022-02-04 15:02:12.594 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:12.595 | INFO migrate.versioning.api [-] 100 -> 101...  2022-02-04 15:02:12.617 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:12.618 | INFO migrate.versioning.api [-] 101 -> 102...  2022-02-04 15:02:12.658 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:12.659 | INFO migrate.versioning.api [-] 102 -> 103...  2022-02-04 15:02:12.729 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:12.729 | INFO migrate.versioning.api [-] 103 -> 104...  2022-02-04 15:02:12.756 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:12.757 | INFO migrate.versioning.api [-] 104 -> 105...  2022-02-04 15:02:12.873 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:12.873 | INFO migrate.versioning.api [-] 105 -> 106...  2022-02-04 15:02:12.974 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:12.974 | INFO migrate.versioning.api [-] 106 -> 107...  2022-02-04 15:02:13.129 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:13.129 | INFO migrate.versioning.api [-] 107 -> 108...  2022-02-04 15:02:13.233 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:13.233 | INFO migrate.versioning.api [-] 108 -> 109...  2022-02-04 15:02:13.308 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:13.309 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:13.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.310 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.311 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.311 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.319 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.319 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.321 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.324 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.325 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.326 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.326 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.335 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.337 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.343 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.343 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.344 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.348 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:13.349 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:13.349 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:13.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.351 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.352 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.352 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.357 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.357 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.361 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.361 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.363 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.366 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.366 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.371 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.375 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.377 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.377 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.378 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.378 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.378 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.379 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.379 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.379 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.380 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.387 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.387 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.388 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.391 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:13.391 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:13.391 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:13.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.393 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.393 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.394 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.395 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.400 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.400 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.401 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.401 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.402 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.402 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.402 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.403 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.403 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.404 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.404 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.404 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.405 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.405 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.405 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.406 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.406 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.407 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.407 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.407 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.408 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.408 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.410 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.410 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.411 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.411 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.412 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.412 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.412 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.413 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.413 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.413 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.414 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.414 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.415 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.415 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.415 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.416 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.417 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.417 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.417 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.418 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.418 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.419 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.419 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.419 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.420 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.420 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.420 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.421 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.421 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.422 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.422 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.422 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.423 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.423 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.424 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.424 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.424 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:13.425 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:13.440 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:13.442 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.442 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.443 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.443 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.443 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.444 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.446 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.446 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.446 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.447 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.449 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.449 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.450 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.450 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.450 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.451 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.452 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.453 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.455 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.455 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.456 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.457 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.458 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.459 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.459 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.460 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.460 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.461 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.462 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.462 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.464 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.465 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.466 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.467 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.468 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.469 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.469 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.469 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.470 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.470 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.472 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.472 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.472 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.475 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.475 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.476 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.477 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.477 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.482 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.482 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.484 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.485 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.487 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.487 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.490 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.490 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.490 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.491 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.492 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.492 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.496 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.498 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.498 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.499 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.501 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.501 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.501 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.502 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.502 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.503 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:13.503 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:13.537 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:13.539 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.539 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.540 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.540 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.540 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.541 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.541 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.543 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.544 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.545 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.545 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.546 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.546 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.546 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.547 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.547 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.549 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.550 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.550 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.550 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.552 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.553 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.553 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.553 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.554 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.554 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.554 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.554 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.555 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.555 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.556 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.556 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.557 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.557 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.558 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.558 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.559 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.560 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.560 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.561 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.561 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.562 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.562 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.562 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.562 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.564 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.564 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.565 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.565 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.565 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.566 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.566 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.569 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.569 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.570 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.571 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.571 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.573 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.573 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.574 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.574 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.574 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.575 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.576 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.576 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.576 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.577 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.577 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.578 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.578 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.578 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.578 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.579 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.579 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.581 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.581 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.581 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.585 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:13.585 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:13.585 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:13.587 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.587 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.588 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.589 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.589 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.590 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.590 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.591 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.591 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.591 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.592 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.592 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.592 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.593 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.593 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.593 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.593 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.594 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.594 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.594 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.595 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.595 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.595 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.595 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.596 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.597 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.597 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.598 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.598 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.598 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.598 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.599 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.599 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.600 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.600 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.600 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.600 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.601 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.601 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.601 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.601 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.602 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.602 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.602 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.602 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.602 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.603 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.603 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.603 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.604 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.604 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.604 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.604 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.605 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.605 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.605 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.606 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.606 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.606 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.606 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.607 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.607 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.607 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.608 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.608 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.608 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.608 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.609 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.609 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.609 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.609 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.610 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.610 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.610 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.611 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.611 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.611 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.611 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.612 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.612 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.612 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.614 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.614 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.615 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.616 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.616 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.617 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.618 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.619 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.620 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.620 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.620 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.621 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.621 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.623 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.623 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.623 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.624 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.625 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.625 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.625 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.625 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.626 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.626 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.626 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.626 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.627 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.627 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.627 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.628 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.628 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.628 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.628 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.629 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.629 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.630 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.630 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.630 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.631 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.631 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.631 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.631 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.632 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.632 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.632 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:13.632 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:13.647 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:13.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.649 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.652 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.653 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.653 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.654 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.654 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.654 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.655 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.655 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.656 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.656 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.657 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.657 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.658 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.658 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.659 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.660 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.661 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.661 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.661 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.662 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.662 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.663 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.663 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.664 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.665 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.665 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.666 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.667 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.667 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.669 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.670 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.670 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.670 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.671 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.672 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.672 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.672 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.673 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.673 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.676 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.676 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.677 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.677 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.677 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.677 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.678 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.678 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.678 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.678 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.679 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.679 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.680 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.680 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.680 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.681 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.682 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.683 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.683 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.683 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.683 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.684 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.684 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.686 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.688 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.688 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.688 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:13.691 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:13.691 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:13.691 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:13.706 | INFO migrate.versioning.api [-] 0 -> 1...  2022-02-04 15:02:13.721 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:13.721 | INFO migrate.versioning.api [-] 1 -> 2...  2022-02-04 15:02:13.734 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:13.735 | INFO migrate.versioning.api [-] 2 -> 3...  2022-02-04 15:02:13.890 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:13.891 | INFO migrate.versioning.api [-] 3 -> 4...  2022-02-04 15:02:13.904 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:13.904 | INFO migrate.versioning.api [-] 4 -> 5...  2022-02-04 15:02:13.918 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:13.918 | INFO migrate.versioning.api [-] 5 -> 6...  2022-02-04 15:02:13.930 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:13.930 | INFO migrate.versioning.api [-] 6 -> 7...  2022-02-04 15:02:13.942 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:13.942 | INFO migrate.versioning.api [-] 7 -> 8...  2022-02-04 15:02:13.954 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:13.955 | INFO migrate.versioning.api [-] 8 -> 9...  2022-02-04 15:02:13.968 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:13.968 | INFO migrate.versioning.api [-] 9 -> 10...  2022-02-04 15:02:14.189 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:14.189 | INFO migrate.versioning.api [-] 10 -> 11...  2022-02-04 15:02:14.203 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:14.204 | INFO migrate.versioning.api [-] 11 -> 12...  2022-02-04 15:02:14.422 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:14.422 | INFO migrate.versioning.api [-] 12 -> 13...  2022-02-04 15:02:14.437 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:14.438 | INFO migrate.versioning.api [-] 13 -> 14...  2022-02-04 15:02:14.647 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:14.648 | INFO migrate.versioning.api [-] 14 -> 15...  2022-02-04 15:02:14.660 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:14.660 | INFO migrate.versioning.api [-] 15 -> 16...  2022-02-04 15:02:14.740 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:14.740 | INFO migrate.versioning.api [-] 16 -> 17...  2022-02-04 15:02:14.751 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:14.751 | INFO migrate.versioning.api [-] 17 -> 18...  2022-02-04 15:02:14.762 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:14.763 | INFO migrate.versioning.api [-] 18 -> 19...  2022-02-04 15:02:14.773 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:14.773 | INFO migrate.versioning.api [-] 19 -> 20...  2022-02-04 15:02:14.787 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:14.787 | INFO migrate.versioning.api [-] 20 -> 21...  2022-02-04 15:02:14.796 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:14.797 | INFO migrate.versioning.api [-] 21 -> 22...  2022-02-04 15:02:14.895 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:14.895 | INFO migrate.versioning.api [-] 22 -> 23...  2022-02-04 15:02:14.981 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:14.981 | INFO migrate.versioning.api [-] 23 -> 24...  2022-02-04 15:02:15.119 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.120 | INFO migrate.versioning.api [-] 24 -> 25...  2022-02-04 15:02:15.134 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.134 | INFO migrate.versioning.api [-] 25 -> 26...  2022-02-04 15:02:15.147 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.147 | INFO migrate.versioning.api [-] 26 -> 27...  2022-02-04 15:02:15.161 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.161 | INFO migrate.versioning.api [-] 27 -> 28...  2022-02-04 15:02:15.172 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.172 | INFO migrate.versioning.api [-] 28 -> 29...  2022-02-04 15:02:15.185 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.185 | INFO migrate.versioning.api [-] 29 -> 30...  2022-02-04 15:02:15.314 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.314 | INFO migrate.versioning.api [-] 30 -> 31...  2022-02-04 15:02:15.346 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.346 | INFO migrate.versioning.api [-] 31 -> 32...  2022-02-04 15:02:15.413 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.413 | INFO migrate.versioning.api [-] 32 -> 33...  2022-02-04 15:02:15.604 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.604 | INFO migrate.versioning.api [-] 33 -> 34...  2022-02-04 15:02:15.698 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.698 | INFO migrate.versioning.api [-] 34 -> 35...  2022-02-04 15:02:15.762 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.762 | INFO migrate.versioning.api [-] 35 -> 36...  2022-02-04 15:02:15.824 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.824 | INFO migrate.versioning.api [-] 36 -> 37...  2022-02-04 15:02:15.836 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.836 | INFO migrate.versioning.api [-] 37 -> 38...  2022-02-04 15:02:15.847 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.847 | INFO migrate.versioning.api [-] 38 -> 39...  2022-02-04 15:02:15.859 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.859 | INFO migrate.versioning.api [-] 39 -> 40...  2022-02-04 15:02:15.876 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.876 | INFO migrate.versioning.api [-] 40 -> 41...  2022-02-04 15:02:15.889 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.890 | INFO migrate.versioning.api [-] 41 -> 42...  2022-02-04 15:02:15.904 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.904 | INFO migrate.versioning.api [-] 42 -> 43...  2022-02-04 15:02:15.915 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.915 | INFO migrate.versioning.api [-] 43 -> 44...  2022-02-04 15:02:15.926 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:15.926 | INFO migrate.versioning.api [-] 44 -> 45...  2022-02-04 15:02:16.116 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:16.116 | INFO migrate.versioning.api [-] 45 -> 46...  2022-02-04 15:02:16.126 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:16.126 | INFO migrate.versioning.api [-] 46 -> 47...  2022-02-04 15:02:16.573 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:16.573 | INFO migrate.versioning.api [-] 47 -> 48...  2022-02-04 15:02:16.783 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:16.783 | INFO migrate.versioning.api [-] 48 -> 49...  2022-02-04 15:02:16.793 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:16.793 | INFO migrate.versioning.api [-] 49 -> 50...  2022-02-04 15:02:16.809 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:16.809 | INFO migrate.versioning.api [-] 50 -> 51...  2022-02-04 15:02:16.819 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:16.819 | INFO migrate.versioning.api [-] 51 -> 52...  2022-02-04 15:02:16.828 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:16.829 | INFO migrate.versioning.api [-] 52 -> 53...  2022-02-04 15:02:16.884 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:16.884 | INFO migrate.versioning.api [-] 53 -> 54...  2022-02-04 15:02:16.895 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:16.895 | INFO migrate.versioning.api [-] 54 -> 55...  2022-02-04 15:02:17.046 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.046 | INFO migrate.versioning.api [-] 55 -> 56...  2022-02-04 15:02:17.132 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.132 | INFO migrate.versioning.api [-] 56 -> 57...  2022-02-04 15:02:17.142 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.142 | INFO migrate.versioning.api [-] 57 -> 58...  2022-02-04 15:02:17.152 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.152 | INFO migrate.versioning.api [-] 58 -> 59...  2022-02-04 15:02:17.163 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.163 | INFO migrate.versioning.api [-] 59 -> 60...  2022-02-04 15:02:17.180 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.180 | INFO migrate.versioning.api [-] 60 -> 61...  2022-02-04 15:02:17.186 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.186 | INFO migrate.versioning.api [-] 61 -> 62...  2022-02-04 15:02:17.259 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.260 | INFO migrate.versioning.api [-] 62 -> 63...  2022-02-04 15:02:17.269 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.270 | INFO migrate.versioning.api [-] 63 -> 64...  2022-02-04 15:02:17.363 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.363 | INFO migrate.versioning.api [-] 64 -> 65...  2022-02-04 15:02:17.610 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.610 | INFO migrate.versioning.api [-] 65 -> 66...  2022-02-04 15:02:17.731 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.732 | INFO migrate.versioning.api [-] 66 -> 67...  2022-02-04 15:02:17.744 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.744 | INFO migrate.versioning.api [-] 67 -> 68...  2022-02-04 15:02:17.755 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.756 | INFO migrate.versioning.api [-] 68 -> 69...  2022-02-04 15:02:17.768 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.768 | INFO migrate.versioning.api [-] 69 -> 70...  2022-02-04 15:02:17.780 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.781 | INFO migrate.versioning.api [-] 70 -> 71...  2022-02-04 15:02:17.792 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.792 | INFO migrate.versioning.api [-] 71 -> 72...  2022-02-04 15:02:17.803 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.803 | INFO migrate.versioning.api [-] 72 -> 73...  2022-02-04 15:02:17.980 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.980 | INFO migrate.versioning.api [-] 73 -> 74...  2022-02-04 15:02:17.991 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:17.991 | INFO migrate.versioning.api [-] 74 -> 75...  2022-02-04 15:02:18.000 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.000 | INFO migrate.versioning.api [-] 75 -> 76...  2022-02-04 15:02:18.009 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.009 | INFO migrate.versioning.api [-] 76 -> 77...  2022-02-04 15:02:18.019 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.020 | INFO migrate.versioning.api [-] 77 -> 78...  2022-02-04 15:02:18.030 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.030 | INFO migrate.versioning.api [-] 78 -> 79...  2022-02-04 15:02:18.102 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.102 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:18.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.104 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.105 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.106 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.107 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.109 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.109 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.110 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.110 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.111 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.111 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.112 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.113 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.113 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.114 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.117 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.117 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.117 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.117 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.119 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.121 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.122 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.122 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.123 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.123 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.123 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.124 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.124 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.124 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.124 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.125 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.125 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.125 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.125 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.126 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.126 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.126 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.127 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.127 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.128 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.128 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.130 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.130 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.130 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.132 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.132 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.133 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.133 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.133 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.133 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.134 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.134 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.134 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.134 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.135 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.136 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.138 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.138 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.138 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.139 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.139 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.139 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.140 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.140 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.141 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.141 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.141 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.141 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.141 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:18.141 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:18.142 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:18.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.145 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.146 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.146 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.146 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.147 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.147 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.147 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.147 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.147 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.148 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.149 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.149 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.149 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.150 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.150 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.151 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.151 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.151 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.151 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.152 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.153 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.155 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.155 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.155 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.155 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.156 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.156 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.157 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.158 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.158 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.158 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.159 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.159 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.159 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.159 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.160 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.161 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.161 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.162 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.162 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.164 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.164 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.165 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.165 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.165 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.165 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.166 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.166 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.167 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.168 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.168 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.168 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.170 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:18.170 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:18.170 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:18.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.173 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.173 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.174 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.174 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.174 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.174 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.174 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.175 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.175 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.176 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.176 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.176 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.177 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.177 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.178 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.178 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.178 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.178 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.179 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.179 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.179 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.180 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.180 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.181 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.181 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.182 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.182 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.183 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.183 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.184 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.184 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.184 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.185 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.185 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.185 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.185 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.187 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.187 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.187 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.187 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.188 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.188 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.189 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.190 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.191 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.191 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.191 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.191 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.192 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.192 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.193 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.194 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.194 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.194 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.196 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:18.196 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:18.205 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:18.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.206 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.206 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.206 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.207 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.208 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.209 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.209 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.210 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.210 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.211 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.211 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.211 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.211 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.212 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.212 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.212 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.212 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.216 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.216 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.216 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.216 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.217 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.217 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.217 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.217 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.217 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.218 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.218 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.218 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.218 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.219 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.219 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.219 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.219 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.219 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.219 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.220 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.220 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.220 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.221 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.221 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.221 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.221 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.221 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.221 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.222 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.222 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.222 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.222 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.223 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.223 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.223 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.223 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.224 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.224 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.224 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.224 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.225 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.225 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.225 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.225 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.225 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.226 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.226 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.226 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.226 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.227 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.227 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.227 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.228 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.228 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.228 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.229 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.229 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.229 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.229 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.230 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.230 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.230 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.230 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.230 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.230 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.231 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.231 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.231 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.231 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.232 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:18.232 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:18.263 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:18.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.266 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.266 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.268 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.273 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.274 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.274 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.274 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.274 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.274 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.274 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.274 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.274 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.274 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.275 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.275 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.276 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.277 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.277 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.278 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.280 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.280 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.281 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.281 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.281 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.282 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.282 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.283 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.283 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.283 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.283 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.284 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.284 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.284 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.285 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.285 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.285 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.286 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.286 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.287 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.287 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.289 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.289 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.289 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.292 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.292 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.294 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.294 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.294 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.294 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.295 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.295 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.295 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.296 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.297 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.297 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.301 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.301 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.301 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.301 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.302 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.302 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.303 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.303 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.304 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.304 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.305 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.305 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.305 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:18.305 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:18.306 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:18.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.308 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.309 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.310 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.311 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.313 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.313 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.315 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.315 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.316 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.316 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.317 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.317 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.318 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.318 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.318 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.318 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.319 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.320 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.321 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.322 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.323 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.323 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.324 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.324 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.324 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.325 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.325 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.326 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.326 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.326 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.326 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.326 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.327 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.327 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.327 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.328 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.328 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.329 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.329 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.330 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.330 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.331 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.332 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.332 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.334 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.334 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.336 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.336 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.336 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.337 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.337 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.338 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.338 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.338 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.339 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.340 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.343 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.343 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.344 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.344 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.345 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.345 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.346 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.346 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.347 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.347 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.347 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.347 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.347 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:18.348 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:18.360 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:18.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.362 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.362 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.364 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.364 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.366 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.367 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.368 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.368 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.370 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.370 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.371 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.371 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.371 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.372 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.372 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.372 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.373 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.374 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.374 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.375 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.381 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.382 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.384 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.384 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.384 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.384 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.386 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.386 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.386 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.387 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.388 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.389 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.389 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.389 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.389 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.389 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.390 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.390 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.390 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.390 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.391 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.393 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.393 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.393 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.393 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.394 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.394 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.394 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.394 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.395 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.395 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.395 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:18.395 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:18.395 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:18.395 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:18.405 | INFO migrate.versioning.api [-] 0 -> 1...  2022-02-04 15:02:18.418 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.418 | INFO migrate.versioning.api [-] 1 -> 2...  2022-02-04 15:02:18.429 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.429 | INFO migrate.versioning.api [-] 2 -> 3...  2022-02-04 15:02:18.451 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.451 | INFO migrate.versioning.api [-] 3 -> 4...  2022-02-04 15:02:18.464 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.464 | INFO migrate.versioning.api [-] 4 -> 5...  2022-02-04 15:02:18.476 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.476 | INFO migrate.versioning.api [-] 5 -> 6...  2022-02-04 15:02:18.488 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.488 | INFO migrate.versioning.api [-] 6 -> 7...  2022-02-04 15:02:18.501 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.501 | INFO migrate.versioning.api [-] 7 -> 8...  2022-02-04 15:02:18.513 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.513 | INFO migrate.versioning.api [-] 8 -> 9...  2022-02-04 15:02:18.525 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.525 | INFO migrate.versioning.api [-] 9 -> 10...  2022-02-04 15:02:18.537 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.537 | INFO migrate.versioning.api [-] 10 -> 11...  2022-02-04 15:02:18.550 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.550 | INFO migrate.versioning.api [-] 11 -> 12...  2022-02-04 15:02:18.599 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.600 | INFO migrate.versioning.api [-] 12 -> 13...  2022-02-04 15:02:18.611 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.611 | INFO migrate.versioning.api [-] 13 -> 14...  2022-02-04 15:02:18.716 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.716 | INFO migrate.versioning.api [-] 14 -> 15...  2022-02-04 15:02:18.801 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.801 | INFO migrate.versioning.api [-] 15 -> 16...  2022-02-04 15:02:18.812 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.812 | INFO migrate.versioning.api [-] 16 -> 17...  2022-02-04 15:02:18.821 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.822 | INFO migrate.versioning.api [-] 17 -> 18...  2022-02-04 15:02:18.832 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.832 | INFO migrate.versioning.api [-] 18 -> 19...  2022-02-04 15:02:18.843 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.844 | INFO migrate.versioning.api [-] 19 -> 20...  2022-02-04 15:02:18.856 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.856 | INFO migrate.versioning.api [-] 20 -> 21...  2022-02-04 15:02:18.867 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.867 | INFO migrate.versioning.api [-] 21 -> 22...  2022-02-04 15:02:18.878 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.878 | INFO migrate.versioning.api [-] 22 -> 23...  2022-02-04 15:02:18.889 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.890 | INFO migrate.versioning.api [-] 23 -> 24...  2022-02-04 15:02:18.901 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.901 | INFO migrate.versioning.api [-] 24 -> 25...  2022-02-04 15:02:18.912 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.912 | INFO migrate.versioning.api [-] 25 -> 26...  2022-02-04 15:02:18.923 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.923 | INFO migrate.versioning.api [-] 26 -> 27...  2022-02-04 15:02:18.935 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.936 | INFO migrate.versioning.api [-] 27 -> 28...  2022-02-04 15:02:18.944 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.944 | INFO migrate.versioning.api [-] 28 -> 29...  2022-02-04 15:02:18.956 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.956 | INFO migrate.versioning.api [-] 29 -> 30...  2022-02-04 15:02:18.968 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.968 | INFO migrate.versioning.api [-] 30 -> 31...  2022-02-04 15:02:18.980 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.980 | INFO migrate.versioning.api [-] 31 -> 32...  2022-02-04 15:02:18.992 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:18.992 | INFO migrate.versioning.api [-] 32 -> 33...  2022-02-04 15:02:19.005 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.005 | INFO migrate.versioning.api [-] 33 -> 34...  2022-02-04 15:02:19.017 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.017 | INFO migrate.versioning.api [-] 34 -> 35...  2022-02-04 15:02:19.028 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.028 | INFO migrate.versioning.api [-] 35 -> 36...  2022-02-04 15:02:19.040 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.040 | INFO migrate.versioning.api [-] 36 -> 37...  2022-02-04 15:02:19.052 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.052 | INFO migrate.versioning.api [-] 37 -> 38...  2022-02-04 15:02:19.062 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.062 | INFO migrate.versioning.api [-] 38 -> 39...  2022-02-04 15:02:19.071 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.071 | INFO migrate.versioning.api [-] 39 -> 40...  2022-02-04 15:02:19.081 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.081 | INFO migrate.versioning.api [-] 40 -> 41...  2022-02-04 15:02:19.094 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.094 | INFO migrate.versioning.api [-] 41 -> 42...  2022-02-04 15:02:19.103 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.103 | INFO migrate.versioning.api [-] 42 -> 43...  2022-02-04 15:02:19.114 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.114 | INFO migrate.versioning.api [-] 43 -> 44...  2022-02-04 15:02:19.124 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.125 | INFO migrate.versioning.api [-] 44 -> 45...  2022-02-04 15:02:19.137 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.138 | INFO migrate.versioning.api [-] 45 -> 46...  2022-02-04 15:02:19.204 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.204 | INFO migrate.versioning.api [-] 46 -> 47...  2022-02-04 15:02:19.218 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.218 | INFO migrate.versioning.api [-] 47 -> 48...  2022-02-04 15:02:19.228 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.228 | INFO migrate.versioning.api [-] 48 -> 49...  2022-02-04 15:02:19.243 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.243 | INFO migrate.versioning.api [-] 49 -> 50...  2022-02-04 15:02:19.257 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.257 | INFO migrate.versioning.api [-] 50 -> 51...  2022-02-04 15:02:19.274 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.274 | INFO migrate.versioning.api [-] 51 -> 52...  2022-02-04 15:02:19.287 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.287 | INFO migrate.versioning.api [-] 52 -> 53...  2022-02-04 15:02:19.302 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.302 | INFO migrate.versioning.api [-] 53 -> 54...  2022-02-04 15:02:19.317 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.319 | INFO migrate.versioning.api [-] 54 -> 55...  2022-02-04 15:02:19.333 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.334 | INFO migrate.versioning.api [-] 55 -> 56...  2022-02-04 15:02:19.346 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.346 | INFO migrate.versioning.api [-] 56 -> 57...  2022-02-04 15:02:19.358 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.359 | INFO migrate.versioning.api [-] 57 -> 58...  2022-02-04 15:02:19.370 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.370 | INFO migrate.versioning.api [-] 58 -> 59...  2022-02-04 15:02:19.383 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.383 | INFO migrate.versioning.api [-] 59 -> 60...  2022-02-04 15:02:19.394 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.394 | INFO migrate.versioning.api [-] 60 -> 61...  2022-02-04 15:02:19.403 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.404 | INFO migrate.versioning.api [-] 61 -> 62...  2022-02-04 15:02:19.430 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.430 | INFO migrate.versioning.api [-] 62 -> 63...  2022-02-04 15:02:19.440 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.440 | INFO migrate.versioning.api [-] 63 -> 64...  2022-02-04 15:02:19.449 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.449 | INFO migrate.versioning.api [-] 64 -> 65...  2022-02-04 15:02:19.461 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.461 | INFO migrate.versioning.api [-] 65 -> 66...  2022-02-04 15:02:19.478 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.478 | INFO migrate.versioning.api [-] 66 -> 67...  2022-02-04 15:02:19.489 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.489 | INFO migrate.versioning.api [-] 67 -> 68...  2022-02-04 15:02:19.500 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.500 | INFO migrate.versioning.api [-] 68 -> 69...  2022-02-04 15:02:19.513 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.513 | INFO migrate.versioning.api [-] 69 -> 70...  2022-02-04 15:02:19.524 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.524 | INFO migrate.versioning.api [-] 70 -> 71...  2022-02-04 15:02:19.536 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.537 | INFO migrate.versioning.api [-] 71 -> 72...  2022-02-04 15:02:19.549 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.550 | INFO migrate.versioning.api [-] 72 -> 73...  2022-02-04 15:02:19.566 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.567 | INFO migrate.versioning.api [-] 73 -> 74...  2022-02-04 15:02:19.578 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.578 | INFO migrate.versioning.api [-] 74 -> 75...  2022-02-04 15:02:19.588 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.589 | INFO migrate.versioning.api [-] 75 -> 76...  2022-02-04 15:02:19.599 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.600 | INFO migrate.versioning.api [-] 76 -> 77...  2022-02-04 15:02:19.611 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.612 | INFO migrate.versioning.api [-] 77 -> 78...  2022-02-04 15:02:19.623 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.624 | INFO migrate.versioning.api [-] 78 -> 79...  2022-02-04 15:02:19.637 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.638 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:19.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.641 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.642 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.643 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.643 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.643 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.643 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.644 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.644 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.644 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.645 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.645 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.645 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.645 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.646 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.646 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.646 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.647 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.647 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.647 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.648 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.648 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.648 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.648 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.648 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.649 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.649 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.651 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.651 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.651 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.652 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.652 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.653 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.653 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.653 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.653 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.653 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.654 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.654 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.654 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.654 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.655 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.655 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.656 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.657 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.657 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.657 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.657 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.658 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.658 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.658 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.658 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.659 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.660 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.660 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.660 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.661 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.662 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.663 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.663 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.663 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.665 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.667 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:19.667 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:19.667 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:19.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.668 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.668 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.669 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.669 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.670 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.670 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.670 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.670 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.671 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.671 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.672 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.672 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.672 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.672 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.672 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.673 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.673 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.673 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.673 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.674 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.674 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.675 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.676 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.676 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.676 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.677 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.677 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.677 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.677 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.677 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.677 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.677 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.678 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.678 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.678 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.678 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.678 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.678 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.679 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.679 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.679 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.679 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.679 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.680 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.680 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.680 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.680 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.680 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.680 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.680 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.681 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.681 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.681 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.681 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.682 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.682 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.682 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.682 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.682 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.683 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.683 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.683 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.683 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.684 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.685 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.685 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.685 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.685 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.685 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.686 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.686 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.686 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.687 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.689 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.689 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.689 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.689 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.690 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.690 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.690 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.690 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.691 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.691 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.691 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.691 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.691 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.691 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:19.691 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:19.692 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:19.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.693 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.693 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.694 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.694 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.695 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.695 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.695 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.695 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.695 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.695 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.696 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.696 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.696 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.696 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.696 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.696 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.696 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.697 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.697 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.697 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.698 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.698 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.698 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.698 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.698 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.698 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.699 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.699 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.699 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.699 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.699 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.699 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.699 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.699 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.700 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.700 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.700 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.700 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.700 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.700 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.700 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.701 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.701 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.701 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.701 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.701 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.701 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.701 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.702 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.702 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.702 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.702 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.702 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.702 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.703 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.703 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.703 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.703 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.703 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.703 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.703 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.704 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.704 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.704 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.704 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.704 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.704 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.704 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.705 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.705 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.705 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.705 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.705 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.705 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.705 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.706 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.706 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.706 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.706 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.706 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.706 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.706 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.707 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.709 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.709 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.709 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.709 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.709 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.709 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.709 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.709 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.709 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.709 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.710 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.710 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.710 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.710 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.710 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.710 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.710 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.710 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.710 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.710 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.711 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.711 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.711 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.711 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.711 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.712 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.712 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.712 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.715 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.715 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.715 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.715 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.715 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.715 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.715 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.715 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.716 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.716 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.716 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.716 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.716 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.716 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.716 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.716 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.716 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.716 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.716 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.716 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.716 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.716 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.716 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.716 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.717 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.717 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.717 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.717 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.717 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.717 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.717 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.717 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.718 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:19.718 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:19.727 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:19.728 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.728 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.728 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.729 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.729 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.729 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.729 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.729 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.730 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.730 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.730 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.730 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.730 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.730 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.731 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.731 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.732 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.732 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.732 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.732 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.733 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.733 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.733 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.733 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.733 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.733 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.734 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.734 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.734 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.734 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.734 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.734 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.735 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.735 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.735 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.735 | DEBUG migrate.versioning.script.base [-[00;32m] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.735 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.735 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.735 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.735 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.735 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.736 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.736 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.736 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.736 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.737 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.737 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.737 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.737 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.737 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.737 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.738 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.738 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.738 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.738 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.738 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.738 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.738 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.739 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.739 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.739 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.739 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.739 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.739 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.739 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.740 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.740 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.740 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.740 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.740 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.740 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.740 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.741 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.741 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.741 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.741 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.741 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.741 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.741 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.742 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.742 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.742 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.742 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.742 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.742 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.742 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.743 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.743 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.743 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.743 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.743 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.743 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.743 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.744 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.744 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.744 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.745 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.745 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.745 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.745 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.745 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.745 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.746 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.746 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.746 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.746 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.746 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.746 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.746 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.746 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.747 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.747 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.747 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.747 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.747 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.747 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.747 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.748 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.748 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.748 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.748 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.748 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.748 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.748 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.749 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.749 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.749 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.749 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.749 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.749 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.749 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.750 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.750 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.750 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.750 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.750 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.750 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.750 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.751 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.751 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.751 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.751 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.751 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.751 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.751 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.752 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:19.752 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:19.780 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:19.781 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.781 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.782 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.782 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.782 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.782 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.782 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.782 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.783 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.783 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.783 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.783 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.783 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.783 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.783 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.784 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.784 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.784 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.784 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.785 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.785 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.785 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.785 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.785 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.785 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.786 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.786 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.786 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.786 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.786 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.786 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.787 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.787 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.787 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.788 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.788 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.788 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.788 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.788 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.788 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.790 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.790 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.790 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.791 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.791 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.792 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.792 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.793 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.793 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.793 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.793 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.794 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.794 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.795 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.796 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.796 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.797 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.797 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.797 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.797 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.797 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.798 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.798 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.799 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.799 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.799 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.800 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.800 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.800 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.801 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.801 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.802 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.802 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.804 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.804 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:19.804 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:19.805 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:19.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.808 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.808 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.809 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.809 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.809 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.810 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.810 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.811 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.811 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.811 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.811 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.811 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.812 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.812 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.812 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.813 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.813 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.813 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.813 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.813 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.813 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.815 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.815 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.815 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.816 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.816 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.817 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.817 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.818 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.818 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.818 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.818 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.819 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.819 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.821 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.821 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.821 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.822 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.822 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.823 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.823 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.823 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.824 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.824 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.824 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.825 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.825 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.826 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.826 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.826 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.827 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.827 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.827 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.827 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.828 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.828 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.828 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.828 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.828 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.832 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.832 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:19.832 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:19.838 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:02:19.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.842 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.842 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.843 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.843 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.843 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.843 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.843 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.844 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.844 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.844 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.844 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.845 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.845 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.845 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.848 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.848 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.848 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.848 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.848 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.848 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.848 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.849 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.849 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.849 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.850 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.852 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.852 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.852 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.853 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.853 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.853 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.853 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.853 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.853 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.855 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.855 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.856 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.856 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.856 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.857 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.857 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.858 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.858 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.858 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.859 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.859 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.862 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.862 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.862 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.862 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:02:19.865 | 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=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:02:19.865 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:02:19.865 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=79292) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:02:19.876 | INFO migrate.versioning.api [-] 0 -> 1...  2022-02-04 15:02:19.890 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:19.891 | INFO migrate.versioning.api [-] 1 -> 2...  2022-02-04 15:02:20.120 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:20.120 | INFO migrate.versioning.api [-] 2 -> 3...  2022-02-04 15:02:20.271 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:20.271 | INFO migrate.versioning.api [-] 3 -> 4...  2022-02-04 15:02:20.451 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:20.451 | INFO migrate.versioning.api [-] 4 -> 5...  2022-02-04 15:02:20.460 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:20.460 | INFO migrate.versioning.api [-] 5 -> 6...  2022-02-04 15:02:20.470 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:20.470 | INFO migrate.versioning.api [-] 6 -> 7...  2022-02-04 15:02:20.480 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:20.480 | INFO migrate.versioning.api [-] 7 -> 8...  2022-02-04 15:02:20.491 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:20.491 | INFO migrate.versioning.api [-] 8 -> 9...  2022-02-04 15:02:20.501 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:20.501 | INFO migrate.versioning.api [-] 9 -> 10...  2022-02-04 15:02:20.511 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:20.511 | INFO migrate.versioning.api [-] 10 -> 11...  2022-02-04 15:02:20.603 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:20.603 | INFO migrate.versioning.api [-] 11 -> 12...  2022-02-04 15:02:20.714 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:20.715 | INFO migrate.versioning.api [-] 12 -> 13...  2022-02-04 15:02:20.914 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:20.914 | INFO migrate.versioning.api [-] 13 -> 14...  2022-02-04 15:02:21.210 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.211 | INFO migrate.versioning.api [-] 14 -> 15...  2022-02-04 15:02:21.340 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.340 | INFO migrate.versioning.api [-] 15 -> 16...  2022-02-04 15:02:21.351 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.351 | INFO migrate.versioning.api [-] 16 -> 17...  2022-02-04 15:02:21.361 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.361 | INFO migrate.versioning.api [-] 17 -> 18...  2022-02-04 15:02:21.370 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.370 | INFO migrate.versioning.api [-] 18 -> 19...  2022-02-04 15:02:21.379 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.381 | INFO migrate.versioning.api [-] 19 -> 20...  2022-02-04 15:02:21.388 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.388 | INFO migrate.versioning.api [-] 20 -> 21...  2022-02-04 15:02:21.396 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.396 | INFO migrate.versioning.api [-] 21 -> 22...  2022-02-04 15:02:21.406 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.406 | INFO migrate.versioning.api [-] 22 -> 23...  2022-02-04 15:02:21.416 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.416 | INFO migrate.versioning.api [-] 23 -> 24...  2022-02-04 15:02:21.554 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.554 | INFO migrate.versioning.api [-] 24 -> 25...  2022-02-04 15:02:21.563 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.563 | INFO migrate.versioning.api [-] 25 -> 26...  2022-02-04 15:02:21.572 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.572 | INFO migrate.versioning.api [-] 26 -> 27...  2022-02-04 15:02:21.581 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.581 | INFO migrate.versioning.api [-] 27 -> 28...  2022-02-04 15:02:21.591 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.591 | INFO migrate.versioning.api [-] 28 -> 29...  2022-02-04 15:02:21.599 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.599 | INFO migrate.versioning.api [-] 29 -> 30...  2022-02-04 15:02:21.609 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.609 | INFO migrate.versioning.api [-] 30 -> 31...  2022-02-04 15:02:21.618 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.618 | INFO migrate.versioning.api [-] 31 -> 32...  2022-02-04 15:02:21.664 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.664 | INFO migrate.versioning.api [-] 32 -> 33...  2022-02-04 15:02:21.674 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.674 | INFO migrate.versioning.api [-] 33 -> 34...  2022-02-04 15:02:21.686 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.686 | INFO migrate.versioning.api [-] 34 -> 35...  2022-02-04 15:02:21.760 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.761 | INFO migrate.versioning.api [-] 35 -> 36...  2022-02-04 15:02:21.824 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.824 | INFO migrate.versioning.api [-] 36 -> 37...  2022-02-04 15:02:21.943 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.943 | INFO migrate.versioning.api [-] 37 -> 38...  2022-02-04 15:02:21.952 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.953 | INFO migrate.versioning.api [-] 38 -> 39...  2022-02-04 15:02:21.961 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.961 | INFO migrate.versioning.api [-] 39 -> 40...  2022-02-04 15:02:21.970 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.970 | INFO migrate.versioning.api [-] 40 -> 41...  2022-02-04 15:02:21.977 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.977 | INFO migrate.versioning.api [-] 41 -> 42...  2022-02-04 15:02:21.984 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.984 | INFO migrate.versioning.api [-] 42 -> 43...  2022-02-04 15:02:21.994 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:21.994 | INFO migrate.versioning.api [-] 43 -> 44...  2022-02-04 15:02:22.002 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.003 | INFO migrate.versioning.api [-] 44 -> 45...  2022-02-04 15:02:22.011 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.011 | INFO migrate.versioning.api [-] 45 -> 46...  2022-02-04 15:02:22.019 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.019 | INFO migrate.versioning.api [-] 46 -> 47...  2022-02-04 15:02:22.214 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.215 | INFO migrate.versioning.api [-] 47 -> 48...  2022-02-04 15:02:22.233 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.233 | INFO migrate.versioning.api [-] 48 -> 49...  2022-02-04 15:02:22.243 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.243 | INFO migrate.versioning.api [-] 49 -> 50...  2022-02-04 15:02:22.253 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.253 | INFO migrate.versioning.api [-] 50 -> 51...  2022-02-04 15:02:22.262 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.262 | INFO migrate.versioning.api [-] 51 -> 52...  2022-02-04 15:02:22.271 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.272 | INFO migrate.versioning.api [-] 52 -> 53...  2022-02-04 15:02:22.281 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.281 | INFO migrate.versioning.api [-] 53 -> 54...  2022-02-04 15:02:22.404 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.404 | INFO migrate.versioning.api [-] 54 -> 55...  2022-02-04 15:02:22.441 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.441 | INFO migrate.versioning.api [-] 55 -> 56...  2022-02-04 15:02:22.449 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.449 | INFO migrate.versioning.api [-] 56 -> 57...  2022-02-04 15:02:22.459 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.459 | INFO migrate.versioning.api [-] 57 -> 58...  2022-02-04 15:02:22.468 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.468 | INFO migrate.versioning.api [-] 58 -> 59...  2022-02-04 15:02:22.477 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.477 | INFO migrate.versioning.api [-] 59 -> 60...  2022-02-04 15:02:22.486 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.486 | INFO migrate.versioning.api [-] 60 -> 61...  2022-02-04 15:02:22.494 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.494 | INFO migrate.versioning.api [-] 61 -> 62...  2022-02-04 15:02:22.503 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.503 | INFO migrate.versioning.api [-] 62 -> 63...  2022-02-04 15:02:22.671 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.671 | INFO migrate.versioning.api [-] 63 -> 64...  2022-02-04 15:02:22.680 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.681 | INFO migrate.versioning.api [-] 64 -> 65...  2022-02-04 15:02:22.691 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.691 | INFO migrate.versioning.api [-] 65 -> 66...  2022-02-04 15:02:22.699 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.699 | INFO migrate.versioning.api [-] 66 -> 67...  2022-02-04 15:02:22.707 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.707 | INFO migrate.versioning.api [-] 67 -> 68...  2022-02-04 15:02:22.717 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.717 | INFO migrate.versioning.api [-] 68 -> 69...  2022-02-04 15:02:22.727 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.727 | INFO migrate.versioning.api [-] 69 -> 70...  2022-02-04 15:02:22.737 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.738 | INFO migrate.versioning.api [-] 70 -> 71...  2022-02-04 15:02:22.747 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.748 | INFO migrate.versioning.api [-] 71 -> 72...  2022-02-04 15:02:22.883 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.883 | INFO migrate.versioning.api [-] 72 -> 73...  2022-02-04 15:02:22.891 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.891 | INFO migrate.versioning.api [-] 73 -> 74...  2022-02-04 15:02:22.900 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.900 | INFO migrate.versioning.api [-] 74 -> 75...  2022-02-04 15:02:22.909 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.910 | INFO migrate.versioning.api [-] 75 -> 76...  2022-02-04 15:02:22.918 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.918 | INFO migrate.versioning.api [-] 76 -> 77...  2022-02-04 15:02:22.929 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.929 | INFO migrate.versioning.api [-] 77 -> 78...  2022-02-04 15:02:22.938 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:22.938 | INFO migrate.versioning.api [-] 78 -> 79...  2022-02-04 15:02:22.946 | INFO migrate.versioning.api [-] done 2022-02-04 15:02:23.350 | + lib/keystone:init_keystone:455 : time_stop dbsync 2022-02-04 15:02:23.353 | + functions-common:time_stop:2309 : local name 2022-02-04 15:02:23.356 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:02:23.359 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:02:23.362 | + functions-common:time_stop:2312 : local total 2022-02-04 15:02:23.364 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:02:23.367 | + functions-common:time_stop:2315 : name=dbsync 2022-02-04 15:02:23.370 | + functions-common:time_stop:2316 : start_time=1643986922695 2022-02-04 15:02:23.372 | + functions-common:time_stop:2318 : [[ -z 1643986922695 ]] 2022-02-04 15:02:23.376 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:02:23.383 | + functions-common:time_stop:2321 : end_time=1643986943378 2022-02-04 15:02:23.386 | + functions-common:time_stop:2322 : elapsed_time=20683 2022-02-04 15:02:23.389 | + functions-common:time_stop:2323 : total=0 2022-02-04 15:02:23.391 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:02:23.394 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=20683 2022-02-04 15:02:23.397 | + lib/keystone:init_keystone:457 : [[ fernet == \f\e\r\n\e\t ]] 2022-02-04 15:02:23.399 | + lib/keystone:init_keystone:458 : rm -rf /etc/keystone/fernet-keys/ 2022-02-04 15:02:23.404 | + lib/keystone:init_keystone:459 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-02-04 15:02:27.394 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-02-04 15:02:27.394 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-02-04 15:02:27.395 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-02-04 15:02:27.395 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-02-04 15:02:27.395 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-02-04 15:02:27.396 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-02-04 15:02:27.396 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-02-04 15:02:27.396 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-02-04 15:02:27.396 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-02-04 15:02:27.724 | + lib/keystone:init_keystone:461 : rm -rf /etc/keystone/credential-keys/ 2022-02-04 15:02:27.728 | + lib/keystone:init_keystone:462 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-02-04 15:02:31.770 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-02-04 15:02:31.770 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-02-04 15:02:31.771 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-02-04 15:02:31.771 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-02-04 15:02:31.771 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-02-04 15:02:31.772 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-02-04 15:02:31.772 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-02-04 15:02:31.772 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-02-04 15:02:31.772 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-02-04 15:02:32.098 | + ./stack.sh:main:1098 : start_keystone 2022-02-04 15:02:32.101 | + lib/keystone:start_keystone:520 : local service_port=5000 2022-02-04 15:02:32.104 | + lib/keystone:start_keystone:521 : local auth_protocol=http 2022-02-04 15:02:32.107 | + lib/keystone:start_keystone:522 : is_service_enabled tls-proxy 2022-02-04 15:02:32.127 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:02:32.131 | + lib/keystone:start_keystone:527 : '[' uwsgi == mod_wsgi ']' 2022-02-04 15:02:32.135 | ++ lib/keystone:start_keystone:531 : which uwsgi 2022-02-04 15:02:32.139 | + lib/keystone:start_keystone:531 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-02-04 15:02:32.142 | + functions-common:run_process:1564 : local service=keystone 2022-02-04 15:02:32.144 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-04 15:02:32.147 | + functions-common:run_process:1566 : local group= 2022-02-04 15:02:32.149 | + functions-common:run_process:1567 : local user= 2022-02-04 15:02:32.152 | + functions-common:run_process:1569 : local name=keystone 2022-02-04 15:02:32.154 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:02:32.157 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:02:32.159 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:02:32.162 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:02:32.165 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:02:32.170 | + functions-common:time_start:2300 : _TIME_START[$name]=1643986952167 2022-02-04 15:02:32.172 | + functions-common:run_process:1572 : is_service_enabled keystone 2022-02-04 15:02:32.190 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:02:32.192 | + functions-common:run_process:1573 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2022-02-04 15:02:32.195 | + functions-common:_run_under_systemd:1529 : local service=keystone 2022-02-04 15:02:32.197 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-04 15:02:32.200 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-04 15:02:32.203 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-04 15:02:32.205 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-04 15:02:32.208 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-02-04 15:02:32.210 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-02-04 15:02:32.213 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@keystone.service 2022-02-04 15:02:32.216 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:02:32.218 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:02:32.221 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-02-04 15:02:32.223 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu 2022-02-04 15:02:32.226 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@keystone.service 2022-02-04 15:02:32.229 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-04 15:02:32.231 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-02-04 15:02:32.233 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-02-04 15:02:32.235 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-02-04 15:02:32.237 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-02-04 15:02:32.242 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-02-04 15:02:32.305 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-02-04 15:02:32.373 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-02-04 15:02:32.427 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-02-04 15:02:32.479 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:02:32.530 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-02-04 15:02:32.582 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-02-04 15:02:32.633 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-02-04 15:02:32.688 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-02-04 15:02:32.741 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-02-04 15:02:32.793 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-02-04 15:02:32.796 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-02-04 15:02:32.858 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-02-04 15:02:33.264 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@keystone.service 2022-02-04 15:02:33.277 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-02-04 15:02:33.653 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@keystone.service 2022-02-04 15:02:33.744 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:02:33.747 | + functions-common:time_stop:2309 : local name 2022-02-04 15:02:33.752 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:02:33.755 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:02:33.758 | + functions-common:time_stop:2312 : local total 2022-02-04 15:02:33.760 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:02:33.763 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:02:33.766 | + functions-common:time_stop:2316 : start_time=1643986952167 2022-02-04 15:02:33.768 | + functions-common:time_stop:2318 : [[ -z 1643986952167 ]] 2022-02-04 15:02:33.772 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:02:33.776 | + functions-common:time_stop:2321 : end_time=1643986953773 2022-02-04 15:02:33.779 | + functions-common:time_stop:2322 : elapsed_time=1606 2022-02-04 15:02:33.781 | + functions-common:time_stop:2323 : total=2087 2022-02-04 15:02:33.784 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:02:33.786 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=3693 2022-02-04 15:02:33.789 | + lib/keystone:start_keystone:534 : echo 'Waiting for keystone to start...' 2022-02-04 15:02:33.789 | Waiting for keystone to start... 2022-02-04 15:02:33.792 | + lib/keystone:start_keystone:540 : local service_uri=http://10.222.0.18/identity/v3/ 2022-02-04 15:02:33.795 | + lib/keystone:start_keystone:542 : wait_for_service 60 http://10.222.0.18/identity/v3/ 2022-02-04 15:02:33.797 | + functions:wait_for_service:457 : local timeout=60 2022-02-04 15:02:33.800 | + functions:wait_for_service:458 : local url=http://10.222.0.18/identity/v3/ 2022-02-04 15:02:33.803 | + functions:wait_for_service:459 : local rval=0 2022-02-04 15:02:33.805 | + functions:wait_for_service:460 : time_start wait_for_service 2022-02-04 15:02:33.809 | + functions-common:time_start:2295 : local name=wait_for_service 2022-02-04 15:02:33.811 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:02:33.814 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:02:33.819 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:02:33.822 | + functions-common:time_start:2300 : _TIME_START[$name]=1643986953819 2022-02-04 15:02:33.825 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-02-04 15:02:33.831 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.18/identity/v3/ 2022-02-04 15:02:34.215 | ++ inc/async:async_inner:64 : rc=0 2022-02-04 15:02:34.246 | [77479 Async install_tempest:77479]: finished successfully 2022-02-04 15:02:39.669 | + :: : [[ 200 == 503 ]] 2022-02-04 15:02:39.671 | + :: : [[ 0 -eq 7 ]] 2022-02-04 15:02:39.674 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-02-04 15:02:39.676 | + functions-common:time_stop:2309 : local name 2022-02-04 15:02:39.678 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:02:39.681 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:02:39.684 | + functions-common:time_stop:2312 : local total 2022-02-04 15:02:39.686 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:02:39.689 | + functions-common:time_stop:2315 : name=wait_for_service 2022-02-04 15:02:39.691 | + functions-common:time_stop:2316 : start_time=1643986953819 2022-02-04 15:02:39.693 | + functions-common:time_stop:2318 : [[ -z 1643986953819 ]] 2022-02-04 15:02:39.696 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:02:39.701 | + functions-common:time_stop:2321 : end_time=1643986959698 2022-02-04 15:02:39.703 | + functions-common:time_stop:2322 : elapsed_time=5879 2022-02-04 15:02:39.706 | + functions-common:time_stop:2323 : total=0 2022-02-04 15:02:39.708 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:02:39.710 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=5879 2022-02-04 15:02:39.713 | + functions:wait_for_service:467 : return 0 2022-02-04 15:02:39.716 | + lib/keystone:start_keystone:547 : is_service_enabled tls-proxy 2022-02-04 15:02:39.733 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:02:39.735 | + lib/keystone:start_keystone:553 : restart_service memcached 2022-02-04 15:02:39.738 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-04 15:02:39.740 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart memcached 2022-02-04 15:02:39.768 | + ./stack.sh:main:1099 : bootstrap_keystone 2022-02-04 15:02:39.773 | + 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.18/identity --bootstrap-public-url http://10.222.0.18/identity 2022-02-04 15:02:43.891 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:43.891 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:43.891 | 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=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:43.899 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:43.915 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:43.916 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:43.948 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:43.981 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:43.981 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.072 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.072 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.072 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.072 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.072 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.073 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.086 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.086 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.087 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.087 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.087 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.087 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.087 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.177 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.179 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.180 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.180 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.180 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.180 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.181 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.181 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=80270) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-02-04 15:02:44.213 | 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=80270) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-04 15:02:44.510 | INFO keystone.cmd.bootstrap [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] Created domain default 2022-02-04 15:02:44.555 | INFO keystone.cmd.bootstrap [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] Created project admin 2022-02-04 15:02:44.585 | DEBUG passlib.handlers.bcrypt [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] detected 'bcrypt' backend, version '3.2.0' {{(pid=80270) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-02-04 15:02:44.586 | DEBUG passlib.handlers.bcrypt [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=80270) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-02-04 15:02:44.647 | INFO keystone.cmd.bootstrap [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] Created user admin 2022-02-04 15:02:44.663 | INFO keystone.cmd.bootstrap [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] Created role reader 2022-02-04 15:02:44.674 | INFO keystone.cmd.bootstrap [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] Created role member 2022-02-04 15:02:44.697 | INFO keystone.cmd.bootstrap [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] Created implied role where 83cd0ec14aa043338b67cb09cc7a5677 implies 3073864812604a8295e55d12fcf56667 2022-02-04 15:02:44.707 | INFO keystone.cmd.bootstrap [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] Created role admin 2022-02-04 15:02:44.724 | INFO keystone.cmd.bootstrap [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] Created implied role where 62f47bec1f31441199f4d3d1bc49d519 implies 83cd0ec14aa043338b67cb09cc7a5677 2022-02-04 15:02:44.735 | INFO keystone.cmd.bootstrap [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] Granted role admin on project admin to user admin. 2022-02-04 15:02:44.743 | INFO keystone.cmd.bootstrap [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] Granted role admin on the system to user admin. 2022-02-04 15:02:44.756 | WARNING py.warnings [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] /usr/local/lib/python3.8/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2022-02-04 15:02:44.756 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-02-04 15:02:44.756 |  2022-02-04 15:02:44.760 | INFO keystone.cmd.bootstrap [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] Created region RegionOne 2022-02-04 15:02:44.794 | INFO keystone.cmd.bootstrap [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] Created public endpoint http://10.222.0.18/identity 2022-02-04 15:02:44.804 | INFO keystone.cmd.bootstrap [None req-f6e410f7-b477-4ccc-a5a6-cda10d1933f5 None None] Created admin endpoint http://10.222.0.18/identity 2022-02-04 15:02:45.204 | + ./stack.sh:main:1102 : create_keystone_accounts 2022-02-04 15:02:45.207 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2022-02-04 15:02:45.210 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2022-02-04 15:02:48.308 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:02:48.308 | from cryptography.utils import int_from_bytes 2022-02-04 15:02:48.308 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:02:48.308 | from cryptography.utils import int_from_bytes 2022-02-04 15:02:48.460 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:02:48.463 | + lib/keystone:create_keystone_accounts:315 : admin_project=c23e181196a7446a9d09bb240b0fa205 2022-02-04 15:02:48.466 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2022-02-04 15:02:48.469 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2022-02-04 15:02:50.589 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:02:50.590 | from cryptography.utils import int_from_bytes 2022-02-04 15:02:50.590 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:02:50.590 | from cryptography.utils import int_from_bytes 2022-02-04 15:02:50.747 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:02:50.750 | + lib/keystone:create_keystone_accounts:317 : admin_user=1f752abfa2514968ac8e35d7dee4fbff 2022-02-04 15:02:50.753 | + lib/keystone:create_keystone_accounts:318 : local admin_role=admin 2022-02-04 15:02:50.755 | + lib/keystone:create_keystone_accounts:319 : local member_role=member 2022-02-04 15:02:50.758 | + lib/keystone:create_keystone_accounts:321 : async_run ks-domain-role get_or_add_user_domain_role admin 1f752abfa2514968ac8e35d7dee4fbff default 2022-02-04 15:02:50.814 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 1f752abfa2514968ac8e35d7dee4fbff default 2022-02-04 15:02:50.851 | [17605 Async ks-domain-role:80384]: running: get_or_add_user_domain_role admin 1f752abfa2514968ac8e35d7dee4fbff default 2022-02-04 15:02:50.855 | + lib/keystone:create_keystone_accounts:324 : get_or_create_domain Default 2022-02-04 15:02:50.857 | + functions-common:get_or_create_domain:792 : local domain_id 2022-02-04 15:02:50.860 | ++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2022-02-04 15:02:53.170 | + functions-common:get_or_create_domain:802 : domain_id=default 2022-02-04 15:02:53.172 | + functions-common:get_or_create_domain:803 : echo default 2022-02-04 15:02:53.173 | default 2022-02-04 15:02:53.175 | + lib/keystone:create_keystone_accounts:325 : async_run ks-project get_or_create_project service Default 2022-02-04 15:02:53.238 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-02-04 15:02:53.280 | [17605 Async ks-project:80513]: running: get_or_create_project service Default 2022-02-04 15:02:53.283 | + lib/keystone:create_keystone_accounts:328 : async_run ks-service get_or_create_role service 2022-02-04 15:02:53.350 | + inc/async:async_inner:63 : get_or_create_role service 2022-02-04 15:02:53.396 | [17605 Async ks-service:80609]: running: get_or_create_role service 2022-02-04 15:02:53.399 | + lib/keystone:create_keystone_accounts:334 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-02-04 15:02:53.474 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-02-04 15:02:53.535 | [17605 Async ks-reseller:80695]: running: get_or_create_role ResellerAdmin 2022-02-04 15:02:53.543 | + lib/keystone:create_keystone_accounts:338 : local another_role=anotherrole 2022-02-04 15:02:53.558 | + lib/keystone:create_keystone_accounts:339 : async_run ks-anotherrole get_or_create_role anotherrole 2022-02-04 15:02:53.979 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-02-04 15:02:54.225 | [17605 Async ks-anotherrole:80784]: running: get_or_create_role anotherrole 2022-02-04 15:02:54.250 | + lib/keystone:create_keystone_accounts:342 : local invis_project 2022-02-04 15:02:54.278 | ++ lib/keystone:create_keystone_accounts:343 : get_or_create_project invisible_to_admin default 2022-02-04 15:02:54.298 | ++ functions-common:get_or_create_project:847 : local project_id 2022-02-04 15:02:54.341 | +++ functions-common:get_or_create_project:855 : oscwrap project create invisible_to_admin --domain=default --or-show -f value -c id 2022-02-04 15:02:57.106 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:02:57.131 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:02:57.242 | [80609 Async ks-service:80609]: finished successfully 2022-02-04 15:02:57.257 | [80513 Async ks-project:80513]: finished successfully 2022-02-04 15:02:57.323 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:02:57.364 | [80695 Async ks-reseller:80695]: finished successfully 2022-02-04 15:02:57.874 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:02:57.874 | from cryptography.utils import int_from_bytes 2022-02-04 15:02:57.874 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:02:57.874 | from cryptography.utils import int_from_bytes 2022-02-04 15:02:58.047 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:02:58.051 | ++ functions-common:get_or_create_project:853 : project_id=1de12d7f067644ddb89580e4eb4f1da6 2022-02-04 15:02:58.057 | ++ functions-common:get_or_create_project:854 : echo 1de12d7f067644ddb89580e4eb4f1da6 2022-02-04 15:02:58.060 | + lib/keystone:create_keystone_accounts:343 : invis_project=1de12d7f067644ddb89580e4eb4f1da6 2022-02-04 15:02:58.063 | + lib/keystone:create_keystone_accounts:346 : local demo_project 2022-02-04 15:02:58.067 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_project demo default 2022-02-04 15:02:58.074 | ++ functions-common:get_or_create_project:847 : local project_id 2022-02-04 15:02:58.078 | +++ functions-common:get_or_create_project:855 : oscwrap project create demo --domain=default --or-show -f value -c id 2022-02-04 15:02:58.369 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:02:58.417 | [80784 Async ks-anotherrole:80784]: finished successfully 2022-02-04 15:03:00.221 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:03:00.248 | [80384 Async ks-domain-role:80384]: finished successfully 2022-02-04 15:03:00.403 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:00.403 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:00.403 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:00.403 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:00.572 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:00.575 | ++ functions-common:get_or_create_project:853 : project_id=22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:00.578 | ++ functions-common:get_or_create_project:854 : echo 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:00.580 | + lib/keystone:create_keystone_accounts:347 : demo_project=22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:00.583 | + lib/keystone:create_keystone_accounts:348 : local demo_user 2022-02-04 15:03:00.586 | ++ lib/keystone:create_keystone_accounts:350 : get_or_create_user demo Passw0rd default demo@example.com 2022-02-04 15:03:00.588 | ++ functions-common:get_or_create_user:824 : local user_id 2022-02-04 15:03:00.591 | ++ functions-common:get_or_create_user:825 : [[ ! -z demo@example.com ]] 2022-02-04 15:03:00.594 | ++ functions-common:get_or_create_user:826 : local email=--email=demo@example.com 2022-02-04 15:03:00.597 | +++ functions-common:get_or_create_user:842 : oscwrap user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2022-02-04 15:03:02.791 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:02.791 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:02.791 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:02.791 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:02.944 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:02.948 | ++ functions-common:get_or_create_user:840 : user_id=138c783e1fd444b8972a0bbd9a7ae7f4 2022-02-04 15:03:02.950 | ++ functions-common:get_or_create_user:841 : echo 138c783e1fd444b8972a0bbd9a7ae7f4 2022-02-04 15:03:02.953 | + lib/keystone:create_keystone_accounts:350 : demo_user=138c783e1fd444b8972a0bbd9a7ae7f4 2022-02-04 15:03:02.955 | + lib/keystone:create_keystone_accounts:352 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-02-04 15:03:03.004 | [17605 Async ks-domain-role:80384]: Waiting for completion of get_or_add_user_domain_role admin 1f752abfa2514968ac8e35d7dee4fbff default running on PID 80384 (6 other jobs running) 2022-02-04 15:03:03.030 | [17605 Async ks-domain-role:80384]: Signaling child to exit 2022-02-04 15:03:03.030 | WAKEUP 2022-02-04 15:03:03.053 | [17605 Async ks-domain-role:80384]: Signaled 2022-02-04 15:03:03.054 | + functions-common:get_or_add_user_domain_role:918 : local user_role_id 2022-02-04 15:03:03.054 | ++ functions-common:get_or_add_user_domain_role:924 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:03.055 | ++ functions-common:get_or_add_user_domain_role:924 : oscwrap role assignment list --role admin --user 1f752abfa2514968ac8e35d7dee4fbff --domain default 2022-02-04 15:03:03.055 | ++ functions-common:get_or_add_user_domain_role:924 : get_field 1 2022-02-04 15:03:03.055 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:03.055 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:03.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:03.055 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:03.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:03.055 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:03.055 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:03.055 | + functions-common:get_or_add_user_domain_role:924 : user_role_id= 2022-02-04 15:03:03.055 | + functions-common:get_or_add_user_domain_role:925 : [[ -z '' ]] 2022-02-04 15:03:03.055 | + functions-common:get_or_add_user_domain_role:927 : openstack role add admin --user 1f752abfa2514968ac8e35d7dee4fbff --domain default 2022-02-04 15:03:03.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:03.055 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:03.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:03.055 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:03.055 | ++ functions-common:get_or_add_user_domain_role:934 : oscwrap role assignment list --role admin --user 1f752abfa2514968ac8e35d7dee4fbff --domain default 2022-02-04 15:03:03.055 | ++ functions-common:get_or_add_user_domain_role:934 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:03.055 | ++ functions-common:get_or_add_user_domain_role:934 : get_field 1 2022-02-04 15:03:03.055 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:03.055 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:03.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:03.055 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:03.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:03.055 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:03.055 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:03.055 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:03:03.055 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:03:03.056 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:03:03.056 | ++ functions-common:get_field:733 : echo '| 62f47bec1f31441199f4d3d1bc49d519 | 1f752abfa2514968ac8e35d7dee4fbff | | | default | | False |' 2022-02-04 15:03:03.056 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:03.056 | + functions-common:get_or_add_user_domain_role:934 : user_role_id=62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:03:03.056 | + functions-common:get_or_add_user_domain_role:936 : echo 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:03:03.056 | 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:03:03.100 | [17605 Async ks-domain-role:80384]: finished get_or_add_user_domain_role admin 1f752abfa2514968ac8e35d7dee4fbff default with result 0 in 9 seconds 2022-02-04 15:03:03.107 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-02-04 15:03:03.142 | [17605 Async ks-project:80513]: Waiting for completion of get_or_create_project service Default running on PID 80513 (5 other jobs running) 2022-02-04 15:03:03.168 | [17605 Async ks-project:80513]: Signaling child to exit 2022-02-04 15:03:03.168 | WAKEUP 2022-02-04 15:03:03.191 | [17605 Async ks-project:80513]: Signaled 2022-02-04 15:03:03.193 | + functions-common:get_or_create_project:847 : local project_id 2022-02-04 15:03:03.193 | ++ functions-common:get_or_create_project:855 : oscwrap project create service --domain=Default --or-show -f value -c id 2022-02-04 15:03:03.193 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:03.193 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:03.193 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:03.193 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:03.193 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:03.193 | + functions-common:get_or_create_project:853 : project_id=91f760da4dc441f596f2e7f3c54e8fc1 2022-02-04 15:03:03.193 | + functions-common:get_or_create_project:854 : echo 91f760da4dc441f596f2e7f3c54e8fc1 2022-02-04 15:03:03.193 | 91f760da4dc441f596f2e7f3c54e8fc1 2022-02-04 15:03:03.239 | [17605 Async ks-project:80513]: finished get_or_create_project service Default with result 0 in 4 seconds 2022-02-04 15:03:03.276 | [17605 Async ks-service:80609]: Waiting for completion of get_or_create_role service running on PID 80609 (4 other jobs running) 2022-02-04 15:03:03.301 | [17605 Async ks-service:80609]: Signaling child to exit 2022-02-04 15:03:03.301 | WAKEUP 2022-02-04 15:03:03.324 | [17605 Async ks-service:80609]: Signaled 2022-02-04 15:03:03.325 | + functions-common:get_or_create_role:860 : local role_id 2022-02-04 15:03:03.325 | ++ functions-common:get_or_create_role:867 : oscwrap role create service --or-show -f value -c id 2022-02-04 15:03:03.325 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:03.325 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:03.325 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:03.325 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:03.325 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:03.325 | + functions-common:get_or_create_role:865 : role_id=925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:03:03.325 | + functions-common:get_or_create_role:866 : echo 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:03:03.325 | 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:03:03.369 | [17605 Async ks-service:80609]: finished get_or_create_role service with result 0 in 3 seconds 2022-02-04 15:03:03.406 | [17605 Async ks-reseller:80695]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 80695 (3 other jobs running) 2022-02-04 15:03:03.430 | [17605 Async ks-reseller:80695]: Signaling child to exit 2022-02-04 15:03:03.430 | WAKEUP 2022-02-04 15:03:03.453 | [17605 Async ks-reseller:80695]: Signaled 2022-02-04 15:03:03.454 | + functions-common:get_or_create_role:860 : local role_id 2022-02-04 15:03:03.454 | ++ functions-common:get_or_create_role:867 : oscwrap role create ResellerAdmin --or-show -f value -c id 2022-02-04 15:03:03.454 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:03.454 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:03.454 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:03.454 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:03.454 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:03.454 | + functions-common:get_or_create_role:865 : role_id=5fd41d9689eb4b8caa16341e0c09f1f7 2022-02-04 15:03:03.455 | + functions-common:get_or_create_role:866 : echo 5fd41d9689eb4b8caa16341e0c09f1f7 2022-02-04 15:03:03.455 | 5fd41d9689eb4b8caa16341e0c09f1f7 2022-02-04 15:03:03.498 | [17605 Async ks-reseller:80695]: finished get_or_create_role ResellerAdmin with result 0 in 3 seconds 2022-02-04 15:03:03.535 | [17605 Async ks-anotherrole:80784]: Waiting for completion of get_or_create_role anotherrole running on PID 80784 (2 other jobs running) 2022-02-04 15:03:03.560 | [17605 Async ks-anotherrole:80784]: Signaling child to exit 2022-02-04 15:03:03.560 | WAKEUP 2022-02-04 15:03:03.582 | [17605 Async ks-anotherrole:80784]: Signaled 2022-02-04 15:03:03.583 | + functions-common:get_or_create_role:860 : local role_id 2022-02-04 15:03:03.583 | ++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2022-02-04 15:03:03.583 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:03.583 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:03.583 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:03.583 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:03.583 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:03.583 | + functions-common:get_or_create_role:865 : role_id=9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:03:03.583 | + functions-common:get_or_create_role:866 : echo 9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:03:03.583 | 9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:03:03.627 | [17605 Async ks-anotherrole:80784]: finished get_or_create_role anotherrole with result 0 in 4 seconds 2022-02-04 15:03:03.631 | + inc/async:async_wait:197 : return 0 2022-02-04 15:03:03.634 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-member get_or_add_user_project_role member 138c783e1fd444b8972a0bbd9a7ae7f4 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:03.693 | + inc/async:async_inner:63 : get_or_add_user_project_role member 138c783e1fd444b8972a0bbd9a7ae7f4 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:03.736 | [17605 Async ks-demo-member:81652]: running: get_or_add_user_project_role member 138c783e1fd444b8972a0bbd9a7ae7f4 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:03.740 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-admin get_or_add_user_project_role admin 1f752abfa2514968ac8e35d7dee4fbff 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:03.801 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 1f752abfa2514968ac8e35d7dee4fbff 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:03.849 | [17605 Async ks-demo-admin:81764]: running: get_or_add_user_project_role admin 1f752abfa2514968ac8e35d7dee4fbff 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:03.852 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-another get_or_add_user_project_role anotherrole 138c783e1fd444b8972a0bbd9a7ae7f4 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:03.919 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 138c783e1fd444b8972a0bbd9a7ae7f4 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:03.967 | [17605 Async ks-demo-another:81876]: running: get_or_add_user_project_role anotherrole 138c783e1fd444b8972a0bbd9a7ae7f4 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:03.970 | + lib/keystone:create_keystone_accounts:357 : async_run ks-demo-invis get_or_add_user_project_role member 138c783e1fd444b8972a0bbd9a7ae7f4 1de12d7f067644ddb89580e4eb4f1da6 2022-02-04 15:03:04.055 | + inc/async:async_inner:63 : get_or_add_user_project_role member 138c783e1fd444b8972a0bbd9a7ae7f4 1de12d7f067644ddb89580e4eb4f1da6 2022-02-04 15:03:04.091 | [17605 Async ks-demo-invis:81988]: running: get_or_add_user_project_role member 138c783e1fd444b8972a0bbd9a7ae7f4 1de12d7f067644ddb89580e4eb4f1da6 2022-02-04 15:03:04.095 | + lib/keystone:create_keystone_accounts:360 : local alt_demo_project 2022-02-04 15:03:04.100 | ++ lib/keystone:create_keystone_accounts:361 : get_or_create_project alt_demo default 2022-02-04 15:03:04.104 | ++ functions-common:get_or_create_project:847 : local project_id 2022-02-04 15:03:04.118 | +++ functions-common:get_or_create_project:855 : oscwrap project create alt_demo --domain=default --or-show -f value -c id 2022-02-04 15:03:07.338 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:07.338 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:07.338 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:07.338 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:07.628 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:07.641 | ++ functions-common:get_or_create_project:853 : project_id=f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:07.654 | ++ functions-common:get_or_create_project:854 : echo f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:07.664 | + lib/keystone:create_keystone_accounts:361 : alt_demo_project=f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:07.672 | + lib/keystone:create_keystone_accounts:362 : local alt_demo_user 2022-02-04 15:03:07.689 | ++ lib/keystone:create_keystone_accounts:364 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-02-04 15:03:07.695 | ++ functions-common:get_or_create_user:824 : local user_id 2022-02-04 15:03:07.704 | ++ functions-common:get_or_create_user:825 : [[ ! -z alt_demo@example.com ]] 2022-02-04 15:03:07.725 | ++ functions-common:get_or_create_user:826 : local email=--email=alt_demo@example.com 2022-02-04 15:03:07.752 | +++ functions-common:get_or_create_user:842 : oscwrap user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id 2022-02-04 15:03:12.072 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:12.072 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:12.072 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:12.072 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:12.294 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:12.316 | ++ functions-common:get_or_create_user:840 : user_id=911b247203654d689c9658baa5aa42d2 2022-02-04 15:03:12.338 | ++ functions-common:get_or_create_user:841 : echo 911b247203654d689c9658baa5aa42d2 2022-02-04 15:03:12.370 | + lib/keystone:create_keystone_accounts:364 : alt_demo_user=911b247203654d689c9658baa5aa42d2 2022-02-04 15:03:12.402 | + lib/keystone:create_keystone_accounts:366 : async_run ks-alt-member get_or_add_user_project_role member 911b247203654d689c9658baa5aa42d2 f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:12.699 | + inc/async:async_inner:63 : get_or_add_user_project_role member 911b247203654d689c9658baa5aa42d2 f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:12.897 | [17605 Async ks-alt-member:82348]: running: get_or_add_user_project_role member 911b247203654d689c9658baa5aa42d2 f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:12.909 | + lib/keystone:create_keystone_accounts:367 : async_run ks-alt-admin get_or_add_user_project_role admin 1f752abfa2514968ac8e35d7dee4fbff f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:13.276 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 1f752abfa2514968ac8e35d7dee4fbff f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:13.517 | [17605 Async ks-alt-admin:82461]: running: get_or_add_user_project_role admin 1f752abfa2514968ac8e35d7dee4fbff f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:13.537 | + lib/keystone:create_keystone_accounts:368 : async_run ks-alt-another get_or_add_user_project_role anotherrole 911b247203654d689c9658baa5aa42d2 f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:14.027 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 911b247203654d689c9658baa5aa42d2 f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:14.294 | [17605 Async ks-alt-another:82574]: running: get_or_add_user_project_role anotherrole 911b247203654d689c9658baa5aa42d2 f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:14.317 | + lib/keystone:create_keystone_accounts:371 : local admin_group 2022-02-04 15:03:14.362 | ++ lib/keystone:create_keystone_accounts:373 : get_or_create_group admins default 'openstack admin group' 2022-02-04 15:03:14.373 | ++ functions-common:get_or_create_group:809 : local 'desc=openstack admin group' 2022-02-04 15:03:14.399 | ++ functions-common:get_or_create_group:810 : local group_id 2022-02-04 15:03:14.434 | +++ functions-common:get_or_create_group:819 : oscwrap group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2022-02-04 15:03:15.859 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:03:16.054 | [81652 Async ks-demo-member:81652]: finished successfully 2022-02-04 15:03:16.152 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:03:16.345 | [81876 Async ks-demo-another:81876]: finished successfully 2022-02-04 15:03:18.058 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:03:18.222 | [81764 Async ks-demo-admin:81764]: finished successfully 2022-02-04 15:03:18.338 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:03:18.400 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:18.400 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:18.400 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:18.400 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:18.470 | [81988 Async ks-demo-invis:81988]: finished successfully 2022-02-04 15:03:18.607 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:18.610 | ++ functions-common:get_or_create_group:817 : group_id=c0b3f4d8771f47448bc557123ff5f502 2022-02-04 15:03:18.614 | ++ functions-common:get_or_create_group:818 : echo c0b3f4d8771f47448bc557123ff5f502 2022-02-04 15:03:18.617 | + lib/keystone:create_keystone_accounts:373 : admin_group=c0b3f4d8771f47448bc557123ff5f502 2022-02-04 15:03:18.620 | + lib/keystone:create_keystone_accounts:374 : local non_admin_group 2022-02-04 15:03:18.623 | ++ lib/keystone:create_keystone_accounts:376 : get_or_create_group nonadmins default 'non-admin group' 2022-02-04 15:03:18.626 | ++ functions-common:get_or_create_group:809 : local 'desc=non-admin group' 2022-02-04 15:03:18.629 | ++ functions-common:get_or_create_group:810 : local group_id 2022-02-04 15:03:18.633 | +++ functions-common:get_or_create_group:819 : oscwrap group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2022-02-04 15:03:21.061 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:21.061 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:21.061 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:21.061 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:21.343 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:21.349 | ++ functions-common:get_or_create_group:817 : group_id=61dbc84f8fe54afa882f1ddd164c8c5c 2022-02-04 15:03:21.352 | ++ functions-common:get_or_create_group:818 : echo 61dbc84f8fe54afa882f1ddd164c8c5c 2022-02-04 15:03:21.355 | + lib/keystone:create_keystone_accounts:376 : non_admin_group=61dbc84f8fe54afa882f1ddd164c8c5c 2022-02-04 15:03:21.359 | + lib/keystone:create_keystone_accounts:378 : async_run ks-group-memberdemo get_or_add_group_project_role member 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:21.496 | + inc/async:async_inner:63 : get_or_add_group_project_role member 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:21.652 | [17605 Async ks-group-memberdemo:82996]: running: get_or_add_group_project_role member 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:21.673 | + lib/keystone:create_keystone_accounts:379 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:22.050 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:22.202 | [17605 Async ks-group-anotherdemo:83112]: running: get_or_add_group_project_role anotherrole 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:22.208 | + lib/keystone:create_keystone_accounts:380 : async_run ks-group-memberalt get_or_add_group_project_role member 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:22.711 | + inc/async:async_inner:63 : get_or_add_group_project_role member 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:22.925 | [17605 Async ks-group-memberalt:83204]: running: get_or_add_group_project_role member 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:22.955 | + lib/keystone:create_keystone_accounts:381 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:23.459 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:23.708 | [17605 Async ks-group-anotheralt:83316]: running: get_or_add_group_project_role anotherrole 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:23.735 | + lib/keystone:create_keystone_accounts:382 : async_run ks-group-admin get_or_add_group_project_role admin c0b3f4d8771f47448bc557123ff5f502 c23e181196a7446a9d09bb240b0fa205 2022-02-04 15:03:24.275 | + inc/async:async_inner:63 : get_or_add_group_project_role admin c0b3f4d8771f47448bc557123ff5f502 c23e181196a7446a9d09bb240b0fa205 2022-02-04 15:03:24.573 | [17605 Async ks-group-admin:83404]: running: get_or_add_group_project_role admin c0b3f4d8771f47448bc557123ff5f502 c23e181196a7446a9d09bb240b0fa205 2022-02-04 15:03:24.598 | + lib/keystone:create_keystone_accounts:384 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis 2022-02-04 15:03:25.013 | [17605 Async ks-demo-member:81652]: Waiting for completion of get_or_add_user_project_role member 138c783e1fd444b8972a0bbd9a7ae7f4 22fe7c6b36b841f19a42f971a4bfff72 running on PID 81652 (13 other jobs running) 2022-02-04 15:03:25.210 | [17605 Async ks-demo-member:81652]: Signaling child to exit 2022-02-04 15:03:25.210 | WAKEUP 2022-02-04 15:03:25.418 | [17605 Async ks-demo-member:81652]: Signaled 2022-02-04 15:03:25.435 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:03:25.436 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-04 15:03:25.436 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:03:25.436 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:03:25.436 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-04 15:03:25.436 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-04 15:03:25.436 | ++ functions-common:_get_domain_args:882 : echo 2022-02-04 15:03:25.436 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-04 15:03:25.436 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user 138c783e1fd444b8972a0bbd9a7ae7f4 --project 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:25.436 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:25.436 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:03:25.436 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:25.436 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:25.436 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:25.436 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:25.436 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:25.436 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:25.436 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:25.436 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:03:25.436 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:03:25.436 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user 138c783e1fd444b8972a0bbd9a7ae7f4 --project 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:25.436 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:25.436 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:25.436 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:25.436 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:25.436 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:03:25.436 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:25.436 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:25.436 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:25.436 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user 138c783e1fd444b8972a0bbd9a7ae7f4 --project 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:25.437 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:25.437 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:25.437 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:25.437 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:25.437 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:25.437 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:03:25.437 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:03:25.437 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:03:25.437 | ++ functions-common:get_field:733 : echo '| 83cd0ec14aa043338b67cb09cc7a5677 | 138c783e1fd444b8972a0bbd9a7ae7f4 | | 22fe7c6b36b841f19a42f971a4bfff72 | | | False |' 2022-02-04 15:03:25.437 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:25.437 | + functions-common:get_or_add_user_project_role:910 : user_role_id=83cd0ec14aa043338b67cb09cc7a5677 2022-02-04 15:03:25.437 | + functions-common:get_or_add_user_project_role:912 : echo 83cd0ec14aa043338b67cb09cc7a5677 2022-02-04 15:03:25.437 | 83cd0ec14aa043338b67cb09cc7a5677 2022-02-04 15:03:25.806 | [17605 Async ks-demo-member:81652]: finished get_or_add_user_project_role member 138c783e1fd444b8972a0bbd9a7ae7f4 22fe7c6b36b841f19a42f971a4bfff72 with result 0 in 12 seconds 2022-02-04 15:03:26.169 | [17605 Async ks-demo-admin:81764]: Waiting for completion of get_or_add_user_project_role admin 1f752abfa2514968ac8e35d7dee4fbff 22fe7c6b36b841f19a42f971a4bfff72 running on PID 81764 (12 other jobs running) 2022-02-04 15:03:26.363 | [17605 Async ks-demo-admin:81764]: Signaling child to exit 2022-02-04 15:03:26.363 | WAKEUP 2022-02-04 15:03:26.577 | [17605 Async ks-demo-admin:81764]: Signaled 2022-02-04 15:03:26.597 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:03:26.597 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-04 15:03:26.597 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:03:26.597 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:03:26.597 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-04 15:03:26.597 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-04 15:03:26.597 | ++ functions-common:_get_domain_args:882 : echo 2022-02-04 15:03:26.597 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-04 15:03:26.597 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 1f752abfa2514968ac8e35d7dee4fbff --project 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:26.597 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:03:26.597 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:26.597 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:26.597 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:26.597 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:26.597 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:26.597 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:26.597 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:26.597 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:26.597 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:03:26.597 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:03:26.597 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 1f752abfa2514968ac8e35d7dee4fbff --project 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:26.597 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:26.597 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:26.597 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:26.597 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:26.597 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 1f752abfa2514968ac8e35d7dee4fbff --project 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:26.598 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:03:26.598 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:26.598 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:26.598 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:26.598 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:26.598 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:26.598 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:26.598 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:26.598 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:26.598 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:03:26.598 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:03:26.598 | ++ functions-common:get_field:733 : echo '| 62f47bec1f31441199f4d3d1bc49d519 | 1f752abfa2514968ac8e35d7dee4fbff | | 22fe7c6b36b841f19a42f971a4bfff72 | | | False |' 2022-02-04 15:03:26.598 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:03:26.598 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:26.598 | + functions-common:get_or_add_user_project_role:910 : user_role_id=62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:03:26.598 | + functions-common:get_or_add_user_project_role:912 : echo 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:03:26.598 | 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:03:26.904 | [17605 Async ks-demo-admin:81764]: finished get_or_add_user_project_role admin 1f752abfa2514968ac8e35d7dee4fbff 22fe7c6b36b841f19a42f971a4bfff72 with result 0 in 14 seconds 2022-02-04 15:03:27.247 | [17605 Async ks-demo-another:81876]: Waiting for completion of get_or_add_user_project_role anotherrole 138c783e1fd444b8972a0bbd9a7ae7f4 22fe7c6b36b841f19a42f971a4bfff72 running on PID 81876 (11 other jobs running) 2022-02-04 15:03:27.475 | [17605 Async ks-demo-another:81876]: Signaling child to exit 2022-02-04 15:03:27.475 | WAKEUP 2022-02-04 15:03:27.598 | [17605 Async ks-demo-another:81876]: Signaled 2022-02-04 15:03:27.609 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:03:27.609 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-04 15:03:27.609 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:03:27.609 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:03:27.609 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-04 15:03:27.610 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-04 15:03:27.610 | ++ functions-common:_get_domain_args:882 : echo 2022-02-04 15:03:27.610 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-04 15:03:27.610 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:03:27.610 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user 138c783e1fd444b8972a0bbd9a7ae7f4 --project 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:27.610 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:27.610 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:27.610 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:27.610 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:27.610 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:27.610 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:27.610 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:27.610 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:27.610 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:03:27.610 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:03:27.611 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user 138c783e1fd444b8972a0bbd9a7ae7f4 --project 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:27.611 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:27.612 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:27.612 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:27.612 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:27.612 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:27.612 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:03:27.612 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user 138c783e1fd444b8972a0bbd9a7ae7f4 --project 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:27.612 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:27.612 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:27.612 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:27.612 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:27.612 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:27.612 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:27.612 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:27.613 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:03:27.613 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:03:27.613 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:03:27.613 | ++ functions-common:get_field:733 : echo '| 9f2c5246b5f24492b8fed549e76cdc92 | 138c783e1fd444b8972a0bbd9a7ae7f4 | | 22fe7c6b36b841f19a42f971a4bfff72 | | | False |' 2022-02-04 15:03:27.613 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:27.613 | + functions-common:get_or_add_user_project_role:910 : user_role_id=9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:03:27.613 | + functions-common:get_or_add_user_project_role:912 : echo 9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:03:27.613 | 9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:03:27.838 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:03:27.865 | [17605 Async ks-demo-another:81876]: finished get_or_add_user_project_role anotherrole 138c783e1fd444b8972a0bbd9a7ae7f4 22fe7c6b36b841f19a42f971a4bfff72 with result 0 in 12 seconds 2022-02-04 15:03:28.032 | [82348 Async ks-alt-member:82348]: finished successfully 2022-02-04 15:03:28.147 | [17605 Async ks-demo-invis:81988]: Waiting for completion of get_or_add_user_project_role member 138c783e1fd444b8972a0bbd9a7ae7f4 1de12d7f067644ddb89580e4eb4f1da6 running on PID 81988 (10 other jobs running) 2022-02-04 15:03:28.386 | [17605 Async ks-demo-invis:81988]: Signaling child to exit 2022-02-04 15:03:28.386 | WAKEUP 2022-02-04 15:03:28.552 | [17605 Async ks-demo-invis:81988]: Signaled 2022-02-04 15:03:28.576 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:03:28.577 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-04 15:03:28.577 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:03:28.577 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:03:28.577 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-04 15:03:28.577 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-04 15:03:28.577 | ++ functions-common:_get_domain_args:882 : echo 2022-02-04 15:03:28.577 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-04 15:03:28.577 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:28.577 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user 138c783e1fd444b8972a0bbd9a7ae7f4 --project 1de12d7f067644ddb89580e4eb4f1da6 2022-02-04 15:03:28.577 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:03:28.577 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:28.577 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:28.577 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:28.577 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:28.577 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:28.578 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:28.578 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:28.578 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:03:28.578 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:03:28.578 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user 138c783e1fd444b8972a0bbd9a7ae7f4 --project 1de12d7f067644ddb89580e4eb4f1da6 2022-02-04 15:03:28.578 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:28.578 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:28.578 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:28.578 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:28.578 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:28.578 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user 138c783e1fd444b8972a0bbd9a7ae7f4 --project 1de12d7f067644ddb89580e4eb4f1da6 2022-02-04 15:03:28.578 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:03:28.578 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:28.578 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:28.578 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:28.578 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:28.579 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:28.579 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:28.579 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:28.579 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:03:28.579 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:03:28.579 | ++ functions-common:get_field:733 : echo '| 83cd0ec14aa043338b67cb09cc7a5677 | 138c783e1fd444b8972a0bbd9a7ae7f4 | | 1de12d7f067644ddb89580e4eb4f1da6 | | | False |' 2022-02-04 15:03:28.579 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:03:28.579 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:28.579 | + functions-common:get_or_add_user_project_role:910 : user_role_id=83cd0ec14aa043338b67cb09cc7a5677 2022-02-04 15:03:28.579 | + functions-common:get_or_add_user_project_role:912 : echo 83cd0ec14aa043338b67cb09cc7a5677 2022-02-04 15:03:28.579 | 83cd0ec14aa043338b67cb09cc7a5677 2022-02-04 15:03:28.923 | [17605 Async ks-demo-invis:81988]: finished get_or_add_user_project_role member 138c783e1fd444b8972a0bbd9a7ae7f4 1de12d7f067644ddb89580e4eb4f1da6 with result 0 in 14 seconds 2022-02-04 15:03:28.955 | + inc/async:async_wait:197 : return 0 2022-02-04 15:03:28.970 | + lib/keystone:create_keystone_accounts:385 : async_wait ks-alt-member ks-alt-admin ks-alt-another 2022-02-04 15:03:29.421 | [17605 Async ks-alt-member:82348]: Waiting for completion of get_or_add_user_project_role member 911b247203654d689c9658baa5aa42d2 f60f2305fbf84d50be131a160662cc02 running on PID 82348 (9 other jobs running) 2022-02-04 15:03:29.645 | [17605 Async ks-alt-member:82348]: Signaling child to exit 2022-02-04 15:03:29.646 | WAKEUP 2022-02-04 15:03:29.784 | [17605 Async ks-alt-member:82348]: Signaled 2022-02-04 15:03:29.797 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:03:29.797 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-04 15:03:29.797 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:03:29.797 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:03:29.797 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-04 15:03:29.797 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-04 15:03:29.797 | ++ functions-common:_get_domain_args:882 : echo 2022-02-04 15:03:29.797 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-04 15:03:29.797 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user 911b247203654d689c9658baa5aa42d2 --project f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:29.798 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:29.798 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:03:29.798 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:29.798 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:29.798 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:29.798 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:29.798 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:29.798 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:29.798 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:29.798 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:03:29.798 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:03:29.798 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user 911b247203654d689c9658baa5aa42d2 --project f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:29.798 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:29.798 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:29.798 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:29.798 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:29.798 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user 911b247203654d689c9658baa5aa42d2 --project f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:29.798 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:03:29.798 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:29.798 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:29.798 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:29.798 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:29.798 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:29.798 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:29.798 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:29.798 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:29.798 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:03:29.798 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:03:29.798 | ++ functions-common:get_field:733 : echo '| 83cd0ec14aa043338b67cb09cc7a5677 | 911b247203654d689c9658baa5aa42d2 | | f60f2305fbf84d50be131a160662cc02 | | | False |' 2022-02-04 15:03:29.798 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:03:29.798 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:29.799 | + functions-common:get_or_add_user_project_role:910 : user_role_id=83cd0ec14aa043338b67cb09cc7a5677 2022-02-04 15:03:29.799 | + functions-common:get_or_add_user_project_role:912 : echo 83cd0ec14aa043338b67cb09cc7a5677 2022-02-04 15:03:29.799 | 83cd0ec14aa043338b67cb09cc7a5677 2022-02-04 15:03:29.810 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:03:29.985 | [82461 Async ks-alt-admin:82461]: finished successfully 2022-02-04 15:03:30.148 | [17605 Async ks-alt-member:82348]: finished get_or_add_user_project_role member 911b247203654d689c9658baa5aa42d2 f60f2305fbf84d50be131a160662cc02 with result 0 in 15 seconds 2022-02-04 15:03:30.490 | [17605 Async ks-alt-admin:82461]: Waiting for completion of get_or_add_user_project_role admin 1f752abfa2514968ac8e35d7dee4fbff f60f2305fbf84d50be131a160662cc02 running on PID 82461 (8 other jobs running) 2022-02-04 15:03:30.700 | [17605 Async ks-alt-admin:82461]: Signaling child to exit 2022-02-04 15:03:30.701 | WAKEUP 2022-02-04 15:03:30.888 | [17605 Async ks-alt-admin:82461]: Signaled 2022-02-04 15:03:30.902 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:03:30.902 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-04 15:03:30.902 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:03:30.902 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:03:30.902 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-04 15:03:30.902 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-04 15:03:30.902 | ++ functions-common:_get_domain_args:882 : echo 2022-02-04 15:03:30.902 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-04 15:03:30.902 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 1f752abfa2514968ac8e35d7dee4fbff --project f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:30.902 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:03:30.902 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:30.903 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:30.903 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:30.903 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:30.903 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:30.903 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:30.903 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:30.903 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:30.903 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:03:30.903 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:03:30.903 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 1f752abfa2514968ac8e35d7dee4fbff --project f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:30.903 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:30.903 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:30.903 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:30.903 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:30.904 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:03:30.904 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 1f752abfa2514968ac8e35d7dee4fbff --project f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:30.904 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:30.904 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:30.904 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:30.904 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:30.904 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:30.904 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:30.904 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:30.904 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:30.904 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:03:30.904 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:03:30.904 | ++ functions-common:get_field:733 : echo '| 62f47bec1f31441199f4d3d1bc49d519 | 1f752abfa2514968ac8e35d7dee4fbff | | f60f2305fbf84d50be131a160662cc02 | | | False |' 2022-02-04 15:03:30.904 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:03:30.905 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:30.905 | + functions-common:get_or_add_user_project_role:910 : user_role_id=62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:03:30.905 | + functions-common:get_or_add_user_project_role:912 : echo 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:03:30.905 | 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:03:31.262 | [17605 Async ks-alt-admin:82461]: finished get_or_add_user_project_role admin 1f752abfa2514968ac8e35d7dee4fbff f60f2305fbf84d50be131a160662cc02 with result 0 in 16 seconds 2022-02-04 15:03:31.549 | [17605 Async ks-alt-another:82574]: Waiting for completion of get_or_add_user_project_role anotherrole 911b247203654d689c9658baa5aa42d2 f60f2305fbf84d50be131a160662cc02 running on PID 82574 (7 other jobs running) 2022-02-04 15:03:31.713 | [17605 Async ks-alt-another:82574]: Signaling child to exit 2022-02-04 15:03:31.766 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:03:31.985 | [82574 Async ks-alt-another:82574]: finished successfully 2022-02-04 15:03:32.152 | WAKEUP 2022-02-04 15:03:32.314 | [17605 Async ks-alt-another:82574]: Signaled 2022-02-04 15:03:32.334 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:03:32.334 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-04 15:03:32.334 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:03:32.334 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:03:32.334 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-04 15:03:32.334 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-04 15:03:32.334 | ++ functions-common:_get_domain_args:882 : echo 2022-02-04 15:03:32.334 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-04 15:03:32.334 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:03:32.334 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user 911b247203654d689c9658baa5aa42d2 --project f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:32.334 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:32.334 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:32.334 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:32.335 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:32.335 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:32.335 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:32.335 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:32.335 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:32.335 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:03:32.335 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:03:32.335 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user 911b247203654d689c9658baa5aa42d2 --project f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:32.336 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:32.336 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:32.336 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:32.336 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:32.336 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:03:32.336 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:03:32.336 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user 911b247203654d689c9658baa5aa42d2 --project f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:32.336 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:03:32.336 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:32.336 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:32.336 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:32.336 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:32.336 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:32.336 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:32.336 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:03:32.336 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:03:32.336 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:03:32.337 | ++ functions-common:get_field:733 : echo '| 9f2c5246b5f24492b8fed549e76cdc92 | 911b247203654d689c9658baa5aa42d2 | | f60f2305fbf84d50be131a160662cc02 | | | False |' 2022-02-04 15:03:32.337 | ++ functions-common:get_field:727 : read data 2022-02-04 15:03:32.337 | + functions-common:get_or_add_user_project_role:910 : user_role_id=9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:03:32.337 | + functions-common:get_or_add_user_project_role:912 : echo 9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:03:32.337 | 9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:03:32.700 | [17605 Async ks-alt-another:82574]: finished get_or_add_user_project_role anotherrole 911b247203654d689c9658baa5aa42d2 f60f2305fbf84d50be131a160662cc02 with result 0 in 18 seconds 2022-02-04 15:03:32.750 | + inc/async:async_wait:197 : return 0 2022-02-04 15:03:32.788 | + lib/keystone:create_keystone_accounts:386 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-02-04 15:03:33.115 | [17605 Async ks-group-memberdemo:82996]: Waiting for completion of get_or_add_group_project_role member 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 running on PID 82996 (6 other jobs running) 2022-02-04 15:03:33.308 | [17605 Async ks-group-memberdemo:82996]: Signaling child to exit 2022-02-04 15:03:37.993 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:03:38.018 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:03:38.050 | [82996 Async ks-group-memberdemo:82996]: finished successfully 2022-02-04 15:03:38.072 | [83204 Async ks-group-memberalt:83204]: finished successfully 2022-02-04 15:03:38.109 | WAKEUP 2022-02-04 15:03:38.138 | [17605 Async ks-group-memberdemo:82996]: Signaled 2022-02-04 15:03:38.139 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-02-04 15:03:38.139 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group 61dbc84f8fe54afa882f1ddd164c8c5c --project 22fe7c6b36b841f19a42f971a4bfff72 -f value 2022-02-04 15:03:38.139 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:38.139 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:38.139 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:38.139 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:38.139 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:38.139 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-02-04 15:03:38.139 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-02-04 15:03:38.140 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group 61dbc84f8fe54afa882f1ddd164c8c5c --project 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:38.140 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:38.140 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:38.140 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:38.140 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:38.140 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group 61dbc84f8fe54afa882f1ddd164c8c5c --project 22fe7c6b36b841f19a42f971a4bfff72 -f value 2022-02-04 15:03:38.140 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:38.140 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:38.140 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:38.140 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:38.140 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:38.140 | + functions-common:get_or_add_group_project_role:958 : group_role_id='83cd0ec14aa043338b67cb09cc7a5677 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 False' 2022-02-04 15:03:38.140 | + functions-common:get_or_add_group_project_role:960 : echo 83cd0ec14aa043338b67cb09cc7a5677 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 False 2022-02-04 15:03:38.140 | 83cd0ec14aa043338b67cb09cc7a5677 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 False 2022-02-04 15:03:38.196 | [17605 Async ks-group-memberdemo:82996]: finished get_or_add_group_project_role member 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 with result 0 in 16 seconds 2022-02-04 15:03:38.245 | [17605 Async ks-group-anotherdemo:83112]: Waiting for completion of get_or_add_group_project_role anotherrole 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 running on PID 83112 (5 other jobs running) 2022-02-04 15:03:38.284 | [17605 Async ks-group-anotherdemo:83112]: Signaling child to exit 2022-02-04 15:03:38.998 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:03:39.034 | [83316 Async ks-group-anotheralt:83316]: finished successfully 2022-02-04 15:03:39.034 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:03:39.064 | [83112 Async ks-group-anotherdemo:83112]: finished successfully 2022-02-04 15:03:39.091 | WAKEUP 2022-02-04 15:03:39.118 | [17605 Async ks-group-anotherdemo:83112]: Signaled 2022-02-04 15:03:39.119 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-02-04 15:03:39.119 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group 61dbc84f8fe54afa882f1ddd164c8c5c --project 22fe7c6b36b841f19a42f971a4bfff72 -f value 2022-02-04 15:03:39.120 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.120 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.120 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.120 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.120 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:39.120 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-02-04 15:03:39.120 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-02-04 15:03:39.120 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group 61dbc84f8fe54afa882f1ddd164c8c5c --project 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:03:39.120 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.120 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.120 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.120 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.120 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group 61dbc84f8fe54afa882f1ddd164c8c5c --project 22fe7c6b36b841f19a42f971a4bfff72 -f value 2022-02-04 15:03:39.120 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.120 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.120 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.120 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.120 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:39.120 | + functions-common:get_or_add_group_project_role:958 : group_role_id='9f2c5246b5f24492b8fed549e76cdc92 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 False' 2022-02-04 15:03:39.120 | + functions-common:get_or_add_group_project_role:960 : echo 9f2c5246b5f24492b8fed549e76cdc92 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 False 2022-02-04 15:03:39.120 | 9f2c5246b5f24492b8fed549e76cdc92 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 False 2022-02-04 15:03:39.152 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:03:39.170 | [17605 Async ks-group-anotherdemo:83112]: finished get_or_add_group_project_role anotherrole 61dbc84f8fe54afa882f1ddd164c8c5c 22fe7c6b36b841f19a42f971a4bfff72 with result 0 in 17 seconds 2022-02-04 15:03:39.179 | [83404 Async ks-group-admin:83404]: finished successfully 2022-02-04 15:03:39.210 | [17605 Async ks-group-memberalt:83204]: Waiting for completion of get_or_add_group_project_role member 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 running on PID 83204 (4 other jobs running) 2022-02-04 15:03:39.237 | [17605 Async ks-group-memberalt:83204]: Signaling child to exit 2022-02-04 15:03:39.237 | WAKEUP 2022-02-04 15:03:39.262 | [17605 Async ks-group-memberalt:83204]: Signaled 2022-02-04 15:03:39.263 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-02-04 15:03:39.264 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group 61dbc84f8fe54afa882f1ddd164c8c5c --project f60f2305fbf84d50be131a160662cc02 -f value 2022-02-04 15:03:39.264 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.264 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.264 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.264 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.264 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:39.264 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-02-04 15:03:39.264 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-02-04 15:03:39.264 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group 61dbc84f8fe54afa882f1ddd164c8c5c --project f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:39.264 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.264 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.264 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.264 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.264 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group 61dbc84f8fe54afa882f1ddd164c8c5c --project f60f2305fbf84d50be131a160662cc02 -f value 2022-02-04 15:03:39.264 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.264 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.264 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.264 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.264 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:39.264 | + functions-common:get_or_add_group_project_role:958 : group_role_id='83cd0ec14aa043338b67cb09cc7a5677 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 False' 2022-02-04 15:03:39.264 | + functions-common:get_or_add_group_project_role:960 : echo 83cd0ec14aa043338b67cb09cc7a5677 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 False 2022-02-04 15:03:39.264 | 83cd0ec14aa043338b67cb09cc7a5677 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 False 2022-02-04 15:03:39.312 | [17605 Async ks-group-memberalt:83204]: finished get_or_add_group_project_role member 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 with result 0 in 15 seconds 2022-02-04 15:03:39.352 | [17605 Async ks-group-anotheralt:83316]: Waiting for completion of get_or_add_group_project_role anotherrole 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 running on PID 83316 (3 other jobs running) 2022-02-04 15:03:39.379 | [17605 Async ks-group-anotheralt:83316]: Signaling child to exit 2022-02-04 15:03:39.379 | WAKEUP 2022-02-04 15:03:39.404 | [17605 Async ks-group-anotheralt:83316]: Signaled 2022-02-04 15:03:39.405 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-02-04 15:03:39.405 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group 61dbc84f8fe54afa882f1ddd164c8c5c --project f60f2305fbf84d50be131a160662cc02 -f value 2022-02-04 15:03:39.405 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.405 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.405 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.405 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.405 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:39.405 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-02-04 15:03:39.405 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-02-04 15:03:39.405 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group 61dbc84f8fe54afa882f1ddd164c8c5c --project f60f2305fbf84d50be131a160662cc02 2022-02-04 15:03:39.405 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.405 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.405 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.405 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.405 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group 61dbc84f8fe54afa882f1ddd164c8c5c --project f60f2305fbf84d50be131a160662cc02 -f value 2022-02-04 15:03:39.405 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.406 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.406 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.406 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.406 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:39.406 | + functions-common:get_or_add_group_project_role:958 : group_role_id='9f2c5246b5f24492b8fed549e76cdc92 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 False' 2022-02-04 15:03:39.406 | + functions-common:get_or_add_group_project_role:960 : echo 9f2c5246b5f24492b8fed549e76cdc92 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 False 2022-02-04 15:03:39.406 | 9f2c5246b5f24492b8fed549e76cdc92 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 False 2022-02-04 15:03:39.453 | [17605 Async ks-group-anotheralt:83316]: finished get_or_add_group_project_role anotherrole 61dbc84f8fe54afa882f1ddd164c8c5c f60f2305fbf84d50be131a160662cc02 with result 0 in 15 seconds 2022-02-04 15:03:39.494 | [17605 Async ks-group-admin:83404]: Waiting for completion of get_or_add_group_project_role admin c0b3f4d8771f47448bc557123ff5f502 c23e181196a7446a9d09bb240b0fa205 running on PID 83404 (2 other jobs running) 2022-02-04 15:03:39.522 | [17605 Async ks-group-admin:83404]: Signaling child to exit 2022-02-04 15:03:39.522 | WAKEUP 2022-02-04 15:03:39.545 | [17605 Async ks-group-admin:83404]: Signaled 2022-02-04 15:03:39.547 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2022-02-04 15:03:39.547 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role admin --group c0b3f4d8771f47448bc557123ff5f502 --project c23e181196a7446a9d09bb240b0fa205 -f value 2022-02-04 15:03:39.547 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.547 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.547 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.547 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.547 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:39.547 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2022-02-04 15:03:39.547 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2022-02-04 15:03:39.547 | + functions-common:get_or_add_group_project_role:951 : openstack role add admin --group c0b3f4d8771f47448bc557123ff5f502 --project c23e181196a7446a9d09bb240b0fa205 2022-02-04 15:03:39.547 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.547 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.547 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.547 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.547 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role admin --group c0b3f4d8771f47448bc557123ff5f502 --project c23e181196a7446a9d09bb240b0fa205 -f value 2022-02-04 15:03:39.547 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.547 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.547 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:03:39.547 | from cryptography.utils import int_from_bytes 2022-02-04 15:03:39.547 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:03:39.547 | + functions-common:get_or_add_group_project_role:958 : group_role_id='62f47bec1f31441199f4d3d1bc49d519 c0b3f4d8771f47448bc557123ff5f502 c23e181196a7446a9d09bb240b0fa205 False' 2022-02-04 15:03:39.547 | + functions-common:get_or_add_group_project_role:960 : echo 62f47bec1f31441199f4d3d1bc49d519 c0b3f4d8771f47448bc557123ff5f502 c23e181196a7446a9d09bb240b0fa205 False 2022-02-04 15:03:39.547 | 62f47bec1f31441199f4d3d1bc49d519 c0b3f4d8771f47448bc557123ff5f502 c23e181196a7446a9d09bb240b0fa205 False 2022-02-04 15:03:39.597 | [17605 Async ks-group-admin:83404]: finished get_or_add_group_project_role admin c0b3f4d8771f47448bc557123ff5f502 c23e181196a7446a9d09bb240b0fa205 with result 0 in 15 seconds 2022-02-04 15:03:39.601 | + inc/async:async_wait:197 : return 0 2022-02-04 15:03:39.604 | + lib/keystone:create_keystone_accounts:388 : is_service_enabled ldap 2022-02-04 15:03:39.621 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:03:39.624 | + ./stack.sh:main:1103 : is_service_enabled nova 2022-02-04 15:03:39.641 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:03:39.644 | + ./stack.sh:main:1104 : async_runfunc create_nova_accounts 2022-02-04 15:03:39.647 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-02-04 15:03:39.714 | + inc/async:async_inner:63 : create_nova_accounts 2022-02-04 15:03:39.756 | [17605 Async create_nova_accounts:85133]: running: create_nova_accounts 2022-02-04 15:03:39.760 | + ./stack.sh:main:1106 : is_service_enabled glance 2022-02-04 15:03:39.782 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:03:39.784 | + ./stack.sh:main:1107 : async_runfunc create_glance_accounts 2022-02-04 15:03:39.787 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-02-04 15:03:39.857 | + inc/async:async_inner:63 : create_glance_accounts 2022-02-04 15:03:39.904 | [17605 Async create_glance_accounts:85248]: running: create_glance_accounts 2022-02-04 15:03:39.907 | + ./stack.sh:main:1109 : is_service_enabled cinder 2022-02-04 15:03:39.936 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:03:39.939 | + ./stack.sh:main:1110 : async_runfunc create_cinder_accounts 2022-02-04 15:03:39.942 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-02-04 15:03:40.024 | + inc/async:async_inner:63 : create_cinder_accounts 2022-02-04 15:03:40.072 | [17605 Async create_cinder_accounts:85378]: running: create_cinder_accounts 2022-02-04 15:03:40.074 | + ./stack.sh:main:1112 : is_service_enabled neutron 2022-02-04 15:03:40.105 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:03:40.109 | + ./stack.sh:main:1113 : async_runfunc create_neutron_accounts 2022-02-04 15:03:40.113 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-02-04 15:03:40.224 | + inc/async:async_inner:63 : create_neutron_accounts 2022-02-04 15:03:40.307 | [17605 Async create_neutron_accounts:85493]: running: create_neutron_accounts 2022-02-04 15:03:40.312 | + ./stack.sh:main:1115 : is_service_enabled swift 2022-02-04 15:03:40.350 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:03:40.353 | + ./stack.sh:main:1116 : async_runfunc create_swift_accounts 2022-02-04 15:03:40.365 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-02-04 15:03:40.627 | + inc/async:async_inner:63 : create_swift_accounts 2022-02-04 15:03:40.847 | [17605 Async create_swift_accounts:85633]: running: create_swift_accounts 2022-02-04 15:03:40.875 | + ./stack.sh:main:1122 : write_clouds_yaml 2022-02-04 15:03:40.894 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-02-04 15:03:40.927 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-02-04 15:03:40.958 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-02-04 15:03:41.030 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-02-04 15:03:41.104 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-02-04 15:03:41.131 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-02-04 15:03:41.134 | + 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.18/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-02-04 15:03:41.339 | The user clouds.yaml file didn't exist. 2022-02-04 15:03:41.387 | + 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.18/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-02-04 15:03:41.608 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2022-02-04 15:03:41.608 | self._clouds = yaml.load(clouds_file) 2022-02-04 15:03:41.659 | + 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.18/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-02-04 15:03:41.874 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2022-02-04 15:03:41.874 | self._clouds = yaml.load(clouds_file) 2022-02-04 15:03:41.915 | + 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.18/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-02-04 15:03:42.144 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2022-02-04 15:03:42.144 | self._clouds = yaml.load(clouds_file) 2022-02-04 15:03:42.184 | + functions-common:write_clouds_yaml:132 : cat 2022-02-04 15:03:42.230 | ++ functions-common:write_clouds_yaml:138 : eval echo '~ubuntu' 2022-02-04 15:03:42.254 | +++ functions-common:write_clouds_yaml:138 : echo /home/ubuntu 2022-02-04 15:03:42.286 | + functions-common:write_clouds_yaml:138 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-02-04 15:03:42.314 | + ./stack.sh:main:1127 : is_service_enabled horizon 2022-02-04 15:03:42.431 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:03:42.451 | + ./stack.sh:main:1132 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-02-04 15:03:42.808 | [17605 Async create_nova_accounts:85133]: Waiting for completion of create_nova_accounts running on PID 85133 (6 other jobs running) 2022-02-04 15:03:43.013 | [17605 Async create_nova_accounts:85133]: Signaling child to exit 2022-02-04 15:04:13.766 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:04:13.875 | [85493 Async create_neutron_accounts:85493]: finished successfully 2022-02-04 15:04:33.875 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:04:33.906 | [85378 Async create_cinder_accounts:85378]: finished successfully 2022-02-04 15:04:40.137 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:04:40.172 | [85248 Async create_glance_accounts:85248]: finished successfully 2022-02-04 15:04:49.442 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:04:49.468 | [85133 Async create_nova_accounts:85133]: finished successfully 2022-02-04 15:04:49.488 | WAKEUP 2022-02-04 15:04:49.511 | [17605 Async create_nova_accounts:85133]: Signaled 2022-02-04 15:04:49.513 | + lib/nova:create_nova_accounts:339 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-02-04 15:04:49.513 | + lib/nova:create_nova_accounts:343 : create_service_user nova admin 2022-02-04 15:04:49.513 | + lib/keystone:create_service_user:401 : get_or_create_user nova Passw0rd Default 2022-02-04 15:04:49.513 | + functions-common:get_or_create_user:824 : local user_id 2022-02-04 15:04:49.513 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-04 15:04:49.513 | + functions-common:get_or_create_user:828 : local email= 2022-02-04 15:04:49.513 | ++ functions-common:get_or_create_user:842 : oscwrap user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-04 15:04:49.513 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.513 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.513 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.513 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.513 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.513 | + functions-common:get_or_create_user:840 : user_id=cfc920c56c974c288c8f316e17868647 2022-02-04 15:04:49.513 | + functions-common:get_or_create_user:841 : echo cfc920c56c974c288c8f316e17868647 2022-02-04 15:04:49.513 | cfc920c56c974c288c8f316e17868647 2022-02-04 15:04:49.513 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service nova service Default Default 2022-02-04 15:04:49.513 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:04:49.513 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-04 15:04:49.513 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:04:49.513 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:04:49.513 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-04 15:04:49.513 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-04 15:04:49.513 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-04 15:04:49.513 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-04 15:04:49.513 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-04 15:04:49.513 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-04 15:04:49.513 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.514 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.514 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:04:49.514 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.514 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.514 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.514 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.514 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.514 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.514 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.514 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:04:49.514 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:04:49.514 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user nova --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.514 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.514 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.514 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.514 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.514 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.514 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:04:49.514 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.514 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.514 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.514 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.514 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.514 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.514 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.514 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.514 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:04:49.514 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:04:49.514 | ++ functions-common:get_field:733 : echo '| 925c0844b4d2478b8facd05cb46baa82 | cfc920c56c974c288c8f316e17868647 | | 91f760da4dc441f596f2e7f3c54e8fc1 | | | False |' 2022-02-04 15:04:49.514 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:04:49.514 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.515 | + functions-common:get_or_add_user_project_role:910 : user_role_id=925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.515 | + functions-common:get_or_add_user_project_role:912 : echo 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.515 | 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.515 | + lib/keystone:create_service_user:404 : [[ -n admin ]] 2022-02-04 15:04:49.515 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role admin nova service Default Default 2022-02-04 15:04:49.515 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:04:49.515 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-04 15:04:49.515 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:04:49.515 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:04:49.515 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-04 15:04:49.515 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-04 15:04:49.515 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-04 15:04:49.515 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-04 15:04:49.515 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-04 15:04:49.515 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-04 15:04:49.515 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.515 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:04:49.515 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.515 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.515 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.515 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.515 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.515 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.515 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.515 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.515 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:04:49.515 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:04:49.515 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user nova --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.515 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.515 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.515 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.515 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.516 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.516 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.516 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:04:49.516 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.516 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.516 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.516 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.516 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.516 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.516 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.516 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:04:49.516 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:04:49.516 | ++ functions-common:get_field:733 : echo '| 62f47bec1f31441199f4d3d1bc49d519 | cfc920c56c974c288c8f316e17868647 | | 91f760da4dc441f596f2e7f3c54e8fc1 | | | False |' 2022-02-04 15:04:49.516 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:04:49.516 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.516 | + functions-common:get_or_add_user_project_role:910 : user_role_id=62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:04:49.516 | + functions-common:get_or_add_user_project_role:912 : echo 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:04:49.516 | 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:04:49.516 | + lib/nova:create_nova_accounts:345 : local nova_api_url 2022-02-04 15:04:49.516 | + lib/nova:create_nova_accounts:346 : [[ True == \F\a\l\s\e ]] 2022-02-04 15:04:49.516 | + lib/nova:create_nova_accounts:349 : nova_api_url=http://10.222.0.18/compute 2022-02-04 15:04:49.516 | + lib/nova:create_nova_accounts:352 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-02-04 15:04:49.516 | + functions-common:get_or_create_service:966 : local service_id 2022-02-04 15:04:49.516 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute_legacy -f value -c id 2022-02-04 15:04:49.516 | ++ functions-common:get_or_create_service:981 : oscwrap service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2022-02-04 15:04:49.516 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.516 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.516 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.516 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.517 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.517 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-04 15:04:49.517 | 74fdde71d45f4d2ea8b4b5f91e29dd21' 2022-02-04 15:04:49.517 | + functions-common:get_or_create_service:978 : echo 74fdde71d45f4d2ea8b4b5f91e29dd21 2022-02-04 15:04:49.517 | 74fdde71d45f4d2ea8b4b5f91e29dd21 2022-02-04 15:04:49.517 | + lib/nova:create_nova_accounts:354 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.18/compute/v2/$(project_id)s' 2022-02-04 15:04:49.517 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-04 15:04:49.517 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.18/compute/v2/$(project_id)s' RegionOne 2022-02-04 15:04:49.517 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-04 15:04:49.517 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2022-02-04 15:04:49.517 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.517 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.517 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.517 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.517 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.517 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-04 15:04:49.517 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-04 15:04:49.517 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute_legacy public 'http://10.222.0.18/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-02-04 15:04:49.517 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.517 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.517 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.517 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.517 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.517 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=f30c7ea9ea5b4272b7bc460f2f50b4a7 2022-02-04 15:04:49.517 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo f30c7ea9ea5b4272b7bc460f2f50b4a7 2022-02-04 15:04:49.517 | + functions-common:get_or_create_endpoint:1011 : public_id=f30c7ea9ea5b4272b7bc460f2f50b4a7 2022-02-04 15:04:49.517 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-02-04 15:04:49.517 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-04 15:04:49.517 | + functions-common:get_or_create_endpoint:1020 : echo f30c7ea9ea5b4272b7bc460f2f50b4a7 2022-02-04 15:04:49.517 | f30c7ea9ea5b4272b7bc460f2f50b4a7 2022-02-04 15:04:49.517 | + lib/nova:create_nova_accounts:358 : get_or_create_service nova compute 'Nova Compute Service' 2022-02-04 15:04:49.518 | + functions-common:get_or_create_service:966 : local service_id 2022-02-04 15:04:49.518 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute -f value -c id 2022-02-04 15:04:49.518 | ++ functions-common:get_or_create_service:981 : oscwrap service create compute --name nova '--description=Nova Compute Service' -f value -c id 2022-02-04 15:04:49.518 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.518 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.518 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.518 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.518 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.518 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-04 15:04:49.518 | bff6cf77a05d40bfb54b99f87e59b7af' 2022-02-04 15:04:49.518 | + functions-common:get_or_create_service:978 : echo bff6cf77a05d40bfb54b99f87e59b7af 2022-02-04 15:04:49.518 | bff6cf77a05d40bfb54b99f87e59b7af 2022-02-04 15:04:49.518 | + lib/nova:create_nova_accounts:360 : get_or_create_endpoint compute RegionOne http://10.222.0.18/compute/v2.1 2022-02-04 15:04:49.518 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-04 15:04:49.518 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute public http://10.222.0.18/compute/v2.1 RegionOne 2022-02-04 15:04:49.518 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-04 15:04:49.518 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute --interface public --region RegionOne -c ID -f value 2022-02-04 15:04:49.518 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.518 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.518 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.518 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.518 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.518 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-04 15:04:49.518 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-04 15:04:49.518 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute public http://10.222.0.18/compute/v2.1 --region RegionOne -f value -c id 2022-02-04 15:04:49.518 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.518 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.518 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.518 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.518 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.518 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=602ca345dccb4caaaa5fc12dd6ee757e 2022-02-04 15:04:49.519 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 602ca345dccb4caaaa5fc12dd6ee757e 2022-02-04 15:04:49.519 | + functions-common:get_or_create_endpoint:1011 : public_id=602ca345dccb4caaaa5fc12dd6ee757e 2022-02-04 15:04:49.519 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-02-04 15:04:49.519 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-04 15:04:49.519 | + functions-common:get_or_create_endpoint:1020 : echo 602ca345dccb4caaaa5fc12dd6ee757e 2022-02-04 15:04:49.519 | 602ca345dccb4caaaa5fc12dd6ee757e 2022-02-04 15:04:49.519 | + lib/nova:create_nova_accounts:365 : is_service_enabled n-api 2022-02-04 15:04:49.519 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:04:49.519 | + lib/nova:create_nova_accounts:367 : is_service_enabled swift 2022-02-04 15:04:49.519 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:04:49.519 | + lib/nova:create_nova_accounts:370 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-02-04 15:04:49.519 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:04:49.519 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-04 15:04:49.519 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:04:49.519 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:04:49.519 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-04 15:04:49.519 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-04 15:04:49.519 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-04 15:04:49.519 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-04 15:04:49.519 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-04 15:04:49.519 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-04 15:04:49.519 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:04:49.519 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.519 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.519 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.519 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.519 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.519 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.520 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.520 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.520 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.520 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:04:49.520 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:04:49.520 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.520 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.520 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.520 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.520 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.520 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.520 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:04:49.520 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.520 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.520 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.520 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.520 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.520 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.520 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.520 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.520 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:04:49.520 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:04:49.520 | ++ functions-common:get_field:733 : echo '| 5fd41d9689eb4b8caa16341e0c09f1f7 | cfc920c56c974c288c8f316e17868647 | | 91f760da4dc441f596f2e7f3c54e8fc1 | | | False |' 2022-02-04 15:04:49.520 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:04:49.520 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.520 | + functions-common:get_or_add_user_project_role:910 : user_role_id=5fd41d9689eb4b8caa16341e0c09f1f7 2022-02-04 15:04:49.520 | + functions-common:get_or_add_user_project_role:912 : echo 5fd41d9689eb4b8caa16341e0c09f1f7 2022-02-04 15:04:49.520 | 5fd41d9689eb4b8caa16341e0c09f1f7 2022-02-04 15:04:49.520 | + lib/nova:create_nova_accounts:375 : is_service_enabled s3api 2022-02-04 15:04:49.520 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:04:49.562 | [17605 Async create_nova_accounts:85133]: finished create_nova_accounts with result 0 in 69 seconds 2022-02-04 15:04:49.600 | [17605 Async create_glance_accounts:85248]: Waiting for completion of create_glance_accounts running on PID 85248 (5 other jobs running) 2022-02-04 15:04:49.624 | [17605 Async create_glance_accounts:85248]: Signaling child to exit 2022-02-04 15:04:49.624 | WAKEUP 2022-02-04 15:04:49.647 | [17605 Async create_glance_accounts:85248]: Signaled 2022-02-04 15:04:49.648 | + lib/glance:create_glance_accounts:458 : is_service_enabled g-api 2022-02-04 15:04:49.648 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:04:49.648 | + lib/glance:create_glance_accounts:460 : create_service_user glance 2022-02-04 15:04:49.648 | + lib/keystone:create_service_user:401 : get_or_create_user glance Passw0rd Default 2022-02-04 15:04:49.648 | + functions-common:get_or_create_user:824 : local user_id 2022-02-04 15:04:49.648 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-04 15:04:49.648 | + functions-common:get_or_create_user:828 : local email= 2022-02-04 15:04:49.649 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-04 15:04:49.649 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.649 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.649 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.649 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.649 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.649 | + functions-common:get_or_create_user:840 : user_id=307adb6745cd41c6b43787f90bbb2105 2022-02-04 15:04:49.649 | + functions-common:get_or_create_user:841 : echo 307adb6745cd41c6b43787f90bbb2105 2022-02-04 15:04:49.649 | 307adb6745cd41c6b43787f90bbb2105 2022-02-04 15:04:49.649 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service glance service Default Default 2022-02-04 15:04:49.649 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:04:49.649 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-04 15:04:49.649 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:04:49.649 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:04:49.649 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-04 15:04:49.649 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-04 15:04:49.649 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-04 15:04:49.649 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-04 15:04:49.649 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-04 15:04:49.649 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-04 15:04:49.649 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.649 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.649 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:04:49.649 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.649 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.649 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.649 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.649 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.649 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.649 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.649 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:04:49.650 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:04:49.650 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.650 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.650 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.650 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.650 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.650 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.650 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.650 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:04:49.650 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.650 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.650 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.650 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.650 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.650 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.650 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.650 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:04:49.650 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:04:49.650 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:04:49.650 | ++ functions-common:get_field:733 : echo '| 925c0844b4d2478b8facd05cb46baa82 | 307adb6745cd41c6b43787f90bbb2105 | | 91f760da4dc441f596f2e7f3c54e8fc1 | | | False |' 2022-02-04 15:04:49.650 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.650 | + functions-common:get_or_add_user_project_role:910 : user_role_id=925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.650 | + functions-common:get_or_add_user_project_role:912 : echo 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.650 | 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.650 | + lib/keystone:create_service_user:404 : [[ -n '' ]] 2022-02-04 15:04:49.650 | + lib/glance:create_glance_accounts:463 : is_service_enabled s-proxy 2022-02-04 15:04:49.650 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:04:49.650 | + lib/glance:create_glance_accounts:464 : create_service_user glance-swift ResellerAdmin 2022-02-04 15:04:49.650 | + lib/keystone:create_service_user:401 : get_or_create_user glance-swift Passw0rd Default 2022-02-04 15:04:49.650 | + functions-common:get_or_create_user:824 : local user_id 2022-02-04 15:04:49.650 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-04 15:04:49.650 | + functions-common:get_or_create_user:828 : local email= 2022-02-04 15:04:49.651 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-04 15:04:49.651 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.651 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.651 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.651 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.651 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.651 | + functions-common:get_or_create_user:840 : user_id=5da2385eec5f48e2adfca7a8334093bd 2022-02-04 15:04:49.651 | + functions-common:get_or_create_user:841 : echo 5da2385eec5f48e2adfca7a8334093bd 2022-02-04 15:04:49.651 | 5da2385eec5f48e2adfca7a8334093bd 2022-02-04 15:04:49.651 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service glance-swift service Default Default 2022-02-04 15:04:49.651 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:04:49.651 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-04 15:04:49.651 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:04:49.651 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:04:49.651 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-04 15:04:49.651 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-04 15:04:49.651 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-04 15:04:49.651 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-04 15:04:49.651 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-04 15:04:49.651 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-04 15:04:49.651 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.651 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:04:49.651 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.651 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.651 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.651 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.651 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.651 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.651 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.651 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.651 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:04:49.652 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:04:49.652 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.652 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.652 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.652 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.652 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.652 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.652 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.652 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:04:49.652 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.652 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.652 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.652 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.652 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.652 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.652 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.652 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:04:49.652 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:04:49.652 | ++ functions-common:get_field:733 : echo '| 925c0844b4d2478b8facd05cb46baa82 | 5da2385eec5f48e2adfca7a8334093bd | | 91f760da4dc441f596f2e7f3c54e8fc1 | | | False |' 2022-02-04 15:04:49.652 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:04:49.652 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.652 | + functions-common:get_or_add_user_project_role:910 : user_role_id=925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.652 | + functions-common:get_or_add_user_project_role:912 : echo 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.652 | 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.652 | + lib/keystone:create_service_user:404 : [[ -n ResellerAdmin ]] 2022-02-04 15:04:49.652 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-02-04 15:04:49.652 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:04:49.652 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-04 15:04:49.652 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:04:49.652 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:04:49.653 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-04 15:04:49.653 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-04 15:04:49.653 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-04 15:04:49.653 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-04 15:04:49.653 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-04 15:04:49.653 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-04 15:04:49.653 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.653 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.653 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:04:49.653 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.653 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.653 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.653 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.653 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.653 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.653 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.653 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:04:49.653 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:04:49.653 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.653 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.653 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.653 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.653 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.653 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.653 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:04:49.653 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.653 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.653 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.653 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.653 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.653 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.654 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.654 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.654 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:04:49.654 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:04:49.654 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:04:49.654 | ++ functions-common:get_field:733 : echo '| 5fd41d9689eb4b8caa16341e0c09f1f7 | 5da2385eec5f48e2adfca7a8334093bd | | 91f760da4dc441f596f2e7f3c54e8fc1 | | | False |' 2022-02-04 15:04:49.654 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.654 | + functions-common:get_or_add_user_project_role:910 : user_role_id=5fd41d9689eb4b8caa16341e0c09f1f7 2022-02-04 15:04:49.654 | + functions-common:get_or_add_user_project_role:912 : echo 5fd41d9689eb4b8caa16341e0c09f1f7 2022-02-04 15:04:49.654 | 5fd41d9689eb4b8caa16341e0c09f1f7 2022-02-04 15:04:49.654 | + lib/glance:create_glance_accounts:467 : get_or_create_service glance image 'Glance Image Service' 2022-02-04 15:04:49.654 | + functions-common:get_or_create_service:966 : local service_id 2022-02-04 15:04:49.654 | ++ functions-common:get_or_create_service:979 : oscwrap service show image -f value -c id 2022-02-04 15:04:49.654 | ++ functions-common:get_or_create_service:981 : oscwrap service create image --name glance '--description=Glance Image Service' -f value -c id 2022-02-04 15:04:49.654 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.654 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.654 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.654 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.654 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.654 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-04 15:04:49.654 | 923474d2204346e8b09c0e524a14993b' 2022-02-04 15:04:49.654 | + functions-common:get_or_create_service:978 : echo 923474d2204346e8b09c0e524a14993b 2022-02-04 15:04:49.654 | 923474d2204346e8b09c0e524a14993b 2022-02-04 15:04:49.654 | + lib/glance:create_glance_accounts:469 : get_or_create_endpoint image RegionOne http://10.222.0.18/image 2022-02-04 15:04:49.654 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-04 15:04:49.654 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface image public http://10.222.0.18/image RegionOne 2022-02-04 15:04:49.654 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-04 15:04:49.654 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service image --interface public --region RegionOne -c ID -f value 2022-02-04 15:04:49.654 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.654 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.654 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.655 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.655 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.655 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-04 15:04:49.655 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-04 15:04:49.655 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create image public http://10.222.0.18/image --region RegionOne -f value -c id 2022-02-04 15:04:49.655 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.655 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.655 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.655 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.655 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.655 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=57ca345bb3d744c485d091a4f404411f 2022-02-04 15:04:49.655 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 57ca345bb3d744c485d091a4f404411f 2022-02-04 15:04:49.655 | + functions-common:get_or_create_endpoint:1011 : public_id=57ca345bb3d744c485d091a4f404411f 2022-02-04 15:04:49.655 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-02-04 15:04:49.655 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-04 15:04:49.655 | + functions-common:get_or_create_endpoint:1020 : echo 57ca345bb3d744c485d091a4f404411f 2022-02-04 15:04:49.655 | 57ca345bb3d744c485d091a4f404411f 2022-02-04 15:04:49.655 | ++ lib/glance:create_glance_accounts:474 : get_or_create_domain Default 2022-02-04 15:04:49.655 | ++ functions-common:get_or_create_domain:792 : local domain_id 2022-02-04 15:04:49.655 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2022-02-04 15:04:49.655 | ++ functions-common:get_or_create_domain:802 : domain_id=default 2022-02-04 15:04:49.655 | ++ functions-common:get_or_create_domain:803 : echo default 2022-02-04 15:04:49.655 | + lib/glance:create_glance_accounts:474 : service_domain_id=default 2022-02-04 15:04:49.655 | + lib/glance:create_glance_accounts:475 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-02-04 15:04:49.655 | + lib/glance:create_glance_accounts:476 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-02-04 15:04:49.655 | + lib/glance:create_glance_accounts:478 : [[ False = True ]] 2022-02-04 15:04:49.699 | [17605 Async create_glance_accounts:85248]: finished create_glance_accounts with result 0 in 60 seconds 2022-02-04 15:04:49.736 | [17605 Async create_cinder_accounts:85378]: Waiting for completion of create_cinder_accounts running on PID 85378 (4 other jobs running) 2022-02-04 15:04:49.763 | [17605 Async create_cinder_accounts:85378]: Signaling child to exit 2022-02-04 15:04:49.763 | WAKEUP 2022-02-04 15:04:49.785 | [17605 Async create_cinder_accounts:85378]: Signaled 2022-02-04 15:04:49.786 | + lib/cinder:create_cinder_accounts:391 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ c-api ]] 2022-02-04 15:04:49.786 | + lib/cinder:create_cinder_accounts:393 : create_service_user cinder 2022-02-04 15:04:49.787 | + lib/keystone:create_service_user:401 : get_or_create_user cinder Passw0rd Default 2022-02-04 15:04:49.787 | + functions-common:get_or_create_user:824 : local user_id 2022-02-04 15:04:49.787 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-04 15:04:49.787 | + functions-common:get_or_create_user:828 : local email= 2022-02-04 15:04:49.787 | ++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-04 15:04:49.787 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.787 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.787 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.787 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.787 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.787 | + functions-common:get_or_create_user:840 : user_id=546daac95458477ba8ba0fada270d927 2022-02-04 15:04:49.787 | + functions-common:get_or_create_user:841 : echo 546daac95458477ba8ba0fada270d927 2022-02-04 15:04:49.787 | 546daac95458477ba8ba0fada270d927 2022-02-04 15:04:49.787 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service cinder service Default Default 2022-02-04 15:04:49.787 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:04:49.787 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-04 15:04:49.787 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:04:49.787 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:04:49.787 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-04 15:04:49.787 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-04 15:04:49.787 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-04 15:04:49.787 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-04 15:04:49.787 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-04 15:04:49.787 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-04 15:04:49.787 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:04:49.787 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.787 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.787 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.787 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.787 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.788 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.788 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.788 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.788 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.788 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:04:49.788 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:04:49.788 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user cinder --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.788 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.788 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.788 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.788 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.788 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.788 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.788 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:04:49.788 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.788 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.788 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.788 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.788 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.788 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.788 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.788 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:04:49.788 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:04:49.788 | ++ functions-common:get_field:733 : echo '| 925c0844b4d2478b8facd05cb46baa82 | 546daac95458477ba8ba0fada270d927 | | 91f760da4dc441f596f2e7f3c54e8fc1 | | | False |' 2022-02-04 15:04:49.788 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:04:49.788 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.788 | + functions-common:get_or_add_user_project_role:910 : user_role_id=925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.788 | + functions-common:get_or_add_user_project_role:912 : echo 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.788 | 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.788 | + lib/keystone:create_service_user:404 : [[ -n '' ]] 2022-02-04 15:04:49.789 | + lib/cinder:create_cinder_accounts:396 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-02-04 15:04:49.789 | + functions-common:get_or_create_service:966 : local service_id 2022-02-04 15:04:49.789 | ++ functions-common:get_or_create_service:979 : oscwrap service show block-storage -f value -c id 2022-02-04 15:04:49.789 | ++ functions-common:get_or_create_service:981 : oscwrap service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2022-02-04 15:04:49.789 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.789 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.789 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.789 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.789 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.789 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-04 15:04:49.789 | c72c700b1ceb44ccab431eab46cb099c' 2022-02-04 15:04:49.789 | + functions-common:get_or_create_service:978 : echo c72c700b1ceb44ccab431eab46cb099c 2022-02-04 15:04:49.789 | c72c700b1ceb44ccab431eab46cb099c 2022-02-04 15:04:49.789 | + lib/cinder:create_cinder_accounts:397 : '[' True == False ']' 2022-02-04 15:04:49.789 | + lib/cinder:create_cinder_accounts:410 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.18/volume/v3/$(project_id)s' 2022-02-04 15:04:49.789 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-04 15:04:49.789 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.18/volume/v3/$(project_id)s' RegionOne 2022-02-04 15:04:49.789 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-04 15:04:49.789 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2022-02-04 15:04:49.789 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.789 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.789 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.789 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.789 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.789 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-04 15:04:49.789 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-04 15:04:49.789 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create block-storage public 'http://10.222.0.18/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-02-04 15:04:49.789 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.789 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.789 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.789 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.790 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.790 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=0383396eb2784e36afc01016efac7c00 2022-02-04 15:04:49.790 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 0383396eb2784e36afc01016efac7c00 2022-02-04 15:04:49.790 | + functions-common:get_or_create_endpoint:1011 : public_id=0383396eb2784e36afc01016efac7c00 2022-02-04 15:04:49.790 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-02-04 15:04:49.790 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-04 15:04:49.790 | + functions-common:get_or_create_endpoint:1020 : echo 0383396eb2784e36afc01016efac7c00 2022-02-04 15:04:49.790 | 0383396eb2784e36afc01016efac7c00 2022-02-04 15:04:49.790 | + lib/cinder:create_cinder_accounts:414 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-02-04 15:04:49.790 | + functions-common:get_or_create_service:966 : local service_id 2022-02-04 15:04:49.790 | ++ functions-common:get_or_create_service:979 : oscwrap service show volumev3 -f value -c id 2022-02-04 15:04:49.790 | ++ functions-common:get_or_create_service:981 : oscwrap service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2022-02-04 15:04:49.790 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.790 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.790 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.790 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.790 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.790 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-04 15:04:49.790 | e52ca235c05f4a9987cac8ec58beb795' 2022-02-04 15:04:49.790 | + functions-common:get_or_create_service:978 : echo e52ca235c05f4a9987cac8ec58beb795 2022-02-04 15:04:49.790 | e52ca235c05f4a9987cac8ec58beb795 2022-02-04 15:04:49.790 | + lib/cinder:create_cinder_accounts:416 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.18/volume/v3/$(project_id)s' 2022-02-04 15:04:49.790 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-04 15:04:49.790 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.18/volume/v3/$(project_id)s' RegionOne 2022-02-04 15:04:49.790 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-04 15:04:49.790 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2022-02-04 15:04:49.790 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.790 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.790 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.790 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.790 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.791 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-04 15:04:49.791 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-04 15:04:49.791 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create volumev3 public 'http://10.222.0.18/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-02-04 15:04:49.791 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.791 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.791 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.791 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.791 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.791 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=2e50faecb9c440d8befb50cd43b15b86 2022-02-04 15:04:49.791 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 2e50faecb9c440d8befb50cd43b15b86 2022-02-04 15:04:49.791 | + functions-common:get_or_create_endpoint:1011 : public_id=2e50faecb9c440d8befb50cd43b15b86 2022-02-04 15:04:49.791 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-02-04 15:04:49.791 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-04 15:04:49.791 | + functions-common:get_or_create_endpoint:1020 : echo 2e50faecb9c440d8befb50cd43b15b86 2022-02-04 15:04:49.791 | 2e50faecb9c440d8befb50cd43b15b86 2022-02-04 15:04:49.791 | + lib/cinder:create_cinder_accounts:421 : configure_cinder_internal_tenant 2022-02-04 15:04:49.791 | ++ lib/cinder:configure_cinder_internal_tenant:608 : get_or_create_project service 2022-02-04 15:04:49.791 | ++ functions-common:get_or_create_project:847 : local project_id 2022-02-04 15:04:49.791 | +++ functions-common:get_or_create_project:855 : oscwrap project create service --domain= --or-show -f value -c id 2022-02-04 15:04:49.791 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.791 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.791 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.791 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.791 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.791 | ++ functions-common:get_or_create_project:853 : project_id=91f760da4dc441f596f2e7f3c54e8fc1 2022-02-04 15:04:49.791 | ++ functions-common:get_or_create_project:854 : echo 91f760da4dc441f596f2e7f3c54e8fc1 2022-02-04 15:04:49.791 | + lib/cinder:configure_cinder_internal_tenant:608 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 91f760da4dc441f596f2e7f3c54e8fc1 2022-02-04 15:04:49.791 | ++ lib/cinder:configure_cinder_internal_tenant:609 : get_or_create_user cinder 2022-02-04 15:04:49.791 | ++ functions-common:get_or_create_user:824 : local user_id 2022-02-04 15:04:49.791 | ++ functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-04 15:04:49.792 | ++ functions-common:get_or_create_user:828 : local email= 2022-02-04 15:04:49.792 | +++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password '' --domain= --or-show -f value -c id 2022-02-04 15:04:49.792 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.792 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.792 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.792 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.792 | No password was supplied, authentication will fail when a user does not have a password. 2022-02-04 15:04:49.792 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.792 | ++ functions-common:get_or_create_user:840 : user_id=546daac95458477ba8ba0fada270d927 2022-02-04 15:04:49.792 | ++ functions-common:get_or_create_user:841 : echo 546daac95458477ba8ba0fada270d927 2022-02-04 15:04:49.792 | + lib/cinder:configure_cinder_internal_tenant:609 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 546daac95458477ba8ba0fada270d927 2022-02-04 15:04:49.832 | [17605 Async create_cinder_accounts:85378]: finished create_cinder_accounts with result 0 in 53 seconds 2022-02-04 15:04:49.837 | + inc/async:async_wait:197 : return 0 2022-02-04 15:04:49.839 | + ./stack.sh:main:1133 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-02-04 15:04:49.891 | [17605 Async create_neutron_accounts:85493]: Waiting for completion of create_neutron_accounts running on PID 85493 (3 other jobs running) 2022-02-04 15:04:49.919 | [17605 Async create_neutron_accounts:85493]: Signaling child to exit 2022-02-04 15:04:49.919 | WAKEUP 2022-02-04 15:04:49.942 | [17605 Async create_neutron_accounts:85493]: Signaled 2022-02-04 15:04:49.943 | + lib/neutron:create_neutron_accounts:639 : is_neutron_legacy_enabled 2022-02-04 15:04:49.943 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-04 15:04:49.943 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-02-04 15:04:49.943 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-04 15:04:49.943 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-04 15:04:49.943 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-02-04 15:04:49.943 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-02-04 15:04:49.943 | + lib/neutron:create_neutron_accounts:641 : create_mutnauq_accounts 2022-02-04 15:04:49.944 | + lib/neutron-legacy:create_mutnauq_accounts:410 : local neutron_url 2022-02-04 15:04:49.944 | + lib/neutron-legacy:create_mutnauq_accounts:411 : '[' False == True ']' 2022-02-04 15:04:49.944 | + lib/neutron-legacy:create_mutnauq_accounts:414 : neutron_url=http://10.222.0.18:9696/ 2022-02-04 15:04:49.944 | + lib/neutron-legacy:create_mutnauq_accounts:417 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ q-svc ]] 2022-02-04 15:04:49.944 | + lib/neutron-legacy:create_mutnauq_accounts:419 : create_service_user neutron 2022-02-04 15:04:49.944 | + lib/keystone:create_service_user:401 : get_or_create_user neutron Passw0rd Default 2022-02-04 15:04:49.944 | + functions-common:get_or_create_user:824 : local user_id 2022-02-04 15:04:49.944 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-04 15:04:49.944 | + functions-common:get_or_create_user:828 : local email= 2022-02-04 15:04:49.944 | ++ functions-common:get_or_create_user:842 : oscwrap user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-04 15:04:49.944 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.944 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.944 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.944 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.944 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.944 | + functions-common:get_or_create_user:840 : user_id=c7290e79cbd74acc8c7d3dfd3ff55f53 2022-02-04 15:04:49.944 | + functions-common:get_or_create_user:841 : echo c7290e79cbd74acc8c7d3dfd3ff55f53 2022-02-04 15:04:49.944 | c7290e79cbd74acc8c7d3dfd3ff55f53 2022-02-04 15:04:49.944 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service neutron service Default Default 2022-02-04 15:04:49.944 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:04:49.944 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-04 15:04:49.944 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:04:49.944 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:04:49.944 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-04 15:04:49.944 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-04 15:04:49.944 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-04 15:04:49.944 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-04 15:04:49.944 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-04 15:04:49.944 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-04 15:04:49.945 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:04:49.945 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.945 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.945 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.945 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.945 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.945 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.945 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.945 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.945 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.945 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:04:49.945 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:04:49.945 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user neutron --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.945 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.945 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.945 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.945 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.945 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-02-04 15:04:49.945 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:04:49.945 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:04:49.945 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:04:49.945 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.945 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.945 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.945 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.945 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.945 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.945 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:04:49.945 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:04:49.945 | ++ functions-common:get_field:733 : echo '| 925c0844b4d2478b8facd05cb46baa82 | c7290e79cbd74acc8c7d3dfd3ff55f53 | | 91f760da4dc441f596f2e7f3c54e8fc1 | | | False |' 2022-02-04 15:04:49.945 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:04:49.946 | ++ functions-common:get_field:727 : read data 2022-02-04 15:04:49.946 | + functions-common:get_or_add_user_project_role:910 : user_role_id=925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.946 | + functions-common:get_or_add_user_project_role:912 : echo 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.946 | 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:04:49.946 | + lib/keystone:create_service_user:404 : [[ -n '' ]] 2022-02-04 15:04:49.946 | + lib/neutron-legacy:create_mutnauq_accounts:421 : get_or_create_service neutron network 'Neutron Service' 2022-02-04 15:04:49.946 | + functions-common:get_or_create_service:966 : local service_id 2022-02-04 15:04:49.946 | ++ functions-common:get_or_create_service:979 : oscwrap service show network -f value -c id 2022-02-04 15:04:49.946 | ++ functions-common:get_or_create_service:981 : oscwrap service create network --name neutron '--description=Neutron Service' -f value -c id 2022-02-04 15:04:49.946 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.946 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.946 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.946 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.946 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.946 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-04 15:04:49.946 | f3ec437d20674cb8af9009d06f5aca15' 2022-02-04 15:04:49.946 | + functions-common:get_or_create_service:978 : echo f3ec437d20674cb8af9009d06f5aca15 2022-02-04 15:04:49.946 | f3ec437d20674cb8af9009d06f5aca15 2022-02-04 15:04:49.946 | + lib/neutron-legacy:create_mutnauq_accounts:423 : get_or_create_endpoint network RegionOne http://10.222.0.18:9696/ 2022-02-04 15:04:49.946 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-04 15:04:49.946 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface network public http://10.222.0.18:9696/ RegionOne 2022-02-04 15:04:49.946 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-04 15:04:49.946 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service network --interface public --region RegionOne -c ID -f value 2022-02-04 15:04:49.946 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.946 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.946 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.946 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.946 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.946 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-04 15:04:49.946 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-04 15:04:49.946 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create network public http://10.222.0.18:9696/ --region RegionOne -f value -c id 2022-02-04 15:04:49.947 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.947 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.947 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:04:49.947 | from cryptography.utils import int_from_bytes 2022-02-04 15:04:49.947 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:04:49.947 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=9354f396e18146d39840a7930b7002d0 2022-02-04 15:04:49.947 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 9354f396e18146d39840a7930b7002d0 2022-02-04 15:04:49.947 | + functions-common:get_or_create_endpoint:1011 : public_id=9354f396e18146d39840a7930b7002d0 2022-02-04 15:04:49.947 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-02-04 15:04:49.947 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-04 15:04:49.947 | + functions-common:get_or_create_endpoint:1020 : echo 9354f396e18146d39840a7930b7002d0 2022-02-04 15:04:49.947 | 9354f396e18146d39840a7930b7002d0 2022-02-04 15:04:49.990 | [17605 Async create_neutron_accounts:85493]: finished create_neutron_accounts with result 0 in 33 seconds 2022-02-04 15:04:50.029 | [17605 Async create_swift_accounts:85633]: Waiting for completion of create_swift_accounts running on PID 85633 (2 other jobs running) 2022-02-04 15:04:50.054 | [17605 Async create_swift_accounts:85633]: Signaling child to exit 2022-02-04 15:05:27.277 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:05:27.303 | [85633 Async create_swift_accounts:85633]: finished successfully 2022-02-04 15:05:27.323 | WAKEUP 2022-02-04 15:05:27.345 | [17605 Async create_swift_accounts:85633]: Signaled 2022-02-04 15:05:27.347 | + lib/swift:create_swift_accounts:632 : export swiftusertest1_password=testing 2022-02-04 15:05:27.347 | + lib/swift:create_swift_accounts:632 : swiftusertest1_password=testing 2022-02-04 15:05:27.347 | + lib/swift:create_swift_accounts:633 : export swiftusertest2_password=testing2 2022-02-04 15:05:27.347 | + lib/swift:create_swift_accounts:633 : swiftusertest2_password=testing2 2022-02-04 15:05:27.347 | + lib/swift:create_swift_accounts:634 : export swiftusertest3_password=testing3 2022-02-04 15:05:27.347 | + lib/swift:create_swift_accounts:634 : swiftusertest3_password=testing3 2022-02-04 15:05:27.347 | + lib/swift:create_swift_accounts:635 : export swiftusertest4_password=testing4 2022-02-04 15:05:27.347 | + lib/swift:create_swift_accounts:635 : swiftusertest4_password=testing4 2022-02-04 15:05:27.347 | + lib/swift:create_swift_accounts:637 : local another_role 2022-02-04 15:05:27.347 | ++ lib/swift:create_swift_accounts:638 : get_or_create_role anotherrole 2022-02-04 15:05:27.347 | ++ functions-common:get_or_create_role:860 : local role_id 2022-02-04 15:05:27.347 | +++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2022-02-04 15:05:27.347 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.347 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.347 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.347 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.347 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.347 | ++ functions-common:get_or_create_role:865 : role_id=9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:05:27.347 | ++ functions-common:get_or_create_role:866 : echo 9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:05:27.347 | + lib/swift:create_swift_accounts:638 : another_role=9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:05:27.347 | + lib/swift:create_swift_accounts:642 : create_service_user swift admin 2022-02-04 15:05:27.347 | + lib/keystone:create_service_user:401 : get_or_create_user swift Passw0rd Default 2022-02-04 15:05:27.348 | + functions-common:get_or_create_user:824 : local user_id 2022-02-04 15:05:27.348 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-04 15:05:27.348 | + functions-common:get_or_create_user:828 : local email= 2022-02-04 15:05:27.348 | ++ functions-common:get_or_create_user:842 : oscwrap user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-04 15:05:27.348 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.348 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.348 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.348 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.348 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.348 | + functions-common:get_or_create_user:840 : user_id=64824bd6e40e445981199f3c01459516 2022-02-04 15:05:27.348 | + functions-common:get_or_create_user:841 : echo 64824bd6e40e445981199f3c01459516 2022-02-04 15:05:27.348 | 64824bd6e40e445981199f3c01459516 2022-02-04 15:05:27.348 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service swift service Default Default 2022-02-04 15:05:27.348 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:05:27.348 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-04 15:05:27.348 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:05:27.348 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:05:27.348 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-04 15:05:27.348 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-04 15:05:27.348 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-04 15:05:27.348 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-04 15:05:27.348 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-04 15:05:27.348 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-04 15:05:27.348 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:05:27.348 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-02-04 15:05:27.348 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:05:27.348 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:05:27.348 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.348 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.349 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.349 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.349 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.349 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.349 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:05:27.349 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:05:27.349 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user swift --project service --user-domain Default --project-domain Default 2022-02-04 15:05:27.349 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.349 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.349 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.349 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.349 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:05:27.349 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:05:27.349 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-02-04 15:05:27.349 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:05:27.349 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.349 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.349 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.349 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.349 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.349 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.349 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:05:27.349 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:05:27.349 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:05:27.349 | ++ functions-common:get_field:733 : echo '| 925c0844b4d2478b8facd05cb46baa82 | 64824bd6e40e445981199f3c01459516 | | 91f760da4dc441f596f2e7f3c54e8fc1 | | | False |' 2022-02-04 15:05:27.349 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.349 | + functions-common:get_or_add_user_project_role:910 : user_role_id=925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:05:27.349 | + functions-common:get_or_add_user_project_role:912 : echo 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:05:27.349 | 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:05:27.349 | + lib/keystone:create_service_user:404 : [[ -n admin ]] 2022-02-04 15:05:27.349 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role admin swift service Default Default 2022-02-04 15:05:27.350 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:05:27.350 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-04 15:05:27.350 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:05:27.350 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:05:27.350 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-04 15:05:27.350 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-04 15:05:27.350 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-04 15:05:27.350 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-04 15:05:27.350 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-04 15:05:27.350 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-04 15:05:27.350 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-02-04 15:05:27.350 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:05:27.350 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:05:27.350 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:05:27.350 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.350 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.350 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.350 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.350 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.350 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.350 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:05:27.350 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:05:27.350 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user swift --project service --user-domain Default --project-domain Default 2022-02-04 15:05:27.350 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.350 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.350 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.350 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.350 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-02-04 15:05:27.350 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:05:27.350 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:05:27.350 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:05:27.351 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.351 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.351 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.351 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.351 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.351 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.351 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:05:27.351 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:05:27.351 | ++ functions-common:get_field:733 : echo '| 62f47bec1f31441199f4d3d1bc49d519 | 64824bd6e40e445981199f3c01459516 | | 91f760da4dc441f596f2e7f3c54e8fc1 | | | False |' 2022-02-04 15:05:27.351 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:05:27.351 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.351 | + functions-common:get_or_add_user_project_role:910 : user_role_id=62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:05:27.351 | + functions-common:get_or_add_user_project_role:912 : echo 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:05:27.351 | 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:05:27.351 | + lib/swift:create_swift_accounts:644 : get_or_create_service swift object-store 'Swift Service' 2022-02-04 15:05:27.351 | + functions-common:get_or_create_service:966 : local service_id 2022-02-04 15:05:27.351 | ++ functions-common:get_or_create_service:979 : oscwrap service show object-store -f value -c id 2022-02-04 15:05:27.351 | ++ functions-common:get_or_create_service:981 : oscwrap service create object-store --name swift '--description=Swift Service' -f value -c id 2022-02-04 15:05:27.351 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.351 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.351 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.351 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.351 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.351 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-04 15:05:27.351 | 3c5a0f1b6b2f47e3b6d8df8f091e68eb' 2022-02-04 15:05:27.351 | + functions-common:get_or_create_service:978 : echo 3c5a0f1b6b2f47e3b6d8df8f091e68eb 2022-02-04 15:05:27.351 | 3c5a0f1b6b2f47e3b6d8df8f091e68eb 2022-02-04 15:05:27.351 | + lib/swift:create_swift_accounts:646 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.18:8080/v1/AUTH_$(project_id)s' http://10.222.0.18:8080 2022-02-04 15:05:27.351 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-04 15:05:27.351 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.18:8080/v1/AUTH_$(project_id)s' RegionOne 2022-02-04 15:05:27.351 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-04 15:05:27.352 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2022-02-04 15:05:27.352 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.352 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.352 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.352 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.352 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.352 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-04 15:05:27.352 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-04 15:05:27.352 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store public 'http://10.222.0.18:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-02-04 15:05:27.352 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.352 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.352 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.352 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.352 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.352 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=2b7a18b92c8a4e6495e853d9854f2568 2022-02-04 15:05:27.352 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 2b7a18b92c8a4e6495e853d9854f2568 2022-02-04 15:05:27.352 | + functions-common:get_or_create_endpoint:1011 : public_id=2b7a18b92c8a4e6495e853d9854f2568 2022-02-04 15:05:27.352 | + functions-common:get_or_create_endpoint:1013 : [[ -n http://10.222.0.18:8080 ]] 2022-02-04 15:05:27.352 | + functions-common:get_or_create_endpoint:1014 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.18:8080 RegionOne 2022-02-04 15:05:27.352 | + functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-04 15:05:27.352 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2022-02-04 15:05:27.352 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.352 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.352 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.352 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.352 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.352 | + functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-04 15:05:27.352 | + functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-04 15:05:27.352 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store admin http://10.222.0.18:8080 --region RegionOne -f value -c id 2022-02-04 15:05:27.353 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.353 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.353 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.353 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.353 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.353 | + functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=2c1edf958c9c4605a15f4d1aa52e1545 2022-02-04 15:05:27.353 | + functions-common:_get_or_create_endpoint_with_interface:996 : echo 2c1edf958c9c4605a15f4d1aa52e1545 2022-02-04 15:05:27.353 | 2c1edf958c9c4605a15f4d1aa52e1545 2022-02-04 15:05:27.353 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-04 15:05:27.353 | + functions-common:get_or_create_endpoint:1020 : echo 2b7a18b92c8a4e6495e853d9854f2568 2022-02-04 15:05:27.353 | 2b7a18b92c8a4e6495e853d9854f2568 2022-02-04 15:05:27.353 | + lib/swift:create_swift_accounts:651 : local swift_project_test1 2022-02-04 15:05:27.353 | ++ lib/swift:create_swift_accounts:652 : get_or_create_project swiftprojecttest1 default 2022-02-04 15:05:27.353 | ++ functions-common:get_or_create_project:847 : local project_id 2022-02-04 15:05:27.353 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest1 --domain=default --or-show -f value -c id 2022-02-04 15:05:27.353 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.353 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.353 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.353 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.353 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.353 | ++ functions-common:get_or_create_project:853 : project_id=7ff730db615841279af7eebd2b2412b6 2022-02-04 15:05:27.353 | ++ functions-common:get_or_create_project:854 : echo 7ff730db615841279af7eebd2b2412b6 2022-02-04 15:05:27.353 | + lib/swift:create_swift_accounts:652 : swift_project_test1=7ff730db615841279af7eebd2b2412b6 2022-02-04 15:05:27.353 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_project_test1 'Failure creating swift_project_test1' 2022-02-04 15:05:27.353 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:05:27.353 | ++ lib/swift:create_swift_accounts:655 : get_or_create_user swiftusertest1 testing default test@example.com 2022-02-04 15:05:27.353 | ++ functions-common:get_or_create_user:824 : local user_id 2022-02-04 15:05:27.353 | ++ functions-common:get_or_create_user:825 : [[ ! -z test@example.com ]] 2022-02-04 15:05:27.353 | ++ functions-common:get_or_create_user:826 : local email=--email=test@example.com 2022-02-04 15:05:27.353 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2022-02-04 15:05:27.354 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.354 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.354 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.354 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.354 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.354 | ++ functions-common:get_or_create_user:840 : user_id=b82e452487ca4633b31b5f30e1e2ef3e 2022-02-04 15:05:27.354 | ++ functions-common:get_or_create_user:841 : echo b82e452487ca4633b31b5f30e1e2ef3e 2022-02-04 15:05:27.354 | + lib/swift:create_swift_accounts:655 : SWIFT_USER_TEST1=b82e452487ca4633b31b5f30e1e2ef3e 2022-02-04 15:05:27.354 | + lib/swift:create_swift_accounts:656 : die_if_not_set 656 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-02-04 15:05:27.354 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:05:27.354 | + lib/swift:create_swift_accounts:657 : get_or_add_user_project_role admin b82e452487ca4633b31b5f30e1e2ef3e 7ff730db615841279af7eebd2b2412b6 2022-02-04 15:05:27.354 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:05:27.354 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-04 15:05:27.354 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:05:27.354 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:05:27.354 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-04 15:05:27.354 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-04 15:05:27.354 | ++ functions-common:_get_domain_args:882 : echo 2022-02-04 15:05:27.354 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-04 15:05:27.354 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:05:27.354 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:05:27.354 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user b82e452487ca4633b31b5f30e1e2ef3e --project 7ff730db615841279af7eebd2b2412b6 2022-02-04 15:05:27.354 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:05:27.354 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.354 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.354 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.354 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.354 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.354 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.354 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:05:27.354 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:05:27.355 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user b82e452487ca4633b31b5f30e1e2ef3e --project 7ff730db615841279af7eebd2b2412b6 2022-02-04 15:05:27.355 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.355 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.355 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.355 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.355 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user b82e452487ca4633b31b5f30e1e2ef3e --project 7ff730db615841279af7eebd2b2412b6 2022-02-04 15:05:27.355 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:05:27.355 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:05:27.355 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:05:27.355 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.355 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.355 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.355 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.355 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.355 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.355 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:05:27.355 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:05:27.355 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:05:27.355 | ++ functions-common:get_field:733 : echo '| 62f47bec1f31441199f4d3d1bc49d519 | b82e452487ca4633b31b5f30e1e2ef3e | | 7ff730db615841279af7eebd2b2412b6 | | | False |' 2022-02-04 15:05:27.355 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.355 | + functions-common:get_or_add_user_project_role:910 : user_role_id=62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:05:27.355 | + functions-common:get_or_add_user_project_role:912 : echo 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:05:27.355 | 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:05:27.355 | + lib/swift:create_swift_accounts:659 : local swift_user_test3 2022-02-04 15:05:27.355 | ++ lib/swift:create_swift_accounts:661 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-02-04 15:05:27.355 | ++ functions-common:get_or_create_user:824 : local user_id 2022-02-04 15:05:27.355 | ++ functions-common:get_or_create_user:825 : [[ ! -z test3@example.com ]] 2022-02-04 15:05:27.355 | ++ functions-common:get_or_create_user:826 : local email=--email=test3@example.com 2022-02-04 15:05:27.355 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2022-02-04 15:05:27.355 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.355 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.356 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.356 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.356 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.356 | ++ functions-common:get_or_create_user:840 : user_id=734d7c8711b4401cad9700d87142800b 2022-02-04 15:05:27.356 | ++ functions-common:get_or_create_user:841 : echo 734d7c8711b4401cad9700d87142800b 2022-02-04 15:05:27.356 | + lib/swift:create_swift_accounts:661 : swift_user_test3=734d7c8711b4401cad9700d87142800b 2022-02-04 15:05:27.356 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_user_test3 'Failure creating swift_user_test3' 2022-02-04 15:05:27.356 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:05:27.356 | + lib/swift:create_swift_accounts:663 : get_or_add_user_project_role 9f2c5246b5f24492b8fed549e76cdc92 734d7c8711b4401cad9700d87142800b 7ff730db615841279af7eebd2b2412b6 2022-02-04 15:05:27.356 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:05:27.356 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-04 15:05:27.356 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:05:27.356 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:05:27.356 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-04 15:05:27.356 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-04 15:05:27.356 | ++ functions-common:_get_domain_args:882 : echo 2022-02-04 15:05:27.356 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-04 15:05:27.356 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:05:27.356 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role 9f2c5246b5f24492b8fed549e76cdc92 --user 734d7c8711b4401cad9700d87142800b --project 7ff730db615841279af7eebd2b2412b6 2022-02-04 15:05:27.356 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:05:27.356 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:05:27.356 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.356 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.356 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.356 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.356 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.356 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.356 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:05:27.356 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:05:27.356 | + functions-common:get_or_add_user_project_role:901 : openstack role add 9f2c5246b5f24492b8fed549e76cdc92 --user 734d7c8711b4401cad9700d87142800b --project 7ff730db615841279af7eebd2b2412b6 2022-02-04 15:05:27.357 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.357 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.357 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.357 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.357 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role 9f2c5246b5f24492b8fed549e76cdc92 --user 734d7c8711b4401cad9700d87142800b --project 7ff730db615841279af7eebd2b2412b6 2022-02-04 15:05:27.357 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:05:27.357 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:05:27.357 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:05:27.357 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.357 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.357 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.357 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.357 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.357 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.357 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:05:27.357 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:05:27.357 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:05:27.357 | ++ functions-common:get_field:733 : echo '| 9f2c5246b5f24492b8fed549e76cdc92 | 734d7c8711b4401cad9700d87142800b | | 7ff730db615841279af7eebd2b2412b6 | | | False |' 2022-02-04 15:05:27.357 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.357 | + functions-common:get_or_add_user_project_role:910 : user_role_id=9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:05:27.357 | + functions-common:get_or_add_user_project_role:912 : echo 9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:05:27.357 | 9f2c5246b5f24492b8fed549e76cdc92 2022-02-04 15:05:27.357 | + lib/swift:create_swift_accounts:665 : local swift_project_test2 2022-02-04 15:05:27.357 | ++ lib/swift:create_swift_accounts:666 : get_or_create_project swiftprojecttest2 default 2022-02-04 15:05:27.357 | ++ functions-common:get_or_create_project:847 : local project_id 2022-02-04 15:05:27.357 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest2 --domain=default --or-show -f value -c id 2022-02-04 15:05:27.357 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.357 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.357 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.357 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.357 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.358 | ++ functions-common:get_or_create_project:853 : project_id=fb14a93239e847448eb28011b487de51 2022-02-04 15:05:27.358 | ++ functions-common:get_or_create_project:854 : echo fb14a93239e847448eb28011b487de51 2022-02-04 15:05:27.358 | + lib/swift:create_swift_accounts:666 : swift_project_test2=fb14a93239e847448eb28011b487de51 2022-02-04 15:05:27.358 | + lib/swift:create_swift_accounts:667 : die_if_not_set 667 swift_project_test2 'Failure creating swift_project_test2' 2022-02-04 15:05:27.358 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:05:27.358 | + lib/swift:create_swift_accounts:669 : local swift_user_test2 2022-02-04 15:05:27.358 | ++ lib/swift:create_swift_accounts:671 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-02-04 15:05:27.358 | ++ functions-common:get_or_create_user:824 : local user_id 2022-02-04 15:05:27.358 | ++ functions-common:get_or_create_user:825 : [[ ! -z test2@example.com ]] 2022-02-04 15:05:27.358 | ++ functions-common:get_or_create_user:826 : local email=--email=test2@example.com 2022-02-04 15:05:27.358 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2022-02-04 15:05:27.358 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.358 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.358 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.358 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.358 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.358 | ++ functions-common:get_or_create_user:840 : user_id=d1ee414b12f145f79acb464ba70fab66 2022-02-04 15:05:27.358 | ++ functions-common:get_or_create_user:841 : echo d1ee414b12f145f79acb464ba70fab66 2022-02-04 15:05:27.358 | + lib/swift:create_swift_accounts:671 : swift_user_test2=d1ee414b12f145f79acb464ba70fab66 2022-02-04 15:05:27.358 | + lib/swift:create_swift_accounts:672 : die_if_not_set 672 swift_user_test2 'Failure creating swift_user_test2' 2022-02-04 15:05:27.358 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:05:27.358 | + lib/swift:create_swift_accounts:673 : get_or_add_user_project_role admin d1ee414b12f145f79acb464ba70fab66 fb14a93239e847448eb28011b487de51 2022-02-04 15:05:27.358 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:05:27.358 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-04 15:05:27.358 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:05:27.358 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:05:27.358 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-04 15:05:27.358 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-04 15:05:27.358 | ++ functions-common:_get_domain_args:882 : echo 2022-02-04 15:05:27.358 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-04 15:05:27.359 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user d1ee414b12f145f79acb464ba70fab66 --project fb14a93239e847448eb28011b487de51 2022-02-04 15:05:27.359 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:05:27.359 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:05:27.359 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:05:27.359 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.359 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.359 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.359 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.359 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.359 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.359 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:05:27.359 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:05:27.359 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user d1ee414b12f145f79acb464ba70fab66 --project fb14a93239e847448eb28011b487de51 2022-02-04 15:05:27.359 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.359 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.359 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.359 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.359 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user d1ee414b12f145f79acb464ba70fab66 --project fb14a93239e847448eb28011b487de51 2022-02-04 15:05:27.359 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:05:27.359 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:05:27.359 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:05:27.359 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.359 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.359 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.359 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.359 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.359 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.359 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:05:27.359 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:05:27.359 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:05:27.359 | ++ functions-common:get_field:733 : echo '| 62f47bec1f31441199f4d3d1bc49d519 | d1ee414b12f145f79acb464ba70fab66 | | fb14a93239e847448eb28011b487de51 | | | False |' 2022-02-04 15:05:27.360 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.360 | + functions-common:get_or_add_user_project_role:910 : user_role_id=62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:05:27.360 | + functions-common:get_or_add_user_project_role:912 : echo 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:05:27.360 | 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:05:27.360 | + lib/swift:create_swift_accounts:675 : local swift_domain 2022-02-04 15:05:27.360 | ++ lib/swift:create_swift_accounts:676 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-02-04 15:05:27.360 | ++ functions-common:get_or_create_domain:792 : local domain_id 2022-02-04 15:05:27.360 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show swift_test -f value -c id 2022-02-04 15:05:27.360 | +++ functions-common:get_or_create_domain:806 : oscwrap domain create swift_test --description 'Used for swift functional testing' -f value -c id 2022-02-04 15:05:27.360 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.360 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.360 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.360 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.360 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.360 | ++ functions-common:get_or_create_domain:802 : domain_id=' 2022-02-04 15:05:27.360 | df254dcc19024ff39a9831a3e0f0fb41' 2022-02-04 15:05:27.360 | ++ functions-common:get_or_create_domain:803 : echo df254dcc19024ff39a9831a3e0f0fb41 2022-02-04 15:05:27.360 | + lib/swift:create_swift_accounts:676 : swift_domain=df254dcc19024ff39a9831a3e0f0fb41 2022-02-04 15:05:27.360 | + lib/swift:create_swift_accounts:677 : die_if_not_set 677 swift_domain 'Failure creating swift_test domain' 2022-02-04 15:05:27.360 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:05:27.360 | + lib/swift:create_swift_accounts:679 : local swift_project_test4 2022-02-04 15:05:27.360 | ++ lib/swift:create_swift_accounts:680 : get_or_create_project swiftprojecttest4 df254dcc19024ff39a9831a3e0f0fb41 2022-02-04 15:05:27.360 | ++ functions-common:get_or_create_project:847 : local project_id 2022-02-04 15:05:27.360 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest4 --domain=df254dcc19024ff39a9831a3e0f0fb41 --or-show -f value -c id 2022-02-04 15:05:27.360 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.360 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.360 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.361 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.361 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.361 | ++ functions-common:get_or_create_project:853 : project_id=f2f9e065942740f2b4e8e5aaf0d83571 2022-02-04 15:05:27.361 | ++ functions-common:get_or_create_project:854 : echo f2f9e065942740f2b4e8e5aaf0d83571 2022-02-04 15:05:27.361 | + lib/swift:create_swift_accounts:680 : swift_project_test4=f2f9e065942740f2b4e8e5aaf0d83571 2022-02-04 15:05:27.361 | + lib/swift:create_swift_accounts:681 : die_if_not_set 681 swift_project_test4 'Failure creating swift_project_test4' 2022-02-04 15:05:27.361 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:05:27.361 | + lib/swift:create_swift_accounts:683 : local swift_user_test4 2022-02-04 15:05:27.361 | ++ lib/swift:create_swift_accounts:685 : get_or_create_user swiftusertest4 testing4 df254dcc19024ff39a9831a3e0f0fb41 test4@example.com 2022-02-04 15:05:27.361 | ++ functions-common:get_or_create_user:824 : local user_id 2022-02-04 15:05:27.361 | ++ functions-common:get_or_create_user:825 : [[ ! -z test4@example.com ]] 2022-02-04 15:05:27.361 | ++ functions-common:get_or_create_user:826 : local email=--email=test4@example.com 2022-02-04 15:05:27.361 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest4 --password testing4 --domain=df254dcc19024ff39a9831a3e0f0fb41 --email=test4@example.com --or-show -f value -c id 2022-02-04 15:05:27.361 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.361 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.361 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.361 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.361 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.361 | ++ functions-common:get_or_create_user:840 : user_id=79249c5bcf0046e8a906b65bdeed3a94 2022-02-04 15:05:27.361 | ++ functions-common:get_or_create_user:841 : echo 79249c5bcf0046e8a906b65bdeed3a94 2022-02-04 15:05:27.361 | + lib/swift:create_swift_accounts:685 : swift_user_test4=79249c5bcf0046e8a906b65bdeed3a94 2022-02-04 15:05:27.361 | + lib/swift:create_swift_accounts:686 : die_if_not_set 686 swift_user_test4 'Failure creating swift_user_test4' 2022-02-04 15:05:27.362 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:05:27.362 | + lib/swift:create_swift_accounts:687 : get_or_add_user_project_role admin 79249c5bcf0046e8a906b65bdeed3a94 f2f9e065942740f2b4e8e5aaf0d83571 2022-02-04 15:05:27.362 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:05:27.362 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2022-02-04 15:05:27.362 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:05:27.362 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:05:27.362 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2022-02-04 15:05:27.362 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2022-02-04 15:05:27.362 | ++ functions-common:_get_domain_args:882 : echo 2022-02-04 15:05:27.362 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2022-02-04 15:05:27.362 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 79249c5bcf0046e8a906b65bdeed3a94 --project f2f9e065942740f2b4e8e5aaf0d83571 2022-02-04 15:05:27.362 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:05:27.362 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:05:27.362 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:05:27.362 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.362 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.362 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.362 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.362 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.362 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.362 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:05:27.362 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:05:27.362 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 79249c5bcf0046e8a906b65bdeed3a94 --project f2f9e065942740f2b4e8e5aaf0d83571 2022-02-04 15:05:27.363 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.363 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.363 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.363 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.363 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 79249c5bcf0046e8a906b65bdeed3a94 --project f2f9e065942740f2b4e8e5aaf0d83571 2022-02-04 15:05:27.363 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:05:27.363 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:05:27.363 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:05:27.363 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.363 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.363 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.363 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:27.363 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:27.363 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:05:27.363 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:05:27.363 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:05:27.363 | ++ functions-common:get_field:733 : echo '| 62f47bec1f31441199f4d3d1bc49d519 | 79249c5bcf0046e8a906b65bdeed3a94 | | f2f9e065942740f2b4e8e5aaf0d83571 | | | False |' 2022-02-04 15:05:27.363 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:05:27.363 | ++ functions-common:get_field:727 : read data 2022-02-04 15:05:27.363 | + functions-common:get_or_add_user_project_role:910 : user_role_id=62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:05:27.363 | + functions-common:get_or_add_user_project_role:912 : echo 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:05:27.363 | 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:05:27.392 | [17605 Async create_swift_accounts:85633]: finished create_swift_accounts with result 0 in 106 seconds 2022-02-04 15:05:27.400 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-02-04 15:05:27.402 | + inc/async:async_wait:197 : return 0 2022-02-04 15:05:27.405 | + ./stack.sh:main:1139 : is_service_enabled mysql postgresql 2022-02-04 15:05:27.422 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:05:27.425 | + ./stack.sh:main:1139 : is_service_enabled glance 2022-02-04 15:05:27.444 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:05:27.447 | + ./stack.sh:main:1140 : echo_summary 'Configuring Glance' 2022-02-04 15:05:27.449 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:05:27.452 | + ./stack.sh:echo_summary:432 : echo -e Configuring Glance 2022-02-04 15:05:27.455 | + ./stack.sh:main:1141 : async_runfunc init_glance 2022-02-04 15:05:27.457 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-02-04 15:05:27.518 | + inc/async:async_inner:63 : init_glance 2022-02-04 15:05:27.560 | [17605 Async init_glance:89876]: running: init_glance 2022-02-04 15:05:27.562 | + ./stack.sh:main:1148 : is_service_enabled neutron 2022-02-04 15:05:27.582 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:05:27.585 | + ./stack.sh:main:1149 : echo_summary 'Configuring Neutron' 2022-02-04 15:05:27.588 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:05:27.591 | + ./stack.sh:echo_summary:432 : echo -e Configuring Neutron 2022-02-04 15:05:27.594 | + ./stack.sh:main:1151 : configure_neutron 2022-02-04 15:05:27.597 | + lib/neutron:configure_neutron:603 : is_neutron_legacy_enabled 2022-02-04 15:05:27.601 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-04 15:05:27.601 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-02-04 15:05:27.607 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-04 15:05:27.610 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-04 15:05:27.613 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-02-04 15:05:27.616 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-02-04 15:05:27.618 | + lib/neutron:configure_neutron:605 : configure_mutnauq 2022-02-04 15:05:27.621 | + lib/neutron-legacy:configure_mutnauq:338 : _configure_neutron_common 2022-02-04 15:05:27.623 | + lib/neutron-legacy:_configure_neutron_common:739 : _create_neutron_conf_dir 2022-02-04 15:05:27.626 | + lib/neutron-legacy:_create_neutron_conf_dir:732 : sudo install -d -o ubuntu /etc/neutron 2022-02-04 15:05:27.639 | + lib/neutron-legacy:_configure_neutron_common:742 : cd /opt/stack/neutron 2022-02-04 15:05:27.642 | + lib/neutron-legacy:_configure_neutron_common:742 : exec ./tools/generate_config_file_samples.sh 2022-02-04 15:05:30.902 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:30.902 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:30.902 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:30.902 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:34.519 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:34.519 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:34.519 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:34.519 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:37.609 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:05:37.640 | [89876 Async init_glance:89876]: finished successfully 2022-02-04 15:05:37.863 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:37.863 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:37.863 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:37.863 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:41.030 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:41.030 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:41.030 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:41.030 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:44.165 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:44.165 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:44.165 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:44.166 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:47.262 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:47.262 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:47.262 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:47.262 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:50.429 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:50.429 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:50.429 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:50.429 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:53.883 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:53.884 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:53.884 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:53.884 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:57.650 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:57.650 | from cryptography.utils import int_from_bytes 2022-02-04 15:05:57.650 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:05:57.650 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:02.963 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:02.963 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:02.963 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:02.963 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:03.240 | + lib/neutron-legacy:_configure_neutron_common:744 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2022-02-04 15:06:03.244 | + lib/neutron-legacy:_configure_neutron_common:746 : Q_POLICY_FILE=/etc/neutron/policy.json 2022-02-04 15:06:03.247 | + lib/neutron-legacy:_configure_neutron_common:750 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2022-02-04 15:06:03.249 | + lib/neutron-legacy:_configure_neutron_common:754 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2022-02-04 15:06:03.251 | + lib/neutron-legacy:_configure_neutron_common:759 : neutron_plugin_configure_common 2022-02-04 15:06:03.253 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2022-02-04 15:06:03.255 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2022-02-04 15:06:03.258 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2022-02-04 15:06:03.260 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2022-02-04 15:06:03.262 | + lib/neutron-legacy:_neutron_service_plugin_class_add:908 : local service_plugin_class=router 2022-02-04 15:06:03.264 | + lib/neutron-legacy:_neutron_service_plugin_class_add:909 : [[ '' == '' ]] 2022-02-04 15:06:03.267 | + lib/neutron-legacy:_neutron_service_plugin_class_add:910 : Q_SERVICE_PLUGIN_CLASSES=router 2022-02-04 15:06:03.269 | + lib/neutron-legacy:_configure_neutron_common:761 : [[ etc/neutron/plugins/ml2 == '' ]] 2022-02-04 15:06:03.272 | + lib/neutron-legacy:_configure_neutron_common:761 : [[ ml2_conf.ini == '' ]] 2022-02-04 15:06:03.274 | + lib/neutron-legacy:_configure_neutron_common:761 : [[ ml2 == '' ]] 2022-02-04 15:06:03.277 | + lib/neutron-legacy:_configure_neutron_common:766 : mkdir -p /etc/neutron/plugins/ml2 2022-02-04 15:06:03.281 | + lib/neutron-legacy:_configure_neutron_common:767 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:06:03.284 | + lib/neutron-legacy:_configure_neutron_common:770 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2022-02-04 15:06:03.286 | + lib/neutron-legacy:_configure_neutron_common:771 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:06:03.291 | ++ lib/neutron-legacy:_configure_neutron_common:776 : database_connection_url neutron 2022-02-04 15:06:03.294 | ++ lib/database:database_connection_url:132 : local db=neutron 2022-02-04 15:06:03.296 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql neutron 2022-02-04 15:06:03.298 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=neutron 2022-02-04 15:06:03.300 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2022-02-04 15:06:03.303 | + lib/neutron-legacy:_configure_neutron_common:776 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2022-02-04 15:06:03.331 | + lib/neutron-legacy:_configure_neutron_common:777 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2022-02-04 15:06:03.361 | + lib/neutron-legacy:_configure_neutron_common:778 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2022-02-04 15:06:03.390 | + lib/neutron-legacy:_configure_neutron_common:779 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2022-02-04 15:06:03.419 | + lib/neutron-legacy:_configure_neutron_common:780 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2022-02-04 15:06:03.448 | + lib/neutron-legacy:_configure_neutron_common:783 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2022-02-04 15:06:03.477 | + lib/neutron-legacy:_configure_neutron_common:785 : '[' libvirt = fake ']' 2022-02-04 15:06:03.480 | + lib/neutron-legacy:_configure_neutron_common:795 : setup_logging /etc/neutron/neutron.conf 2022-02-04 15:06:03.482 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2022-02-04 15:06:03.485 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2022-02-04 15:06:03.488 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-02-04 15:06:03.505 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-02-04 15:06:03.508 | + functions:setup_systemd_logging:695 : local pidstr= 2022-02-04 15:06:03.510 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-02-04 15:06:03.512 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-02-04 15:06:03.515 | + functions:setup_systemd_logging:702 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-02-04 15:06:03.546 | + functions:setup_systemd_logging:704 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-02-04 15:06:03.576 | + functions:setup_systemd_logging:705 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-02-04 15:06:03.608 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-02-04 15:06:03.639 | + lib/neutron-legacy:_configure_neutron_common:797 : is_service_enabled tls-proxy 2022-02-04 15:06:03.657 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:06:03.659 | + lib/neutron-legacy:_configure_neutron_common:803 : _neutron_setup_rootwrap 2022-02-04 15:06:03.662 | + lib/neutron-legacy:_neutron_setup_rootwrap:943 : [[ True == \F\a\l\s\e ]] 2022-02-04 15:06:03.664 | + lib/neutron-legacy:_neutron_setup_rootwrap:947 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2022-02-04 15:06:03.666 | + lib/neutron-legacy:_neutron_setup_rootwrap:948 : [[ -d /etc/neutron/rootwrap.d ]] 2022-02-04 15:06:03.669 | + lib/neutron-legacy:_neutron_setup_rootwrap:952 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2022-02-04 15:06:03.671 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:933 : [[ True == \F\a\l\s\e ]] 2022-02-04 15:06:03.674 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:936 : local srcdir=/opt/stack/neutron 2022-02-04 15:06:03.676 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:937 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2022-02-04 15:06:03.691 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:938 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2022-02-04 15:06:03.705 | + lib/neutron-legacy:_neutron_setup_rootwrap:956 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2022-02-04 15:06:03.707 | + lib/neutron-legacy:_neutron_setup_rootwrap:959 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2022-02-04 15:06:03.721 | + lib/neutron-legacy:_neutron_setup_rootwrap:961 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2022-02-04 15:06:03.735 | + lib/neutron-legacy:_neutron_setup_rootwrap:962 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2022-02-04 15:06:03.749 | + lib/neutron-legacy:_neutron_setup_rootwrap:965 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-02-04 15:06:03.752 | + lib/neutron-legacy:_neutron_setup_rootwrap:966 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-04 15:06:03.755 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:969 : mktemp 2022-02-04 15:06:03.760 | + lib/neutron-legacy:_neutron_setup_rootwrap:969 : TEMPFILE=/tmp/tmp.ovbepEU1ME 2022-02-04 15:06:03.762 | + lib/neutron-legacy:_neutron_setup_rootwrap:970 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-02-04 15:06:03.765 | + lib/neutron-legacy:_neutron_setup_rootwrap:971 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-04 15:06:03.768 | + lib/neutron-legacy:_neutron_setup_rootwrap:972 : chmod 0440 /tmp/tmp.ovbepEU1ME 2022-02-04 15:06:03.772 | + lib/neutron-legacy:_neutron_setup_rootwrap:973 : sudo chown root:root /tmp/tmp.ovbepEU1ME 2022-02-04 15:06:03.787 | + lib/neutron-legacy:_neutron_setup_rootwrap:974 : sudo mv /tmp/tmp.ovbepEU1ME /etc/sudoers.d/neutron-rootwrap 2022-02-04 15:06:03.800 | + lib/neutron-legacy:_neutron_setup_rootwrap:977 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-02-04 15:06:03.830 | + lib/neutron-legacy:_neutron_setup_rootwrap:978 : [[ True == \T\r\u\e ]] 2022-02-04 15:06:03.833 | + lib/neutron-legacy:_neutron_setup_rootwrap:979 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-04 15:06:03.867 | + lib/neutron-legacy:configure_mutnauq:339 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2022-02-04 15:06:03.870 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2022-02-04 15:06:03.872 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2022-02-04 15:06:03.875 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-04 15:06:03.878 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-02-04 15:06:03.880 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-04 15:06:03.897 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:03.901 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-02-04 15:06:03.903 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-02-04 15:06:03.906 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-04 15:06:03.925 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:03.928 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-02-04 15:06:03.931 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/ 2022-02-04 15:06:03.976 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-04 15:06:03.978 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-04 15:06:03.981 | + lib/neutron-legacy:configure_mutnauq:341 : is_service_enabled q-metering 2022-02-04 15:06:03.999 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:04.003 | + lib/neutron-legacy:configure_mutnauq:342 : _configure_neutron_metering 2022-02-04 15:06:04.006 | + lib/neutron-legacy:_configure_neutron_metering:852 : neutron_agent_metering_configure_common 2022-02-04 15:06:04.011 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2022-02-04 15:06:04.014 | + lib/neutron-legacy:_neutron_service_plugin_class_add:908 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2022-02-04 15:06:04.017 | + lib/neutron-legacy:_neutron_service_plugin_class_add:909 : [[ router == '' ]] 2022-02-04 15:06:04.019 | + lib/neutron-legacy:_neutron_service_plugin_class_add:911 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2022-02-04 15:06:04.023 | + lib/neutron-legacy:_neutron_service_plugin_class_add:912 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-02-04 15:06:04.025 | + lib/neutron-legacy:_configure_neutron_metering:853 : neutron_agent_metering_configure_agent 2022-02-04 15:06:04.028 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2022-02-04 15:06:04.031 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2022-02-04 15:06:04.037 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2022-02-04 15:06:04.039 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:24 : cp /opt/stack/neutron/etc/metering_agent.ini.sample /etc/neutron/services/metering/metering_agent.ini 2022-02-04 15:06:04.044 | + lib/neutron-legacy:configure_mutnauq:344 : is_service_enabled q-agt q-svc 2022-02-04 15:06:04.064 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:04.069 | + lib/neutron-legacy:configure_mutnauq:345 : _configure_neutron_service 2022-02-04 15:06:04.071 | + lib/neutron-legacy:_configure_neutron_service:880 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2022-02-04 15:06:04.073 | + lib/neutron-legacy:_configure_neutron_service:881 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2022-02-04 15:06:04.079 | + lib/neutron-legacy:_configure_neutron_service:884 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2022-02-04 15:06:04.109 | + lib/neutron-legacy:_configure_neutron_service:886 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-02-04 15:06:04.145 | + lib/neutron-legacy:_configure_neutron_service:887 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2022-02-04 15:06:04.177 | + lib/neutron-legacy:_configure_neutron_service:888 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2022-02-04 15:06:04.209 | + lib/neutron-legacy:_configure_neutron_service:890 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2022-02-04 15:06:04.242 | + lib/neutron-legacy:_configure_neutron_service:891 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2022-02-04 15:06:04.246 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/neutron/neutron.conf 2022-02-04 15:06:04.249 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=neutron 2022-02-04 15:06:04.252 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2022-02-04 15:06:04.255 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2022-02-04 15:06:04.289 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2022-02-04 15:06:04.323 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.18/identity 2022-02-04 15:06:04.357 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2022-02-04 15:06:04.388 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2022-02-04 15:06:04.424 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2022-02-04 15:06:04.457 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2022-02-04 15:06:04.489 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2022-02-04 15:06:04.520 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-02-04 15:06:04.552 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2022-02-04 15:06:04.584 | + lib/neutron-legacy:_configure_neutron_service:894 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2022-02-04 15:06:04.617 | + lib/neutron-legacy:_configure_neutron_service:895 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2022-02-04 15:06:04.650 | + lib/neutron-legacy:_configure_neutron_service:897 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2022-02-04 15:06:04.652 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/neutron/neutron.conf 2022-02-04 15:06:04.655 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=nova 2022-02-04 15:06:04.658 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=nova 2022-02-04 15:06:04.660 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf nova auth_type password 2022-02-04 15:06:04.695 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf nova interface public 2022-02-04 15:06:04.733 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.18/identity 2022-02-04 15:06:04.765 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf nova username nova 2022-02-04 15:06:04.798 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2022-02-04 15:06:04.829 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2022-02-04 15:06:04.861 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/neutron/neutron.conf nova project_name service 2022-02-04 15:06:04.892 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2022-02-04 15:06:04.926 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-02-04 15:06:04.958 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2022-02-04 15:06:04.994 | + lib/neutron-legacy:_configure_neutron_service:900 : neutron_plugin_configure_service 2022-02-04 15:06:04.997 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2022-02-04 15:06:05.004 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2022-02-04 15:06:05.006 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2022-02-04 15:06:05.009 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2022-02-04 15:06:05.011 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2022-02-04 15:06:05.016 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2022-02-04 15:06:05.019 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 150:199 != '' ]] 2022-02-04 15:06:05.022 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:150:199 2022-02-04 15:06:05.025 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:150:199 != '' ]] 2022-02-04 15:06:05.027 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2022-02-04 15:06:05.030 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2022-02-04 15:06:05.032 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2022-02-04 15:06:05.035 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2022-02-04 15:06:05.040 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2022-02-04 15:06:05.043 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2022-02-04 15:06:05.045 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2022-02-04 15:06:05.048 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2022-02-04 15:06:05.050 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2022-02-04 15:06:05.053 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver neutron.agent.not.a.real.FirewallDriver 2022-02-04 15:06:05.084 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:127 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,hyperv 2022-02-04 15:06:05.087 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:06:05.089 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-02-04 15:06:05.092 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2022-02-04 15:06:05.095 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2022-02-04 15:06:05.097 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-04 15:06:05.100 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2022-02-04 15:06:05.129 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:129 : [[ -n '' ]] 2022-02-04 15:06:05.131 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2022-02-04 15:06:05.134 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:06:05.136 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-02-04 15:06:05.139 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2022-02-04 15:06:05.142 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2022-02-04 15:06:05.145 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-04 15:06:05.147 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2022-02-04 15:06:05.176 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:135 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2022-02-04 15:06:05.179 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:06:05.181 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-02-04 15:06:05.184 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2022-02-04 15:06:05.186 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2022-02-04 15:06:05.189 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-04 15:06:05.191 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2022-02-04 15:06:05.226 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:137 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2022-02-04 15:06:05.228 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:06:05.230 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2022-02-04 15:06:05.233 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2022-02-04 15:06:05.235 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2022-02-04 15:06:05.238 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-04 15:06:05.240 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2022-02-04 15:06:05.274 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:139 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2022-02-04 15:06:05.277 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:06:05.279 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2022-02-04 15:06:05.283 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-02-04 15:06:05.287 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-02-04 15:06:05.289 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-04 15:06:05.292 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2022-02-04 15:06:05.324 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:141 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2022-02-04 15:06:05.327 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:06:05.331 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2022-02-04 15:06:05.333 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2022-02-04 15:06:05.335 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2022-02-04 15:06:05.338 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-04 15:06:05.341 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2022-02-04 15:06:05.370 | + 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:150:199 2022-02-04 15:06:05.372 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:06:05.375 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2022-02-04 15:06:05.378 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:150:199 2022-02-04 15:06:05.380 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:150:199 ']' 2022-02-04 15:06:05.382 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-04 15:06:05.385 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:150:199 2022-02-04 15:06:05.415 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:145 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2022-02-04 15:06:05.418 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:06:05.420 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2022-02-04 15:06:05.423 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-02-04 15:06:05.426 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-02-04 15:06:05.428 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-02-04 15:06:05.431 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2022-02-04 15:06:05.464 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : [[ legacy != \l\e\g\a\c\y ]] 2022-02-04 15:06:05.468 | + lib/neutron-legacy:configure_mutnauq:347 : is_service_enabled q-agt 2022-02-04 15:06:05.486 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:05.489 | + lib/neutron-legacy:configure_mutnauq:348 : _configure_neutron_plugin_agent 2022-02-04 15:06:05.493 | + lib/neutron-legacy:_configure_neutron_plugin_agent:867 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-02-04 15:06:05.530 | + lib/neutron-legacy:_configure_neutron_plugin_agent:868 : [[ True == \T\r\u\e ]] 2022-02-04 15:06:05.533 | + lib/neutron-legacy:_configure_neutron_plugin_agent:869 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-04 15:06:05.564 | + lib/neutron-legacy:_configure_neutron_plugin_agent:871 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-02-04 15:06:05.599 | + lib/neutron-legacy:_configure_neutron_plugin_agent:874 : neutron_plugin_configure_plugin_agent 2022-02-04 15:06:05.602 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2022-02-04 15:06:05.604 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:32 : local bridge=br-int 2022-02-04 15:06:05.607 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:33 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-02-04 15:06:08.345 | INFO neutron.common.config [-] Logging enabled! 2022-02-04 15:06:08.345 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 19.1.1.dev42 2022-02-04 15:06:08.346 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=91848) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2022-02-04 15:06:08.347 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2022-02-04 15:06:08.348 | 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/tmpzrqzicw7/privsep.sock'] 2022-02-04 15:06:09.246 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2022-02-04 15:06:09.246 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpzrqzicw7/privsep.sock {{(pid=91848) __init__ /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:363}} 2022-02-04 15:06:09.247 | INFO oslo.privsep.daemon [-] privsep daemon starting 2022-02-04 15:06:09.247 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2022-02-04 15:06:09.248 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2022-02-04 15:06:09.248 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 91856 2022-02-04 15:06:09.248 | DEBUG oslo.privsep.daemon [-] privsep: reply[62095018-f974-4474-bfdb-9846fe7b37a6]: (2,) {{(pid=91856) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}} 2022-02-04 15:06:09.444 | 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=91856) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}} 2022-02-04 15:06:09.455 | 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=91856) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2022-02-04 15:06:09.455 | DEBUG oslo.privsep.daemon [-] privsep: reply[6881d9ae-8f81-4cd0-ab7c-07dc409f9cbc]: (4, ('8742915e-9061-47c8-996e-68d4fd3e2865\n', '')) {{(pid=91856) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:502}} 2022-02-04 15:06:09.619 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=91848) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-02-04 15:06:09.619 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=91848) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-02-04 15:06:09.620 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=91848) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-04 15:06:09.620 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=91848) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-04 15:06:09.620 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=91848) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-04 15:06:09.620 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=91848) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-04 15:06:09.675 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-02-04 15:06:09.675 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:09.675 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:09.675 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:09.675 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:10.005 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:34 : _neutron_ovs_base_add_bridge br-int 2022-02-04 15:06:10.007 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-int 2022-02-04 15:06:10.010 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2022-02-04 15:06:10.012 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2022-02-04 15:06:10.015 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-int 2022-02-04 15:06:10.092 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:35 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2022-02-04 15:06:10.110 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2022-02-04 15:06:10.112 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2022-02-04 15:06:10.115 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2022-02-04 15:06:10.148 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2022-02-04 15:06:10.151 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2022-02-04 15:06:10.159 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2022-02-04 15:06:10.162 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2022-02-04 15:06:10.164 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2022-02-04 15:06:10.186 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2022-02-04 15:06:10.217 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-02-04 15:06:10.220 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2022-02-04 15:06:10.229 | net.bridge.bridge-nf-call-iptables = 1 2022-02-04 15:06:10.233 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-02-04 15:06:10.235 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2022-02-04 15:06:10.244 | net.bridge.bridge-nf-call-ip6tables = 1 2022-02-04 15:06:10.248 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2022-02-04 15:06:10.251 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2022-02-04 15:06:10.254 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2022-02-04 15:06:10.256 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2022-02-04 15:06:10.259 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2022-02-04 15:06:10.261 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2022-02-04 15:06:10.264 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-02-04 15:06:10.267 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2022-02-04 15:06:10.269 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-02-04 15:06:10.297 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2022-02-04 15:06:10.299 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings physnet1:br-data 2022-02-04 15:06:10.336 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2022-02-04 15:06:10.339 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2022-02-04 15:06:10.369 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2022-02-04 15:06:10.400 | + lib/neutron-legacy:configure_mutnauq:350 : is_service_enabled q-dhcp 2022-02-04 15:06:10.417 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:10.419 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_dhcp_agent 2022-02-04 15:06:10.422 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:808 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2022-02-04 15:06:10.427 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:810 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2022-02-04 15:06:10.458 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:812 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2022-02-04 15:06:10.489 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:813 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-02-04 15:06:10.523 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:814 : [[ True == \T\r\u\e ]] 2022-02-04 15:06:10.525 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:815 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-04 15:06:10.557 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:818 : is_service_enabled q-l3 2022-02-04 15:06:10.577 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:10.580 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:829 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-02-04 15:06:10.583 | + lib/neutron-legacy:_neutron_setup_interface_driver:987 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2022-02-04 15:06:10.615 | + lib/neutron-legacy:_neutron_setup_interface_driver:989 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-02-04 15:06:10.617 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-02-04 15:06:10.620 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2022-02-04 15:06:10.652 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:831 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2022-02-04 15:06:10.654 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-02-04 15:06:10.657 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2022-02-04 15:06:10.660 | + lib/neutron-legacy:configure_mutnauq:353 : is_service_enabled q-l3 2022-02-04 15:06:10.677 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:10.680 | + lib/neutron-legacy:configure_mutnauq:354 : _configure_neutron_l3_agent 2022-02-04 15:06:10.685 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2022-02-04 15:06:10.690 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2022-02-04 15:06:10.721 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-02-04 15:06:10.755 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2022-02-04 15:06:10.758 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-04 15:06:10.787 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2022-02-04 15:06:10.790 | + lib/neutron-legacy:_neutron_setup_interface_driver:987 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2022-02-04 15:06:10.821 | + lib/neutron-legacy:_neutron_setup_interface_driver:989 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2022-02-04 15:06:10.824 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2022-02-04 15:06:10.826 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2022-02-04 15:06:10.856 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2022-02-04 15:06:10.858 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2022-02-04 15:06:10.861 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2022-02-04 15:06:10.864 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-02-04 15:06:13.599 | INFO neutron.common.config [-] Logging enabled! 2022-02-04 15:06:13.599 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 19.1.1.dev42 2022-02-04 15:06:13.599 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=92397) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2022-02-04 15:06:13.648 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=92397) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-02-04 15:06:13.649 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=92397) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:107}} 2022-02-04 15:06:13.649 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=92397) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-04 15:06:13.649 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=92397) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-04 15:06:13.649 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=92397) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-04 15:06:13.649 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=92397) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:126}} 2022-02-04 15:06:13.710 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2022-02-04 15:06:13.711 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=92397) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2022-02-04 15:06:13.711 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=92397) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:134}} 2022-02-04 15:06:13.712 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-02-04 15:06:13.712 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:13.712 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:13.712 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:13.712 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:14.038 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2022-02-04 15:06:14.041 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2022-02-04 15:06:14.043 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-data 2022-02-04 15:06:14.046 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2022-02-04 15:06:14.048 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-02-04 15:06:14.051 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2022-02-04 15:06:14.053 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-02-04 15:06:14.071 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-data 1500 2022-02-04 15:06:14.073 | + functions:set_mtu:785 : local dev=br-data 2022-02-04 15:06:14.075 | + functions:set_mtu:786 : local mtu=1500 2022-02-04 15:06:14.078 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2022-02-04 15:06:14.091 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109 : sudo ovs-vsctl br-set-external-id br-data bridge-id br-data 2022-02-04 15:06:14.109 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2022-02-04 15:06:14.111 | + lib/neutron-legacy:_configure_public_network_connectivity:674 : [[ -n eth1 ]] 2022-02-04 15:06:14.114 | + lib/neutron-legacy:_configure_public_network_connectivity:675 : _move_neutron_addresses_route eth1 br-data True False inet 2022-02-04 15:06:14.116 | + lib/neutron-legacy:_move_neutron_addresses_route:615 : local from_intf=eth1 2022-02-04 15:06:14.119 | + lib/neutron-legacy:_move_neutron_addresses_route:616 : local to_intf=br-data 2022-02-04 15:06:14.121 | + lib/neutron-legacy:_move_neutron_addresses_route:617 : local add_ovs_port=True 2022-02-04 15:06:14.124 | + lib/neutron-legacy:_move_neutron_addresses_route:618 : local del_ovs_port=False 2022-02-04 15:06:14.127 | + lib/neutron-legacy:_move_neutron_addresses_route:619 : local af=inet 2022-02-04 15:06:14.129 | + lib/neutron-legacy:_move_neutron_addresses_route:621 : [[ -n eth1 ]] 2022-02-04 15:06:14.131 | + lib/neutron-legacy:_move_neutron_addresses_route:621 : [[ -n br-data ]] 2022-02-04 15:06:14.134 | + lib/neutron-legacy:_move_neutron_addresses_route:627 : local IP_REPLACE= 2022-02-04 15:06:14.137 | + lib/neutron-legacy:_move_neutron_addresses_route:628 : local IP_DEL= 2022-02-04 15:06:14.139 | + lib/neutron-legacy:_move_neutron_addresses_route:629 : local IP_UP= 2022-02-04 15:06:14.142 | + lib/neutron-legacy:_move_neutron_addresses_route:630 : local DEFAULT_ROUTE_GW 2022-02-04 15:06:14.146 | ++ lib/neutron-legacy:_move_neutron_addresses_route:631 : ip -f inet r 2022-02-04 15:06:14.147 | ++ lib/neutron-legacy:_move_neutron_addresses_route:631 : awk '/default.+eth1\s/ { print $3; exit }' 2022-02-04 15:06:14.153 | + lib/neutron-legacy:_move_neutron_addresses_route:631 : DEFAULT_ROUTE_GW= 2022-02-04 15:06:14.155 | + lib/neutron-legacy:_move_neutron_addresses_route:632 : local ADD_OVS_PORT= 2022-02-04 15:06:14.158 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : local DEL_OVS_PORT= 2022-02-04 15:06:14.160 | + lib/neutron-legacy:_move_neutron_addresses_route:634 : local ARP_CMD= 2022-02-04 15:06:14.164 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : ip -f inet a s dev eth1 scope global primary 2022-02-04 15:06:14.164 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : awk '{ print $2, $3, $4; exit }' 2022-02-04 15:06:14.165 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : grep inet 2022-02-04 15:06:14.171 | + lib/neutron-legacy:_move_neutron_addresses_route:636 : IP_BRD='192.168.0.54/22 brd 192.168.3.255' 2022-02-04 15:06:14.173 | + lib/neutron-legacy:_move_neutron_addresses_route:638 : '[' '' '!=' '' ']' 2022-02-04 15:06:14.176 | + lib/neutron-legacy:_move_neutron_addresses_route:642 : [[ True == \T\r\u\e ]] 2022-02-04 15:06:14.179 | + lib/neutron-legacy:_move_neutron_addresses_route:643 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2022-02-04 15:06:14.182 | + lib/neutron-legacy:_move_neutron_addresses_route:646 : [[ False == \T\r\u\e ]] 2022-02-04 15:06:14.185 | + lib/neutron-legacy:_move_neutron_addresses_route:650 : [[ 192.168.0.54/22 brd 192.168.3.255 != '' ]] 2022-02-04 15:06:14.189 | + lib/neutron-legacy:_move_neutron_addresses_route:651 : IP_DEL='sudo ip addr del 192.168.0.54/22 brd 192.168.3.255 dev eth1' 2022-02-04 15:06:14.192 | + lib/neutron-legacy:_move_neutron_addresses_route:652 : IP_REPLACE='sudo ip addr replace 192.168.0.54/22 brd 192.168.3.255 dev br-data' 2022-02-04 15:06:14.194 | + lib/neutron-legacy:_move_neutron_addresses_route:653 : IP_UP='sudo ip link set br-data up' 2022-02-04 15:06:14.197 | + lib/neutron-legacy:_move_neutron_addresses_route:654 : [[ inet == \i\n\e\t ]] 2022-02-04 15:06:14.201 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : echo 192.168.0.54/22 brd 192.168.3.255 2022-02-04 15:06:14.202 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : awk '{ print $1; exit }' 2022-02-04 15:06:14.202 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : grep -o -E '(.*)/' 2022-02-04 15:06:14.203 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : cut -d / -f1 2022-02-04 15:06:14.209 | + lib/neutron-legacy:_move_neutron_addresses_route:655 : IP=192.168.0.54 2022-02-04 15:06:14.212 | + lib/neutron-legacy:_move_neutron_addresses_route:656 : ARP_CMD='sudo ping -c 3 -w 5 -I br-data 192.168.0.54 ' 2022-02-04 15:06:14.215 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip addr del 192.168.0.54/22 brd 192.168.3.255 dev eth1 2022-02-04 15:06:14.231 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip addr replace 192.168.0.54/22 brd 192.168.3.255 dev br-data 2022-02-04 15:06:14.244 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip link set br-data up 2022-02-04 15:06:14.259 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ovs-vsctl --may-exist add-port br-data eth1 2022-02-04 15:06:14.281 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ping -c 3 -w 5 -I br-data 192.168.0.54 2022-02-04 15:06:14.296 | PING 192.168.0.54 (192.168.0.54) from 192.168.0.54 br-data: 56(84) bytes of data. 2022-02-04 15:06:14.296 | 64 bytes from 192.168.0.54: icmp_seq=1 ttl=64 time=0.069 ms 2022-02-04 15:06:15.312 | 64 bytes from 192.168.0.54: icmp_seq=2 ttl=64 time=0.047 ms 2022-02-04 15:06:16.336 | 64 bytes from 192.168.0.54: icmp_seq=3 ttl=64 time=0.048 ms 2022-02-04 15:06:16.336 | 2022-02-04 15:06:16.336 | --- 192.168.0.54 ping statistics --- 2022-02-04 15:06:16.336 | 3 packets transmitted, 3 received, 0% packet loss, time 2040ms 2022-02-04 15:06:16.336 | rtt min/avg/max/mdev = 0.047/0.054/0.069/0.010 ms 2022-02-04 15:06:16.342 | ++ lib/neutron-legacy:_configure_public_network_connectivity:677 : ip -f inet6 a s dev eth1 2022-02-04 15:06:16.342 | ++ lib/neutron-legacy:_configure_public_network_connectivity:677 : grep -c global 2022-02-04 15:06:16.348 | + lib/neutron-legacy:_configure_public_network_connectivity:677 : [[ 0 != 0 ]] 2022-02-04 15:06:16.350 | + lib/neutron-legacy:configure_mutnauq:356 : is_service_enabled q-meta 2022-02-04 15:06:16.368 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:16.370 | + lib/neutron-legacy:configure_mutnauq:357 : _configure_neutron_metadata_agent 2022-02-04 15:06:16.373 | + lib/neutron-legacy:_configure_neutron_metadata_agent:836 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2022-02-04 15:06:16.377 | + lib/neutron-legacy:_configure_neutron_metadata_agent:838 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2022-02-04 15:06:16.405 | + lib/neutron-legacy:_configure_neutron_metadata_agent:839 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.18 2022-02-04 15:06:16.435 | + lib/neutron-legacy:_configure_neutron_metadata_agent:840 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2022-02-04 15:06:16.468 | + lib/neutron-legacy:_configure_neutron_metadata_agent:841 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-02-04 15:06:16.500 | + lib/neutron-legacy:_configure_neutron_metadata_agent:842 : [[ True == \T\r\u\e ]] 2022-02-04 15:06:16.503 | + lib/neutron-legacy:_configure_neutron_metadata_agent:843 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-02-04 15:06:16.532 | + lib/neutron-legacy:configure_mutnauq:360 : [[ legacy != \l\e\g\a\c\y ]] 2022-02-04 15:06:16.535 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled ceilometer 2022-02-04 15:06:16.552 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:06:16.554 | + lib/neutron-legacy:configure_mutnauq:367 : [[ openvswitch == \o\v\n ]] 2022-02-04 15:06:16.557 | + lib/neutron-legacy:configure_mutnauq:372 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2022-02-04 15:06:16.587 | + lib/neutron-legacy:configure_mutnauq:376 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2022-02-04 15:06:16.618 | + lib/neutron:configure_neutron:610 : '[' False == True ']' 2022-02-04 15:06:16.620 | + ./stack.sh:main:1154 : is_service_enabled mysql postgresql 2022-02-04 15:06:16.638 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:16.641 | + ./stack.sh:main:1154 : is_service_enabled neutron 2022-02-04 15:06:16.658 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:16.661 | + ./stack.sh:main:1155 : async_runfunc init_neutron 2022-02-04 15:06:16.663 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2022-02-04 15:06:16.727 | + inc/async:async_inner:63 : init_neutron 2022-02-04 15:06:16.777 | [17605 Async init_neutron:92830]: running: init_neutron 2022-02-04 15:06:16.780 | + ./stack.sh:main:1163 : is_service_enabled q-dhcp 2022-02-04 15:06:16.800 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:16.804 | ++ ./stack.sh:main:1166 : pidof NetworkManager 2022-02-04 15:06:16.815 | ++ ./stack.sh:main:1166 : true 2022-02-04 15:06:16.818 | + ./stack.sh:main:1166 : netman_pid= 2022-02-04 15:06:16.823 | + ./stack.sh:main:1167 : '[' -z '' ']' 2022-02-04 15:06:16.827 | + ./stack.sh:main:1168 : sudo killall dnsmasq 2022-02-04 15:06:16.844 | dnsmasq: no process found 2022-02-04 15:06:16.848 | + ./stack.sh:main:1168 : true 2022-02-04 15:06:16.851 | + ./stack.sh:main:1173 : clean_iptables 2022-02-04 15:06:16.855 | + lib/nova:clean_iptables:183 : sudo iptables -S -v 2022-02-04 15:06:16.857 | + lib/nova:clean_iptables:183 : grep nova 2022-02-04 15:06:16.860 | + lib/nova:clean_iptables:183 : sed s/-A/-D/g 2022-02-04 15:06:16.862 | + lib/nova:clean_iptables:183 : sed 's/-c [0-9]* [0-9]* //g' 2022-02-04 15:06:16.866 | + lib/nova:clean_iptables:183 : awk '{print "sudo iptables",$0}' 2022-02-04 15:06:16.866 | + lib/nova:clean_iptables:183 : bash 2022-02-04 15:06:16.866 | + lib/nova:clean_iptables:183 : grep '\-A' 2022-02-04 15:06:16.876 | + lib/nova:clean_iptables:185 : sed 's/-c [0-9]* [0-9]* //g' 2022-02-04 15:06:16.878 | + lib/nova:clean_iptables:185 : grep nova 2022-02-04 15:06:16.879 | + lib/nova:clean_iptables:185 : grep '\-A' 2022-02-04 15:06:16.881 | + lib/nova:clean_iptables:185 : awk '{print "sudo iptables -t nat",$0}' 2022-02-04 15:06:16.883 | + lib/nova:clean_iptables:185 : sed s/-A/-D/g 2022-02-04 15:06:16.885 | + lib/nova:clean_iptables:185 : sudo iptables -S -v -t nat 2022-02-04 15:06:16.885 | + lib/nova:clean_iptables:185 : bash 2022-02-04 15:06:16.903 | + lib/nova:clean_iptables:187 : grep '\-N' 2022-02-04 15:06:16.903 | + lib/nova:clean_iptables:187 : sed 's/-c [0-9]* [0-9]* //g' 2022-02-04 15:06:16.904 | + lib/nova:clean_iptables:187 : awk '{print "sudo iptables",$0}' 2022-02-04 15:06:16.907 | + lib/nova:clean_iptables:187 : bash 2022-02-04 15:06:16.910 | + lib/nova:clean_iptables:187 : sudo iptables -S -v 2022-02-04 15:06:16.910 | + lib/nova:clean_iptables:187 : sed s/-N/-X/g 2022-02-04 15:06:16.911 | + lib/nova:clean_iptables:187 : grep nova 2022-02-04 15:06:16.937 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2022-02-04 15:06:16.939 | + lib/nova:clean_iptables:189 : bash 2022-02-04 15:06:16.940 | + lib/nova:clean_iptables:189 : grep '\-N' 2022-02-04 15:06:16.941 | + lib/nova:clean_iptables:189 : sed s/-N/-X/g 2022-02-04 15:06:16.941 | + lib/nova:clean_iptables:189 : grep nova 2022-02-04 15:06:16.944 | + lib/nova:clean_iptables:189 : sudo iptables -S -v -t nat 2022-02-04 15:06:16.945 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables -t nat",$0}' 2022-02-04 15:06:16.962 | + ./stack.sh:main:1176 : sudo sysctl -w net.ipv4.ip_forward=1 2022-02-04 15:06:16.972 | net.ipv4.ip_forward = 1 2022-02-04 15:06:16.978 | + ./stack.sh:main:1181 : is_service_enabled nova neutron 2022-02-04 15:06:16.997 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:16.999 | + ./stack.sh:main:1182 : configure_os_vif 2022-02-04 15:06:17.002 | + lib/os-vif:configure_os_vif:21 : [[ -e /etc/nova/nova.conf ]] 2022-02-04 15:06:17.005 | + lib/os-vif:configure_os_vif:22 : iniset /etc/nova/nova.conf os_vif_ovs ovsdb_interface vsctl 2022-02-04 15:06:17.040 | + lib/os-vif:configure_os_vif:23 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2022-02-04 15:06:17.074 | + lib/os-vif:configure_os_vif:25 : [[ -e /etc/neutron/neutron.conf ]] 2022-02-04 15:06:17.078 | + lib/os-vif:configure_os_vif:26 : iniset /etc/neutron/neutron.conf os_vif_ovs ovsdb_interface vsctl 2022-02-04 15:06:17.117 | + lib/os-vif:configure_os_vif:27 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2022-02-04 15:06:17.151 | + ./stack.sh:main:1188 : is_service_enabled swift 2022-02-04 15:06:17.173 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:17.175 | + ./stack.sh:main:1189 : echo_summary 'Configuring Swift' 2022-02-04 15:06:17.178 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:06:17.180 | + ./stack.sh:echo_summary:432 : echo -e Configuring Swift 2022-02-04 15:06:17.185 | + ./stack.sh:main:1190 : async_runfunc init_swift 2022-02-04 15:06:17.190 | + inc/async:async_runfunc:116 : async_run init_swift init_swift 2022-02-04 15:06:17.263 | + inc/async:async_inner:63 : init_swift 2022-02-04 15:06:17.313 | [17605 Async init_swift:93208]: running: init_swift 2022-02-04 15:06:17.316 | + ./stack.sh:main:1197 : is_service_enabled cinder 2022-02-04 15:06:17.341 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:17.344 | + ./stack.sh:main:1198 : echo_summary 'Configuring Cinder' 2022-02-04 15:06:17.347 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:06:17.350 | + ./stack.sh:echo_summary:432 : echo -e Configuring Cinder 2022-02-04 15:06:17.354 | + ./stack.sh:main:1199 : async_runfunc init_cinder 2022-02-04 15:06:17.357 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2022-02-04 15:06:17.448 | + inc/async:async_inner:63 : init_cinder 2022-02-04 15:06:17.501 | [17605 Async init_cinder:93303]: running: init_cinder 2022-02-04 15:06:17.504 | + ./stack.sh:main:1205 : is_service_enabled placement 2022-02-04 15:06:17.527 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:17.529 | + ./stack.sh:main:1206 : echo_summary 'Configuring placement' 2022-02-04 15:06:17.533 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:06:17.539 | + ./stack.sh:echo_summary:432 : echo -e Configuring placement 2022-02-04 15:06:17.550 | + ./stack.sh:main:1207 : async_runfunc init_placement 2022-02-04 15:06:17.554 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2022-02-04 15:06:17.651 | + inc/async:async_inner:63 : init_placement 2022-02-04 15:06:17.740 | [17605 Async init_placement:93441]: running: init_placement 2022-02-04 15:06:17.766 | + ./stack.sh:main:1211 : async_wait init_neutron 2022-02-04 15:06:18.099 | [17605 Async init_neutron:92830]: Waiting for completion of init_neutron running on PID 92830 (6 other jobs running) 2022-02-04 15:06:18.263 | [17605 Async init_neutron:92830]: Signaling child to exit 2022-02-04 15:06:29.607 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:06:29.669 | [93303 Async init_cinder:93303]: finished successfully 2022-02-04 15:06:31.014 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:06:31.063 | [93208 Async init_swift:93208]: finished successfully 2022-02-04 15:06:44.422 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:06:44.453 | [92830 Async init_neutron:92830]: finished successfully 2022-02-04 15:06:44.478 | WAKEUP 2022-02-04 15:06:44.504 | [17605 Async init_neutron:92830]: Signaled 2022-02-04 15:06:44.505 | + lib/neutron:init_neutron:648 : is_neutron_legacy_enabled 2022-02-04 15:06:44.505 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-04 15:06:44.505 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-02-04 15:06:44.505 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-04 15:06:44.506 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-04 15:06:44.506 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-02-04 15:06:44.506 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-02-04 15:06:44.506 | + lib/neutron:init_neutron:650 : init_mutnauq 2022-02-04 15:06:44.506 | + lib/neutron-legacy:init_mutnauq:430 : recreate_database neutron 2022-02-04 15:06:44.506 | + lib/database:recreate_database:110 : local db=neutron 2022-02-04 15:06:44.506 | + lib/database:recreate_database:111 : recreate_database_mysql neutron 2022-02-04 15:06:44.506 | + lib/databases/mysql:recreate_database_mysql:63 : local db=neutron 2022-02-04 15:06:44.506 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2022-02-04 15:06:44.506 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:06:44.506 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2022-02-04 15:06:44.506 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:06:44.506 | + lib/neutron-legacy:init_mutnauq:431 : time_start dbsync 2022-02-04 15:06:44.506 | + functions-common:time_start:2295 : local name=dbsync 2022-02-04 15:06:44.506 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:06:44.506 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:06:44.506 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:06:44.506 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987176836 2022-02-04 15:06:44.506 | + lib/neutron-legacy:init_mutnauq:433 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2022-02-04 15:06:44.506 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:44.506 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:44.506 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:44.506 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:44.506 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-04 15:06:44.506 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-04 15:06:44.506 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-04 15:06:44.506 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2022-02-04 15:06:44.507 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2022-02-04 15:06:44.508 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2022-02-04 15:06:44.509 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2022-02-04 15:06:44.510 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2022-02-04 15:06:44.510 | Running upgrade for neutron ... 2022-02-04 15:06:44.510 | OK 2022-02-04 15:06:44.510 | + lib/neutron-legacy:init_mutnauq:434 : time_stop dbsync 2022-02-04 15:06:44.510 | + functions-common:time_stop:2309 : local name 2022-02-04 15:06:44.510 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:06:44.510 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:06:44.510 | + functions-common:time_stop:2312 : local total 2022-02-04 15:06:44.510 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:06:44.511 | + functions-common:time_stop:2315 : name=dbsync 2022-02-04 15:06:44.511 | + functions-common:time_stop:2316 : start_time=1643987176836 2022-02-04 15:06:44.511 | + functions-common:time_stop:2318 : [[ -z 1643987176836 ]] 2022-02-04 15:06:44.511 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:06:44.511 | + functions-common:time_stop:2321 : end_time=1643987204406 2022-02-04 15:06:44.511 | + functions-common:time_stop:2322 : elapsed_time=27570 2022-02-04 15:06:44.511 | + functions-common:time_stop:2323 : total=20683 2022-02-04 15:06:44.511 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:06:44.511 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=48253 2022-02-04 15:06:44.556 | [17605 Async init_neutron:92830]: finished init_neutron with result 0 in 27 seconds 2022-02-04 15:06:44.561 | + inc/async:async_wait:197 : return 0 2022-02-04 15:06:44.563 | + ./stack.sh:main:1212 : async_wait init_placement 2022-02-04 15:06:44.619 | [17605 Async init_placement:93441]: Waiting for completion of init_placement running on PID 93441 (5 other jobs running) 2022-02-04 15:06:44.649 | [17605 Async init_placement:93441]: Signaling child to exit 2022-02-04 15:06:55.990 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:06:56.017 | [93441 Async init_placement:93441]: finished successfully 2022-02-04 15:06:56.036 | WAKEUP 2022-02-04 15:06:56.060 | [17605 Async init_placement:93441]: Signaled 2022-02-04 15:06:56.065 | + lib/placement:init_placement:130 : recreate_database placement 2022-02-04 15:06:56.065 | + lib/database:recreate_database:110 : local db=placement 2022-02-04 15:06:56.065 | + lib/database:recreate_database:111 : recreate_database_mysql placement 2022-02-04 15:06:56.065 | + lib/databases/mysql:recreate_database_mysql:63 : local db=placement 2022-02-04 15:06:56.065 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2022-02-04 15:06:56.065 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:06:56.065 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2022-02-04 15:06:56.065 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:06:56.065 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2022-02-04 15:06:56.065 | + lib/placement:init_placement:132 : create_placement_accounts 2022-02-04 15:06:56.065 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2022-02-04 15:06:56.065 | + lib/keystone:create_service_user:401 : get_or_create_user placement Passw0rd Default 2022-02-04 15:06:56.065 | + functions-common:get_or_create_user:824 : local user_id 2022-02-04 15:06:56.065 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2022-02-04 15:06:56.065 | + functions-common:get_or_create_user:828 : local email= 2022-02-04 15:06:56.065 | ++ functions-common:get_or_create_user:842 : oscwrap user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2022-02-04 15:06:56.065 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.065 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.065 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.065 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.066 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:06:56.066 | + functions-common:get_or_create_user:840 : user_id=44f2f31bb8a743dc84f82a7267787685 2022-02-04 15:06:56.066 | + functions-common:get_or_create_user:841 : echo 44f2f31bb8a743dc84f82a7267787685 2022-02-04 15:06:56.066 | 44f2f31bb8a743dc84f82a7267787685 2022-02-04 15:06:56.066 | + lib/keystone:create_service_user:402 : get_or_add_user_project_role service placement service Default Default 2022-02-04 15:06:56.066 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:06:56.066 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-04 15:06:56.066 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:06:56.066 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:06:56.066 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-04 15:06:56.066 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-04 15:06:56.066 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-04 15:06:56.066 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-04 15:06:56.066 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-04 15:06:56.066 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-04 15:06:56.066 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:06:56.066 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-02-04 15:06:56.066 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:06:56.066 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:06:56.066 | ++ functions-common:get_field:727 : read data 2022-02-04 15:06:56.066 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.066 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.066 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.066 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.066 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:06:56.066 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:06:56.066 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:06:56.066 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user placement --project service --user-domain Default --project-domain Default 2022-02-04 15:06:56.066 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.066 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.066 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.067 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.067 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-02-04 15:06:56.067 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:06:56.067 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:06:56.067 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:06:56.067 | ++ functions-common:get_field:727 : read data 2022-02-04 15:06:56.067 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.067 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.067 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.067 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.067 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:06:56.067 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:06:56.067 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:06:56.067 | ++ functions-common:get_field:733 : echo '| 925c0844b4d2478b8facd05cb46baa82 | 44f2f31bb8a743dc84f82a7267787685 | | 91f760da4dc441f596f2e7f3c54e8fc1 | | | False |' 2022-02-04 15:06:56.067 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:06:56.067 | ++ functions-common:get_field:727 : read data 2022-02-04 15:06:56.067 | + functions-common:get_or_add_user_project_role:910 : user_role_id=925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:06:56.067 | + functions-common:get_or_add_user_project_role:912 : echo 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:06:56.067 | 925c0844b4d2478b8facd05cb46baa82 2022-02-04 15:06:56.067 | + lib/keystone:create_service_user:404 : [[ -n admin ]] 2022-02-04 15:06:56.067 | + lib/keystone:create_service_user:405 : get_or_add_user_project_role admin placement service Default Default 2022-02-04 15:06:56.067 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2022-02-04 15:06:56.067 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2022-02-04 15:06:56.067 | ++ functions-common:_get_domain_args:872 : local domain 2022-02-04 15:06:56.067 | ++ functions-common:_get_domain_args:873 : domain= 2022-02-04 15:06:56.067 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2022-02-04 15:06:56.067 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2022-02-04 15:06:56.067 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2022-02-04 15:06:56.067 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2022-02-04 15:06:56.067 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2022-02-04 15:06:56.067 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2022-02-04 15:06:56.068 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-02-04 15:06:56.068 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:06:56.068 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2022-02-04 15:06:56.068 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:06:56.068 | ++ functions-common:get_field:727 : read data 2022-02-04 15:06:56.068 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.068 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.068 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.068 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.068 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:06:56.068 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2022-02-04 15:06:56.068 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2022-02-04 15:06:56.068 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user placement --project service --user-domain Default --project-domain Default 2022-02-04 15:06:56.068 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.068 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.068 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.068 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.068 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-02-04 15:06:56.068 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2022-02-04 15:06:56.068 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2022-02-04 15:06:56.068 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:06:56.068 | ++ functions-common:get_field:727 : read data 2022-02-04 15:06:56.068 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.068 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.068 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.068 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.068 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:06:56.068 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:06:56.068 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:06:56.068 | ++ functions-common:get_field:733 : echo '| 62f47bec1f31441199f4d3d1bc49d519 | 44f2f31bb8a743dc84f82a7267787685 | | 91f760da4dc441f596f2e7f3c54e8fc1 | | | False |' 2022-02-04 15:06:56.068 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:06:56.069 | ++ functions-common:get_field:727 : read data 2022-02-04 15:06:56.069 | + functions-common:get_or_add_user_project_role:910 : user_role_id=62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:06:56.069 | + functions-common:get_or_add_user_project_role:912 : echo 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:06:56.069 | 62f47bec1f31441199f4d3d1bc49d519 2022-02-04 15:06:56.069 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.18/placement 2022-02-04 15:06:56.069 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2022-02-04 15:06:56.069 | + functions-common:get_or_create_service:966 : local service_id 2022-02-04 15:06:56.069 | ++ functions-common:get_or_create_service:979 : oscwrap service show placement -f value -c id 2022-02-04 15:06:56.069 | ++ functions-common:get_or_create_service:981 : oscwrap service create placement --name placement '--description=Placement Service' -f value -c id 2022-02-04 15:06:56.069 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.069 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.069 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.069 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.069 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:06:56.069 | + functions-common:get_or_create_service:977 : service_id=' 2022-02-04 15:06:56.069 | 53e4e7cd0a504842aff6ca5141279048' 2022-02-04 15:06:56.069 | + functions-common:get_or_create_service:978 : echo 53e4e7cd0a504842aff6ca5141279048 2022-02-04 15:06:56.069 | 53e4e7cd0a504842aff6ca5141279048 2022-02-04 15:06:56.069 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.18/placement 2022-02-04 15:06:56.069 | + functions-common:get_or_create_endpoint:1010 : local public_id 2022-02-04 15:06:56.069 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface placement public http://10.222.0.18/placement RegionOne 2022-02-04 15:06:56.069 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2022-02-04 15:06:56.069 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service placement --interface public --region RegionOne -c ID -f value 2022-02-04 15:06:56.069 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.069 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.069 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.069 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.069 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:06:56.069 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2022-02-04 15:06:56.069 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2022-02-04 15:06:56.069 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create placement public http://10.222.0.18/placement --region RegionOne -f value -c id 2022-02-04 15:06:56.070 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.070 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.070 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.070 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.070 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:06:56.070 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=7475cc6cc9604a058f29eff8a8c93c0a 2022-02-04 15:06:56.070 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 7475cc6cc9604a058f29eff8a8c93c0a 2022-02-04 15:06:56.070 | + functions-common:get_or_create_endpoint:1011 : public_id=7475cc6cc9604a058f29eff8a8c93c0a 2022-02-04 15:06:56.070 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2022-02-04 15:06:56.070 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2022-02-04 15:06:56.070 | + functions-common:get_or_create_endpoint:1020 : echo 7475cc6cc9604a058f29eff8a8c93c0a 2022-02-04 15:06:56.070 | 7475cc6cc9604a058f29eff8a8c93c0a 2022-02-04 15:06:56.112 | [17605 Async init_placement:93441]: finished init_placement with result 0 in 38 seconds 2022-02-04 15:06:56.117 | + inc/async:async_wait:197 : return 0 2022-02-04 15:06:56.119 | + ./stack.sh:main:1213 : async_wait init_glance 2022-02-04 15:06:56.177 | [17605 Async init_glance:89876]: Waiting for completion of init_glance running on PID 89876 (4 other jobs running) 2022-02-04 15:06:56.209 | [17605 Async init_glance:89876]: Signaling child to exit 2022-02-04 15:06:56.209 | WAKEUP 2022-02-04 15:06:56.239 | [17605 Async init_glance:89876]: Signaled 2022-02-04 15:06:56.241 | + lib/glance:init_glance:488 : rm -rf /opt/stack/data/glance/images 2022-02-04 15:06:56.241 | + lib/glance:init_glance:489 : mkdir -p /opt/stack/data/glance/images 2022-02-04 15:06:56.241 | + lib/glance:init_glance:492 : recreate_database glance 2022-02-04 15:06:56.241 | + lib/database:recreate_database:110 : local db=glance 2022-02-04 15:06:56.241 | + lib/database:recreate_database:111 : recreate_database_mysql glance 2022-02-04 15:06:56.241 | + lib/databases/mysql:recreate_database_mysql:63 : local db=glance 2022-02-04 15:06:56.241 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2022-02-04 15:06:56.242 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:06:56.242 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2022-02-04 15:06:56.242 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:06:56.242 | + lib/glance:init_glance:494 : time_start dbsync 2022-02-04 15:06:56.242 | + functions-common:time_start:2295 : local name=dbsync 2022-02-04 15:06:56.242 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:06:56.242 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:06:56.242 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:06:56.242 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987127597 2022-02-04 15:06:56.242 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2022-02-04 15:06:56.242 | 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=89973) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-04 15:06:56.242 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-04 15:06:56.242 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-04 15:06:56.243 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-04 15:06:56.243 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-04 15:06:56.243 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-04 15:06:56.243 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-04 15:06:56.243 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2022-02-04 15:06:56.243 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2022-02-04 15:06:56.243 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2022-02-04 15:06:56.243 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2022-02-04 15:06:56.243 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2022-02-04 15:06:56.243 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2022-02-04 15:06:56.243 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2022-02-04 15:06:56.243 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2022-02-04 15:06:56.243 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2022-02-04 15:06:56.244 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-04 15:06:56.245 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-04 15:06:56.245 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-02-04 15:06:56.245 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-02-04 15:06:56.245 | Upgraded database to: wallaby_expand01, current revision(s): wallaby_expand01 2022-02-04 15:06:56.245 | Database migration is up to date. No migration needed. 2022-02-04 15:06:56.245 | Upgraded database to: wallaby_contract01, current revision(s): wallaby_contract01 2022-02-04 15:06:56.245 | Database is synced successfully. 2022-02-04 15:06:56.245 | + lib/glance:init_glance:499 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2022-02-04 15:06:56.245 | 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=90185) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-04 15:06:56.246 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2022-02-04 15:06:56.246 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2022-02-04 15:06:56.246 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2022-02-04 15:06:56.246 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2022-02-04 15:06:56.246 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2022-02-04 15:06:56.246 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2022-02-04 15:06:56.246 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2022-02-04 15:06:56.246 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2022-02-04 15:06:56.246 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2022-02-04 15:06:56.246 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2022-02-04 15:06:56.246 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2022-02-04 15:06:56.247 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2022-02-04 15:06:56.247 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2022-02-04 15:06:56.247 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2022-02-04 15:06:56.247 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2022-02-04 15:06:56.247 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2022-02-04 15:06:56.247 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2022-02-04 15:06:56.247 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2022-02-04 15:06:56.247 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2022-02-04 15:06:56.247 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2022-02-04 15:06:56.247 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2022-02-04 15:06:56.247 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2022-02-04 15:06:56.247 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2022-02-04 15:06:56.247 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2022-02-04 15:06:56.248 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2022-02-04 15:06:56.248 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2022-02-04 15:06:56.248 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2022-02-04 15:06:56.248 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2022-02-04 15:06:56.248 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2022-02-04 15:06:56.248 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2022-02-04 15:06:56.248 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2022-02-04 15:06:56.248 | + lib/glance:init_glance:500 : time_stop dbsync 2022-02-04 15:06:56.248 | + functions-common:time_stop:2309 : local name 2022-02-04 15:06:56.248 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:06:56.248 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:06:56.248 | + functions-common:time_stop:2312 : local total 2022-02-04 15:06:56.248 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:06:56.248 | + functions-common:time_stop:2315 : name=dbsync 2022-02-04 15:06:56.248 | + functions-common:time_stop:2316 : start_time=1643987127597 2022-02-04 15:06:56.248 | + functions-common:time_stop:2318 : [[ -z 1643987127597 ]] 2022-02-04 15:06:56.248 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:06:56.248 | + functions-common:time_stop:2321 : end_time=1643987137590 2022-02-04 15:06:56.248 | + functions-common:time_stop:2322 : elapsed_time=9993 2022-02-04 15:06:56.248 | + functions-common:time_stop:2323 : total=20683 2022-02-04 15:06:56.248 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:06:56.249 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=30676 2022-02-04 15:06:56.302 | [17605 Async init_glance:89876]: finished init_glance with result 0 in 10 seconds 2022-02-04 15:06:56.306 | + inc/async:async_wait:197 : return 0 2022-02-04 15:06:56.308 | + ./stack.sh:main:1214 : async_wait init_swift 2022-02-04 15:06:56.366 | [17605 Async init_swift:93208]: Waiting for completion of init_swift running on PID 93208 (3 other jobs running) 2022-02-04 15:06:56.393 | [17605 Async init_swift:93208]: Signaling child to exit 2022-02-04 15:06:56.393 | WAKEUP 2022-02-04 15:06:56.418 | [17605 Async init_swift:93208]: Signaled 2022-02-04 15:06:56.420 | + lib/swift:init_swift:692 : local node_number 2022-02-04 15:06:56.420 | + lib/swift:init_swift:694 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-02-04 15:06:56.420 | No account-server running 2022-02-04 15:06:56.420 | No account-reaper running 2022-02-04 15:06:56.420 | No object-expirer running 2022-02-04 15:06:56.420 | No container-updater running 2022-02-04 15:06:56.420 | No container-auditor running 2022-02-04 15:06:56.420 | No object-replicator running 2022-02-04 15:06:56.420 | No object-updater running 2022-02-04 15:06:56.420 | No account-auditor running 2022-02-04 15:06:56.420 | No container-replicator running 2022-02-04 15:06:56.420 | No container-sync running 2022-02-04 15:06:56.420 | No account-replicator running 2022-02-04 15:06:56.420 | No container-sharder running 2022-02-04 15:06:56.420 | No object-reconstructor running 2022-02-04 15:06:56.420 | No object-server running 2022-02-04 15:06:56.420 | No container-server running 2022-02-04 15:06:56.420 | No object-auditor running 2022-02-04 15:06:56.420 | No proxy-server running 2022-02-04 15:06:56.420 | No container-reconciler running 2022-02-04 15:06:56.420 | + lib/swift:init_swift:694 : true 2022-02-04 15:06:56.420 | + lib/swift:init_swift:697 : create_swift_disk 2022-02-04 15:06:56.420 | + lib/swift:create_swift_disk:568 : local node_number 2022-02-04 15:06:56.420 | + lib/swift:create_swift_disk:573 : local user_group 2022-02-04 15:06:56.420 | ++ lib/swift:create_swift_disk:574 : id -g ubuntu 2022-02-04 15:06:56.420 | + lib/swift:create_swift_disk:574 : user_group=1000 2022-02-04 15:06:56.420 | + lib/swift:create_swift_disk:575 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift/drives /opt/stack/data/swift/cache /opt/stack/data/swift/run /opt/stack/data/swift/logs 2022-02-04 15:06:56.420 | + lib/swift:create_swift_disk:578 : [[ -e /opt/stack/data/swift/drives/images/swift.img ]] 2022-02-04 15:06:56.420 | + lib/swift:create_swift_disk:585 : mkdir -p /opt/stack/data/swift/drives/images 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:586 : sudo touch /opt/stack/data/swift/drives/images/swift.img 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:587 : sudo chown ubuntu: /opt/stack/data/swift/drives/images/swift.img 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:589 : truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:592 : /sbin/mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2022-02-04 15:06:56.421 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2022-02-04 15:06:56.421 | = sectsz=512 attr=2, projid32bit=1 2022-02-04 15:06:56.421 | = crc=1 finobt=1, sparse=1, rmapbt=0 2022-02-04 15:06:56.421 | = reflink=1 2022-02-04 15:06:56.421 | data = bsize=4096 blocks=1572864, imaxpct=25 2022-02-04 15:06:56.421 | = sunit=0 swidth=0 blks 2022-02-04 15:06:56.421 | naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2022-02-04 15:06:56.421 | log =internal log bsize=4096 blocks=2560, version=2 2022-02-04 15:06:56.421 | = sectsz=512 sunit=0 blks, lazy-count=1 2022-02-04 15:06:56.421 | realtime =none extsz=4096 blocks=0, rtextents=0 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:595 : mkdir -p /opt/stack/data/swift/drives/sdb1 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:596 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:597 : sudo mount -t xfs -o loop,noatime,nodiratime,logbufs=8 /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:603 : local node_number 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:604 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:606 : local node_devices=/opt/stack/data/swift/1 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:607 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:608 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:609 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:610 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2022-02-04 15:06:56.421 | + lib/swift:create_swift_disk:611 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2022-02-04 15:06:56.421 | + lib/swift:init_swift:701 : pushd /etc/swift 2022-02-04 15:06:56.421 | + lib/swift:init_swift:703 : rm -f '*.builder' '*.ring.gz' 'backups/*.builder' 'backups/*.ring.gz' 2022-02-04 15:06:56.421 | + lib/swift:init_swift:705 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2022-02-04 15:06:56.421 | + lib/swift:init_swift:706 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2022-02-04 15:06:56.421 | + lib/swift:init_swift:707 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2022-02-04 15:06:56.421 | + lib/swift:init_swift:713 : [[ -n '' ]] 2022-02-04 15:06:56.421 | + lib/swift:init_swift:726 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-02-04 15:06:56.422 | + lib/swift:init_swift:727 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2022-02-04 15:06:56.422 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2022-02-04 15:06:56.422 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2022-02-04 15:06:56.422 | + lib/swift:init_swift:728 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2022-02-04 15:06:56.422 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2022-02-04 15:06:56.422 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2022-02-04 15:06:56.422 | + lib/swift:init_swift:729 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2022-02-04 15:06:56.422 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2022-02-04 15:06:56.422 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2022-02-04 15:06:56.422 | + lib/swift:init_swift:735 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2022-02-04 15:06:56.422 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-02-04 15:06:56.422 | + lib/swift:init_swift:736 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2022-02-04 15:06:56.422 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-02-04 15:06:56.422 | + lib/swift:init_swift:737 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2022-02-04 15:06:56.422 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-02-04 15:06:56.422 | + lib/swift:init_swift:738 : popd 2022-02-04 15:06:56.476 | [17605 Async init_swift:93208]: finished init_swift with result 0 in 13 seconds 2022-02-04 15:06:56.480 | + inc/async:async_wait:197 : return 0 2022-02-04 15:06:56.482 | + ./stack.sh:main:1215 : async_wait init_cinder 2022-02-04 15:06:56.538 | [17605 Async init_cinder:93303]: Waiting for completion of init_cinder running on PID 93303 (2 other jobs running) 2022-02-04 15:06:56.567 | [17605 Async init_cinder:93303]: Signaling child to exit 2022-02-04 15:06:56.567 | WAKEUP 2022-02-04 15:06:56.594 | [17605 Async init_cinder:93303]: Signaled 2022-02-04 15:06:56.595 | + lib/cinder:init_cinder:427 : is_service_enabled mysql postgresql 2022-02-04 15:06:56.595 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:56.595 | + lib/cinder:init_cinder:429 : recreate_database cinder 2022-02-04 15:06:56.595 | + lib/database:recreate_database:110 : local db=cinder 2022-02-04 15:06:56.595 | + lib/database:recreate_database:111 : recreate_database_mysql cinder 2022-02-04 15:06:56.595 | + lib/databases/mysql:recreate_database_mysql:63 : local db=cinder 2022-02-04 15:06:56.595 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2022-02-04 15:06:56.595 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:06:56.595 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2022-02-04 15:06:56.595 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:06:56.595 | + lib/cinder:init_cinder:431 : time_start dbsync 2022-02-04 15:06:56.595 | + functions-common:time_start:2295 : local name=dbsync 2022-02-04 15:06:56.595 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:06:56.596 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:06:56.596 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:06:56.596 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987177567 2022-02-04 15:06:56.596 | + lib/cinder:init_cinder:433 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2022-02-04 15:06:56.596 | 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=93414) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:06:56.596 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:06:56.597 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:06:56.597 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:06:56.597 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:06:56.597 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=93414) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:06:56.597 | INFO cinder.db.migration [-] Applying migration(s) 2022-02-04 15:06:56.597 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-04 15:06:56.597 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-04 15:06:56.597 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2022-02-04 15:06:56.597 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=93414) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2022-02-04 15:06:56.597 | INFO cinder.db.migration [-] Migration(s) applied 2022-02-04 15:06:56.597 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.597 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.597 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:06:56.597 | from cryptography.utils import int_from_bytes 2022-02-04 15:06:56.597 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:138: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-02-04 15:06:56.597 | last_heartbeat = column_property( 2022-02-04 15:06:56.597 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:144: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-02-04 15:06:56.597 | num_hosts = column_property( 2022-02-04 15:06:56.597 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:151: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-02-04 15:06:56.597 | num_down_hosts = column_property( 2022-02-04 15:06:56.597 | + lib/cinder:init_cinder:434 : time_stop dbsync 2022-02-04 15:06:56.597 | + functions-common:time_stop:2309 : local name 2022-02-04 15:06:56.597 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:06:56.597 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:06:56.597 | + functions-common:time_stop:2312 : local total 2022-02-04 15:06:56.597 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:06:56.597 | + functions-common:time_stop:2315 : name=dbsync 2022-02-04 15:06:56.597 | + functions-common:time_stop:2316 : start_time=1643987177567 2022-02-04 15:06:56.597 | + functions-common:time_stop:2318 : [[ -z 1643987177567 ]] 2022-02-04 15:06:56.597 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:06:56.598 | + functions-common:time_stop:2321 : end_time=1643987186156 2022-02-04 15:06:56.598 | + functions-common:time_stop:2322 : elapsed_time=8589 2022-02-04 15:06:56.598 | + functions-common:time_stop:2323 : total=20683 2022-02-04 15:06:56.598 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:06:56.598 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=29272 2022-02-04 15:06:56.598 | + lib/cinder:init_cinder:437 : is_service_enabled c-vol 2022-02-04 15:06:56.598 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:56.598 | + lib/cinder:init_cinder:437 : [[ -n lvm:lvmdriver-1 ]] 2022-02-04 15:06:56.598 | + lib/cinder:init_cinder:438 : local be be_name be_type 2022-02-04 15:06:56.598 | + lib/cinder:init_cinder:439 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-02-04 15:06:56.598 | + lib/cinder:init_cinder:440 : be_type=lvm 2022-02-04 15:06:56.598 | + lib/cinder:init_cinder:441 : be_name=lvmdriver-1 2022-02-04 15:06:56.598 | + lib/cinder:init_cinder:442 : type init_cinder_backend_lvm 2022-02-04 15:06:56.598 | + lib/cinder:init_cinder:444 : [[ lvm == \l\v\m ]] 2022-02-04 15:06:56.598 | + lib/cinder:init_cinder:445 : init_default_lvm_volume_group 2022-02-04 15:06:56.598 | + lib/lvm:init_default_lvm_volume_group:156 : [[ 0 = \0 ]] 2022-02-04 15:06:56.598 | + lib/lvm:init_default_lvm_volume_group:157 : init_lvm_volume_group stack-volumes-default 50000M 2022-02-04 15:06:56.598 | + lib/lvm:init_lvm_volume_group:124 : local vg=stack-volumes-default 2022-02-04 15:06:56.598 | + lib/lvm:init_lvm_volume_group:125 : local size=50000M 2022-02-04 15:06:56.598 | + lib/lvm:init_lvm_volume_group:128 : is_fedora 2022-02-04 15:06:56.598 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-04 15:06:56.598 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-04 15:06:56.598 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-04 15:06:56.598 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-04 15:06:56.598 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-04 15:06:56.598 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-04 15:06:56.598 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-04 15:06:56.598 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-04 15:06:56.598 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-04 15:06:56.598 | + lib/lvm:init_lvm_volume_group:128 : is_suse 2022-02-04 15:06:56.598 | + functions-common:is_suse:462 : is_opensuse 2022-02-04 15:06:56.598 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-04 15:06:56.598 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-04 15:06:56.599 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-04 15:06:56.599 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-04 15:06:56.599 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-04 15:06:56.599 | + lib/lvm:init_lvm_volume_group:133 : _create_lvm_volume_group stack-volumes-default 50000M 2022-02-04 15:06:56.599 | + lib/lvm:_create_lvm_volume_group:95 : local vg=stack-volumes-default 2022-02-04 15:06:56.599 | + lib/lvm:_create_lvm_volume_group:96 : local size=50000M 2022-02-04 15:06:56.599 | + lib/lvm:_create_lvm_volume_group:98 : local backing_file=/opt/stack/data/stack-volumes-default-backing-file 2022-02-04 15:06:56.599 | + lib/lvm:_create_lvm_volume_group:99 : sudo vgs stack-volumes-default 2022-02-04 15:06:56.599 | Volume group "stack-volumes-default" not found 2022-02-04 15:06:56.599 | Cannot process volume group stack-volumes-default 2022-02-04 15:06:56.599 | + lib/lvm:_create_lvm_volume_group:101 : [[ -f /opt/stack/data/stack-volumes-default-backing-file ]] 2022-02-04 15:06:56.599 | + lib/lvm:_create_lvm_volume_group:101 : truncate -s 50000M /opt/stack/data/stack-volumes-default-backing-file 2022-02-04 15:06:56.599 | + lib/lvm:_create_lvm_volume_group:103 : local directio= 2022-02-04 15:06:56.599 | + lib/lvm:_create_lvm_volume_group:105 : grep -q direct-io 2022-02-04 15:06:56.599 | + lib/lvm:_create_lvm_volume_group:105 : losetup -h 2022-02-04 15:06:56.599 | + lib/lvm:_create_lvm_volume_group:106 : directio=--direct-io=on 2022-02-04 15:06:56.599 | + lib/lvm:_create_lvm_volume_group:109 : local vg_dev 2022-02-04 15:06:56.599 | ++ lib/lvm:_create_lvm_volume_group:110 : sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-default-backing-file 2022-02-04 15:06:56.599 | + lib/lvm:_create_lvm_volume_group:110 : vg_dev=/dev/loop4 2022-02-04 15:06:56.599 | + lib/lvm:_create_lvm_volume_group:113 : sudo vgs stack-volumes-default 2022-02-04 15:06:56.599 | Volume group "stack-volumes-default" not found 2022-02-04 15:06:56.599 | Cannot process volume group stack-volumes-default 2022-02-04 15:06:56.599 | + lib/lvm:_create_lvm_volume_group:114 : sudo vgcreate stack-volumes-default /dev/loop4 2022-02-04 15:06:56.599 | Physical volume "/dev/loop4" successfully created. 2022-02-04 15:06:56.599 | Volume group "stack-volumes-default" successfully created 2022-02-04 15:06:56.599 | + lib/lvm:init_lvm_volume_group:136 : '[' lioadm = lioadm ']' 2022-02-04 15:06:56.599 | + lib/lvm:init_lvm_volume_group:137 : sudo cinder-rtstool get-targets 2022-02-04 15:06:56.599 | + lib/lvm:init_lvm_volume_group:137 : sudo xargs -rn 1 cinder-rtstool delete 2022-02-04 15:06:56.599 | + lib/lvm:init_lvm_volume_group:141 : _clean_lvm_volume_group stack-volumes-default 2022-02-04 15:06:56.599 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-default 2022-02-04 15:06:56.599 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-default 2022-02-04 15:06:56.599 | + lib/lvm:init_default_lvm_volume_group:158 : _DEFAULT_LVM_INIT=1 2022-02-04 15:06:56.600 | + lib/cinder:init_cinder:447 : init_cinder_backend_lvm lvmdriver-1 2022-02-04 15:06:56.600 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:61 : local be_name=lvmdriver-1 2022-02-04 15:06:56.600 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:64 : init_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-02-04 15:06:56.600 | + lib/lvm:init_lvm_volume_group:124 : local vg=stack-volumes-lvmdriver-1 2022-02-04 15:06:56.600 | + lib/lvm:init_lvm_volume_group:125 : local size=50000M 2022-02-04 15:06:56.600 | + lib/lvm:init_lvm_volume_group:128 : is_fedora 2022-02-04 15:06:56.600 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-02-04 15:06:56.600 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-02-04 15:06:56.600 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-02-04 15:06:56.600 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-02-04 15:06:56.600 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-02-04 15:06:56.600 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-02-04 15:06:56.600 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-02-04 15:06:56.600 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-02-04 15:06:56.600 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-02-04 15:06:56.600 | + lib/lvm:init_lvm_volume_group:128 : is_suse 2022-02-04 15:06:56.600 | + functions-common:is_suse:462 : is_opensuse 2022-02-04 15:06:56.600 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-02-04 15:06:56.600 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-02-04 15:06:56.600 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-02-04 15:06:56.600 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-02-04 15:06:56.600 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-02-04 15:06:56.600 | + lib/lvm:init_lvm_volume_group:133 : _create_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-02-04 15:06:56.600 | + lib/lvm:_create_lvm_volume_group:95 : local vg=stack-volumes-lvmdriver-1 2022-02-04 15:06:56.600 | + lib/lvm:_create_lvm_volume_group:96 : local size=50000M 2022-02-04 15:06:56.600 | + lib/lvm:_create_lvm_volume_group:98 : local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-02-04 15:06:56.600 | + lib/lvm:_create_lvm_volume_group:99 : sudo vgs stack-volumes-lvmdriver-1 2022-02-04 15:06:56.600 | Volume group "stack-volumes-lvmdriver-1" not found 2022-02-04 15:06:56.600 | Cannot process volume group stack-volumes-lvmdriver-1 2022-02-04 15:06:56.600 | + lib/lvm:_create_lvm_volume_group:101 : [[ -f /opt/stack/data/stack-volumes-lvmdriver-1-backing-file ]] 2022-02-04 15:06:56.600 | + lib/lvm:_create_lvm_volume_group:101 : truncate -s 50000M /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-02-04 15:06:56.600 | + lib/lvm:_create_lvm_volume_group:103 : local directio= 2022-02-04 15:06:56.601 | + lib/lvm:_create_lvm_volume_group:105 : grep -q direct-io 2022-02-04 15:06:56.601 | + lib/lvm:_create_lvm_volume_group:105 : losetup -h 2022-02-04 15:06:56.601 | + lib/lvm:_create_lvm_volume_group:106 : directio=--direct-io=on 2022-02-04 15:06:56.601 | + lib/lvm:_create_lvm_volume_group:109 : local vg_dev 2022-02-04 15:06:56.601 | ++ lib/lvm:_create_lvm_volume_group:110 : sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-02-04 15:06:56.601 | + lib/lvm:_create_lvm_volume_group:110 : vg_dev=/dev/loop5 2022-02-04 15:06:56.601 | + lib/lvm:_create_lvm_volume_group:113 : sudo vgs stack-volumes-lvmdriver-1 2022-02-04 15:06:56.601 | Volume group "stack-volumes-lvmdriver-1" not found 2022-02-04 15:06:56.601 | Cannot process volume group stack-volumes-lvmdriver-1 2022-02-04 15:06:56.601 | + lib/lvm:_create_lvm_volume_group:114 : sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop5 2022-02-04 15:06:56.601 | Physical volume "/dev/loop5" successfully created. 2022-02-04 15:06:56.601 | Volume group "stack-volumes-lvmdriver-1" successfully created 2022-02-04 15:06:56.601 | + lib/lvm:init_lvm_volume_group:136 : '[' lioadm = lioadm ']' 2022-02-04 15:06:56.601 | + lib/lvm:init_lvm_volume_group:137 : sudo cinder-rtstool get-targets 2022-02-04 15:06:56.601 | + lib/lvm:init_lvm_volume_group:137 : sudo xargs -rn 1 cinder-rtstool delete 2022-02-04 15:06:56.601 | + lib/lvm:init_lvm_volume_group:141 : _clean_lvm_volume_group stack-volumes-lvmdriver-1 2022-02-04 15:06:56.601 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-lvmdriver-1 2022-02-04 15:06:56.601 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-lvmdriver-1 2022-02-04 15:06:56.601 | + lib/cinder:init_cinder:452 : is_service_enabled c-bak 2022-02-04 15:06:56.601 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:56.601 | + lib/cinder:init_cinder:452 : [[ -n swift ]] 2022-02-04 15:06:56.601 | + lib/cinder:init_cinder:453 : type init_cinder_backup_swift 2022-02-04 15:06:56.601 | + lib/cinder:init_cinder:458 : mkdir -p /opt/stack/data/cinder/volumes 2022-02-04 15:06:56.645 | [17605 Async init_cinder:93303]: finished init_cinder with result 0 in 12 seconds 2022-02-04 15:06:56.649 | + inc/async:async_wait:197 : return 0 2022-02-04 15:06:56.652 | + ./stack.sh:main:1220 : is_service_enabled nova 2022-02-04 15:06:56.672 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:56.675 | + ./stack.sh:main:1221 : echo_summary 'Configuring Nova' 2022-02-04 15:06:56.678 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:06:56.680 | + ./stack.sh:echo_summary:432 : echo -e Configuring Nova 2022-02-04 15:06:56.683 | + ./stack.sh:main:1222 : init_nova 2022-02-04 15:06:56.685 | + lib/nova:init_nova:753 : is_service_enabled mysql postgresql 2022-02-04 15:06:56.707 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:56.711 | + lib/nova:init_nova:753 : is_service_enabled n-api 2022-02-04 15:06:56.731 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:06:56.734 | + lib/nova:init_nova:755 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-04 15:06:56.736 | + lib/nova:init_nova:763 : async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf 2022-02-04 15:06:56.797 | + inc/async:async_inner:63 : init_nova_db nova_cell0 /etc/nova/nova.conf 2022-02-04 15:06:56.840 | [17605 Async nova-cell-0:95678]: running: init_nova_db nova_cell0 /etc/nova/nova.conf 2022-02-04 15:06:56.844 | ++ lib/nova:init_nova:766 : seq 1 1 2022-02-04 15:06:56.850 | + lib/nova:init_nova:766 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-04 15:06:56.853 | ++ lib/nova:init_nova:767 : conductor_conf 1 2022-02-04 15:06:56.857 | ++ lib/nova:conductor_conf:732 : local cell=1 2022-02-04 15:06:56.860 | ++ lib/nova:conductor_conf:733 : echo /etc/nova/nova_cell1.conf 2022-02-04 15:06:56.863 | + lib/nova:init_nova:767 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-02-04 15:06:56.931 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-02-04 15:06:56.988 | [17605 Async nova-cell-1:95776]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-02-04 15:06:56.991 | + lib/nova:init_nova:770 : recreate_database nova_api 2022-02-04 15:06:56.996 | + lib/database:recreate_database:110 : local db=nova_api 2022-02-04 15:06:57.000 | + lib/database:recreate_database:111 : recreate_database_mysql nova_api 2022-02-04 15:06:57.004 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_api 2022-02-04 15:06:57.007 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2022-02-04 15:06:57.012 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:06:57.029 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2022-02-04 15:06:57.034 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:06:57.052 | + lib/nova:init_nova:771 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2022-02-04 15:07:01.297 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:07:01.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:01.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:01.313 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:07:01.314 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=95840) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:07:01.343 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-04 15:07:01.343 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-04 15:07:01.390 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2022-02-04 15:07:04.129 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=95840) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2022-02-04 15:07:04.137 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:07:04.137 | from cryptography.utils import int_from_bytes 2022-02-04 15:07:04.137 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:07:04.137 | from cryptography.utils import int_from_bytes 2022-02-04 15:07:04.668 | ++ lib/nova:init_nova:775 : database_connection_url nova_cell0 2022-02-04 15:07:04.672 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2022-02-04 15:07:04.675 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2022-02-04 15:07:04.679 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2022-02-04 15:07:04.682 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-02-04 15:07:04.687 | + lib/nova:init_nova:775 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-02-04 15:07:08.924 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:07:08.925 | from cryptography.utils import int_from_bytes 2022-02-04 15:07:08.925 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:07:08.925 | from cryptography.utils import int_from_bytes 2022-02-04 15:07:09.407 | ++ lib/nova:init_nova:778 : seq 0 1 2022-02-04 15:07:09.415 | + lib/nova:init_nova:778 : for i in $(seq 0 $NOVA_NUM_CELLS) 2022-02-04 15:07:09.418 | + lib/nova:init_nova:779 : async_wait nova-cell-0 2022-02-04 15:07:09.496 | [17605 Async nova-cell-0:95678]: Waiting for completion of init_nova_db nova_cell0 /etc/nova/nova.conf running on PID 95678 (3 other jobs running) 2022-02-04 15:07:09.540 | [17605 Async nova-cell-0:95678]: Signaling child to exit 2022-02-04 15:07:10.956 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:07:10.984 | [95776 Async nova-cell-1:95776]: finished successfully 2022-02-04 15:07:11.001 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:07:11.032 | [95678 Async nova-cell-0:95678]: finished successfully 2022-02-04 15:07:11.054 | WAKEUP 2022-02-04 15:07:11.079 | [17605 Async nova-cell-0:95678]: Signaled 2022-02-04 15:07:11.081 | + lib/nova:init_nova_db:743 : local dbname=nova_cell0 2022-02-04 15:07:11.081 | + lib/nova:init_nova_db:744 : local conffile=/etc/nova/nova.conf 2022-02-04 15:07:11.081 | + lib/nova:init_nova_db:745 : recreate_database nova_cell0 2022-02-04 15:07:11.081 | + lib/database:recreate_database:110 : local db=nova_cell0 2022-02-04 15:07:11.081 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell0 2022-02-04 15:07:11.081 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell0 2022-02-04 15:07:11.081 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2022-02-04 15:07:11.081 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:07:11.081 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2022-02-04 15:07:11.081 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:07:11.081 | + lib/nova:init_nova_db:746 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync --local_cell 2022-02-04 15:07:11.081 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:07:11.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.083 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:07:11.083 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=95741) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:07:11.083 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-04 15:07:11.083 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-04 15:07:11.083 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2022-02-04 15:07:11.083 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=95741) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2022-02-04 15:07:11.083 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:07:11.083 | from cryptography.utils import int_from_bytes 2022-02-04 15:07:11.083 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:07:11.083 | from cryptography.utils import int_from_bytes 2022-02-04 15:07:11.127 | [17605 Async nova-cell-0:95678]: finished init_nova_db nova_cell0 /etc/nova/nova.conf with result 0 in 14 seconds 2022-02-04 15:07:11.131 | + inc/async:async_wait:197 : return 0 2022-02-04 15:07:11.134 | + lib/nova:init_nova:778 : for i in $(seq 0 $NOVA_NUM_CELLS) 2022-02-04 15:07:11.136 | + lib/nova:init_nova:779 : async_wait nova-cell-1 2022-02-04 15:07:11.194 | [17605 Async nova-cell-1:95776]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 95776 (2 other jobs running) 2022-02-04 15:07:11.226 | [17605 Async nova-cell-1:95776]: Signaling child to exit 2022-02-04 15:07:11.226 | WAKEUP 2022-02-04 15:07:11.254 | [17605 Async nova-cell-1:95776]: Signaled 2022-02-04 15:07:11.256 | + lib/nova:init_nova_db:743 : local dbname=nova_cell1 2022-02-04 15:07:11.256 | + lib/nova:init_nova_db:744 : local conffile=/etc/nova/nova_cell1.conf 2022-02-04 15:07:11.256 | + lib/nova:init_nova_db:745 : recreate_database nova_cell1 2022-02-04 15:07:11.256 | + lib/database:recreate_database:110 : local db=nova_cell1 2022-02-04 15:07:11.256 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell1 2022-02-04 15:07:11.256 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell1 2022-02-04 15:07:11.256 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2022-02-04 15:07:11.256 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:07:11.256 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2022-02-04 15:07:11.256 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-02-04 15:07:11.256 | + lib/nova:init_nova_db:746 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2022-02-04 15:07:11.256 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-02-04 15:07:11.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-02-04 15:07:11.258 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=95832) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-02-04 15:07:11.259 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-02-04 15:07:11.259 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-02-04 15:07:11.259 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2022-02-04 15:07:11.259 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=95832) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:807}} 2022-02-04 15:07:11.259 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:07:11.259 | from cryptography.utils import int_from_bytes 2022-02-04 15:07:11.259 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:07:11.259 | from cryptography.utils import int_from_bytes 2022-02-04 15:07:11.303 | [17605 Async nova-cell-1:95776]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 14 seconds 2022-02-04 15:07:11.307 | + inc/async:async_wait:197 : return 0 2022-02-04 15:07:11.310 | + lib/nova:init_nova:782 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-04 15:07:11.313 | + lib/nova:init_nova:789 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2022-02-04 15:07:15.220 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:07:15.220 | from cryptography.utils import int_from_bytes 2022-02-04 15:07:15.220 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:07:15.220 | from cryptography.utils import int_from_bytes 2022-02-04 15:07:15.220 | Running batches of 50 until complete 2022-02-04 15:07:15.220 | +-------------------------------------+--------------+-----------+ 2022-02-04 15:07:15.221 | | Migration | Total Needed | Completed | 2022-02-04 15:07:15.221 | +-------------------------------------+--------------+-----------+ 2022-02-04 15:07:15.221 | | fill_virtual_interface_list | 0 | 0 | 2022-02-04 15:07:15.221 | | migrate_empty_ratio | 0 | 0 | 2022-02-04 15:07:15.221 | | migrate_quota_classes_to_api_db | 0 | 0 | 2022-02-04 15:07:15.221 | | migrate_quota_limits_to_api_db | 0 | 0 | 2022-02-04 15:07:15.221 | | migration_migrate_to_uuid | 0 | 0 | 2022-02-04 15:07:15.221 | | populate_dev_uuids | 0 | 0 | 2022-02-04 15:07:15.221 | | populate_missing_availability_zones | 0 | 0 | 2022-02-04 15:07:15.221 | | populate_queued_for_delete | 0 | 0 | 2022-02-04 15:07:15.221 | | populate_user_id | 0 | 0 | 2022-02-04 15:07:15.221 | | populate_uuids | 0 | 0 | 2022-02-04 15:07:15.221 | +-------------------------------------+--------------+-----------+ 2022-02-04 15:07:15.743 | ++ lib/nova:init_nova:792 : seq 1 1 2022-02-04 15:07:15.748 | + lib/nova:init_nova:792 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-04 15:07:15.751 | ++ lib/nova:init_nova:793 : conductor_conf 1 2022-02-04 15:07:15.754 | ++ lib/nova:conductor_conf:732 : local cell=1 2022-02-04 15:07:15.756 | ++ lib/nova:conductor_conf:733 : echo /etc/nova/nova_cell1.conf 2022-02-04 15:07:15.759 | + lib/nova:init_nova:793 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2022-02-04 15:07:19.342 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:07:19.342 | from cryptography.utils import int_from_bytes 2022-02-04 15:07:19.342 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:07:19.343 | from cryptography.utils import int_from_bytes 2022-02-04 15:07:19.343 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2022-02-04 15:07:19.343 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2022-02-04 15:07:19.799 | + lib/nova:init_nova:797 : create_nova_keys_dir 2022-02-04 15:07:19.801 | + lib/nova:create_nova_keys_dir:739 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2022-02-04 15:07:19.815 | + lib/nova:init_nova:799 : [[ '' == \L\V\M ]] 2022-02-04 15:07:19.818 | + ./stack.sh:main:1227 : is_service_enabled neutron 2022-02-04 15:07:19.837 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:19.840 | + ./stack.sh:main:1228 : async_runfunc configure_neutron_nova 2022-02-04 15:07:19.843 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2022-02-04 15:07:19.914 | + inc/async:async_inner:63 : configure_neutron_nova 2022-02-04 15:07:19.956 | [17605 Async configure_neutron_nova:96940]: running: configure_neutron_nova 2022-02-04 15:07:19.959 | + ./stack.sh:main:1237 : run_phase stack post-config 2022-02-04 15:07:19.962 | + functions-common:run_phase:1737 : local mode=stack 2022-02-04 15:07:19.965 | + functions-common:run_phase:1738 : local phase=post-config 2022-02-04 15:07:19.968 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-04 15:07:19.971 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-02-04 15:07:19.974 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-04 15:07:19.977 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-02-04 15:07:19.980 | + functions-common:run_phase:1747 : local extra 2022-02-04 15:07:19.986 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-04 15:07:19.995 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-02-04 15:07:19.998 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-04 15:07:20.001 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-04 15:07:20.004 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2022-02-04 15:07:20.007 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-04 15:07:20.027 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:20.030 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-02-04 15:07:20.032 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-02-04 15:07:20.039 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2022-02-04 15:07:20.042 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-02-04 15:07:20.045 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-02-04 15:07:20.048 | ++ extras.d/80-tempest.sh:source:12 : : 2022-02-04 15:07:20.052 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-02-04 15:07:20.054 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-02-04 15:07:20.057 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-02-04 15:07:20.060 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-04 15:07:20.063 | + functions-common:run_phase:1764 : run_plugins stack post-config 2022-02-04 15:07:20.067 | + functions-common:run_plugins:1723 : local mode=stack 2022-02-04 15:07:20.071 | + functions-common:run_plugins:1724 : local phase=post-config 2022-02-04 15:07:20.074 | + functions-common:run_plugins:1726 : local plugins= 2022-02-04 15:07:20.078 | + functions-common:run_plugins:1727 : local plugin 2022-02-04 15:07:20.082 | + ./stack.sh:main:1245 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2022-02-04 15:07:20.084 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-02-04 15:07:20.088 | + inc/meta-config:merge_config_group:171 : shift 2022-02-04 15:07:20.091 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2022-02-04 15:07:20.094 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-04 15:07:20.097 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-02-04 15:07:20.100 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-02-04 15:07:20.104 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2022-02-04 15:07:20.107 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-02-04 15:07:20.110 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2022-02-04 15:07:20.112 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-04 15:07:20.116 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2022-02-04 15:07:20.116 | /^\[\[.+\|.*\]\]/ { 2022-02-04 15:07:20.116 | gsub("[][]", "", $1); 2022-02-04 15:07:20.116 | split($1, a, "|"); 2022-02-04 15:07:20.116 | if (a[1] == matchgroup) 2022-02-04 15:07:20.116 | print a[2] 2022-02-04 15:07:20.117 | } 2022-02-04 15:07:20.117 | ' /home/ubuntu/devstack/local.conf 2022-02-04 15:07:20.124 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-02-04 15:07:20.127 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-02-04 15:07:20.130 | + inc/meta-config:merge_config_group:180 : local dir 2022-02-04 15:07:20.134 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2022-02-04 15:07:20.137 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2022-02-04 15:07:20.141 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2022-02-04 15:07:20.144 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2022-02-04 15:07:20.149 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2022-02-04 15:07:20.154 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2022-02-04 15:07:20.157 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2022-02-04 15:07:20.160 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2022-02-04 15:07:20.163 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-02-04 15:07:20.166 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-02-04 15:07:20.169 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2022-02-04 15:07:20.172 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-02-04 15:07:20.176 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2022-02-04 15:07:20.180 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2022-02-04 15:07:20.184 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2022-02-04 15:07:20.188 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2022-02-04 15:07:20.191 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2022-02-04 15:07:20.194 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.194 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2022-02-04 15:07:20.194 | BEGIN { 2022-02-04 15:07:20.195 | section = "" 2022-02-04 15:07:20.195 | last_section = "" 2022-02-04 15:07:20.195 | section_count = 0 2022-02-04 15:07:20.195 | } 2022-02-04 15:07:20.195 | /^\[.+\]/ { 2022-02-04 15:07:20.195 | gsub("[][]", "", $1); 2022-02-04 15:07:20.195 | section=$1 2022-02-04 15:07:20.195 | next 2022-02-04 15:07:20.195 | } 2022-02-04 15:07:20.195 | /^ *\#/ { 2022-02-04 15:07:20.195 | next 2022-02-04 15:07:20.195 | } 2022-02-04 15:07:20.195 | /^[^ \t]+/ { 2022-02-04 15:07:20.195 | # get offset of first = in $0 2022-02-04 15:07:20.195 | eq_idx = index($0, "=") 2022-02-04 15:07:20.195 | # extract attr & value from $0 2022-02-04 15:07:20.195 | attr = substr($0, 1, eq_idx - 1) 2022-02-04 15:07:20.195 | value = substr($0, eq_idx + 1) 2022-02-04 15:07:20.195 | # only need to strip trailing whitespace from attr 2022-02-04 15:07:20.195 | sub(/[ \t]*$/, "", attr) 2022-02-04 15:07:20.195 | # need to strip leading & trailing whitespace from value 2022-02-04 15:07:20.195 | sub(/^[ \t]*/, "", value) 2022-02-04 15:07:20.195 | sub(/[ \t]*$/, "", value) 2022-02-04 15:07:20.195 | 2022-02-04 15:07:20.195 | # cfg_attr_count: number of config lines per [section, attr] 2022-02-04 15:07:20.195 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-02-04 15:07:20.195 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-02-04 15:07:20.195 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-02-04 15:07:20.195 | if (! (section, attr) in cfg_attr_count) { 2022-02-04 15:07:20.195 | if (section != last_section) { 2022-02-04 15:07:20.195 | cfg_section[section_count++] = section 2022-02-04 15:07:20.195 | last_section = section 2022-02-04 15:07:20.195 | } 2022-02-04 15:07:20.195 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-02-04 15:07:20.196 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-02-04 15:07:20.196 | 2022-02-04 15:07:20.196 | cfg_attr[section, attr, 0] = value 2022-02-04 15:07:20.196 | cfg_attr_count[section, attr] = 1 2022-02-04 15:07:20.196 | } else { 2022-02-04 15:07:20.196 | lno = cfg_attr_count[section, attr]++ 2022-02-04 15:07:20.196 | cfg_attr[section, attr, lno] = value 2022-02-04 15:07:20.196 | } 2022-02-04 15:07:20.196 | } 2022-02-04 15:07:20.196 | END { 2022-02-04 15:07:20.196 | # Process each section in order 2022-02-04 15:07:20.196 | for (sno = 0; sno < section_count; sno++) { 2022-02-04 15:07:20.196 | section = cfg_section[sno] 2022-02-04 15:07:20.196 | # The ini routines simply append a config item immediately 2022-02-04 15:07:20.196 | # after the section header. To keep the same order as defined 2022-02-04 15:07:20.196 | # in local.conf, invoke the ini routines in the reverse order 2022-02-04 15:07:20.196 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-02-04 15:07:20.196 | attr = cfg_sec_attr_name[sno, attr_no] 2022-02-04 15:07:20.196 | if (cfg_attr_count[section, attr] == 1) 2022-02-04 15:07:20.196 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-02-04 15:07:20.196 | else { 2022-02-04 15:07:20.196 | # For multiline, invoke the ini routines in the reverse order 2022-02-04 15:07:20.196 | count = cfg_attr_count[section, attr] 2022-02-04 15:07:20.196 | print "inidelete " configfile " " section " " attr 2022-02-04 15:07:20.196 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-02-04 15:07:20.196 | for (l = count -2; l >= 0; l--) 2022-02-04 15:07:20.196 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-02-04 15:07:20.196 | } 2022-02-04 15:07:20.196 | } 2022-02-04 15:07:20.196 | } 2022-02-04 15:07:20.197 | } 2022-02-04 15:07:20.197 | ' 2022-02-04 15:07:20.197 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-02-04 15:07:20.199 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-02-04 15:07:20.203 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-02-04 15:07:20.207 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2022-02-04 15:07:20.211 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-04 15:07:20.215 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2022-02-04 15:07:20.218 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2022-02-04 15:07:20.219 | BEGIN { group = "" } 2022-02-04 15:07:20.219 | /^\[\[.+\|.*\]\]/ { 2022-02-04 15:07:20.219 | gsub("[][]", "", $1); 2022-02-04 15:07:20.219 | split($1, a, "|"); 2022-02-04 15:07:20.219 | if (a[1] == matchgroup && a[2] == configfile) { 2022-02-04 15:07:20.219 | group=a[1] 2022-02-04 15:07:20.219 | } else { 2022-02-04 15:07:20.219 | group="" 2022-02-04 15:07:20.219 | } 2022-02-04 15:07:20.219 | next 2022-02-04 15:07:20.219 | } 2022-02-04 15:07:20.219 | { 2022-02-04 15:07:20.219 | if (group != "") 2022-02-04 15:07:20.219 | print $0 2022-02-04 15:07:20.219 | } 2022-02-04 15:07:20.219 | ' /home/ubuntu/devstack/local.conf 2022-02-04 15:07:20.230 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT scheduler_default_filters "RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter"' 2022-02-04 15:07:20.235 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT scheduler_default_filters RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter 2022-02-04 15:07:20.278 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.282 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2022-02-04 15:07:20.286 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2022-02-04 15:07:20.322 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.325 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2022-02-04 15:07:20.328 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2022-02-04 15:07:20.366 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.369 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2022-02-04 15:07:20.372 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2022-02-04 15:07:20.413 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.420 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2022-02-04 15:07:20.422 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2022-02-04 15:07:20.456 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.465 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2022-02-04 15:07:20.468 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2022-02-04 15:07:20.502 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.507 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.18/identity"' 2022-02-04 15:07:20.510 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.18/identity 2022-02-04 15:07:20.552 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.555 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2022-02-04 15:07:20.558 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2022-02-04 15:07:20.596 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.605 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2022-02-04 15:07:20.609 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-02-04 15:07:20.645 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.648 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2022-02-04 15:07:20.651 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-02-04 15:07:20.690 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.693 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2022-02-04 15:07:20.696 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2022-02-04 15:07:20.739 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.742 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2022-02-04 15:07:20.746 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-02-04 15:07:20.782 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.786 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2022-02-04 15:07:20.789 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2022-02-04 15:07:20.830 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.833 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-02-04 15:07:20.836 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-02-04 15:07:20.838 | + inc/meta-config:merge_config_group:180 : local dir 2022-02-04 15:07:20.842 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2022-02-04 15:07:20.845 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2022-02-04 15:07:20.849 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2022-02-04 15:07:20.852 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2022-02-04 15:07:20.859 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2022-02-04 15:07:20.863 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2022-02-04 15:07:20.868 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2022-02-04 15:07:20.871 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2022-02-04 15:07:20.877 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-02-04 15:07:20.882 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-02-04 15:07:20.885 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2022-02-04 15:07:20.889 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-02-04 15:07:20.892 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2022-02-04 15:07:20.895 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2022-02-04 15:07:20.898 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2022-02-04 15:07:20.901 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2022-02-04 15:07:20.907 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2022-02-04 15:07:20.907 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2022-02-04 15:07:20.907 | BEGIN { 2022-02-04 15:07:20.907 | section = "" 2022-02-04 15:07:20.907 | last_section = "" 2022-02-04 15:07:20.907 | section_count = 0 2022-02-04 15:07:20.907 | } 2022-02-04 15:07:20.907 | /^\[.+\]/ { 2022-02-04 15:07:20.907 | gsub("[][]", "", $1); 2022-02-04 15:07:20.907 | section=$1 2022-02-04 15:07:20.907 | next 2022-02-04 15:07:20.907 | } 2022-02-04 15:07:20.907 | /^ *\#/ { 2022-02-04 15:07:20.907 | next 2022-02-04 15:07:20.907 | } 2022-02-04 15:07:20.908 | /^[^ \t]+/ { 2022-02-04 15:07:20.908 | # get offset of first = in $0 2022-02-04 15:07:20.908 | eq_idx = index($0, "=") 2022-02-04 15:07:20.908 | # extract attr & value from $0 2022-02-04 15:07:20.908 | attr = substr($0, 1, eq_idx - 1) 2022-02-04 15:07:20.908 | value = substr($0, eq_idx + 1) 2022-02-04 15:07:20.908 | # only need to strip trailing whitespace from attr 2022-02-04 15:07:20.908 | sub(/[ \t]*$/, "", attr) 2022-02-04 15:07:20.908 | # need to strip leading & trailing whitespace from value 2022-02-04 15:07:20.908 | sub(/^[ \t]*/, "", value) 2022-02-04 15:07:20.908 | sub(/[ \t]*$/, "", value) 2022-02-04 15:07:20.908 | 2022-02-04 15:07:20.908 | # cfg_attr_count: number of config lines per [section, attr] 2022-02-04 15:07:20.908 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-02-04 15:07:20.908 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-02-04 15:07:20.908 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-02-04 15:07:20.908 | if (! (section, attr) in cfg_attr_count) { 2022-02-04 15:07:20.908 | if (section != last_section) { 2022-02-04 15:07:20.908 | cfg_section[section_count++] = section 2022-02-04 15:07:20.908 | last_section = section 2022-02-04 15:07:20.908 | } 2022-02-04 15:07:20.908 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-02-04 15:07:20.908 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-02-04 15:07:20.908 | 2022-02-04 15:07:20.908 | cfg_attr[section, attr, 0] = value 2022-02-04 15:07:20.908 | cfg_attr_count[section, attr] = 1 2022-02-04 15:07:20.908 | } else { 2022-02-04 15:07:20.908 | lno = cfg_attr_count[section, attr]++ 2022-02-04 15:07:20.908 | cfg_attr[section, attr, lno] = value 2022-02-04 15:07:20.908 | } 2022-02-04 15:07:20.908 | } 2022-02-04 15:07:20.908 | END { 2022-02-04 15:07:20.909 | # Process each section in order 2022-02-04 15:07:20.909 | for (sno = 0; sno < section_count; sno++) { 2022-02-04 15:07:20.909 | section = cfg_section[sno] 2022-02-04 15:07:20.909 | # The ini routines simply append a config item immediately 2022-02-04 15:07:20.909 | # after the section header. To keep the same order as defined 2022-02-04 15:07:20.909 | # in local.conf, invoke the ini routines in the reverse order 2022-02-04 15:07:20.909 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-02-04 15:07:20.909 | attr = cfg_sec_attr_name[sno, attr_no] 2022-02-04 15:07:20.909 | if (cfg_attr_count[section, attr] == 1) 2022-02-04 15:07:20.909 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-02-04 15:07:20.909 | else { 2022-02-04 15:07:20.909 | # For multiline, invoke the ini routines in the reverse order 2022-02-04 15:07:20.909 | count = cfg_attr_count[section, attr] 2022-02-04 15:07:20.909 | print "inidelete " configfile " " section " " attr 2022-02-04 15:07:20.909 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-02-04 15:07:20.909 | for (l = count -2; l >= 0; l--) 2022-02-04 15:07:20.909 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-02-04 15:07:20.909 | } 2022-02-04 15:07:20.909 | } 2022-02-04 15:07:20.909 | } 2022-02-04 15:07:20.909 | } 2022-02-04 15:07:20.909 | ' 2022-02-04 15:07:20.909 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.910 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-02-04 15:07:20.912 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:07:20.912 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-02-04 15:07:20.914 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-02-04 15:07:20.917 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2022-02-04 15:07:20.923 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-04 15:07:20.926 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2022-02-04 15:07:20.931 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2022-02-04 15:07:20.931 | BEGIN { group = "" } 2022-02-04 15:07:20.931 | /^\[\[.+\|.*\]\]/ { 2022-02-04 15:07:20.931 | gsub("[][]", "", $1); 2022-02-04 15:07:20.931 | split($1, a, "|"); 2022-02-04 15:07:20.931 | if (a[1] == matchgroup && a[2] == configfile) { 2022-02-04 15:07:20.931 | group=a[1] 2022-02-04 15:07:20.931 | } else { 2022-02-04 15:07:20.931 | group="" 2022-02-04 15:07:20.931 | } 2022-02-04 15:07:20.931 | next 2022-02-04 15:07:20.931 | } 2022-02-04 15:07:20.931 | { 2022-02-04 15:07:20.932 | if (group != "") 2022-02-04 15:07:20.932 | print $0 2022-02-04 15:07:20.932 | } 2022-02-04 15:07:20.932 | ' /home/ubuntu/devstack/local.conf 2022-02-04 15:07:20.938 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2022-02-04 15:07:20.941 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2022-02-04 15:07:20.947 | [96940 Async configure_neutron_nova:96940]: finished successfully 2022-02-04 15:07:20.977 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:20.980 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2022-02-04 15:07:20.983 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2022-02-04 15:07:21.014 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.017 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2022-02-04 15:07:21.020 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2022-02-04 15:07:21.052 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.054 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2022-02-04 15:07:21.057 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2022-02-04 15:07:21.089 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.092 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2022-02-04 15:07:21.095 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2022-02-04 15:07:21.126 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.128 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2022-02-04 15:07:21.131 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2022-02-04 15:07:21.162 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.165 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2022-02-04 15:07:21.168 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2022-02-04 15:07:21.202 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.205 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2022-02-04 15:07:21.208 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2022-02-04 15:07:21.240 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.243 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2022-02-04 15:07:21.247 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2022-02-04 15:07:21.285 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.287 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2022-02-04 15:07:21.290 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2022-02-04 15:07:21.321 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.323 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2022-02-04 15:07:21.326 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2022-02-04 15:07:21.358 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.360 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2022-02-04 15:07:21.363 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2022-02-04 15:07:21.395 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.397 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2022-02-04 15:07:21.400 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2022-02-04 15:07:21.433 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.435 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2022-02-04 15:07:21.438 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2022-02-04 15:07:21.469 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.471 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2022-02-04 15:07:21.475 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2022-02-04 15:07:21.508 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.511 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2022-02-04 15:07:21.515 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2022-02-04 15:07:21.550 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.554 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-02-04 15:07:21.556 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-02-04 15:07:21.559 | + inc/meta-config:merge_config_group:180 : local dir 2022-02-04 15:07:21.563 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2022-02-04 15:07:21.565 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2022-02-04 15:07:21.568 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2022-02-04 15:07:21.571 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2022-02-04 15:07:21.574 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2022-02-04 15:07:21.580 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2022-02-04 15:07:21.583 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2022-02-04 15:07:21.585 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2022-02-04 15:07:21.588 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-02-04 15:07:21.591 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-02-04 15:07:21.593 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2022-02-04 15:07:21.596 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-02-04 15:07:21.599 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2022-02-04 15:07:21.602 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2022-02-04 15:07:21.605 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2022-02-04 15:07:21.607 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2022-02-04 15:07:21.611 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2022-02-04 15:07:21.611 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.612 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2022-02-04 15:07:21.612 | BEGIN { 2022-02-04 15:07:21.612 | section = "" 2022-02-04 15:07:21.612 | last_section = "" 2022-02-04 15:07:21.612 | section_count = 0 2022-02-04 15:07:21.612 | } 2022-02-04 15:07:21.612 | /^\[.+\]/ { 2022-02-04 15:07:21.612 | gsub("[][]", "", $1); 2022-02-04 15:07:21.612 | section=$1 2022-02-04 15:07:21.612 | next 2022-02-04 15:07:21.612 | } 2022-02-04 15:07:21.612 | /^ *\#/ { 2022-02-04 15:07:21.612 | next 2022-02-04 15:07:21.612 | } 2022-02-04 15:07:21.612 | /^[^ \t]+/ { 2022-02-04 15:07:21.612 | # get offset of first = in $0 2022-02-04 15:07:21.612 | eq_idx = index($0, "=") 2022-02-04 15:07:21.612 | # extract attr & value from $0 2022-02-04 15:07:21.612 | attr = substr($0, 1, eq_idx - 1) 2022-02-04 15:07:21.612 | value = substr($0, eq_idx + 1) 2022-02-04 15:07:21.612 | # only need to strip trailing whitespace from attr 2022-02-04 15:07:21.612 | sub(/[ \t]*$/, "", attr) 2022-02-04 15:07:21.612 | # need to strip leading & trailing whitespace from value 2022-02-04 15:07:21.612 | sub(/^[ \t]*/, "", value) 2022-02-04 15:07:21.612 | sub(/[ \t]*$/, "", value) 2022-02-04 15:07:21.612 | 2022-02-04 15:07:21.612 | # cfg_attr_count: number of config lines per [section, attr] 2022-02-04 15:07:21.612 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-02-04 15:07:21.612 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-02-04 15:07:21.612 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-02-04 15:07:21.613 | if (! (section, attr) in cfg_attr_count) { 2022-02-04 15:07:21.613 | if (section != last_section) { 2022-02-04 15:07:21.613 | cfg_section[section_count++] = section 2022-02-04 15:07:21.613 | last_section = section 2022-02-04 15:07:21.613 | } 2022-02-04 15:07:21.613 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-02-04 15:07:21.613 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-02-04 15:07:21.613 | 2022-02-04 15:07:21.613 | cfg_attr[section, attr, 0] = value 2022-02-04 15:07:21.613 | cfg_attr_count[section, attr] = 1 2022-02-04 15:07:21.613 | } else { 2022-02-04 15:07:21.613 | lno = cfg_attr_count[section, attr]++ 2022-02-04 15:07:21.613 | cfg_attr[section, attr, lno] = value 2022-02-04 15:07:21.613 | } 2022-02-04 15:07:21.613 | } 2022-02-04 15:07:21.613 | END { 2022-02-04 15:07:21.613 | # Process each section in order 2022-02-04 15:07:21.613 | for (sno = 0; sno < section_count; sno++) { 2022-02-04 15:07:21.613 | section = cfg_section[sno] 2022-02-04 15:07:21.613 | # The ini routines simply append a config item immediately 2022-02-04 15:07:21.613 | # after the section header. To keep the same order as defined 2022-02-04 15:07:21.613 | # in local.conf, invoke the ini routines in the reverse order 2022-02-04 15:07:21.613 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-02-04 15:07:21.613 | attr = cfg_sec_attr_name[sno, attr_no] 2022-02-04 15:07:21.613 | if (cfg_attr_count[section, attr] == 1) 2022-02-04 15:07:21.613 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-02-04 15:07:21.613 | else { 2022-02-04 15:07:21.613 | # For multiline, invoke the ini routines in the reverse order 2022-02-04 15:07:21.613 | count = cfg_attr_count[section, attr] 2022-02-04 15:07:21.613 | print "inidelete " configfile " " section " " attr 2022-02-04 15:07:21.613 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-02-04 15:07:21.613 | for (l = count -2; l >= 0; l--) 2022-02-04 15:07:21.613 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-02-04 15:07:21.614 | } 2022-02-04 15:07:21.614 | } 2022-02-04 15:07:21.614 | } 2022-02-04 15:07:21.614 | } 2022-02-04 15:07:21.614 | ' 2022-02-04 15:07:21.614 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-02-04 15:07:21.615 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-02-04 15:07:21.616 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-02-04 15:07:21.619 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2022-02-04 15:07:21.621 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-04 15:07:21.624 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2022-02-04 15:07:21.627 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2022-02-04 15:07:21.627 | BEGIN { group = "" } 2022-02-04 15:07:21.627 | /^\[\[.+\|.*\]\]/ { 2022-02-04 15:07:21.627 | gsub("[][]", "", $1); 2022-02-04 15:07:21.627 | split($1, a, "|"); 2022-02-04 15:07:21.627 | if (a[1] == matchgroup && a[2] == configfile) { 2022-02-04 15:07:21.627 | group=a[1] 2022-02-04 15:07:21.627 | } else { 2022-02-04 15:07:21.627 | group="" 2022-02-04 15:07:21.627 | } 2022-02-04 15:07:21.627 | next 2022-02-04 15:07:21.627 | } 2022-02-04 15:07:21.627 | { 2022-02-04 15:07:21.627 | if (group != "") 2022-02-04 15:07:21.627 | print $0 2022-02-04 15:07:21.627 | } 2022-02-04 15:07:21.627 | ' /home/ubuntu/devstack/local.conf 2022-02-04 15:07:21.634 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_type "default"' 2022-02-04 15:07:21.636 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type default 2022-02-04 15:07:21.667 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.670 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 image_volume_cache_enabled "False"' 2022-02-04 15:07:21.673 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled False 2022-02-04 15:07:21.704 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.707 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_max_over_subscription_ratio "40.0"' 2022-02-04 15:07:21.709 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_max_over_subscription_ratio 40.0 2022-02-04 15:07:21.741 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.744 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backup_gigabytes "1000"' 2022-02-04 15:07:21.746 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backup_gigabytes 1000 2022-02-04 15:07:21.775 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.778 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backups "10"' 2022-02-04 15:07:21.781 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-02-04 15:07:21.810 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.813 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_gigabytes "1000"' 2022-02-04 15:07:21.815 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_gigabytes 1000 2022-02-04 15:07:21.846 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.849 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_snapshots "10"' 2022-02-04 15:07:21.852 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-02-04 15:07:21.882 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.884 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_volumes "10"' 2022-02-04 15:07:21.887 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-02-04 15:07:21.916 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.920 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT backup_swift_object_size "10485760"' 2022-02-04 15:07:21.922 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_object_size 10485760 2022-02-04 15:07:21.952 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:21.956 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-02-04 15:07:21.958 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-02-04 15:07:21.961 | + inc/meta-config:merge_config_group:180 : local dir 2022-02-04 15:07:21.965 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2022-02-04 15:07:21.967 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:07:21.970 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:07:21.973 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2022-02-04 15:07:21.976 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:07:21.980 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2022-02-04 15:07:21.983 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2022-02-04 15:07:21.986 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2022-02-04 15:07:21.988 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-02-04 15:07:21.991 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-02-04 15:07:21.993 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2022-02-04 15:07:21.996 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-02-04 15:07:22.000 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2022-02-04 15:07:22.003 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:07:22.007 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:07:22.009 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2022-02-04 15:07:22.013 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2022-02-04 15:07:22.013 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:22.013 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2022-02-04 15:07:22.014 | BEGIN { 2022-02-04 15:07:22.014 | section = "" 2022-02-04 15:07:22.014 | last_section = "" 2022-02-04 15:07:22.014 | section_count = 0 2022-02-04 15:07:22.014 | } 2022-02-04 15:07:22.014 | /^\[.+\]/ { 2022-02-04 15:07:22.014 | gsub("[][]", "", $1); 2022-02-04 15:07:22.014 | section=$1 2022-02-04 15:07:22.014 | next 2022-02-04 15:07:22.014 | } 2022-02-04 15:07:22.014 | /^ *\#/ { 2022-02-04 15:07:22.014 | next 2022-02-04 15:07:22.014 | } 2022-02-04 15:07:22.014 | /^[^ \t]+/ { 2022-02-04 15:07:22.014 | # get offset of first = in $0 2022-02-04 15:07:22.014 | eq_idx = index($0, "=") 2022-02-04 15:07:22.014 | # extract attr & value from $0 2022-02-04 15:07:22.014 | attr = substr($0, 1, eq_idx - 1) 2022-02-04 15:07:22.014 | value = substr($0, eq_idx + 1) 2022-02-04 15:07:22.014 | # only need to strip trailing whitespace from attr 2022-02-04 15:07:22.014 | sub(/[ \t]*$/, "", attr) 2022-02-04 15:07:22.014 | # need to strip leading & trailing whitespace from value 2022-02-04 15:07:22.014 | sub(/^[ \t]*/, "", value) 2022-02-04 15:07:22.014 | sub(/[ \t]*$/, "", value) 2022-02-04 15:07:22.014 | 2022-02-04 15:07:22.014 | # cfg_attr_count: number of config lines per [section, attr] 2022-02-04 15:07:22.014 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-02-04 15:07:22.014 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-02-04 15:07:22.014 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-02-04 15:07:22.014 | if (! (section, attr) in cfg_attr_count) { 2022-02-04 15:07:22.014 | if (section != last_section) { 2022-02-04 15:07:22.014 | cfg_section[section_count++] = section 2022-02-04 15:07:22.015 | last_section = section 2022-02-04 15:07:22.015 | } 2022-02-04 15:07:22.015 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-02-04 15:07:22.015 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-02-04 15:07:22.015 | 2022-02-04 15:07:22.015 | cfg_attr[section, attr, 0] = value 2022-02-04 15:07:22.015 | cfg_attr_count[section, attr] = 1 2022-02-04 15:07:22.015 | } else { 2022-02-04 15:07:22.015 | lno = cfg_attr_count[section, attr]++ 2022-02-04 15:07:22.015 | cfg_attr[section, attr, lno] = value 2022-02-04 15:07:22.015 | } 2022-02-04 15:07:22.015 | } 2022-02-04 15:07:22.015 | END { 2022-02-04 15:07:22.015 | # Process each section in order 2022-02-04 15:07:22.015 | for (sno = 0; sno < section_count; sno++) { 2022-02-04 15:07:22.015 | section = cfg_section[sno] 2022-02-04 15:07:22.015 | # The ini routines simply append a config item immediately 2022-02-04 15:07:22.015 | # after the section header. To keep the same order as defined 2022-02-04 15:07:22.015 | # in local.conf, invoke the ini routines in the reverse order 2022-02-04 15:07:22.015 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-02-04 15:07:22.015 | attr = cfg_sec_attr_name[sno, attr_no] 2022-02-04 15:07:22.015 | if (cfg_attr_count[section, attr] == 1) 2022-02-04 15:07:22.015 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-02-04 15:07:22.015 | else { 2022-02-04 15:07:22.015 | # For multiline, invoke the ini routines in the reverse order 2022-02-04 15:07:22.015 | count = cfg_attr_count[section, attr] 2022-02-04 15:07:22.015 | print "inidelete " configfile " " section " " attr 2022-02-04 15:07:22.015 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-02-04 15:07:22.015 | for (l = count -2; l >= 0; l--) 2022-02-04 15:07:22.015 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-02-04 15:07:22.015 | } 2022-02-04 15:07:22.015 | } 2022-02-04 15:07:22.016 | } 2022-02-04 15:07:22.016 | } 2022-02-04 15:07:22.016 | ' 2022-02-04 15:07:22.017 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-02-04 15:07:22.017 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-02-04 15:07:22.019 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-02-04 15:07:22.022 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2022-02-04 15:07:22.024 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-04 15:07:22.027 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2022-02-04 15:07:22.029 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2022-02-04 15:07:22.029 | BEGIN { group = "" } 2022-02-04 15:07:22.029 | /^\[\[.+\|.*\]\]/ { 2022-02-04 15:07:22.029 | gsub("[][]", "", $1); 2022-02-04 15:07:22.029 | split($1, a, "|"); 2022-02-04 15:07:22.029 | if (a[1] == matchgroup && a[2] == configfile) { 2022-02-04 15:07:22.029 | group=a[1] 2022-02-04 15:07:22.029 | } else { 2022-02-04 15:07:22.030 | group="" 2022-02-04 15:07:22.030 | } 2022-02-04 15:07:22.030 | next 2022-02-04 15:07:22.030 | } 2022-02-04 15:07:22.030 | { 2022-02-04 15:07:22.030 | if (group != "") 2022-02-04 15:07:22.030 | print $0 2022-02-04 15:07:22.030 | } 2022-02-04 15:07:22.030 | ' /home/ubuntu/devstack/local.conf 2022-02-04 15:07:22.036 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2022-02-04 15:07:22.039 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2022-02-04 15:07:22.070 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:22.072 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2022-02-04 15:07:22.078 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2022-02-04 15:07:22.108 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:07:22.112 | + ./stack.sh:main:1254 : is_service_enabled swift 2022-02-04 15:07:22.130 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:22.133 | + ./stack.sh:main:1255 : echo_summary 'Starting Swift' 2022-02-04 15:07:22.135 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:07:22.138 | + ./stack.sh:echo_summary:432 : echo -e Starting Swift 2022-02-04 15:07:22.140 | + ./stack.sh:main:1256 : start_swift 2022-02-04 15:07:22.143 | + lib/swift:start_swift:776 : restart_service memcached 2022-02-04 15:07:22.145 | + functions-common:restart_service:2193 : '[' -x /bin/systemctl ']' 2022-02-04 15:07:22.148 | + functions-common:restart_service:2194 : sudo /bin/systemctl restart memcached 2022-02-04 15:07:22.181 | + lib/swift:start_swift:779 : is_ubuntu 2022-02-04 15:07:22.185 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:07:22.190 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:07:22.194 | + lib/swift:start_swift:780 : sudo /etc/init.d/rsync restart 2022-02-04 15:07:22.267 | Restarting rsync (via systemctl): rsync.service. 2022-02-04 15:07:22.274 | + lib/swift:start_swift:787 : '[' False == True ']' 2022-02-04 15:07:22.278 | + lib/swift:start_swift:806 : [[ 1 == 1 ]] 2022-02-04 15:07:22.283 | + lib/swift:start_swift:807 : local foreground_services type 2022-02-04 15:07:22.286 | + lib/swift:start_swift:809 : foreground_services='object container account' 2022-02-04 15:07:22.289 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2022-02-04 15:07:22.292 | + lib/swift:start_swift:811 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-04 15:07:22.295 | + functions-common:run_process:1564 : local service=s-object 2022-02-04 15:07:22.299 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-04 15:07:22.308 | + functions-common:run_process:1566 : local group= 2022-02-04 15:07:22.311 | + functions-common:run_process:1567 : local user= 2022-02-04 15:07:22.314 | + functions-common:run_process:1569 : local name=s-object 2022-02-04 15:07:22.318 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:07:22.320 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:07:22.323 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:22.325 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:22.329 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:22.333 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987242330 2022-02-04 15:07:22.336 | + functions-common:run_process:1572 : is_service_enabled s-object 2022-02-04 15:07:22.353 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:22.355 | + functions-common:run_process:1573 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' 2022-02-04 15:07:22.359 | + functions-common:_run_under_systemd:1529 : local service=s-object 2022-02-04 15:07:22.361 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-04 15:07:22.363 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-04 15:07:22.366 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-04 15:07:22.368 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-04 15:07:22.371 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2022-02-04 15:07:22.373 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2022-02-04 15:07:22.375 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-object.service 2022-02-04 15:07:22.379 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:07:22.381 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:07:22.384 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2022-02-04 15:07:22.386 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-object.service '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' ubuntu 2022-02-04 15:07:22.389 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-object.service 2022-02-04 15:07:22.391 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-04 15:07:22.393 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:07:22.395 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:07:22.397 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:07:22.400 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:07:22.402 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-object.service 2022-02-04 15:07:22.405 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:07:22.409 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2022-02-04 15:07:22.473 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2022-02-04 15:07:22.543 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecStart '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-02-04 15:07:22.600 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2022-02-04 15:07:22.652 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2022-02-04 15:07:22.707 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:07:22.766 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:07:22.769 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2022-02-04 15:07:22.833 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:07:23.238 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-object.service 2022-02-04 15:07:23.254 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2022-02-04 15:07:23.635 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-object.service 2022-02-04 15:07:23.658 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:07:23.661 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:23.663 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:23.666 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:23.668 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:23.673 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:23.675 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:07:23.678 | + functions-common:time_stop:2316 : start_time=1643987242330 2022-02-04 15:07:23.680 | + functions-common:time_stop:2318 : [[ -z 1643987242330 ]] 2022-02-04 15:07:23.683 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:23.688 | + functions-common:time_stop:2321 : end_time=1643987243685 2022-02-04 15:07:23.690 | + functions-common:time_stop:2322 : elapsed_time=1355 2022-02-04 15:07:23.693 | + functions-common:time_stop:2323 : total=3693 2022-02-04 15:07:23.695 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:23.697 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=5048 2022-02-04 15:07:23.700 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2022-02-04 15:07:23.703 | + lib/swift:start_swift:811 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-04 15:07:23.705 | + functions-common:run_process:1564 : local service=s-container 2022-02-04 15:07:23.708 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-04 15:07:23.710 | + functions-common:run_process:1566 : local group= 2022-02-04 15:07:23.713 | + functions-common:run_process:1567 : local user= 2022-02-04 15:07:23.716 | + functions-common:run_process:1569 : local name=s-container 2022-02-04 15:07:23.725 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:07:23.727 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:07:23.730 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:23.733 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:23.736 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:23.741 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987243738 2022-02-04 15:07:23.743 | + functions-common:run_process:1572 : is_service_enabled s-container 2022-02-04 15:07:23.764 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:23.766 | + functions-common:run_process:1573 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' 2022-02-04 15:07:23.769 | + functions-common:_run_under_systemd:1529 : local service=s-container 2022-02-04 15:07:23.771 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-04 15:07:23.774 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-04 15:07:23.776 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-04 15:07:23.779 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-04 15:07:23.781 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2022-02-04 15:07:23.784 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2022-02-04 15:07:23.787 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-container.service 2022-02-04 15:07:23.789 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:07:23.792 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:07:23.794 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2022-02-04 15:07:23.797 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-container.service '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' ubuntu 2022-02-04 15:07:23.799 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-container.service 2022-02-04 15:07:23.803 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-04 15:07:23.805 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:07:23.808 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:07:23.811 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:07:23.813 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:07:23.815 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-container.service 2022-02-04 15:07:23.818 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:07:23.823 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2022-02-04 15:07:23.891 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2022-02-04 15:07:23.960 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecStart '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-02-04 15:07:24.030 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2022-02-04 15:07:24.087 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2022-02-04 15:07:24.142 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:07:24.214 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:07:24.220 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2022-02-04 15:07:24.307 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:07:24.722 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-container.service 2022-02-04 15:07:24.736 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2022-02-04 15:07:25.140 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-container.service 2022-02-04 15:07:25.164 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:07:25.167 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:25.170 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:25.174 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:25.177 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:25.179 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:25.182 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:07:25.186 | + functions-common:time_stop:2316 : start_time=1643987243738 2022-02-04 15:07:25.189 | + functions-common:time_stop:2318 : [[ -z 1643987243738 ]] 2022-02-04 15:07:25.192 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:25.197 | + functions-common:time_stop:2321 : end_time=1643987245194 2022-02-04 15:07:25.200 | + functions-common:time_stop:2322 : elapsed_time=1456 2022-02-04 15:07:25.203 | + functions-common:time_stop:2323 : total=5048 2022-02-04 15:07:25.206 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:25.210 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=6504 2022-02-04 15:07:25.214 | + lib/swift:start_swift:810 : for type in ${foreground_services} 2022-02-04 15:07:25.218 | + lib/swift:start_swift:811 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-04 15:07:25.222 | + functions-common:run_process:1564 : local service=s-account 2022-02-04 15:07:25.225 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-04 15:07:25.228 | + functions-common:run_process:1566 : local group= 2022-02-04 15:07:25.233 | + functions-common:run_process:1567 : local user= 2022-02-04 15:07:25.236 | + functions-common:run_process:1569 : local name=s-account 2022-02-04 15:07:25.240 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:07:25.244 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:07:25.248 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:25.251 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:25.255 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:25.265 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987245257 2022-02-04 15:07:25.270 | + functions-common:run_process:1572 : is_service_enabled s-account 2022-02-04 15:07:25.298 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:25.302 | + functions-common:run_process:1573 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' 2022-02-04 15:07:25.307 | + functions-common:_run_under_systemd:1529 : local service=s-account 2022-02-04 15:07:25.311 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-04 15:07:25.316 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-04 15:07:25.319 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-04 15:07:25.322 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-04 15:07:25.325 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2022-02-04 15:07:25.327 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2022-02-04 15:07:25.332 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-account.service 2022-02-04 15:07:25.336 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:07:25.339 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:07:25.342 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2022-02-04 15:07:25.344 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-account.service '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' ubuntu 2022-02-04 15:07:25.347 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-account.service 2022-02-04 15:07:25.349 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-04 15:07:25.352 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:07:25.354 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:07:25.357 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:07:25.360 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:07:25.362 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-account.service 2022-02-04 15:07:25.364 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:07:25.369 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2022-02-04 15:07:25.438 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2022-02-04 15:07:25.511 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecStart '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-02-04 15:07:25.570 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2022-02-04 15:07:25.633 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2022-02-04 15:07:25.698 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:07:25.759 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:07:25.762 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2022-02-04 15:07:25.851 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:07:26.292 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-account.service 2022-02-04 15:07:26.306 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2022-02-04 15:07:26.695 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-account.service 2022-02-04 15:07:26.724 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:07:26.727 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:26.730 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:26.733 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:26.735 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:26.737 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:26.740 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:07:26.742 | + functions-common:time_stop:2316 : start_time=1643987245257 2022-02-04 15:07:26.748 | + functions-common:time_stop:2318 : [[ -z 1643987245257 ]] 2022-02-04 15:07:26.751 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:26.757 | + functions-common:time_stop:2321 : end_time=1643987246754 2022-02-04 15:07:26.759 | + functions-common:time_stop:2322 : elapsed_time=1497 2022-02-04 15:07:26.761 | + functions-common:time_stop:2323 : total=6504 2022-02-04 15:07:26.764 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:26.766 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=8001 2022-02-04 15:07:26.769 | + lib/swift:start_swift:814 : [[ False == \T\r\u\e ]] 2022-02-04 15:07:26.771 | + lib/swift:start_swift:819 : enable_service s-container-sync 2022-02-04 15:07:26.831 | + lib/swift:start_swift:820 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-04 15:07:26.834 | + functions-common:run_process:1564 : local service=s-container-sync 2022-02-04 15:07:26.836 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-04 15:07:26.839 | + functions-common:run_process:1566 : local group= 2022-02-04 15:07:26.842 | + functions-common:run_process:1567 : local user= 2022-02-04 15:07:26.845 | + functions-common:run_process:1569 : local name=s-container-sync 2022-02-04 15:07:26.847 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:07:26.850 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:07:26.853 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:26.855 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:26.859 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:26.864 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987246861 2022-02-04 15:07:26.866 | + functions-common:run_process:1572 : is_service_enabled s-container-sync 2022-02-04 15:07:26.893 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:26.897 | + functions-common:run_process:1573 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' 2022-02-04 15:07:26.901 | + functions-common:_run_under_systemd:1529 : local service=s-container-sync 2022-02-04 15:07:26.905 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-04 15:07:26.907 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-04 15:07:26.910 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-04 15:07:26.913 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-04 15:07:26.915 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2022-02-04 15:07:26.918 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2022-02-04 15:07:26.921 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-container-sync.service 2022-02-04 15:07:26.925 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:07:26.928 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:07:26.930 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2022-02-04 15:07:26.933 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-container-sync.service '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' ubuntu 2022-02-04 15:07:26.935 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-container-sync.service 2022-02-04 15:07:26.938 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-04 15:07:26.942 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:07:26.946 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:07:26.950 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:07:26.953 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:07:26.955 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2022-02-04 15:07:26.958 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:07:26.965 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Unit Description 'Devstack devstack@s-container-sync.service' 2022-02-04 15:07:27.038 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2022-02-04 15:07:27.125 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecStart '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-02-04 15:07:27.200 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2022-02-04 15:07:27.275 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2022-02-04 15:07:27.345 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:07:27.407 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:07:27.410 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2022-02-04 15:07:27.481 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:07:27.936 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-container-sync.service 2022-02-04 15:07:27.951 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container-sync.service → /etc/systemd/system/devstack@s-container-sync.service. 2022-02-04 15:07:28.342 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-container-sync.service 2022-02-04 15:07:28.365 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:07:28.369 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:28.373 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:28.375 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:28.378 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:28.380 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:28.383 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:07:28.385 | + functions-common:time_stop:2316 : start_time=1643987246861 2022-02-04 15:07:28.388 | + functions-common:time_stop:2318 : [[ -z 1643987246861 ]] 2022-02-04 15:07:28.392 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:28.397 | + functions-common:time_stop:2321 : end_time=1643987248395 2022-02-04 15:07:28.400 | + functions-common:time_stop:2322 : elapsed_time=1534 2022-02-04 15:07:28.402 | + functions-common:time_stop:2323 : total=8001 2022-02-04 15:07:28.405 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:28.408 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=9535 2022-02-04 15:07:28.410 | + lib/swift:start_swift:827 : is_service_enabled tls-proxy 2022-02-04 15:07:28.428 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:07:28.431 | + lib/swift:start_swift:831 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-04 15:07:28.433 | + functions-common:run_process:1564 : local service=s-proxy 2022-02-04 15:07:28.436 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-04 15:07:28.438 | + functions-common:run_process:1566 : local group= 2022-02-04 15:07:28.441 | + functions-common:run_process:1567 : local user= 2022-02-04 15:07:28.443 | + functions-common:run_process:1569 : local name=s-proxy 2022-02-04 15:07:28.446 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:07:28.448 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:07:28.451 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:28.453 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:28.462 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:28.469 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987248466 2022-02-04 15:07:28.473 | + functions-common:run_process:1572 : is_service_enabled s-proxy 2022-02-04 15:07:28.492 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:28.496 | + functions-common:run_process:1573 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' 2022-02-04 15:07:28.500 | + functions-common:_run_under_systemd:1529 : local service=s-proxy 2022-02-04 15:07:28.503 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-04 15:07:28.506 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-04 15:07:28.509 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-04 15:07:28.512 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-04 15:07:28.514 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2022-02-04 15:07:28.517 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2022-02-04 15:07:28.520 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@s-proxy.service 2022-02-04 15:07:28.522 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:07:28.525 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:07:28.528 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2022-02-04 15:07:28.531 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@s-proxy.service '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' ubuntu 2022-02-04 15:07:28.534 | + functions-common:write_user_unit_file:1446 : local service=devstack@s-proxy.service 2022-02-04 15:07:28.536 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-04 15:07:28.539 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:07:28.541 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:07:28.545 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:07:28.548 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:07:28.553 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2022-02-04 15:07:28.559 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:07:28.564 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2022-02-04 15:07:28.646 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2022-02-04 15:07:28.730 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecStart '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-02-04 15:07:28.794 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2022-02-04 15:07:28.866 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2022-02-04 15:07:28.930 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:07:29.010 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:07:29.013 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2022-02-04 15:07:29.089 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:07:29.549 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@s-proxy.service 2022-02-04 15:07:29.564 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2022-02-04 15:07:29.988 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@s-proxy.service 2022-02-04 15:07:30.011 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:07:30.021 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:30.024 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:30.026 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:30.029 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:30.031 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:30.034 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:07:30.036 | + functions-common:time_stop:2316 : start_time=1643987248466 2022-02-04 15:07:30.039 | + functions-common:time_stop:2318 : [[ -z 1643987248466 ]] 2022-02-04 15:07:30.042 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:30.047 | + functions-common:time_stop:2321 : end_time=1643987250044 2022-02-04 15:07:30.050 | + functions-common:time_stop:2322 : elapsed_time=1578 2022-02-04 15:07:30.052 | + functions-common:time_stop:2323 : total=9535 2022-02-04 15:07:30.054 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:30.057 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=11113 2022-02-04 15:07:30.060 | + lib/swift:start_swift:836 : echo 'Waiting for swift proxy to start...' 2022-02-04 15:07:30.060 | Waiting for swift proxy to start... 2022-02-04 15:07:30.062 | + lib/swift:start_swift:837 : wait_for_service 60 http://10.222.0.18:8080/info 2022-02-04 15:07:30.065 | + functions:wait_for_service:457 : local timeout=60 2022-02-04 15:07:30.067 | + functions:wait_for_service:458 : local url=http://10.222.0.18:8080/info 2022-02-04 15:07:30.070 | + functions:wait_for_service:459 : local rval=0 2022-02-04 15:07:30.072 | + functions:wait_for_service:460 : time_start wait_for_service 2022-02-04 15:07:30.075 | + functions-common:time_start:2295 : local name=wait_for_service 2022-02-04 15:07:30.078 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:30.080 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:30.086 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:30.093 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987250088 2022-02-04 15:07:30.099 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-02-04 15:07:30.108 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.18:8080/info 2022-02-04 15:07:30.127 | + :: : [[ 000 == 503 ]] 2022-02-04 15:07:30.129 | + :: : [[ 7 -eq 7 ]] 2022-02-04 15:07:30.131 | + :: : sleep 1 2022-02-04 15:07:31.135 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.18:8080/info 2022-02-04 15:07:31.148 | + :: : [[ 000 == 503 ]] 2022-02-04 15:07:31.149 | + :: : [[ 7 -eq 7 ]] 2022-02-04 15:07:31.150 | + :: : sleep 1 2022-02-04 15:07:32.154 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.18:8080/info 2022-02-04 15:07:32.166 | + :: : [[ 000 == 503 ]] 2022-02-04 15:07:32.167 | + :: : [[ 7 -eq 7 ]] 2022-02-04 15:07:32.169 | + :: : sleep 1 2022-02-04 15:07:33.172 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.18:8080/info 2022-02-04 15:07:33.192 | + :: : [[ 200 == 503 ]] 2022-02-04 15:07:33.193 | + :: : [[ 0 -eq 7 ]] 2022-02-04 15:07:33.197 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-02-04 15:07:33.200 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:33.202 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:33.205 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:33.207 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:33.210 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:33.212 | + functions-common:time_stop:2315 : name=wait_for_service 2022-02-04 15:07:33.215 | + functions-common:time_stop:2316 : start_time=1643987250088 2022-02-04 15:07:33.218 | + functions-common:time_stop:2318 : [[ -z 1643987250088 ]] 2022-02-04 15:07:33.221 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:33.225 | + functions-common:time_stop:2321 : end_time=1643987253223 2022-02-04 15:07:33.228 | + functions-common:time_stop:2322 : elapsed_time=3135 2022-02-04 15:07:33.231 | + functions-common:time_stop:2323 : total=5879 2022-02-04 15:07:33.233 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:33.235 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=9014 2022-02-04 15:07:33.238 | + functions:wait_for_service:467 : return 0 2022-02-04 15:07:33.241 | + lib/swift:start_swift:841 : [[ False == \T\r\u\e ]] 2022-02-04 15:07:33.243 | + ./stack.sh:main:1262 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-02-04 15:07:33.246 | + ./stack.sh:main:1263 : is_service_enabled cinder 2022-02-04 15:07:33.266 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:33.268 | + ./stack.sh:main:1264 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-02-04 15:07:33.302 | + ./stack.sh:main:1267 : async_wait configure_neutron_nova 2022-02-04 15:07:33.360 | [17605 Async configure_neutron_nova:96940]: Waiting for completion of configure_neutron_nova running on PID 96940 (2 other jobs running) 2022-02-04 15:07:33.389 | [17605 Async configure_neutron_nova:96940]: Signaling child to exit 2022-02-04 15:07:33.389 | WAKEUP 2022-02-04 15:07:33.413 | [17605 Async configure_neutron_nova:96940]: Signaled 2022-02-04 15:07:33.415 | + lib/neutron:configure_neutron_nova:616 : is_neutron_legacy_enabled 2022-02-04 15:07:33.415 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-04 15:07:33.415 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-02-04 15:07:33.415 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-04 15:07:33.415 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-04 15:07:33.415 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-02-04 15:07:33.415 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-02-04 15:07:33.415 | + lib/neutron:configure_neutron_nova:618 : create_nova_conf_neutron /etc/nova/nova.conf 2022-02-04 15:07:33.415 | + lib/neutron-legacy:create_nova_conf_neutron:380 : local conf=/etc/nova/nova.conf 2022-02-04 15:07:33.415 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova.conf neutron auth_type password 2022-02-04 15:07:33.415 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.18/identity 2022-02-04 15:07:33.415 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova.conf neutron username neutron 2022-02-04 15:07:33.416 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova.conf neutron password Passw0rd 2022-02-04 15:07:33.416 | + lib/neutron-legacy:create_nova_conf_neutron:385 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2022-02-04 15:07:33.416 | + lib/neutron-legacy:create_nova_conf_neutron:386 : iniset /etc/nova/nova.conf neutron project_name service 2022-02-04 15:07:33.416 | + lib/neutron-legacy:create_nova_conf_neutron:387 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2022-02-04 15:07:33.416 | + lib/neutron-legacy:create_nova_conf_neutron:388 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2022-02-04 15:07:33.416 | + lib/neutron-legacy:create_nova_conf_neutron:389 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2022-02-04 15:07:33.416 | + lib/neutron-legacy:create_nova_conf_neutron:392 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2022-02-04 15:07:33.416 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2022-02-04 15:07:33.416 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2022-02-04 15:07:33.416 | + lib/neutron-legacy:create_nova_conf_neutron:394 : is_service_enabled q-meta 2022-02-04 15:07:33.417 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:33.417 | + lib/neutron-legacy:create_nova_conf_neutron:395 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2022-02-04 15:07:33.417 | + lib/neutron-legacy:create_nova_conf_neutron:398 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2022-02-04 15:07:33.417 | + lib/neutron-legacy:create_nova_conf_neutron:399 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2022-02-04 15:07:33.417 | + lib/neutron:configure_neutron_nova:619 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2022-02-04 15:07:33.417 | ++ lib/neutron:configure_neutron_nova:620 : seq 1 1 2022-02-04 15:07:33.417 | + lib/neutron:configure_neutron_nova:620 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-04 15:07:33.417 | + lib/neutron:configure_neutron_nova:621 : local conf 2022-02-04 15:07:33.417 | ++ lib/neutron:configure_neutron_nova:622 : conductor_conf 1 2022-02-04 15:07:33.417 | ++ lib/nova:conductor_conf:732 : local cell=1 2022-02-04 15:07:33.417 | ++ lib/nova:conductor_conf:733 : echo /etc/nova/nova_cell1.conf 2022-02-04 15:07:33.417 | + lib/neutron:configure_neutron_nova:622 : conf=/etc/nova/nova_cell1.conf 2022-02-04 15:07:33.417 | + lib/neutron:configure_neutron_nova:623 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2022-02-04 15:07:33.417 | + lib/neutron-legacy:create_nova_conf_neutron:380 : local conf=/etc/nova/nova_cell1.conf 2022-02-04 15:07:33.417 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2022-02-04 15:07:33.417 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.18/identity 2022-02-04 15:07:33.418 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2022-02-04 15:07:33.418 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2022-02-04 15:07:33.418 | + lib/neutron-legacy:create_nova_conf_neutron:385 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2022-02-04 15:07:33.418 | + lib/neutron-legacy:create_nova_conf_neutron:386 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2022-02-04 15:07:33.418 | + lib/neutron-legacy:create_nova_conf_neutron:387 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2022-02-04 15:07:33.418 | + lib/neutron-legacy:create_nova_conf_neutron:388 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2022-02-04 15:07:33.418 | + lib/neutron-legacy:create_nova_conf_neutron:389 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2022-02-04 15:07:33.418 | + lib/neutron-legacy:create_nova_conf_neutron:392 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2022-02-04 15:07:33.418 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2022-02-04 15:07:33.419 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2022-02-04 15:07:33.419 | + lib/neutron-legacy:create_nova_conf_neutron:394 : is_service_enabled q-meta 2022-02-04 15:07:33.419 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:33.419 | + lib/neutron-legacy:create_nova_conf_neutron:395 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2022-02-04 15:07:33.419 | + lib/neutron-legacy:create_nova_conf_neutron:398 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2022-02-04 15:07:33.419 | + lib/neutron-legacy:create_nova_conf_neutron:399 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2022-02-04 15:07:33.463 | [17605 Async configure_neutron_nova:96940]: finished configure_neutron_nova with result 0 in 1 seconds 2022-02-04 15:07:33.468 | + inc/async:async_wait:197 : return 0 2022-02-04 15:07:33.473 | + ./stack.sh:main:1273 : is_service_enabled nova 2022-02-04 15:07:33.491 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:33.494 | + ./stack.sh:main:1274 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-02-04 15:07:33.524 | + ./stack.sh:main:1275 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-02-04 15:07:33.558 | + ./stack.sh:main:1279 : is_service_enabled n-api 2022-02-04 15:07:33.576 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:33.579 | + ./stack.sh:main:1280 : echo_summary 'Starting Nova API' 2022-02-04 15:07:33.582 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:07:33.585 | + ./stack.sh:echo_summary:432 : echo -e Starting Nova API 2022-02-04 15:07:33.587 | + ./stack.sh:main:1281 : start_nova_api 2022-02-04 15:07:33.590 | + lib/nova:start_nova_api:858 : local service_port=8774 2022-02-04 15:07:33.593 | + lib/nova:start_nova_api:859 : local service_protocol=http 2022-02-04 15:07:33.595 | + lib/nova:start_nova_api:860 : local nova_url 2022-02-04 15:07:33.598 | + lib/nova:start_nova_api:861 : is_service_enabled tls-proxy 2022-02-04 15:07:33.615 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:07:33.618 | + lib/nova:start_nova_api:867 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:07:33.620 | + lib/nova:start_nova_api:868 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:07:33.624 | + lib/nova:start_nova_api:868 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:07:33.626 | + lib/nova:start_nova_api:870 : '[' True == False ']' 2022-02-04 15:07:33.630 | ++ lib/nova:start_nova_api:878 : which uwsgi 2022-02-04 15:07:33.634 | + lib/nova:start_nova_api:878 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-04 15:07:33.637 | + functions-common:run_process:1564 : local service=n-api 2022-02-04 15:07:33.639 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-04 15:07:33.643 | + functions-common:run_process:1566 : local group= 2022-02-04 15:07:33.646 | + functions-common:run_process:1567 : local user= 2022-02-04 15:07:33.648 | + functions-common:run_process:1569 : local name=n-api 2022-02-04 15:07:33.652 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:07:33.655 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:07:33.657 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:33.660 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:33.664 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:33.669 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987253666 2022-02-04 15:07:33.672 | + functions-common:run_process:1572 : is_service_enabled n-api 2022-02-04 15:07:33.689 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:33.691 | + functions-common:run_process:1573 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' 2022-02-04 15:07:33.694 | + functions-common:_run_under_systemd:1529 : local service=n-api 2022-02-04 15:07:33.697 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-04 15:07:33.700 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-04 15:07:33.703 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-04 15:07:33.707 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-04 15:07:33.709 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2022-02-04 15:07:33.713 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2022-02-04 15:07:33.716 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-api.service 2022-02-04 15:07:33.719 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:07:33.723 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:07:33.726 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2022-02-04 15:07:33.729 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' ubuntu 2022-02-04 15:07:33.732 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@n-api.service 2022-02-04 15:07:33.734 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-04 15:07:33.737 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-02-04 15:07:33.739 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-02-04 15:07:33.741 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@n-api.service 2022-02-04 15:07:33.744 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-02-04 15:07:33.748 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2022-02-04 15:07:33.817 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2022-02-04 15:07:33.882 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2022-02-04 15:07:33.938 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-02-04 15:07:33.995 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:07:34.053 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2022-02-04 15:07:34.110 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2022-02-04 15:07:34.166 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2022-02-04 15:07:34.221 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2022-02-04 15:07:34.276 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2022-02-04 15:07:34.331 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-02-04 15:07:34.334 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2022-02-04 15:07:34.403 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-02-04 15:07:34.809 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-api.service 2022-02-04 15:07:34.823 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2022-02-04 15:07:35.219 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-api.service 2022-02-04 15:07:35.299 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:07:35.302 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:35.304 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:35.307 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:35.310 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:35.312 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:35.315 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:07:35.318 | + functions-common:time_stop:2316 : start_time=1643987253666 2022-02-04 15:07:35.320 | + functions-common:time_stop:2318 : [[ -z 1643987253666 ]] 2022-02-04 15:07:35.325 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:35.330 | + functions-common:time_stop:2321 : end_time=1643987255327 2022-02-04 15:07:35.333 | + functions-common:time_stop:2322 : elapsed_time=1661 2022-02-04 15:07:35.335 | + functions-common:time_stop:2323 : total=11113 2022-02-04 15:07:35.338 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:35.341 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=12774 2022-02-04 15:07:35.343 | + lib/nova:start_nova_api:879 : nova_url=http://10.222.0.18/compute/v2.1/ 2022-02-04 15:07:35.346 | + lib/nova:start_nova_api:882 : echo 'Waiting for nova-api to start...' 2022-02-04 15:07:35.346 | Waiting for nova-api to start... 2022-02-04 15:07:35.349 | + lib/nova:start_nova_api:883 : wait_for_service 60 http://10.222.0.18/compute/v2.1/ 2022-02-04 15:07:35.351 | + functions:wait_for_service:457 : local timeout=60 2022-02-04 15:07:35.353 | + functions:wait_for_service:458 : local url=http://10.222.0.18/compute/v2.1/ 2022-02-04 15:07:35.356 | + functions:wait_for_service:459 : local rval=0 2022-02-04 15:07:35.359 | + functions:wait_for_service:460 : time_start wait_for_service 2022-02-04 15:07:35.361 | + functions-common:time_start:2295 : local name=wait_for_service 2022-02-04 15:07:35.364 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:35.366 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:35.369 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:35.374 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987255371 2022-02-04 15:07:35.379 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-02-04 15:07:35.386 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.18/compute/v2.1/ 2022-02-04 15:07:42.329 | + :: : [[ 200 == 503 ]] 2022-02-04 15:07:42.330 | + :: : [[ 0 -eq 7 ]] 2022-02-04 15:07:42.333 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-02-04 15:07:42.336 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:42.339 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:42.341 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:42.344 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:42.346 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:42.349 | + functions-common:time_stop:2315 : name=wait_for_service 2022-02-04 15:07:42.351 | + functions-common:time_stop:2316 : start_time=1643987255371 2022-02-04 15:07:42.354 | + functions-common:time_stop:2318 : [[ -z 1643987255371 ]] 2022-02-04 15:07:42.357 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:42.362 | + functions-common:time_stop:2321 : end_time=1643987262359 2022-02-04 15:07:42.365 | + functions-common:time_stop:2322 : elapsed_time=6988 2022-02-04 15:07:42.367 | + functions-common:time_stop:2323 : total=9014 2022-02-04 15:07:42.370 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:42.373 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=16002 2022-02-04 15:07:42.375 | + functions:wait_for_service:467 : return 0 2022-02-04 15:07:42.378 | + lib/nova:start_nova_api:887 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:07:42.381 | + lib/nova:start_nova_api:887 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:07:42.384 | + ./stack.sh:main:1284 : is_service_enabled ovn-controller ovn-controller-vtep 2022-02-04 15:07:42.402 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:42.404 | + ./stack.sh:main:1285 : echo_summary 'Starting OVN services' 2022-02-04 15:07:42.407 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:07:42.410 | + ./stack.sh:echo_summary:432 : echo -e Starting OVN services 2022-02-04 15:07:42.412 | + ./stack.sh:main:1286 : start_ovn_services 2022-02-04 15:07:42.415 | + lib/neutron-legacy:start_ovn_services:475 : [[ openvswitch == \o\v\n ]] 2022-02-04 15:07:42.418 | + ./stack.sh:main:1289 : is_service_enabled neutron-api 2022-02-04 15:07:42.439 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:07:42.441 | + ./stack.sh:main:1292 : is_service_enabled q-svc 2022-02-04 15:07:42.462 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:42.466 | + ./stack.sh:main:1293 : echo_summary 'Starting Neutron' 2022-02-04 15:07:42.469 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:07:42.472 | + ./stack.sh:echo_summary:432 : echo -e Starting Neutron 2022-02-04 15:07:42.475 | + ./stack.sh:main:1294 : configure_neutron_after_post_config 2022-02-04 15:07:42.479 | + lib/neutron-legacy:configure_neutron_after_post_config:468 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2022-02-04 15:07:42.482 | + lib/neutron-legacy:configure_neutron_after_post_config:469 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-02-04 15:07:42.515 | + ./stack.sh:main:1295 : start_neutron_service_and_check 2022-02-04 15:07:42.518 | + lib/neutron-legacy:start_neutron_service_and_check:491 : local service_port=9696 2022-02-04 15:07:42.521 | + lib/neutron-legacy:start_neutron_service_and_check:492 : local service_protocol=http 2022-02-04 15:07:42.523 | + lib/neutron-legacy:start_neutron_service_and_check:493 : local cfg_file_options 2022-02-04 15:07:42.526 | + lib/neutron-legacy:start_neutron_service_and_check:494 : local neutron_url 2022-02-04 15:07:42.530 | ++ lib/neutron-legacy:start_neutron_service_and_check:496 : determine_config_files neutron-server 2022-02-04 15:07:42.532 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2022-02-04 15:07:42.535 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2022-02-04 15:07:42.538 | +++ lib/neutron-legacy:determine_config_files:326 : _determine_config_server 2022-02-04 15:07:42.541 | +++ lib/neutron-legacy:_determine_config_server:294 : [[ '' != '' ]] 2022-02-04 15:07:42.544 | +++ lib/neutron-legacy:_determine_config_server:301 : [[ 0 > 0 ]] 2022-02-04 15:07:42.546 | +++ lib/neutron-legacy:_determine_config_server:308 : local cfg_file 2022-02-04 15:07:42.549 | +++ lib/neutron-legacy:_determine_config_server:309 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:42.551 | +++ lib/neutron-legacy:_determine_config_server:313 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:42.554 | ++ lib/neutron-legacy:determine_config_files:326 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:42.557 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2022-02-04 15:07:42.560 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:42.563 | + lib/neutron-legacy:start_neutron_service_and_check:496 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:42.565 | + lib/neutron-legacy:start_neutron_service_and_check:498 : is_service_enabled tls-proxy 2022-02-04 15:07:42.582 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:07:42.585 | + lib/neutron-legacy:start_neutron_service_and_check:503 : '[' False == True ']' 2022-02-04 15:07:42.588 | + lib/neutron-legacy:start_neutron_service_and_check:510 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:42.591 | + functions-common:run_process:1564 : local service=q-svc 2022-02-04 15:07:42.593 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:42.596 | + functions-common:run_process:1566 : local group= 2022-02-04 15:07:42.598 | + functions-common:run_process:1567 : local user= 2022-02-04 15:07:42.601 | + functions-common:run_process:1569 : local name=q-svc 2022-02-04 15:07:42.603 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:07:42.606 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:07:42.609 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:42.611 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:42.614 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:42.619 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987262616 2022-02-04 15:07:42.621 | + functions-common:run_process:1572 : is_service_enabled q-svc 2022-02-04 15:07:42.637 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:42.640 | + functions-common:run_process:1573 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' 2022-02-04 15:07:42.642 | + functions-common:_run_under_systemd:1529 : local service=q-svc 2022-02-04 15:07:42.645 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:42.647 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:42.650 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:42.653 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:42.655 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2022-02-04 15:07:42.658 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2022-02-04 15:07:42.660 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-svc.service 2022-02-04 15:07:42.663 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:07:42.665 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:07:42.668 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2022-02-04 15:07:42.671 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu 2022-02-04 15:07:42.673 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-svc.service 2022-02-04 15:07:42.675 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:42.677 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:07:42.680 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:07:42.682 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:07:42.684 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:07:42.686 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2022-02-04 15:07:42.689 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:07:42.693 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2022-02-04 15:07:42.756 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2022-02-04 15:07:42.821 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:42.878 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2022-02-04 15:07:42.942 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2022-02-04 15:07:42.995 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:07:43.047 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:07:43.049 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2022-02-04 15:07:43.114 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:07:43.535 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-svc.service 2022-02-04 15:07:43.549 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2022-02-04 15:07:43.950 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-svc.service 2022-02-04 15:07:43.974 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:07:43.977 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:43.980 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:43.988 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:43.991 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:43.993 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:43.996 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:07:43.998 | + functions-common:time_stop:2316 : start_time=1643987262616 2022-02-04 15:07:44.001 | + functions-common:time_stop:2318 : [[ -z 1643987262616 ]] 2022-02-04 15:07:44.004 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:44.009 | + functions-common:time_stop:2321 : end_time=1643987264006 2022-02-04 15:07:44.011 | + functions-common:time_stop:2322 : elapsed_time=1390 2022-02-04 15:07:44.014 | + functions-common:time_stop:2323 : total=12774 2022-02-04 15:07:44.016 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:44.018 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=14164 2022-02-04 15:07:44.021 | + lib/neutron-legacy:start_neutron_service_and_check:511 : neutron_url=http://10.222.0.18:9696 2022-02-04 15:07:44.023 | + lib/neutron-legacy:start_neutron_service_and_check:513 : is_service_enabled tls-proxy 2022-02-04 15:07:44.041 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:07:44.044 | + lib/neutron-legacy:start_neutron_service_and_check:517 : echo 'Waiting for Neutron to start...' 2022-02-04 15:07:44.044 | Waiting for Neutron to start... 2022-02-04 15:07:44.047 | + lib/neutron-legacy:start_neutron_service_and_check:519 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.18:9696' 2022-02-04 15:07:44.049 | + lib/neutron-legacy:start_neutron_service_and_check:520 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.18:9696' 'Neutron did not start' 60 2022-02-04 15:07:44.052 | + functions-common:test_with_retry:2247 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.18:9696' 2022-02-04 15:07:44.054 | + functions-common:test_with_retry:2248 : local 'failmsg=Neutron did not start' 2022-02-04 15:07:44.057 | + functions-common:test_with_retry:2249 : local until=60 2022-02-04 15:07:44.059 | + functions-common:test_with_retry:2250 : local sleep=0.5 2022-02-04 15:07:44.061 | + functions-common:test_with_retry:2252 : time_start test_with_retry 2022-02-04 15:07:44.064 | + functions-common:time_start:2295 : local name=test_with_retry 2022-02-04 15:07:44.066 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:44.069 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:44.072 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:44.077 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987264074 2022-02-04 15:07:44.080 | + functions-common:test_with_retry:2253 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.18:9696; do sleep 0.5; done' 2022-02-04 15:07:49.658 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.18:9696/v2.0/"}]}]}+ functions-common:test_with_retry:2256 : time_stop test_with_retry 2022-02-04 15:07:49.660 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:49.663 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:49.665 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:49.668 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:49.671 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:49.673 | + functions-common:time_stop:2315 : name=test_with_retry 2022-02-04 15:07:49.676 | + functions-common:time_stop:2316 : start_time=1643987264074 2022-02-04 15:07:49.678 | + functions-common:time_stop:2318 : [[ -z 1643987264074 ]] 2022-02-04 15:07:49.681 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:49.686 | + functions-common:time_stop:2321 : end_time=1643987269684 2022-02-04 15:07:49.689 | + functions-common:time_stop:2322 : elapsed_time=5610 2022-02-04 15:07:49.692 | + functions-common:time_stop:2323 : total=0 2022-02-04 15:07:49.694 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:49.697 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=5610 2022-02-04 15:07:49.700 | + ./stack.sh:main:1300 : is_service_enabled placement 2022-02-04 15:07:49.718 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:49.721 | + ./stack.sh:main:1301 : echo_summary 'Starting Placement' 2022-02-04 15:07:49.723 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:07:49.726 | + ./stack.sh:echo_summary:432 : echo -e Starting Placement 2022-02-04 15:07:49.728 | + ./stack.sh:main:1302 : start_placement 2022-02-04 15:07:49.731 | + lib/placement:start_placement:160 : start_placement_api 2022-02-04 15:07:49.734 | + lib/placement:start_placement_api:146 : [[ uwsgi == \u\w\s\g\i ]] 2022-02-04 15:07:49.737 | ++ lib/placement:start_placement_api:147 : which uwsgi 2022-02-04 15:07:49.741 | + lib/placement:start_placement_api:147 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-04 15:07:49.744 | + functions-common:run_process:1564 : local service=placement-api 2022-02-04 15:07:49.747 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-04 15:07:49.750 | + functions-common:run_process:1566 : local group= 2022-02-04 15:07:49.752 | + functions-common:run_process:1567 : local user= 2022-02-04 15:07:49.755 | + functions-common:run_process:1569 : local name=placement-api 2022-02-04 15:07:49.757 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:07:49.760 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:07:49.762 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:49.765 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:49.768 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:49.772 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987269769 2022-02-04 15:07:49.775 | + functions-common:run_process:1572 : is_service_enabled placement-api 2022-02-04 15:07:49.792 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:49.795 | + functions-common:run_process:1573 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' 2022-02-04 15:07:49.797 | + functions-common:_run_under_systemd:1529 : local service=placement-api 2022-02-04 15:07:49.801 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-04 15:07:49.804 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-04 15:07:49.806 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-04 15:07:49.810 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-04 15:07:49.812 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2022-02-04 15:07:49.815 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2022-02-04 15:07:49.818 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@placement-api.service 2022-02-04 15:07:49.820 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:07:49.823 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:07:49.825 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2022-02-04 15:07:49.828 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ubuntu 2022-02-04 15:07:49.830 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@placement-api.service 2022-02-04 15:07:49.833 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-04 15:07:49.835 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-02-04 15:07:49.838 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-02-04 15:07:49.840 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2022-02-04 15:07:49.842 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-02-04 15:07:49.847 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2022-02-04 15:07:49.916 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2022-02-04 15:07:49.981 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu 2022-02-04 15:07:50.033 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-02-04 15:07:50.083 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:07:50.136 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2022-02-04 15:07:50.189 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2022-02-04 15:07:50.250 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2022-02-04 15:07:50.306 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2022-02-04 15:07:50.365 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2022-02-04 15:07:50.421 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-02-04 15:07:50.424 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2022-02-04 15:07:50.488 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-02-04 15:07:50.900 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@placement-api.service 2022-02-04 15:07:50.914 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2022-02-04 15:07:51.307 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@placement-api.service 2022-02-04 15:07:51.385 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:07:51.388 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:51.390 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:51.393 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:51.398 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:51.401 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:51.404 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:07:51.406 | + functions-common:time_stop:2316 : start_time=1643987269769 2022-02-04 15:07:51.409 | + functions-common:time_stop:2318 : [[ -z 1643987269769 ]] 2022-02-04 15:07:51.415 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:51.417 | + functions-common:time_stop:2321 : end_time=1643987271414 2022-02-04 15:07:51.420 | + functions-common:time_stop:2322 : elapsed_time=1645 2022-02-04 15:07:51.423 | + functions-common:time_stop:2323 : total=14164 2022-02-04 15:07:51.425 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:51.427 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=15809 2022-02-04 15:07:51.430 | + lib/placement:start_placement_api:153 : echo 'Waiting for placement-api to start...' 2022-02-04 15:07:51.430 | Waiting for placement-api to start... 2022-02-04 15:07:51.432 | + lib/placement:start_placement_api:154 : wait_for_service 60 http://10.222.0.18/placement 2022-02-04 15:07:51.435 | + functions:wait_for_service:457 : local timeout=60 2022-02-04 15:07:51.438 | + functions:wait_for_service:458 : local url=http://10.222.0.18/placement 2022-02-04 15:07:51.440 | + functions:wait_for_service:459 : local rval=0 2022-02-04 15:07:51.442 | + functions:wait_for_service:460 : time_start wait_for_service 2022-02-04 15:07:51.445 | + functions-common:time_start:2295 : local name=wait_for_service 2022-02-04 15:07:51.447 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:51.450 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:51.454 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:51.458 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987271455 2022-02-04 15:07:51.461 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-02-04 15:07:51.468 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.18/placement 2022-02-04 15:07:54.224 | + :: : [[ 200 == 503 ]] 2022-02-04 15:07:54.226 | + :: : [[ 0 -eq 7 ]] 2022-02-04 15:07:54.229 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-02-04 15:07:54.233 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:54.237 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:54.240 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:54.243 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:54.247 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:54.251 | + functions-common:time_stop:2315 : name=wait_for_service 2022-02-04 15:07:54.254 | + functions-common:time_stop:2316 : start_time=1643987271455 2022-02-04 15:07:54.258 | + functions-common:time_stop:2318 : [[ -z 1643987271455 ]] 2022-02-04 15:07:54.262 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:54.267 | + functions-common:time_stop:2321 : end_time=1643987274264 2022-02-04 15:07:54.270 | + functions-common:time_stop:2322 : elapsed_time=2809 2022-02-04 15:07:54.273 | + functions-common:time_stop:2323 : total=16002 2022-02-04 15:07:54.275 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:54.278 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=18811 2022-02-04 15:07:54.280 | + functions:wait_for_service:467 : return 0 2022-02-04 15:07:54.283 | + ./stack.sh:main:1305 : is_service_enabled neutron 2022-02-04 15:07:54.301 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:54.304 | + ./stack.sh:main:1306 : start_neutron 2022-02-04 15:07:54.306 | + lib/neutron:start_neutron:702 : is_neutron_legacy_enabled 2022-02-04 15:07:54.311 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-04 15:07:54.311 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-02-04 15:07:54.317 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-02-04 15:07:54.319 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-02-04 15:07:54.322 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync =~ ,q- ]] 2022-02-04 15:07:54.325 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-02-04 15:07:54.327 | + lib/neutron:start_neutron:704 : start_mutnauq_l2_agent 2022-02-04 15:07:54.330 | + lib/neutron-legacy:start_mutnauq_l2_agent:526 : run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:54.332 | + functions-common:run_process:1564 : local service=q-agt 2022-02-04 15:07:54.335 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:54.338 | + functions-common:run_process:1566 : local group= 2022-02-04 15:07:54.340 | + functions-common:run_process:1567 : local user= 2022-02-04 15:07:54.343 | + functions-common:run_process:1569 : local name=q-agt 2022-02-04 15:07:54.345 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:07:54.348 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:07:54.350 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:54.353 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:54.356 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:54.361 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987274358 2022-02-04 15:07:54.363 | + functions-common:run_process:1572 : is_service_enabled q-agt 2022-02-04 15:07:54.380 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:54.383 | + functions-common:run_process:1573 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' 2022-02-04 15:07:54.385 | + functions-common:_run_under_systemd:1529 : local service=q-agt 2022-02-04 15:07:54.388 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:54.391 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:54.393 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:54.396 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:54.398 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2022-02-04 15:07:54.400 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2022-02-04 15:07:54.403 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-agt.service 2022-02-04 15:07:54.406 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:07:54.408 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:07:54.411 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2022-02-04 15:07:54.413 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu 2022-02-04 15:07:54.416 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-agt.service 2022-02-04 15:07:54.418 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:54.421 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:07:54.423 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:07:54.425 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:07:54.427 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:07:54.430 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2022-02-04 15:07:54.432 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:07:54.437 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2022-02-04 15:07:54.500 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu 2022-02-04 15:07:54.563 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-02-04 15:07:54.621 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2022-02-04 15:07:54.680 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2022-02-04 15:07:54.740 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:07:54.798 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:07:54.800 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2022-02-04 15:07:54.877 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:07:55.306 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-agt.service 2022-02-04 15:07:55.320 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2022-02-04 15:07:55.719 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-agt.service 2022-02-04 15:07:55.748 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:07:55.751 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:55.754 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:55.758 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:55.762 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:55.765 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:55.768 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:07:55.771 | + functions-common:time_stop:2316 : start_time=1643987274358 2022-02-04 15:07:55.774 | + functions-common:time_stop:2318 : [[ -z 1643987274358 ]] 2022-02-04 15:07:55.779 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:55.784 | + functions-common:time_stop:2321 : end_time=1643987275781 2022-02-04 15:07:55.787 | + functions-common:time_stop:2322 : elapsed_time=1423 2022-02-04 15:07:55.789 | + functions-common:time_stop:2323 : total=15809 2022-02-04 15:07:55.792 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:55.794 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=17232 2022-02-04 15:07:55.797 | + lib/neutron-legacy:start_mutnauq_l2_agent:528 : is_provider_network 2022-02-04 15:07:55.800 | + functions-common:is_provider_network:2158 : '[' '' == True ']' 2022-02-04 15:07:55.802 | + functions-common:is_provider_network:2161 : return 1 2022-02-04 15:07:55.805 | + lib/neutron:start_neutron:705 : start_mutnauq_other_agents 2022-02-04 15:07:55.808 | + lib/neutron-legacy:start_mutnauq_other_agents:544 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-04 15:07:55.810 | + functions-common:run_process:1564 : local service=q-dhcp 2022-02-04 15:07:55.813 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-04 15:07:55.815 | + functions-common:run_process:1566 : local group= 2022-02-04 15:07:55.818 | + functions-common:run_process:1567 : local user= 2022-02-04 15:07:55.820 | + functions-common:run_process:1569 : local name=q-dhcp 2022-02-04 15:07:55.823 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:07:55.826 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:07:55.828 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:55.831 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:55.834 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:55.840 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987275836 2022-02-04 15:07:55.842 | + functions-common:run_process:1572 : is_service_enabled q-dhcp 2022-02-04 15:07:55.862 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:55.864 | + functions-common:run_process:1573 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' 2022-02-04 15:07:55.867 | + functions-common:_run_under_systemd:1529 : local service=q-dhcp 2022-02-04 15:07:55.869 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-04 15:07:55.872 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-04 15:07:55.874 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-04 15:07:55.877 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-04 15:07:55.879 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2022-02-04 15:07:55.882 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2022-02-04 15:07:55.885 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-dhcp.service 2022-02-04 15:07:55.888 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:07:55.890 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:07:55.893 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2022-02-04 15:07:55.896 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' ubuntu 2022-02-04 15:07:55.898 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-dhcp.service 2022-02-04 15:07:55.901 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-04 15:07:55.904 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:07:55.907 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:07:55.910 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:07:55.912 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:07:55.915 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2022-02-04 15:07:55.917 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:07:55.922 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2022-02-04 15:07:55.989 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu 2022-02-04 15:07:56.067 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-02-04 15:07:56.128 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2022-02-04 15:07:56.200 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2022-02-04 15:07:56.268 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:07:56.343 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:07:56.346 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2022-02-04 15:07:56.425 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:07:56.872 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-dhcp.service 2022-02-04 15:07:56.887 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2022-02-04 15:07:57.310 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-dhcp.service 2022-02-04 15:07:57.347 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:07:57.350 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:57.354 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:57.357 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:57.360 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:57.363 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:57.366 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:07:57.369 | + functions-common:time_stop:2316 : start_time=1643987275836 2022-02-04 15:07:57.373 | + functions-common:time_stop:2318 : [[ -z 1643987275836 ]] 2022-02-04 15:07:57.380 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:57.385 | + functions-common:time_stop:2321 : end_time=1643987277381 2022-02-04 15:07:57.388 | + functions-common:time_stop:2322 : elapsed_time=1545 2022-02-04 15:07:57.391 | + functions-common:time_stop:2323 : total=17232 2022-02-04 15:07:57.394 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:57.397 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=18777 2022-02-04 15:07:57.400 | + lib/neutron-legacy:start_mutnauq_other_agents:546 : is_service_enabled neutron-vpnaas 2022-02-04 15:07:57.426 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:07:57.430 | ++ lib/neutron-legacy:start_mutnauq_other_agents:549 : determine_config_files neutron-l3-agent 2022-02-04 15:07:57.434 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2022-02-04 15:07:57.437 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2022-02-04 15:07:57.441 | +++ lib/neutron-legacy:determine_config_files:327 : _determine_config_l3 2022-02-04 15:07:57.444 | +++ lib/neutron-legacy:_determine_config_l3:317 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-04 15:07:57.448 | +++ lib/neutron-legacy:_determine_config_l3:318 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-04 15:07:57.452 | ++ lib/neutron-legacy:determine_config_files:327 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-04 15:07:57.455 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2022-02-04 15:07:57.458 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-04 15:07:57.462 | + lib/neutron-legacy:start_mutnauq_other_agents:549 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-04 15:07:57.466 | + functions-common:run_process:1564 : local service=q-l3 2022-02-04 15:07:57.469 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-04 15:07:57.472 | + functions-common:run_process:1566 : local group= 2022-02-04 15:07:57.475 | + functions-common:run_process:1567 : local user= 2022-02-04 15:07:57.478 | + functions-common:run_process:1569 : local name=q-l3 2022-02-04 15:07:57.481 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:07:57.484 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:07:57.487 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:57.490 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:57.494 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:57.500 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987277497 2022-02-04 15:07:57.502 | + functions-common:run_process:1572 : is_service_enabled q-l3 2022-02-04 15:07:57.522 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:57.525 | + functions-common:run_process:1573 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' 2022-02-04 15:07:57.527 | + functions-common:_run_under_systemd:1529 : local service=q-l3 2022-02-04 15:07:57.530 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-04 15:07:57.532 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-04 15:07:57.535 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-04 15:07:57.538 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-04 15:07:57.540 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2022-02-04 15:07:57.543 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2022-02-04 15:07:57.545 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-l3.service 2022-02-04 15:07:57.548 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:07:57.551 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:07:57.553 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2022-02-04 15:07:57.556 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' ubuntu 2022-02-04 15:07:57.559 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-l3.service 2022-02-04 15:07:57.562 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-04 15:07:57.564 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:07:57.567 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:07:57.569 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:07:57.572 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:07:57.576 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2022-02-04 15:07:57.578 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:07:57.583 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2022-02-04 15:07:57.651 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu 2022-02-04 15:07:57.729 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-02-04 15:07:57.798 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2022-02-04 15:07:57.875 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2022-02-04 15:07:57.940 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:07:58.017 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:07:58.020 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2022-02-04 15:07:58.116 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:07:58.666 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-l3.service 2022-02-04 15:07:58.692 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2022-02-04 15:07:59.158 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-l3.service 2022-02-04 15:07:59.197 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:07:59.203 | + functions-common:time_stop:2309 : local name 2022-02-04 15:07:59.211 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:07:59.216 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:07:59.220 | + functions-common:time_stop:2312 : local total 2022-02-04 15:07:59.224 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:07:59.228 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:07:59.232 | + functions-common:time_stop:2316 : start_time=1643987277497 2022-02-04 15:07:59.236 | + functions-common:time_stop:2318 : [[ -z 1643987277497 ]] 2022-02-04 15:07:59.243 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:07:59.248 | + functions-common:time_stop:2321 : end_time=1643987279243 2022-02-04 15:07:59.254 | + functions-common:time_stop:2322 : elapsed_time=1746 2022-02-04 15:07:59.258 | + functions-common:time_stop:2323 : total=18777 2022-02-04 15:07:59.262 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:07:59.264 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=20523 2022-02-04 15:07:59.269 | + lib/neutron-legacy:start_mutnauq_other_agents:552 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-04 15:07:59.272 | + functions-common:run_process:1564 : local service=q-meta 2022-02-04 15:07:59.277 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-04 15:07:59.280 | + functions-common:run_process:1566 : local group= 2022-02-04 15:07:59.287 | + functions-common:run_process:1567 : local user= 2022-02-04 15:07:59.290 | + functions-common:run_process:1569 : local name=q-meta 2022-02-04 15:07:59.295 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:07:59.299 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:07:59.303 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:07:59.314 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:07:59.319 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:07:59.328 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987279322 2022-02-04 15:07:59.332 | + functions-common:run_process:1572 : is_service_enabled q-meta 2022-02-04 15:07:59.364 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:07:59.368 | + functions-common:run_process:1573 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' 2022-02-04 15:07:59.373 | + functions-common:_run_under_systemd:1529 : local service=q-meta 2022-02-04 15:07:59.377 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-04 15:07:59.382 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-04 15:07:59.392 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-04 15:07:59.392 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-04 15:07:59.395 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2022-02-04 15:07:59.400 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2022-02-04 15:07:59.404 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-meta.service 2022-02-04 15:07:59.405 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:07:59.412 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:07:59.416 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2022-02-04 15:07:59.420 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' ubuntu 2022-02-04 15:07:59.424 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-meta.service 2022-02-04 15:07:59.426 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-04 15:07:59.429 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:07:59.437 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:07:59.440 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:07:59.444 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:07:59.445 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2022-02-04 15:07:59.450 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:07:59.460 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2022-02-04 15:07:59.568 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu 2022-02-04 15:07:59.670 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-02-04 15:07:59.765 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2022-02-04 15:07:59.859 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2022-02-04 15:07:59.930 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:08:00.020 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:08:00.026 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2022-02-04 15:08:00.136 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:08:00.884 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-meta.service 2022-02-04 15:08:00.901 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2022-02-04 15:08:01.333 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-meta.service 2022-02-04 15:08:01.365 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:08:01.368 | + functions-common:time_stop:2309 : local name 2022-02-04 15:08:01.371 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:08:01.377 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:08:01.380 | + functions-common:time_stop:2312 : local total 2022-02-04 15:08:01.384 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:08:01.388 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:08:01.391 | + functions-common:time_stop:2316 : start_time=1643987279322 2022-02-04 15:08:01.393 | + functions-common:time_stop:2318 : [[ -z 1643987279322 ]] 2022-02-04 15:08:01.398 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:08:01.403 | + functions-common:time_stop:2321 : end_time=1643987281400 2022-02-04 15:08:01.406 | + functions-common:time_stop:2322 : elapsed_time=2078 2022-02-04 15:08:01.408 | + functions-common:time_stop:2323 : total=20523 2022-02-04 15:08:01.411 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:08:01.413 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=22601 2022-02-04 15:08:01.417 | + lib/neutron-legacy:start_mutnauq_other_agents:553 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-04 15:08:01.418 | + functions-common:run_process:1564 : local service=q-metering 2022-02-04 15:08:01.421 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-04 15:08:01.425 | + functions-common:run_process:1566 : local group= 2022-02-04 15:08:01.426 | + functions-common:run_process:1567 : local user= 2022-02-04 15:08:01.429 | + functions-common:run_process:1569 : local name=q-metering 2022-02-04 15:08:01.433 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:08:01.435 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:08:01.441 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:08:01.444 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:08:01.451 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:08:01.454 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987281450 2022-02-04 15:08:01.457 | + functions-common:run_process:1572 : is_service_enabled q-metering 2022-02-04 15:08:01.480 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:08:01.483 | + functions-common:run_process:1573 : _run_under_systemd q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' '' '' 2022-02-04 15:08:01.485 | + functions-common:_run_under_systemd:1529 : local service=q-metering 2022-02-04 15:08:01.488 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-04 15:08:01.491 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-04 15:08:01.494 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-04 15:08:01.497 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-04 15:08:01.500 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ sudo ]] 2022-02-04 15:08:01.503 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ ^/ ]] 2022-02-04 15:08:01.506 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@q-metering.service 2022-02-04 15:08:01.508 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:08:01.511 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:08:01.514 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ uwsgi ]] 2022-02-04 15:08:01.517 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@q-metering.service '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' '' ubuntu 2022-02-04 15:08:01.520 | + functions-common:write_user_unit_file:1446 : local service=devstack@q-metering.service 2022-02-04 15:08:01.523 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-04 15:08:01.525 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:08:01.529 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:08:01.531 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:08:01.534 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:08:01.537 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@q-metering.service 2022-02-04 15:08:01.539 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:08:01.546 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Unit Description 'Devstack devstack@q-metering.service' 2022-02-04 15:08:01.628 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service User ubuntu 2022-02-04 15:08:01.720 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecStart '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-02-04 15:08:01.795 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service KillMode process 2022-02-04 15:08:01.870 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service TimeoutStopSec 300 2022-02-04 15:08:01.985 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:08:02.088 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:08:02.091 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Install WantedBy multi-user.target 2022-02-04 15:08:02.242 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:08:03.031 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@q-metering.service 2022-02-04 15:08:03.053 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-metering.service → /etc/systemd/system/devstack@q-metering.service. 2022-02-04 15:08:03.574 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@q-metering.service 2022-02-04 15:08:03.609 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:08:03.617 | + functions-common:time_stop:2309 : local name 2022-02-04 15:08:03.623 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:08:03.631 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:08:03.634 | + functions-common:time_stop:2312 : local total 2022-02-04 15:08:03.639 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:08:03.647 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:08:03.655 | + functions-common:time_stop:2316 : start_time=1643987281450 2022-02-04 15:08:03.663 | + functions-common:time_stop:2318 : [[ -z 1643987281450 ]] 2022-02-04 15:08:03.672 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:08:03.678 | + functions-common:time_stop:2321 : end_time=1643987283674 2022-02-04 15:08:03.683 | + functions-common:time_stop:2322 : elapsed_time=2224 2022-02-04 15:08:03.687 | + functions-common:time_stop:2323 : total=22601 2022-02-04 15:08:03.691 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:08:03.695 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=24825 2022-02-04 15:08:03.699 | + ./stack.sh:main:1309 : is_service_enabled q-svc 2022-02-04 15:08:03.748 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:08:03.750 | + ./stack.sh:main:1309 : [[ True == \T\r\u\e ]] 2022-02-04 15:08:03.754 | + ./stack.sh:main:1310 : echo_summary 'Creating initial neutron network elements' 2022-02-04 15:08:03.758 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:08:03.762 | + ./stack.sh:echo_summary:432 : echo -e Creating initial neutron network elements 2022-02-04 15:08:03.766 | + ./stack.sh:main:1313 : type -p neutron_plugin_create_initial_networks 2022-02-04 15:08:03.770 | + ./stack.sh:main:1316 : create_neutron_initial_network 2022-02-04 15:08:03.774 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:150 : local project_id 2022-02-04 15:08:03.783 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : get_field 1 2022-02-04 15:08:03.783 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : grep ' demo ' 2022-02-04 15:08:03.788 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : oscwrap project list 2022-02-04 15:08:03.793 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:08:03.805 | ++ functions-common:get_field:727 : read data 2022-02-04 15:08:07.776 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:07.776 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:07.776 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:07.776 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:07.949 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:08:07.954 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2022-02-04 15:08:07.956 | ++ functions-common:get_field:731 : field='$2' 2022-02-04 15:08:07.960 | ++ functions-common:get_field:733 : echo '| 22fe7c6b36b841f19a42f971a4bfff72 | demo |' 2022-02-04 15:08:07.967 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-02-04 15:08:07.972 | ++ functions-common:get_field:727 : read data 2022-02-04 15:08:07.974 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : project_id=22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:08:07.977 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:152 : die_if_not_set 152 project_id 'Failure retrieving project_id for demo' 2022-02-04 15:08:07.980 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:08:08.014 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : type -p neutron_plugin_create_initial_network_profile 2022-02-04 15:08:08.018 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:159 : is_networking_extension_supported auto-allocated-topology 2022-02-04 15:08:08.023 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=auto-allocated-topology 2022-02-04 15:08:08.031 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-02-04 15:08:11.121 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:11.121 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:11.121 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:11.121 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:11.275 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:08:11.279 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-02-04 15:08:11.279 | address-scope 2022-02-04 15:08:11.279 | router-admin-state-down-before-update 2022-02-04 15:08:11.279 | agent 2022-02-04 15:08:11.279 | agent-resources-synced 2022-02-04 15:08:11.279 | allowed-address-pairs 2022-02-04 15:08:11.279 | auto-allocated-topology 2022-02-04 15:08:11.279 | availability_zone 2022-02-04 15:08:11.279 | availability_zone_filter 2022-02-04 15:08:11.279 | default-subnetpools 2022-02-04 15:08:11.279 | dhcp_agent_scheduler 2022-02-04 15:08:11.279 | dvr 2022-02-04 15:08:11.279 | empty-string-filtering 2022-02-04 15:08:11.279 | external-net 2022-02-04 15:08:11.280 | extra_dhcp_opt 2022-02-04 15:08:11.280 | extraroute 2022-02-04 15:08:11.280 | extraroute-atomic 2022-02-04 15:08:11.280 | filter-validation 2022-02-04 15:08:11.280 | fip-port-details 2022-02-04 15:08:11.280 | flavors 2022-02-04 15:08:11.280 | floatingip-pools 2022-02-04 15:08:11.280 | ip-substring-filtering 2022-02-04 15:08:11.280 | router 2022-02-04 15:08:11.280 | ext-gw-mode 2022-02-04 15:08:11.280 | l3-ha 2022-02-04 15:08:11.280 | l3-flavors 2022-02-04 15:08:11.280 | l3-port-ip-change-not-allowed 2022-02-04 15:08:11.280 | l3_agent_scheduler 2022-02-04 15:08:11.280 | metering 2022-02-04 15:08:11.280 | metering_source_and_destination_fields 2022-02-04 15:08:11.280 | multi-provider 2022-02-04 15:08:11.280 | net-mtu 2022-02-04 15:08:11.280 | net-mtu-writable 2022-02-04 15:08:11.280 | network_availability_zone 2022-02-04 15:08:11.280 | network-ip-availability 2022-02-04 15:08:11.280 | pagination 2022-02-04 15:08:11.280 | port-device-profile 2022-02-04 15:08:11.280 | port-mac-address-regenerate 2022-02-04 15:08:11.280 | port-numa-affinity-policy 2022-02-04 15:08:11.280 | binding 2022-02-04 15:08:11.280 | binding-extended 2022-02-04 15:08:11.280 | port-security 2022-02-04 15:08:11.280 | project-id 2022-02-04 15:08:11.280 | provider 2022-02-04 15:08:11.280 | quotas 2022-02-04 15:08:11.280 | quota_details 2022-02-04 15:08:11.280 | rbac-policies 2022-02-04 15:08:11.281 | rbac-address-group 2022-02-04 15:08:11.281 | rbac-address-scope 2022-02-04 15:08:11.281 | rbac-security-groups 2022-02-04 15:08:11.281 | rbac-subnetpool 2022-02-04 15:08:11.281 | revision-if-match 2022-02-04 15:08:11.281 | standard-attr-revisions 2022-02-04 15:08:11.281 | router_availability_zone 2022-02-04 15:08:11.281 | security-groups-normalized-cidr 2022-02-04 15:08:11.281 | port-security-groups-filtering 2022-02-04 15:08:11.281 | security-groups-remote-address-group 2022-02-04 15:08:11.281 | security-group 2022-02-04 15:08:11.281 | service-type 2022-02-04 15:08:11.281 | sorting 2022-02-04 15:08:11.281 | standard-attr-description 2022-02-04 15:08:11.281 | stateful-security-group 2022-02-04 15:08:11.281 | subnet_onboard 2022-02-04 15:08:11.281 | subnet-service-types 2022-02-04 15:08:11.281 | subnet_allocation 2022-02-04 15:08:11.281 | subnetpool-prefix-ops 2022-02-04 15:08:11.281 | standard-attr-tag 2022-02-04 15:08:11.281 | standard-attr-timestamp' 2022-02-04 15:08:11.282 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-02-04 15:08:11.282 | address-scope 2022-02-04 15:08:11.282 | router-admin-state-down-before-update 2022-02-04 15:08:11.282 | agent 2022-02-04 15:08:11.282 | agent-resources-synced 2022-02-04 15:08:11.282 | allowed-address-pairs 2022-02-04 15:08:11.282 | auto-allocated-topology 2022-02-04 15:08:11.282 | availability_zone 2022-02-04 15:08:11.282 | availability_zone_filter 2022-02-04 15:08:11.282 | default-subnetpools 2022-02-04 15:08:11.282 | dhcp_agent_scheduler 2022-02-04 15:08:11.282 | dvr 2022-02-04 15:08:11.282 | empty-string-filtering 2022-02-04 15:08:11.282 | external-net 2022-02-04 15:08:11.282 | extra_dhcp_opt 2022-02-04 15:08:11.282 | extraroute 2022-02-04 15:08:11.282 | extraroute-atomic 2022-02-04 15:08:11.282 | filter-validation 2022-02-04 15:08:11.282 | fip-port-details 2022-02-04 15:08:11.282 | flavors 2022-02-04 15:08:11.282 | floatingip-pools 2022-02-04 15:08:11.282 | ip-substring-filtering 2022-02-04 15:08:11.282 | router 2022-02-04 15:08:11.282 | ext-gw-mode 2022-02-04 15:08:11.282 | l3-ha 2022-02-04 15:08:11.282 | l3-flavors 2022-02-04 15:08:11.282 | l3-port-ip-change-not-allowed 2022-02-04 15:08:11.282 | l3_agent_scheduler 2022-02-04 15:08:11.282 | metering 2022-02-04 15:08:11.283 | metering_source_and_destination_fields 2022-02-04 15:08:11.283 | multi-provider 2022-02-04 15:08:11.283 | net-mtu 2022-02-04 15:08:11.283 | net-mtu-writable 2022-02-04 15:08:11.283 | network_availability_zone 2022-02-04 15:08:11.283 | network-ip-availability 2022-02-04 15:08:11.283 | pagination 2022-02-04 15:08:11.283 | port-device-profile 2022-02-04 15:08:11.283 | port-mac-address-regenerate 2022-02-04 15:08:11.283 | port-numa-affinity-policy 2022-02-04 15:08:11.283 | binding 2022-02-04 15:08:11.283 | binding-extended 2022-02-04 15:08:11.283 | port-security 2022-02-04 15:08:11.283 | project-id 2022-02-04 15:08:11.283 | provider 2022-02-04 15:08:11.283 | quotas 2022-02-04 15:08:11.283 | quota_details 2022-02-04 15:08:11.283 | rbac-policies 2022-02-04 15:08:11.283 | rbac-address-group 2022-02-04 15:08:11.283 | rbac-address-scope 2022-02-04 15:08:11.283 | rbac-security-groups 2022-02-04 15:08:11.283 | rbac-subnetpool 2022-02-04 15:08:11.283 | revision-if-match 2022-02-04 15:08:11.283 | standard-attr-revisions 2022-02-04 15:08:11.283 | router_availability_zone 2022-02-04 15:08:11.283 | security-groups-normalized-cidr 2022-02-04 15:08:11.283 | port-security-groups-filtering 2022-02-04 15:08:11.283 | security-groups-remote-address-group 2022-02-04 15:08:11.283 | security-group 2022-02-04 15:08:11.283 | service-type 2022-02-04 15:08:11.283 | sorting 2022-02-04 15:08:11.283 | standard-attr-description 2022-02-04 15:08:11.283 | stateful-security-group 2022-02-04 15:08:11.283 | subnet_onboard 2022-02-04 15:08:11.284 | subnet-service-types 2022-02-04 15:08:11.284 | subnet_allocation 2022-02-04 15:08:11.284 | subnetpool-prefix-ops 2022-02-04 15:08:11.284 | standard-attr-tag 2022-02-04 15:08:11.284 | standard-attr-timestamp =~ auto-allocated-topology ]] 2022-02-04 15:08:11.286 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-02-04 15:08:11.289 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ True == \T\r\u\e ]] 2022-02-04 15:08:11.292 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : [[ 4 =~ 4.* ]] 2022-02-04 15:08:11.295 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 172.20.0.0/16 --share --default -f value -c id 2022-02-04 15:08:14.127 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:14.127 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:14.127 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:14.127 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:14.281 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:08:14.284 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : SUBNETPOOL_V4_ID=093a9dc1-b993-4a09-87f6-6d8fa3f6f856 2022-02-04 15:08:14.287 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : [[ 4 =~ .*6 ]] 2022-02-04 15:08:14.289 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:170 : is_provider_network 2022-02-04 15:08:14.293 | + functions-common:is_provider_network:2158 : '[' '' == True ']' 2022-02-04 15:08:14.295 | + functions-common:is_provider_network:2161 : return 1 2022-02-04 15:08:14.300 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create --project 22fe7c6b36b841f19a42f971a4bfff72 private 2022-02-04 15:08:14.300 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : grep ' id ' 2022-02-04 15:08:14.300 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : get_field 2 2022-02-04 15:08:14.304 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:08:14.307 | ++ functions-common:get_field:727 : read data 2022-02-04 15:08:17.517 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:17.517 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:17.517 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:17.517 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:17.684 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:08:17.687 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-02-04 15:08:17.689 | ++ functions-common:get_field:731 : field='$3' 2022-02-04 15:08:17.692 | ++ functions-common:get_field:733 : echo '| id | 1b1e0aaf-b4b5-41d4-8707-f47698b35849 |' 2022-02-04 15:08:17.695 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-02-04 15:08:17.702 | ++ functions-common:get_field:727 : read data 2022-02-04 15:08:17.706 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:200 : NET_ID=1b1e0aaf-b4b5-41d4-8707-f47698b35849 2022-02-04 15:08:17.708 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : die_if_not_set 201 NET_ID 'Failure creating NET_ID for private 22fe7c6b36b841f19a42f971a4bfff72' 2022-02-04 15:08:17.711 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:08:17.729 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : [[ 4 =~ 4.* ]] 2022-02-04 15:08:17.734 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : _neutron_create_private_subnet_v4 22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:08:17.737 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : local project_id=22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:08:17.739 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:253 : '[' -z 093a9dc1-b993-4a09-87f6-6d8fa3f6f856 ']' 2022-02-04 15:08:17.742 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : local 'subnet_params=--project 22fe7c6b36b841f19a42f971a4bfff72 ' 2022-02-04 15:08:17.745 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+='--ip-version 4 ' 2022-02-04 15:08:17.747 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n 172.20.0.1 ]] 2022-02-04 15:08:17.750 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : subnet_params+='--gateway 172.20.0.1 ' 2022-02-04 15:08:17.752 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : subnet_params+='--subnet-pool 093a9dc1-b993-4a09-87f6-6d8fa3f6f856 ' 2022-02-04 15:08:17.755 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+=' ' 2022-02-04 15:08:17.757 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+='--network 1b1e0aaf-b4b5-41d4-8707-f47698b35849 private-subnet' 2022-02-04 15:08:17.760 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : local subnet_id 2022-02-04 15:08:17.765 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --project 22fe7c6b36b841f19a42f971a4bfff72 --ip-version 4 --gateway 172.20.0.1 --subnet-pool 093a9dc1-b993-4a09-87f6-6d8fa3f6f856 --network 1b1e0aaf-b4b5-41d4-8707-f47698b35849 private-subnet 2022-02-04 15:08:17.765 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : grep ' id ' 2022-02-04 15:08:17.766 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : get_field 2 2022-02-04 15:08:17.768 | +++ functions-common:get_field:726 : local data field 2022-02-04 15:08:17.771 | +++ functions-common:get_field:727 : read data 2022-02-04 15:08:21.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:21.206 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:21.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:21.206 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:21.378 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:08:21.381 | +++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-02-04 15:08:21.384 | +++ functions-common:get_field:731 : field='$3' 2022-02-04 15:08:21.388 | +++ functions-common:get_field:733 : echo '| id | 29a45445-0c3c-4adf-be24-28ba6aaec0da |' 2022-02-04 15:08:21.390 | +++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-02-04 15:08:21.396 | +++ functions-common:get_field:727 : read data 2022-02-04 15:08:21.400 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : subnet_id=29a45445-0c3c-4adf-be24-28ba6aaec0da 2022-02-04 15:08:21.403 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : die_if_not_set 266 subnet_id 'Failure creating private IPv4 subnet for 22fe7c6b36b841f19a42f971a4bfff72' 2022-02-04 15:08:21.405 | ++ functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:08:21.423 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : echo 29a45445-0c3c-4adf-be24-28ba6aaec0da 2022-02-04 15:08:21.427 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : SUBNET_ID=29a45445-0c3c-4adf-be24-28ba6aaec0da 2022-02-04 15:08:21.429 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:208 : [[ 4 =~ .*6 ]] 2022-02-04 15:08:21.432 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : is_networking_extension_supported router 2022-02-04 15:08:21.435 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=router 2022-02-04 15:08:21.439 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-02-04 15:08:24.074 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:24.074 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:24.074 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:24.074 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:24.249 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:08:24.252 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-02-04 15:08:24.252 | address-scope 2022-02-04 15:08:24.252 | router-admin-state-down-before-update 2022-02-04 15:08:24.252 | agent 2022-02-04 15:08:24.252 | agent-resources-synced 2022-02-04 15:08:24.252 | allowed-address-pairs 2022-02-04 15:08:24.252 | auto-allocated-topology 2022-02-04 15:08:24.252 | availability_zone 2022-02-04 15:08:24.252 | availability_zone_filter 2022-02-04 15:08:24.252 | default-subnetpools 2022-02-04 15:08:24.253 | dhcp_agent_scheduler 2022-02-04 15:08:24.253 | dvr 2022-02-04 15:08:24.253 | empty-string-filtering 2022-02-04 15:08:24.253 | external-net 2022-02-04 15:08:24.253 | extra_dhcp_opt 2022-02-04 15:08:24.253 | extraroute 2022-02-04 15:08:24.253 | extraroute-atomic 2022-02-04 15:08:24.253 | filter-validation 2022-02-04 15:08:24.253 | fip-port-details 2022-02-04 15:08:24.253 | flavors 2022-02-04 15:08:24.253 | floatingip-pools 2022-02-04 15:08:24.253 | ip-substring-filtering 2022-02-04 15:08:24.253 | router 2022-02-04 15:08:24.253 | ext-gw-mode 2022-02-04 15:08:24.253 | l3-ha 2022-02-04 15:08:24.253 | l3-flavors 2022-02-04 15:08:24.253 | l3-port-ip-change-not-allowed 2022-02-04 15:08:24.253 | l3_agent_scheduler 2022-02-04 15:08:24.253 | metering 2022-02-04 15:08:24.253 | metering_source_and_destination_fields 2022-02-04 15:08:24.253 | multi-provider 2022-02-04 15:08:24.253 | net-mtu 2022-02-04 15:08:24.253 | net-mtu-writable 2022-02-04 15:08:24.253 | network_availability_zone 2022-02-04 15:08:24.253 | network-ip-availability 2022-02-04 15:08:24.253 | pagination 2022-02-04 15:08:24.253 | port-device-profile 2022-02-04 15:08:24.253 | port-mac-address-regenerate 2022-02-04 15:08:24.253 | port-numa-affinity-policy 2022-02-04 15:08:24.253 | binding 2022-02-04 15:08:24.253 | binding-extended 2022-02-04 15:08:24.253 | port-security 2022-02-04 15:08:24.253 | project-id 2022-02-04 15:08:24.253 | provider 2022-02-04 15:08:24.253 | quotas 2022-02-04 15:08:24.254 | quota_details 2022-02-04 15:08:24.254 | rbac-policies 2022-02-04 15:08:24.254 | rbac-address-group 2022-02-04 15:08:24.254 | rbac-address-scope 2022-02-04 15:08:24.254 | rbac-security-groups 2022-02-04 15:08:24.254 | rbac-subnetpool 2022-02-04 15:08:24.254 | revision-if-match 2022-02-04 15:08:24.254 | standard-attr-revisions 2022-02-04 15:08:24.254 | router_availability_zone 2022-02-04 15:08:24.254 | security-groups-normalized-cidr 2022-02-04 15:08:24.254 | port-security-groups-filtering 2022-02-04 15:08:24.254 | security-groups-remote-address-group 2022-02-04 15:08:24.254 | security-group 2022-02-04 15:08:24.254 | service-type 2022-02-04 15:08:24.254 | sorting 2022-02-04 15:08:24.254 | standard-attr-description 2022-02-04 15:08:24.254 | stateful-security-group 2022-02-04 15:08:24.254 | subnet_onboard 2022-02-04 15:08:24.254 | subnet-service-types 2022-02-04 15:08:24.254 | subnet_allocation 2022-02-04 15:08:24.254 | subnetpool-prefix-ops 2022-02-04 15:08:24.254 | standard-attr-tag 2022-02-04 15:08:24.254 | standard-attr-timestamp' 2022-02-04 15:08:24.256 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-02-04 15:08:24.256 | address-scope 2022-02-04 15:08:24.256 | router-admin-state-down-before-update 2022-02-04 15:08:24.256 | agent 2022-02-04 15:08:24.256 | agent-resources-synced 2022-02-04 15:08:24.256 | allowed-address-pairs 2022-02-04 15:08:24.256 | auto-allocated-topology 2022-02-04 15:08:24.256 | availability_zone 2022-02-04 15:08:24.256 | availability_zone_filter 2022-02-04 15:08:24.256 | default-subnetpools 2022-02-04 15:08:24.256 | dhcp_agent_scheduler 2022-02-04 15:08:24.256 | dvr 2022-02-04 15:08:24.256 | empty-string-filtering 2022-02-04 15:08:24.256 | external-net 2022-02-04 15:08:24.256 | extra_dhcp_opt 2022-02-04 15:08:24.256 | extraroute 2022-02-04 15:08:24.256 | extraroute-atomic 2022-02-04 15:08:24.256 | filter-validation 2022-02-04 15:08:24.256 | fip-port-details 2022-02-04 15:08:24.256 | flavors 2022-02-04 15:08:24.256 | floatingip-pools 2022-02-04 15:08:24.257 | ip-substring-filtering 2022-02-04 15:08:24.257 | router 2022-02-04 15:08:24.257 | ext-gw-mode 2022-02-04 15:08:24.257 | l3-ha 2022-02-04 15:08:24.257 | l3-flavors 2022-02-04 15:08:24.257 | l3-port-ip-change-not-allowed 2022-02-04 15:08:24.257 | l3_agent_scheduler 2022-02-04 15:08:24.257 | metering 2022-02-04 15:08:24.257 | metering_source_and_destination_fields 2022-02-04 15:08:24.257 | multi-provider 2022-02-04 15:08:24.257 | net-mtu 2022-02-04 15:08:24.257 | net-mtu-writable 2022-02-04 15:08:24.257 | network_availability_zone 2022-02-04 15:08:24.257 | network-ip-availability 2022-02-04 15:08:24.257 | pagination 2022-02-04 15:08:24.257 | port-device-profile 2022-02-04 15:08:24.257 | port-mac-address-regenerate 2022-02-04 15:08:24.257 | port-numa-affinity-policy 2022-02-04 15:08:24.257 | binding 2022-02-04 15:08:24.257 | binding-extended 2022-02-04 15:08:24.257 | port-security 2022-02-04 15:08:24.257 | project-id 2022-02-04 15:08:24.257 | provider 2022-02-04 15:08:24.257 | quotas 2022-02-04 15:08:24.257 | quota_details 2022-02-04 15:08:24.257 | rbac-policies 2022-02-04 15:08:24.257 | rbac-address-group 2022-02-04 15:08:24.257 | rbac-address-scope 2022-02-04 15:08:24.257 | rbac-security-groups 2022-02-04 15:08:24.257 | rbac-subnetpool 2022-02-04 15:08:24.257 | revision-if-match 2022-02-04 15:08:24.257 | standard-attr-revisions 2022-02-04 15:08:24.257 | router_availability_zone 2022-02-04 15:08:24.257 | security-groups-normalized-cidr 2022-02-04 15:08:24.257 | port-security-groups-filtering 2022-02-04 15:08:24.257 | security-groups-remote-address-group 2022-02-04 15:08:24.258 | security-group 2022-02-04 15:08:24.258 | service-type 2022-02-04 15:08:24.258 | sorting 2022-02-04 15:08:24.258 | standard-attr-description 2022-02-04 15:08:24.258 | stateful-security-group 2022-02-04 15:08:24.258 | subnet_onboard 2022-02-04 15:08:24.258 | subnet-service-types 2022-02-04 15:08:24.258 | subnet_allocation 2022-02-04 15:08:24.258 | subnetpool-prefix-ops 2022-02-04 15:08:24.258 | standard-attr-tag 2022-02-04 15:08:24.258 | standard-attr-timestamp =~ router ]] 2022-02-04 15:08:24.259 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-02-04 15:08:24.263 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : is_networking_extension_supported external-net 2022-02-04 15:08:24.265 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=external-net 2022-02-04 15:08:24.270 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-02-04 15:08:27.310 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:27.310 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:27.310 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:27.310 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:27.482 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:08:27.485 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-02-04 15:08:27.485 | address-scope 2022-02-04 15:08:27.485 | router-admin-state-down-before-update 2022-02-04 15:08:27.485 | agent 2022-02-04 15:08:27.485 | agent-resources-synced 2022-02-04 15:08:27.485 | allowed-address-pairs 2022-02-04 15:08:27.485 | auto-allocated-topology 2022-02-04 15:08:27.486 | availability_zone 2022-02-04 15:08:27.486 | availability_zone_filter 2022-02-04 15:08:27.486 | default-subnetpools 2022-02-04 15:08:27.486 | dhcp_agent_scheduler 2022-02-04 15:08:27.486 | dvr 2022-02-04 15:08:27.486 | empty-string-filtering 2022-02-04 15:08:27.486 | external-net 2022-02-04 15:08:27.486 | extra_dhcp_opt 2022-02-04 15:08:27.486 | extraroute 2022-02-04 15:08:27.486 | extraroute-atomic 2022-02-04 15:08:27.486 | filter-validation 2022-02-04 15:08:27.486 | fip-port-details 2022-02-04 15:08:27.486 | flavors 2022-02-04 15:08:27.486 | floatingip-pools 2022-02-04 15:08:27.486 | ip-substring-filtering 2022-02-04 15:08:27.486 | router 2022-02-04 15:08:27.486 | ext-gw-mode 2022-02-04 15:08:27.486 | l3-ha 2022-02-04 15:08:27.486 | l3-flavors 2022-02-04 15:08:27.486 | l3-port-ip-change-not-allowed 2022-02-04 15:08:27.486 | l3_agent_scheduler 2022-02-04 15:08:27.486 | metering 2022-02-04 15:08:27.486 | metering_source_and_destination_fields 2022-02-04 15:08:27.486 | multi-provider 2022-02-04 15:08:27.486 | net-mtu 2022-02-04 15:08:27.486 | net-mtu-writable 2022-02-04 15:08:27.486 | network_availability_zone 2022-02-04 15:08:27.486 | network-ip-availability 2022-02-04 15:08:27.486 | pagination 2022-02-04 15:08:27.486 | port-device-profile 2022-02-04 15:08:27.486 | port-mac-address-regenerate 2022-02-04 15:08:27.486 | port-numa-affinity-policy 2022-02-04 15:08:27.486 | binding 2022-02-04 15:08:27.486 | binding-extended 2022-02-04 15:08:27.486 | port-security 2022-02-04 15:08:27.486 | project-id 2022-02-04 15:08:27.487 | provider 2022-02-04 15:08:27.487 | quotas 2022-02-04 15:08:27.487 | quota_details 2022-02-04 15:08:27.487 | rbac-policies 2022-02-04 15:08:27.487 | rbac-address-group 2022-02-04 15:08:27.487 | rbac-address-scope 2022-02-04 15:08:27.487 | rbac-security-groups 2022-02-04 15:08:27.487 | rbac-subnetpool 2022-02-04 15:08:27.487 | revision-if-match 2022-02-04 15:08:27.487 | standard-attr-revisions 2022-02-04 15:08:27.487 | router_availability_zone 2022-02-04 15:08:27.487 | security-groups-normalized-cidr 2022-02-04 15:08:27.487 | port-security-groups-filtering 2022-02-04 15:08:27.487 | security-groups-remote-address-group 2022-02-04 15:08:27.487 | security-group 2022-02-04 15:08:27.487 | service-type 2022-02-04 15:08:27.487 | sorting 2022-02-04 15:08:27.487 | standard-attr-description 2022-02-04 15:08:27.487 | stateful-security-group 2022-02-04 15:08:27.487 | subnet_onboard 2022-02-04 15:08:27.487 | subnet-service-types 2022-02-04 15:08:27.487 | subnet_allocation 2022-02-04 15:08:27.487 | subnetpool-prefix-ops 2022-02-04 15:08:27.487 | standard-attr-tag 2022-02-04 15:08:27.487 | standard-attr-timestamp' 2022-02-04 15:08:27.489 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-02-04 15:08:27.489 | address-scope 2022-02-04 15:08:27.489 | router-admin-state-down-before-update 2022-02-04 15:08:27.489 | agent 2022-02-04 15:08:27.489 | agent-resources-synced 2022-02-04 15:08:27.489 | allowed-address-pairs 2022-02-04 15:08:27.489 | auto-allocated-topology 2022-02-04 15:08:27.489 | availability_zone 2022-02-04 15:08:27.489 | availability_zone_filter 2022-02-04 15:08:27.489 | default-subnetpools 2022-02-04 15:08:27.489 | dhcp_agent_scheduler 2022-02-04 15:08:27.489 | dvr 2022-02-04 15:08:27.489 | empty-string-filtering 2022-02-04 15:08:27.489 | external-net 2022-02-04 15:08:27.489 | extra_dhcp_opt 2022-02-04 15:08:27.489 | extraroute 2022-02-04 15:08:27.489 | extraroute-atomic 2022-02-04 15:08:27.489 | filter-validation 2022-02-04 15:08:27.490 | fip-port-details 2022-02-04 15:08:27.490 | flavors 2022-02-04 15:08:27.490 | floatingip-pools 2022-02-04 15:08:27.490 | ip-substring-filtering 2022-02-04 15:08:27.490 | router 2022-02-04 15:08:27.490 | ext-gw-mode 2022-02-04 15:08:27.490 | l3-ha 2022-02-04 15:08:27.490 | l3-flavors 2022-02-04 15:08:27.490 | l3-port-ip-change-not-allowed 2022-02-04 15:08:27.490 | l3_agent_scheduler 2022-02-04 15:08:27.490 | metering 2022-02-04 15:08:27.490 | metering_source_and_destination_fields 2022-02-04 15:08:27.490 | multi-provider 2022-02-04 15:08:27.490 | net-mtu 2022-02-04 15:08:27.490 | net-mtu-writable 2022-02-04 15:08:27.490 | network_availability_zone 2022-02-04 15:08:27.490 | network-ip-availability 2022-02-04 15:08:27.490 | pagination 2022-02-04 15:08:27.490 | port-device-profile 2022-02-04 15:08:27.490 | port-mac-address-regenerate 2022-02-04 15:08:27.490 | port-numa-affinity-policy 2022-02-04 15:08:27.490 | binding 2022-02-04 15:08:27.490 | binding-extended 2022-02-04 15:08:27.490 | port-security 2022-02-04 15:08:27.490 | project-id 2022-02-04 15:08:27.490 | provider 2022-02-04 15:08:27.490 | quotas 2022-02-04 15:08:27.490 | quota_details 2022-02-04 15:08:27.490 | rbac-policies 2022-02-04 15:08:27.490 | rbac-address-group 2022-02-04 15:08:27.490 | rbac-address-scope 2022-02-04 15:08:27.490 | rbac-security-groups 2022-02-04 15:08:27.490 | rbac-subnetpool 2022-02-04 15:08:27.490 | revision-if-match 2022-02-04 15:08:27.490 | standard-attr-revisions 2022-02-04 15:08:27.490 | router_availability_zone 2022-02-04 15:08:27.491 | security-groups-normalized-cidr 2022-02-04 15:08:27.491 | port-security-groups-filtering 2022-02-04 15:08:27.491 | security-groups-remote-address-group 2022-02-04 15:08:27.491 | security-group 2022-02-04 15:08:27.491 | service-type 2022-02-04 15:08:27.491 | sorting 2022-02-04 15:08:27.491 | standard-attr-description 2022-02-04 15:08:27.491 | stateful-security-group 2022-02-04 15:08:27.491 | subnet_onboard 2022-02-04 15:08:27.491 | subnet-service-types 2022-02-04 15:08:27.491 | subnet_allocation 2022-02-04 15:08:27.491 | subnetpool-prefix-ops 2022-02-04 15:08:27.491 | standard-attr-tag 2022-02-04 15:08:27.491 | standard-attr-timestamp =~ external-net ]] 2022-02-04 15:08:27.493 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-02-04 15:08:27.495 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : [[ True == \T\r\u\e ]] 2022-02-04 15:08:27.500 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : oscwrap --os-cloud devstack-admin --os-region RegionOne router create --project 22fe7c6b36b841f19a42f971a4bfff72 router1 2022-02-04 15:08:27.501 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : grep ' id ' 2022-02-04 15:08:27.501 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : get_field 2 2022-02-04 15:08:27.504 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:08:27.507 | ++ functions-common:get_field:727 : read data 2022-02-04 15:08:30.631 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:30.632 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:30.632 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:30.632 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:30.807 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:08:30.810 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-02-04 15:08:30.813 | ++ functions-common:get_field:731 : field='$3' 2022-02-04 15:08:30.816 | ++ functions-common:get_field:733 : echo '| id | c4419e9b-4e38-4d9e-a06a-17d5f14dda66 |' 2022-02-04 15:08:30.816 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-02-04 15:08:30.823 | ++ functions-common:get_field:727 : read data 2022-02-04 15:08:30.826 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : ROUTER_ID=c4419e9b-4e38-4d9e-a06a-17d5f14dda66 2022-02-04 15:08:30.829 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:219 : die_if_not_set 219 ROUTER_ID 'Failure creating ROUTER_ID for 22fe7c6b36b841f19a42f971a4bfff72 router1' 2022-02-04 15:08:30.832 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:08:30.850 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:226 : EXTERNAL_NETWORK_FLAGS=--external 2022-02-04 15:08:30.853 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : is_networking_extension_supported auto-allocated-topology 2022-02-04 15:08:30.855 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=auto-allocated-topology 2022-02-04 15:08:30.859 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-02-04 15:08:33.440 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:33.440 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:33.440 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:33.440 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:33.602 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:08:33.605 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-02-04 15:08:33.605 | address-scope 2022-02-04 15:08:33.605 | router-admin-state-down-before-update 2022-02-04 15:08:33.605 | agent 2022-02-04 15:08:33.605 | agent-resources-synced 2022-02-04 15:08:33.605 | allowed-address-pairs 2022-02-04 15:08:33.605 | auto-allocated-topology 2022-02-04 15:08:33.605 | availability_zone 2022-02-04 15:08:33.606 | availability_zone_filter 2022-02-04 15:08:33.606 | default-subnetpools 2022-02-04 15:08:33.606 | dhcp_agent_scheduler 2022-02-04 15:08:33.606 | dvr 2022-02-04 15:08:33.606 | empty-string-filtering 2022-02-04 15:08:33.606 | external-net 2022-02-04 15:08:33.606 | extra_dhcp_opt 2022-02-04 15:08:33.606 | extraroute 2022-02-04 15:08:33.606 | extraroute-atomic 2022-02-04 15:08:33.606 | filter-validation 2022-02-04 15:08:33.606 | fip-port-details 2022-02-04 15:08:33.606 | flavors 2022-02-04 15:08:33.606 | floatingip-pools 2022-02-04 15:08:33.606 | ip-substring-filtering 2022-02-04 15:08:33.606 | router 2022-02-04 15:08:33.606 | ext-gw-mode 2022-02-04 15:08:33.606 | l3-ha 2022-02-04 15:08:33.606 | l3-flavors 2022-02-04 15:08:33.606 | l3-port-ip-change-not-allowed 2022-02-04 15:08:33.606 | l3_agent_scheduler 2022-02-04 15:08:33.606 | metering 2022-02-04 15:08:33.606 | metering_source_and_destination_fields 2022-02-04 15:08:33.606 | multi-provider 2022-02-04 15:08:33.606 | net-mtu 2022-02-04 15:08:33.606 | net-mtu-writable 2022-02-04 15:08:33.606 | network_availability_zone 2022-02-04 15:08:33.606 | network-ip-availability 2022-02-04 15:08:33.606 | pagination 2022-02-04 15:08:33.606 | port-device-profile 2022-02-04 15:08:33.606 | port-mac-address-regenerate 2022-02-04 15:08:33.606 | port-numa-affinity-policy 2022-02-04 15:08:33.606 | binding 2022-02-04 15:08:33.606 | binding-extended 2022-02-04 15:08:33.606 | port-security 2022-02-04 15:08:33.607 | project-id 2022-02-04 15:08:33.607 | provider 2022-02-04 15:08:33.607 | quotas 2022-02-04 15:08:33.607 | quota_details 2022-02-04 15:08:33.607 | rbac-policies 2022-02-04 15:08:33.607 | rbac-address-group 2022-02-04 15:08:33.607 | rbac-address-scope 2022-02-04 15:08:33.607 | rbac-security-groups 2022-02-04 15:08:33.607 | rbac-subnetpool 2022-02-04 15:08:33.607 | revision-if-match 2022-02-04 15:08:33.607 | standard-attr-revisions 2022-02-04 15:08:33.607 | router_availability_zone 2022-02-04 15:08:33.607 | security-groups-normalized-cidr 2022-02-04 15:08:33.607 | port-security-groups-filtering 2022-02-04 15:08:33.607 | security-groups-remote-address-group 2022-02-04 15:08:33.607 | security-group 2022-02-04 15:08:33.607 | service-type 2022-02-04 15:08:33.607 | sorting 2022-02-04 15:08:33.607 | standard-attr-description 2022-02-04 15:08:33.607 | stateful-security-group 2022-02-04 15:08:33.607 | subnet_onboard 2022-02-04 15:08:33.607 | subnet-service-types 2022-02-04 15:08:33.607 | subnet_allocation 2022-02-04 15:08:33.607 | subnetpool-prefix-ops 2022-02-04 15:08:33.607 | standard-attr-tag 2022-02-04 15:08:33.607 | standard-attr-timestamp' 2022-02-04 15:08:33.608 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-02-04 15:08:33.608 | address-scope 2022-02-04 15:08:33.608 | router-admin-state-down-before-update 2022-02-04 15:08:33.608 | agent 2022-02-04 15:08:33.608 | agent-resources-synced 2022-02-04 15:08:33.608 | allowed-address-pairs 2022-02-04 15:08:33.608 | auto-allocated-topology 2022-02-04 15:08:33.608 | availability_zone 2022-02-04 15:08:33.608 | availability_zone_filter 2022-02-04 15:08:33.608 | default-subnetpools 2022-02-04 15:08:33.608 | dhcp_agent_scheduler 2022-02-04 15:08:33.608 | dvr 2022-02-04 15:08:33.608 | empty-string-filtering 2022-02-04 15:08:33.608 | external-net 2022-02-04 15:08:33.608 | extra_dhcp_opt 2022-02-04 15:08:33.608 | extraroute 2022-02-04 15:08:33.608 | extraroute-atomic 2022-02-04 15:08:33.608 | filter-validation 2022-02-04 15:08:33.608 | fip-port-details 2022-02-04 15:08:33.608 | flavors 2022-02-04 15:08:33.608 | floatingip-pools 2022-02-04 15:08:33.608 | ip-substring-filtering 2022-02-04 15:08:33.608 | router 2022-02-04 15:08:33.609 | ext-gw-mode 2022-02-04 15:08:33.609 | l3-ha 2022-02-04 15:08:33.609 | l3-flavors 2022-02-04 15:08:33.609 | l3-port-ip-change-not-allowed 2022-02-04 15:08:33.609 | l3_agent_scheduler 2022-02-04 15:08:33.609 | metering 2022-02-04 15:08:33.609 | metering_source_and_destination_fields 2022-02-04 15:08:33.609 | multi-provider 2022-02-04 15:08:33.609 | net-mtu 2022-02-04 15:08:33.609 | net-mtu-writable 2022-02-04 15:08:33.609 | network_availability_zone 2022-02-04 15:08:33.609 | network-ip-availability 2022-02-04 15:08:33.609 | pagination 2022-02-04 15:08:33.609 | port-device-profile 2022-02-04 15:08:33.609 | port-mac-address-regenerate 2022-02-04 15:08:33.609 | port-numa-affinity-policy 2022-02-04 15:08:33.609 | binding 2022-02-04 15:08:33.609 | binding-extended 2022-02-04 15:08:33.609 | port-security 2022-02-04 15:08:33.609 | project-id 2022-02-04 15:08:33.609 | provider 2022-02-04 15:08:33.609 | quotas 2022-02-04 15:08:33.609 | quota_details 2022-02-04 15:08:33.609 | rbac-policies 2022-02-04 15:08:33.609 | rbac-address-group 2022-02-04 15:08:33.609 | rbac-address-scope 2022-02-04 15:08:33.609 | rbac-security-groups 2022-02-04 15:08:33.609 | rbac-subnetpool 2022-02-04 15:08:33.609 | revision-if-match 2022-02-04 15:08:33.609 | standard-attr-revisions 2022-02-04 15:08:33.609 | router_availability_zone 2022-02-04 15:08:33.609 | security-groups-normalized-cidr 2022-02-04 15:08:33.609 | port-security-groups-filtering 2022-02-04 15:08:33.609 | security-groups-remote-address-group 2022-02-04 15:08:33.609 | security-group 2022-02-04 15:08:33.610 | service-type 2022-02-04 15:08:33.610 | sorting 2022-02-04 15:08:33.610 | standard-attr-description 2022-02-04 15:08:33.610 | stateful-security-group 2022-02-04 15:08:33.610 | subnet_onboard 2022-02-04 15:08:33.610 | subnet-service-types 2022-02-04 15:08:33.610 | subnet_allocation 2022-02-04 15:08:33.610 | subnetpool-prefix-ops 2022-02-04 15:08:33.610 | standard-attr-tag 2022-02-04 15:08:33.610 | standard-attr-timestamp =~ auto-allocated-topology ]] 2022-02-04 15:08:33.611 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-02-04 15:08:33.613 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS='--external --default' 2022-02-04 15:08:33.616 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:231 : '[' True = True ']' 2022-02-04 15:08:33.621 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : grep ' id ' 2022-02-04 15:08:33.622 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type flat --provider-physical-network physnet1 2022-02-04 15:08:33.623 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : get_field 2 2022-02-04 15:08:33.629 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:08:33.632 | ++ functions-common:get_field:727 : read data 2022-02-04 15:08:36.455 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:36.456 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:36.456 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:36.456 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:36.624 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:08:36.627 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-02-04 15:08:36.630 | ++ functions-common:get_field:731 : field='$3' 2022-02-04 15:08:36.633 | ++ functions-common:get_field:733 : echo '| id | 2e189a9e-3191-4616-bc51-1ac904cb8b9e |' 2022-02-04 15:08:36.634 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-02-04 15:08:36.641 | ++ functions-common:get_field:727 : read data 2022-02-04 15:08:36.644 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : EXT_NET_ID=2e189a9e-3191-4616-bc51-1ac904cb8b9e 2022-02-04 15:08:36.647 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : die_if_not_set 236 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2022-02-04 15:08:36.650 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:08:36.669 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:238 : [[ 4 =~ 4.* ]] 2022-02-04 15:08:36.671 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : _neutron_configure_router_v4 2022-02-04 15:08:36.674 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:322 : openstack --os-cloud devstack-admin --os-region RegionOne router add subnet c4419e9b-4e38-4d9e-a06a-17d5f14dda66 29a45445-0c3c-4adf-be24-28ba6aaec0da 2022-02-04 15:08:41.069 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:41.069 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:41.069 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:41.069 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:41.246 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : local id_and_ext_gw_ip 2022-02-04 15:08:41.249 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : _neutron_create_public_subnet_v4 2e189a9e-3191-4616-bc51-1ac904cb8b9e 2022-02-04 15:08:41.255 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local 'subnet_params=--ip-version 4 ' 2022-02-04 15:08:41.258 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : subnet_params+=' ' 2022-02-04 15:08:41.260 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : [[ -n 172.25.4.1 ]] 2022-02-04 15:08:41.265 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : subnet_params+='--gateway 172.25.4.1 ' 2022-02-04 15:08:41.267 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+='--network 2e189a9e-3191-4616-bc51-1ac904cb8b9e --subnet-range 172.25.4.0/24 --no-dhcp ' 2022-02-04 15:08:41.275 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : subnet_params+=public-subnet 2022-02-04 15:08:41.278 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : local id_and_ext_gw_ip 2022-02-04 15:08:41.283 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : grep -e gateway_ip -e ' id ' 2022-02-04 15:08:41.285 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --gateway 172.25.4.1 --network 2e189a9e-3191-4616-bc51-1ac904cb8b9e --subnet-range 172.25.4.0/24 --no-dhcp public-subnet 2022-02-04 15:08:44.477 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:44.477 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:44.477 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:44.477 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:44.649 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:08:44.653 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : id_and_ext_gw_ip='| gateway_ip | 172.25.4.1 | 2022-02-04 15:08:44.653 | | id | 02331ca8-17c6-4856-96d2-bc148d1acfd6 |' 2022-02-04 15:08:44.656 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : die_if_not_set 304 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2022-02-04 15:08:44.658 | ++ functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:08:44.679 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:305 : echo '|' gateway_ip '|' 172.25.4.1 '|' '|' id '|' 02331ca8-17c6-4856-96d2-bc148d1acfd6 '|' 2022-02-04 15:08:44.683 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : id_and_ext_gw_ip='| gateway_ip | 172.25.4.1 | | id | 02331ca8-17c6-4856-96d2-bc148d1acfd6 |' 2022-02-04 15:08:44.685 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : local ext_gw_ip 2022-02-04 15:08:44.689 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 172.25.4.1 '|' '|' id '|' 02331ca8-17c6-4856-96d2-bc148d1acfd6 '|' 2022-02-04 15:08:44.691 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 2 2022-02-04 15:08:44.694 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:08:44.697 | ++ functions-common:get_field:727 : read data 2022-02-04 15:08:44.699 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2022-02-04 15:08:44.702 | ++ functions-common:get_field:731 : field='$3' 2022-02-04 15:08:44.708 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-02-04 15:08:44.710 | ++ functions-common:get_field:733 : echo '| gateway_ip | 172.25.4.1 | | id | 02331ca8-17c6-4856-96d2-bc148d1acfd6 |' 2022-02-04 15:08:44.714 | ++ functions-common:get_field:727 : read data 2022-02-04 15:08:44.719 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : ext_gw_ip=172.25.4.1 2022-02-04 15:08:44.724 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : echo '|' gateway_ip '|' 172.25.4.1 '|' '|' id '|' 02331ca8-17c6-4856-96d2-bc148d1acfd6 '|' 2022-02-04 15:08:44.725 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : get_field 5 2022-02-04 15:08:44.729 | ++ functions-common:get_field:726 : local data field 2022-02-04 15:08:44.732 | ++ functions-common:get_field:727 : read data 2022-02-04 15:08:44.735 | ++ functions-common:get_field:728 : '[' 5 -lt 0 ']' 2022-02-04 15:08:44.738 | ++ functions-common:get_field:731 : field='$6' 2022-02-04 15:08:44.741 | ++ functions-common:get_field:733 : echo '| gateway_ip | 172.25.4.1 | | id | 02331ca8-17c6-4856-96d2-bc148d1acfd6 |' 2022-02-04 15:08:44.742 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2022-02-04 15:08:44.749 | ++ functions-common:get_field:727 : read data 2022-02-04 15:08:44.753 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : PUB_SUBNET_ID=02331ca8-17c6-4856-96d2-bc148d1acfd6 2022-02-04 15:08:44.756 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : openstack --os-cloud devstack-admin --os-region RegionOne router set --external-gateway 2e189a9e-3191-4616-bc51-1ac904cb8b9e c4419e9b-4e38-4d9e-a06a-17d5f14dda66 2022-02-04 15:08:49.153 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:49.153 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:49.154 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:49.154 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:49.324 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:333 : [[ openvswitch == \o\v\n ]] 2022-02-04 15:08:49.327 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:333 : is_service_enabled q-l3 neutron-l3 2022-02-04 15:08:49.344 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:08:49.347 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : local ext_gw_interface=none 2022-02-04 15:08:49.349 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : is_neutron_ovs_base_plugin 2022-02-04 15:08:49.351 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17 : return 0 2022-02-04 15:08:49.355 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:337 : _neutron_get_ext_gw_interface 2022-02-04 15:08:49.359 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2022-02-04 15:08:49.362 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-data other_config:disable-in-band=true 2022-02-04 15:08:49.384 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-data 2022-02-04 15:08:49.387 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:337 : ext_gw_interface=br-data 2022-02-04 15:08:49.389 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : [[ br-data != \n\o\n\e ]] 2022-02-04 15:08:49.392 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local cidr_len=24 2022-02-04 15:08:49.394 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : local 'testcmd=ip -o link | grep -q br-data' 2022-02-04 15:08:49.397 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : test_with_retry 'ip -o link | grep -q br-data' 'br-data creation failed' 2022-02-04 15:08:49.400 | + functions-common:test_with_retry:2247 : local 'testcmd=ip -o link | grep -q br-data' 2022-02-04 15:08:49.403 | + functions-common:test_with_retry:2248 : local 'failmsg=br-data creation failed' 2022-02-04 15:08:49.405 | + functions-common:test_with_retry:2249 : local until=10 2022-02-04 15:08:49.408 | + functions-common:test_with_retry:2250 : local sleep=0.5 2022-02-04 15:08:49.411 | + functions-common:test_with_retry:2252 : time_start test_with_retry 2022-02-04 15:08:49.413 | + functions-common:time_start:2295 : local name=test_with_retry 2022-02-04 15:08:49.416 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:08:49.418 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:08:49.422 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:08:49.427 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987329424 2022-02-04 15:08:49.429 | + functions-common:test_with_retry:2253 : timeout 10 sh -c 'while ! ip -o link | grep -q br-data; do sleep 0.5; done' 2022-02-04 15:08:49.437 | + functions-common:test_with_retry:2256 : time_stop test_with_retry 2022-02-04 15:08:49.439 | + functions-common:time_stop:2309 : local name 2022-02-04 15:08:49.442 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:08:49.444 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:08:49.447 | + functions-common:time_stop:2312 : local total 2022-02-04 15:08:49.449 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:08:49.452 | + functions-common:time_stop:2315 : name=test_with_retry 2022-02-04 15:08:49.454 | + functions-common:time_stop:2316 : start_time=1643987329424 2022-02-04 15:08:49.456 | + functions-common:time_stop:2318 : [[ -z 1643987329424 ]] 2022-02-04 15:08:49.459 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:08:49.467 | + functions-common:time_stop:2321 : end_time=1643987329461 2022-02-04 15:08:49.470 | + functions-common:time_stop:2322 : elapsed_time=37 2022-02-04 15:08:49.472 | + functions-common:time_stop:2323 : total=5610 2022-02-04 15:08:49.474 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:08:49.477 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=5647 2022-02-04 15:08:49.481 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : ip addr show dev br-data 2022-02-04 15:08:49.482 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : grep -c 172.25.4.1 2022-02-04 15:08:49.488 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ 0 == 0 ]] 2022-02-04 15:08:49.490 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ True == \F\a\l\s\e ]] 2022-02-04 15:08:49.493 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ False == \T\r\u\e ]] 2022-02-04 15:08:49.495 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : [[ True == \T\r\u\e ]] 2022-02-04 15:08:49.498 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:354 : sudo ip addr add 172.25.4.1/24 dev br-data 2022-02-04 15:08:49.514 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:355 : sudo ip link set br-data up 2022-02-04 15:08:49.530 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2022-02-04 15:08:49.530 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : awk -Fip_address '{ print $2 }' 2022-02-04 15:08:49.535 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : tr '\n' ' ' 2022-02-04 15:08:49.535 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : cut -f2 '-d'\''' 2022-02-04 15:08:51.802 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:51.802 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:51.802 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:08:51.802 | from cryptography.utils import int_from_bytes 2022-02-04 15:08:51.986 | ++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:08:51.991 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : ROUTER_GW_IP=' 172.25.4.66 ' 2022-02-04 15:08:51.993 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:358 : die_if_not_set 358 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2022-02-04 15:08:51.996 | + functions-common:die_if_not_set:216 : local exitcode=0 2022-02-04 15:08:52.022 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:360 : _neutron_set_router_id 2022-02-04 15:08:52.025 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2022-02-04 15:08:52.028 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:243 : [[ 4 =~ .*6 ]] 2022-02-04 15:08:52.033 | + ./stack.sh:main:1321 : is_service_enabled nova 2022-02-04 15:08:52.057 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:08:52.059 | + ./stack.sh:main:1322 : echo_summary 'Starting Nova' 2022-02-04 15:08:52.062 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:08:52.065 | + ./stack.sh:echo_summary:432 : echo -e Starting Nova 2022-02-04 15:08:52.068 | + ./stack.sh:main:1323 : start_nova 2022-02-04 15:08:52.071 | + lib/nova:start_nova:1061 : start_nova_rest 2022-02-04 15:08:52.073 | + lib/nova:start_nova_rest:969 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:08:52.076 | + lib/nova:start_nova_rest:970 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:08:52.079 | + lib/nova:start_nova_rest:970 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:08:52.082 | + lib/nova:start_nova_rest:972 : local api_cell_conf=/etc/nova/nova.conf 2022-02-04 15:08:52.085 | + lib/nova:start_nova_rest:973 : local compute_cell_conf=/etc/nova/nova.conf 2022-02-04 15:08:52.092 | + lib/nova:start_nova_rest:975 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-04 15:08:52.095 | + functions-common:run_process:1564 : local service=n-sch 2022-02-04 15:08:52.099 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-04 15:08:52.102 | + functions-common:run_process:1566 : local group= 2022-02-04 15:08:52.105 | + functions-common:run_process:1567 : local user= 2022-02-04 15:08:52.108 | + functions-common:run_process:1569 : local name=n-sch 2022-02-04 15:08:52.111 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:08:52.114 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:08:52.119 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:08:52.125 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:08:52.128 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:08:52.137 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987332134 2022-02-04 15:08:52.140 | + functions-common:run_process:1572 : is_service_enabled n-sch 2022-02-04 15:08:52.169 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:08:52.178 | + functions-common:run_process:1573 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' 2022-02-04 15:08:52.182 | + functions-common:_run_under_systemd:1529 : local service=n-sch 2022-02-04 15:08:52.185 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-04 15:08:52.188 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-04 15:08:52.191 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-04 15:08:52.194 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-04 15:08:52.197 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2022-02-04 15:08:52.205 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2022-02-04 15:08:52.208 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-sch.service 2022-02-04 15:08:52.216 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:08:52.226 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:08:52.229 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2022-02-04 15:08:52.235 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ubuntu 2022-02-04 15:08:52.239 | + functions-common:write_user_unit_file:1446 : local service=devstack@n-sch.service 2022-02-04 15:08:52.241 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-04 15:08:52.251 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:08:52.254 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:08:52.257 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:08:52.261 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:08:52.265 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2022-02-04 15:08:52.268 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:08:52.273 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2022-02-04 15:08:52.351 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu 2022-02-04 15:08:52.432 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-02-04 15:08:52.515 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2022-02-04 15:08:52.583 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2022-02-04 15:08:52.645 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:08:52.713 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:08:52.716 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2022-02-04 15:08:52.793 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:08:53.228 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-sch.service 2022-02-04 15:08:53.244 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2022-02-04 15:08:53.658 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-sch.service 2022-02-04 15:08:53.687 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:08:53.691 | + functions-common:time_stop:2309 : local name 2022-02-04 15:08:53.695 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:08:53.699 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:08:53.702 | + functions-common:time_stop:2312 : local total 2022-02-04 15:08:53.705 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:08:53.708 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:08:53.712 | + functions-common:time_stop:2316 : start_time=1643987332134 2022-02-04 15:08:53.715 | + functions-common:time_stop:2318 : [[ -z 1643987332134 ]] 2022-02-04 15:08:53.718 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:08:53.724 | + functions-common:time_stop:2321 : end_time=1643987333721 2022-02-04 15:08:53.728 | + functions-common:time_stop:2322 : elapsed_time=1587 2022-02-04 15:08:53.732 | + functions-common:time_stop:2323 : total=24825 2022-02-04 15:08:53.735 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:08:53.739 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=26412 2022-02-04 15:08:53.743 | + lib/nova:start_nova_rest:976 : '[' True == False ']' 2022-02-04 15:08:53.748 | ++ lib/nova:start_nova_rest:979 : which uwsgi 2022-02-04 15:08:53.754 | + lib/nova:start_nova_rest:979 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-04 15:08:53.758 | + functions-common:run_process:1564 : local service=n-api-meta 2022-02-04 15:08:53.761 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-04 15:08:53.765 | + functions-common:run_process:1566 : local group= 2022-02-04 15:08:53.768 | + functions-common:run_process:1567 : local user= 2022-02-04 15:08:53.771 | + functions-common:run_process:1569 : local name=n-api-meta 2022-02-04 15:08:53.774 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:08:53.778 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:08:53.781 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:08:53.784 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:08:53.789 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:08:53.795 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987333792 2022-02-04 15:08:53.798 | + functions-common:run_process:1572 : is_service_enabled n-api-meta 2022-02-04 15:08:53.821 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:08:53.825 | + functions-common:run_process:1573 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' 2022-02-04 15:08:53.828 | + functions-common:_run_under_systemd:1529 : local service=n-api-meta 2022-02-04 15:08:53.831 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-04 15:08:53.834 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-04 15:08:53.838 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-04 15:08:53.841 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-04 15:08:53.844 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2022-02-04 15:08:53.848 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2022-02-04 15:08:53.851 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-api-meta.service 2022-02-04 15:08:53.854 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:08:53.857 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:08:53.860 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2022-02-04 15:08:53.865 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' ubuntu 2022-02-04 15:08:53.868 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@n-api-meta.service 2022-02-04 15:08:53.875 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-04 15:08:53.882 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-02-04 15:08:53.885 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-02-04 15:08:53.893 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2022-02-04 15:08:53.897 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-02-04 15:08:53.908 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2022-02-04 15:08:53.989 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2022-02-04 15:08:54.071 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu 2022-02-04 15:08:54.140 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-02-04 15:08:54.232 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:08:54.309 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2022-02-04 15:08:54.382 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2022-02-04 15:08:54.459 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2022-02-04 15:08:54.535 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2022-02-04 15:08:54.604 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2022-02-04 15:08:54.675 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-02-04 15:08:54.678 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2022-02-04 15:08:54.755 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-02-04 15:08:55.212 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-api-meta.service 2022-02-04 15:08:55.232 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2022-02-04 15:08:55.710 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-api-meta.service 2022-02-04 15:08:55.813 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:08:55.817 | + functions-common:time_stop:2309 : local name 2022-02-04 15:08:55.821 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:08:55.828 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:08:55.833 | + functions-common:time_stop:2312 : local total 2022-02-04 15:08:55.840 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:08:55.843 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:08:55.848 | + functions-common:time_stop:2316 : start_time=1643987333792 2022-02-04 15:08:55.852 | + functions-common:time_stop:2318 : [[ -z 1643987333792 ]] 2022-02-04 15:08:55.856 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:08:55.864 | + functions-common:time_stop:2321 : end_time=1643987335858 2022-02-04 15:08:55.872 | + functions-common:time_stop:2322 : elapsed_time=2066 2022-02-04 15:08:55.875 | + functions-common:time_stop:2323 : total=26412 2022-02-04 15:08:55.880 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:08:55.884 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=28478 2022-02-04 15:08:55.886 | + lib/nova:start_nova_rest:982 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:08:55.893 | + lib/nova:start_nova_rest:982 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:08:55.898 | + lib/nova:start_nova:1062 : start_nova_console_proxies 2022-02-04 15:08:55.902 | + lib/nova:start_nova_console_proxies:997 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:08:55.911 | + lib/nova:start_nova_console_proxies:999 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:08:55.915 | + lib/nova:start_nova_console_proxies:999 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:08:55.920 | + lib/nova:start_nova_console_proxies:1001 : local api_cell_conf=/etc/nova/nova.conf 2022-02-04 15:08:55.924 | + lib/nova:start_nova_console_proxies:1003 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-04 15:08:55.928 | + lib/nova:start_nova_console_proxies:1008 : enable_nova_console_proxies 2022-02-04 15:08:55.937 | ++ lib/nova:enable_nova_console_proxies:986 : seq 1 1 2022-02-04 15:08:55.941 | + lib/nova:enable_nova_console_proxies:986 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-04 15:08:55.946 | + lib/nova:enable_nova_console_proxies:987 : for srv in n-novnc n-spice n-sproxy 2022-02-04 15:08:55.950 | + lib/nova:enable_nova_console_proxies:988 : is_service_enabled n-novnc 2022-02-04 15:08:55.983 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:08:55.987 | + lib/nova:enable_nova_console_proxies:987 : for srv in n-novnc n-spice n-sproxy 2022-02-04 15:08:55.992 | + lib/nova:enable_nova_console_proxies:988 : is_service_enabled n-spice 2022-02-04 15:08:56.024 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:08:56.029 | + lib/nova:enable_nova_console_proxies:987 : for srv in n-novnc n-spice n-sproxy 2022-02-04 15:08:56.033 | + lib/nova:enable_nova_console_proxies:988 : is_service_enabled n-sproxy 2022-02-04 15:08:56.068 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:08:56.072 | ++ lib/nova:start_nova_console_proxies:1009 : seq 1 1 2022-02-04 15:08:56.080 | + lib/nova:start_nova_console_proxies:1009 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-04 15:08:56.083 | + lib/nova:start_nova_console_proxies:1010 : local conf 2022-02-04 15:08:56.089 | ++ lib/nova:start_nova_console_proxies:1011 : conductor_conf 1 2022-02-04 15:08:56.093 | ++ lib/nova:conductor_conf:732 : local cell=1 2022-02-04 15:08:56.099 | ++ lib/nova:conductor_conf:733 : echo /etc/nova/nova_cell1.conf 2022-02-04 15:08:56.104 | + lib/nova:start_nova_console_proxies:1011 : conf=/etc/nova/nova_cell1.conf 2022-02-04 15:08:56.107 | + lib/nova:start_nova_console_proxies:1012 : run_process n-novnc-cell1 '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-02-04 15:08:56.112 | + functions-common:run_process:1564 : local service=n-novnc-cell1 2022-02-04 15:08:56.120 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-02-04 15:08:56.122 | + functions-common:run_process:1566 : local group= 2022-02-04 15:08:56.125 | + functions-common:run_process:1567 : local user= 2022-02-04 15:08:56.130 | + functions-common:run_process:1569 : local name=n-novnc-cell1 2022-02-04 15:08:56.133 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:08:56.139 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:08:56.142 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:08:56.149 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:08:56.156 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:08:56.164 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987336157 2022-02-04 15:08:56.169 | + functions-common:run_process:1572 : is_service_enabled n-novnc-cell1 2022-02-04 15:08:56.237 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:08:56.246 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:08:56.254 | + functions-common:time_stop:2309 : local name 2022-02-04 15:08:56.260 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:08:56.270 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:08:56.278 | + functions-common:time_stop:2312 : local total 2022-02-04 15:08:56.285 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:08:56.297 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:08:56.311 | + functions-common:time_stop:2316 : start_time=1643987336157 2022-02-04 15:08:56.321 | + functions-common:time_stop:2318 : [[ -z 1643987336157 ]] 2022-02-04 15:08:56.333 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:08:56.344 | + functions-common:time_stop:2321 : end_time=1643987336335 2022-02-04 15:08:56.348 | + functions-common:time_stop:2322 : elapsed_time=178 2022-02-04 15:08:56.358 | + functions-common:time_stop:2323 : total=28478 2022-02-04 15:08:56.359 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:08:56.366 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=28656 2022-02-04 15:08:56.372 | + lib/nova:start_nova_console_proxies:1013 : run_process n-spice-cell1 '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-02-04 15:08:56.382 | + functions-common:run_process:1564 : local service=n-spice-cell1 2022-02-04 15:08:56.388 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-02-04 15:08:56.393 | + functions-common:run_process:1566 : local group= 2022-02-04 15:08:56.399 | + functions-common:run_process:1567 : local user= 2022-02-04 15:08:56.408 | + functions-common:run_process:1569 : local name=n-spice-cell1 2022-02-04 15:08:56.415 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:08:56.418 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:08:56.423 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:08:56.427 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:08:56.435 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:08:56.439 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987336434 2022-02-04 15:08:56.444 | + functions-common:run_process:1572 : is_service_enabled n-spice-cell1 2022-02-04 15:08:56.475 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:08:56.480 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:08:56.484 | + functions-common:time_stop:2309 : local name 2022-02-04 15:08:56.488 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:08:56.492 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:08:56.495 | + functions-common:time_stop:2312 : local total 2022-02-04 15:08:56.500 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:08:56.504 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:08:56.506 | + functions-common:time_stop:2316 : start_time=1643987336434 2022-02-04 15:08:56.512 | + functions-common:time_stop:2318 : [[ -z 1643987336434 ]] 2022-02-04 15:08:56.515 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:08:56.522 | + functions-common:time_stop:2321 : end_time=1643987336517 2022-02-04 15:08:56.527 | + functions-common:time_stop:2322 : elapsed_time=83 2022-02-04 15:08:56.531 | + functions-common:time_stop:2323 : total=28656 2022-02-04 15:08:56.535 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:08:56.542 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=28739 2022-02-04 15:08:56.547 | + lib/nova:start_nova_console_proxies:1014 : run_process n-sproxy-cell1 '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2022-02-04 15:08:56.551 | + functions-common:run_process:1564 : local service=n-sproxy-cell1 2022-02-04 15:08:56.555 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2022-02-04 15:08:56.560 | + functions-common:run_process:1566 : local group= 2022-02-04 15:08:56.564 | + functions-common:run_process:1567 : local user= 2022-02-04 15:08:56.568 | + functions-common:run_process:1569 : local name=n-sproxy-cell1 2022-02-04 15:08:56.571 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:08:56.576 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:08:56.580 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:08:56.585 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:08:56.592 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:08:56.599 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987336594 2022-02-04 15:08:56.603 | + functions-common:run_process:1572 : is_service_enabled n-sproxy-cell1 2022-02-04 15:08:56.638 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:08:56.643 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:08:56.648 | + functions-common:time_stop:2309 : local name 2022-02-04 15:08:56.652 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:08:56.656 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:08:56.661 | + functions-common:time_stop:2312 : local total 2022-02-04 15:08:56.665 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:08:56.669 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:08:56.674 | + functions-common:time_stop:2316 : start_time=1643987336594 2022-02-04 15:08:56.678 | + functions-common:time_stop:2318 : [[ -z 1643987336594 ]] 2022-02-04 15:08:56.688 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:08:56.693 | + functions-common:time_stop:2321 : end_time=1643987336687 2022-02-04 15:08:56.698 | + functions-common:time_stop:2322 : elapsed_time=93 2022-02-04 15:08:56.702 | + functions-common:time_stop:2323 : total=28739 2022-02-04 15:08:56.713 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:08:56.716 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=28832 2022-02-04 15:08:56.720 | + lib/nova:start_nova_console_proxies:1018 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:08:56.725 | + lib/nova:start_nova_console_proxies:1018 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:08:56.730 | + lib/nova:start_nova:1063 : start_nova_conductor 2022-02-04 15:08:56.736 | + lib/nova:start_nova_conductor:1031 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-04 15:08:56.736 | + lib/nova:start_nova_conductor:1037 : enable_nova_fleet 2022-02-04 15:08:56.740 | + lib/nova:enable_nova_fleet:1022 : is_service_enabled n-cond 2022-02-04 15:08:56.760 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:08:56.763 | + lib/nova:enable_nova_fleet:1023 : enable_service n-super-cond 2022-02-04 15:08:56.848 | ++ lib/nova:enable_nova_fleet:1024 : seq 1 1 2022-02-04 15:08:56.853 | + lib/nova:enable_nova_fleet:1024 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-04 15:08:56.856 | + lib/nova:enable_nova_fleet:1025 : enable_service n-cond-cell1 2022-02-04 15:08:56.942 | + lib/nova:start_nova_conductor:1038 : is_service_enabled n-super-cond 2022-02-04 15:08:56.968 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:08:56.971 | + lib/nova:start_nova_conductor:1039 : run_process n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-04 15:08:56.974 | + functions-common:run_process:1564 : local service=n-super-cond 2022-02-04 15:08:56.977 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-04 15:08:56.981 | + functions-common:run_process:1566 : local group= 2022-02-04 15:08:56.983 | + functions-common:run_process:1567 : local user= 2022-02-04 15:08:56.986 | + functions-common:run_process:1569 : local name=n-super-cond 2022-02-04 15:08:56.989 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:08:56.992 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:08:56.995 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:08:56.998 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:08:57.004 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:08:57.007 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987337003 2022-02-04 15:08:57.010 | + functions-common:run_process:1572 : is_service_enabled n-super-cond 2022-02-04 15:08:57.039 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:08:57.044 | + functions-common:run_process:1573 : _run_under_systemd n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' 2022-02-04 15:08:57.048 | + functions-common:_run_under_systemd:1529 : local service=n-super-cond 2022-02-04 15:08:57.052 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-04 15:08:57.056 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-04 15:08:57.059 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-04 15:08:57.066 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-04 15:08:57.072 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2022-02-04 15:08:57.076 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2022-02-04 15:08:57.080 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-super-cond.service 2022-02-04 15:08:57.084 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:08:57.088 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:08:57.092 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2022-02-04 15:08:57.095 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@n-super-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ubuntu 2022-02-04 15:08:57.100 | + functions-common:write_user_unit_file:1446 : local service=devstack@n-super-cond.service 2022-02-04 15:08:57.104 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-04 15:08:57.108 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:08:57.112 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:08:57.116 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:08:57.120 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:08:57.124 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@n-super-cond.service 2022-02-04 15:08:57.128 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:08:57.132 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Unit Description 'Devstack devstack@n-super-cond.service' 2022-02-04 15:08:57.256 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu 2022-02-04 15:08:57.351 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-02-04 15:08:57.456 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process 2022-02-04 15:08:57.559 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300 2022-02-04 15:08:57.672 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:08:57.750 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:08:57.753 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target 2022-02-04 15:08:57.866 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:08:58.670 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-super-cond.service 2022-02-04 15:08:58.687 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service. 2022-02-04 15:08:59.391 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-super-cond.service 2022-02-04 15:08:59.433 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:08:59.439 | + functions-common:time_stop:2309 : local name 2022-02-04 15:08:59.443 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:08:59.448 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:08:59.458 | + functions-common:time_stop:2312 : local total 2022-02-04 15:08:59.464 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:08:59.469 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:08:59.473 | + functions-common:time_stop:2316 : start_time=1643987337003 2022-02-04 15:08:59.477 | + functions-common:time_stop:2318 : [[ -z 1643987337003 ]] 2022-02-04 15:08:59.484 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:08:59.488 | + functions-common:time_stop:2321 : end_time=1643987339485 2022-02-04 15:08:59.492 | + functions-common:time_stop:2322 : elapsed_time=2482 2022-02-04 15:08:59.495 | + functions-common:time_stop:2323 : total=28832 2022-02-04 15:08:59.500 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:08:59.500 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=31314 2022-02-04 15:08:59.504 | ++ lib/nova:start_nova_conductor:1041 : seq 1 1 2022-02-04 15:08:59.512 | + lib/nova:start_nova_conductor:1041 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-02-04 15:08:59.515 | + lib/nova:start_nova_conductor:1042 : is_service_enabled n-cond-cell1 2022-02-04 15:08:59.547 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:08:59.551 | + lib/nova:start_nova_conductor:1043 : local conf 2022-02-04 15:08:59.560 | ++ lib/nova:start_nova_conductor:1044 : conductor_conf 1 2022-02-04 15:08:59.564 | ++ lib/nova:conductor_conf:732 : local cell=1 2022-02-04 15:08:59.571 | ++ lib/nova:conductor_conf:733 : echo /etc/nova/nova_cell1.conf 2022-02-04 15:08:59.575 | + lib/nova:start_nova_conductor:1044 : conf=/etc/nova/nova_cell1.conf 2022-02-04 15:08:59.579 | + lib/nova:start_nova_conductor:1045 : run_process n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-04 15:08:59.584 | + functions-common:run_process:1564 : local service=n-cond-cell1 2022-02-04 15:08:59.589 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-04 15:08:59.593 | + functions-common:run_process:1566 : local group= 2022-02-04 15:08:59.597 | + functions-common:run_process:1567 : local user= 2022-02-04 15:08:59.601 | + functions-common:run_process:1569 : local name=n-cond-cell1 2022-02-04 15:08:59.605 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:08:59.609 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:08:59.613 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:08:59.617 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:08:59.625 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:08:59.630 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987339625 2022-02-04 15:08:59.635 | + functions-common:run_process:1572 : is_service_enabled n-cond-cell1 2022-02-04 15:08:59.670 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:08:59.674 | + functions-common:run_process:1573 : _run_under_systemd n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' '' 2022-02-04 15:08:59.679 | + functions-common:_run_under_systemd:1529 : local service=n-cond-cell1 2022-02-04 15:08:59.684 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-04 15:08:59.688 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-04 15:08:59.693 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-04 15:08:59.698 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-04 15:08:59.702 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]] 2022-02-04 15:08:59.706 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]] 2022-02-04 15:08:59.716 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@n-cond-cell1.service 2022-02-04 15:08:59.716 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:08:59.719 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:08:59.724 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]] 2022-02-04 15:08:59.728 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@n-cond-cell1.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ubuntu 2022-02-04 15:08:59.732 | + functions-common:write_user_unit_file:1446 : local service=devstack@n-cond-cell1.service 2022-02-04 15:08:59.736 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-04 15:08:59.739 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:08:59.743 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:08:59.745 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:08:59.748 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:08:59.751 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service 2022-02-04 15:08:59.753 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:08:59.759 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Unit Description 'Devstack devstack@n-cond-cell1.service' 2022-02-04 15:08:59.869 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu 2022-02-04 15:08:59.960 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-02-04 15:09:00.024 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process 2022-02-04 15:09:00.089 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300 2022-02-04 15:09:00.157 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:09:00.231 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:09:00.238 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target 2022-02-04 15:09:00.344 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:09:01.094 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@n-cond-cell1.service 2022-02-04 15:09:01.112 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service. 2022-02-04 15:09:01.647 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@n-cond-cell1.service 2022-02-04 15:09:01.685 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:09:01.692 | + functions-common:time_stop:2309 : local name 2022-02-04 15:09:01.700 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:09:01.706 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:09:01.716 | + functions-common:time_stop:2312 : local total 2022-02-04 15:09:01.724 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:09:01.732 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:09:01.737 | + functions-common:time_stop:2316 : start_time=1643987339625 2022-02-04 15:09:01.745 | + functions-common:time_stop:2318 : [[ -z 1643987339625 ]] 2022-02-04 15:09:01.751 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:09:01.757 | + functions-common:time_stop:2321 : end_time=1643987341753 2022-02-04 15:09:01.765 | + functions-common:time_stop:2322 : elapsed_time=2128 2022-02-04 15:09:01.768 | + functions-common:time_stop:2323 : total=31314 2022-02-04 15:09:01.772 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:09:01.777 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=33442 2022-02-04 15:09:01.782 | + lib/nova:start_nova:1064 : start_nova_compute 2022-02-04 15:09:01.790 | + lib/nova:start_nova_compute:894 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:09:01.794 | + lib/nova:start_nova_compute:895 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:09:01.801 | + lib/nova:start_nova_compute:895 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:09:01.817 | + lib/nova:start_nova_compute:897 : local compute_cell_conf=/etc/nova/nova.conf 2022-02-04 15:09:01.822 | + lib/nova:start_nova_compute:900 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2022-02-04 15:09:01.839 | + lib/nova:start_nova_compute:902 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2022-02-04 15:09:01.848 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-02-04 15:09:01.854 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-02-04 15:09:01.862 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2022-02-04 15:09:01.870 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-02-04 15:09:01.878 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2022-02-04 15:09:01.884 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2022-02-04 15:09:01.893 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2022-02-04 15:09:01.902 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2022-02-04 15:09:01.908 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2022-02-04 15:09:01.908 | BEGIN { 2022-02-04 15:09:01.908 | section = "" 2022-02-04 15:09:01.908 | last_section = "" 2022-02-04 15:09:01.909 | section_count = 0 2022-02-04 15:09:01.909 | } 2022-02-04 15:09:01.909 | /^\[.+\]/ { 2022-02-04 15:09:01.909 | gsub("[][]", "", $1); 2022-02-04 15:09:01.909 | section=$1 2022-02-04 15:09:01.909 | next 2022-02-04 15:09:01.909 | } 2022-02-04 15:09:01.909 | /^ *\#/ { 2022-02-04 15:09:01.909 | next 2022-02-04 15:09:01.909 | } 2022-02-04 15:09:01.909 | /^[^ \t]+/ { 2022-02-04 15:09:01.909 | # get offset of first = in $0 2022-02-04 15:09:01.909 | eq_idx = index($0, "=") 2022-02-04 15:09:01.909 | # extract attr & value from $0 2022-02-04 15:09:01.909 | attr = substr($0, 1, eq_idx - 1) 2022-02-04 15:09:01.909 | value = substr($0, eq_idx + 1) 2022-02-04 15:09:01.910 | # only need to strip trailing whitespace from attr 2022-02-04 15:09:01.910 | sub(/[ \t]*$/, "", attr) 2022-02-04 15:09:01.910 | # need to strip leading & trailing whitespace from value 2022-02-04 15:09:01.910 | sub(/^[ \t]*/, "", value) 2022-02-04 15:09:01.910 | sub(/[ \t]*$/, "", value) 2022-02-04 15:09:01.910 | 2022-02-04 15:09:01.910 | # cfg_attr_count: number of config lines per [section, attr] 2022-02-04 15:09:01.910 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-02-04 15:09:01.910 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-02-04 15:09:01.910 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-02-04 15:09:01.910 | if (! (section, attr) in cfg_attr_count) { 2022-02-04 15:09:01.910 | if (section != last_section) { 2022-02-04 15:09:01.910 | cfg_section[section_count++] = section 2022-02-04 15:09:01.910 | last_section = section 2022-02-04 15:09:01.910 | } 2022-02-04 15:09:01.910 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-02-04 15:09:01.911 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-02-04 15:09:01.911 | 2022-02-04 15:09:01.911 | cfg_attr[section, attr, 0] = value 2022-02-04 15:09:01.911 | cfg_attr_count[section, attr] = 1 2022-02-04 15:09:01.911 | } else { 2022-02-04 15:09:01.911 | lno = cfg_attr_count[section, attr]++ 2022-02-04 15:09:01.911 | cfg_attr[section, attr, lno] = value 2022-02-04 15:09:01.911 | } 2022-02-04 15:09:01.911 | } 2022-02-04 15:09:01.911 | END { 2022-02-04 15:09:01.911 | # Process each section in order 2022-02-04 15:09:01.911 | for (sno = 0; sno < section_count; sno++) { 2022-02-04 15:09:01.911 | section = cfg_section[sno] 2022-02-04 15:09:01.911 | # The ini routines simply append a config item immediately 2022-02-04 15:09:01.911 | # after the section header. To keep the same order as defined 2022-02-04 15:09:01.911 | # in local.conf, invoke the ini routines in the reverse order 2022-02-04 15:09:01.911 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-02-04 15:09:01.912 | attr = cfg_sec_attr_name[sno, attr_no] 2022-02-04 15:09:01.912 | if (cfg_attr_count[section, attr] == 1) 2022-02-04 15:09:01.912 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-02-04 15:09:01.912 | else { 2022-02-04 15:09:01.912 | # For multiline, invoke the ini routines in the reverse order 2022-02-04 15:09:01.915 | count = cfg_attr_count[section, attr] 2022-02-04 15:09:01.916 | print "inidelete " configfile " " section " " attr 2022-02-04 15:09:01.916 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-02-04 15:09:01.916 | for (l = count -2; l >= 0; l--) 2022-02-04 15:09:01.916 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-02-04 15:09:01.916 | } 2022-02-04 15:09:01.916 | } 2022-02-04 15:09:01.916 | } 2022-02-04 15:09:01.916 | } 2022-02-04 15:09:01.916 | + inc/meta-config:merge_config_file:164 : read a 2022-02-04 15:09:01.916 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2022-02-04 15:09:01.916 | ' 2022-02-04 15:09:01.920 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-02-04 15:09:01.921 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-02-04 15:09:01.931 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-02-04 15:09:01.941 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2022-02-04 15:09:01.947 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-04 15:09:01.958 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2022-02-04 15:09:01.963 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2022-02-04 15:09:01.963 | BEGIN { group = "" } 2022-02-04 15:09:01.963 | /^\[\[.+\|.*\]\]/ { 2022-02-04 15:09:01.963 | gsub("[][]", "", $1); 2022-02-04 15:09:01.963 | split($1, a, "|"); 2022-02-04 15:09:01.963 | if (a[1] == matchgroup && a[2] == configfile) { 2022-02-04 15:09:01.963 | group=a[1] 2022-02-04 15:09:01.963 | } else { 2022-02-04 15:09:01.963 | group="" 2022-02-04 15:09:01.963 | } 2022-02-04 15:09:01.963 | next 2022-02-04 15:09:01.963 | } 2022-02-04 15:09:01.963 | { 2022-02-04 15:09:01.963 | if (group != "") 2022-02-04 15:09:01.963 | print $0 2022-02-04 15:09:01.964 | } 2022-02-04 15:09:01.964 | ' /home/ubuntu/devstack/local.conf 2022-02-04 15:09:01.985 | + lib/nova:start_nova_compute:904 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-02-04 15:09:01.996 | + lib/nova:start_nova_compute:911 : iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True 2022-02-04 15:09:02.097 | + lib/nova:start_nova_compute:914 : iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False 2022-02-04 15:09:02.177 | + lib/nova:start_nova_compute:915 : iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 2022-02-04 15:09:02.185 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-02-04 15:09:02.199 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova-cpu.conf 2022-02-04 15:09:02.205 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-02-04 15:09:02.212 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-02-04 15:09:02.221 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-02-04 15:09:02.269 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:02.276 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-02-04 15:09:02.285 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-02-04 15:09:02.290 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-02-04 15:09:02.346 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:02.352 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/nova_cell1 2022-02-04 15:09:02.357 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/nova_cell1 2022-02-04 15:09:02.412 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-02-04 15:09:02.416 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-02-04 15:09:02.423 | + lib/nova:start_nova_compute:919 : inidelete /etc/nova/nova-cpu.conf database connection 2022-02-04 15:09:02.460 | + lib/nova:start_nova_compute:920 : inidelete /etc/nova/nova-cpu.conf api_database connection 2022-02-04 15:09:02.493 | + lib/nova:start_nova_compute:925 : configure_console_compute 2022-02-04 15:09:02.496 | + lib/nova:configure_console_compute:614 : local offset 2022-02-04 15:09:02.498 | + lib/nova:configure_console_compute:615 : offset=0 2022-02-04 15:09:02.501 | + lib/nova:configure_console_compute:619 : local default_proxyclient_addr 2022-02-04 15:09:02.505 | ++ lib/nova:configure_console_compute:620 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2022-02-04 15:09:02.537 | + lib/nova:configure_console_compute:620 : default_proxyclient_addr=10.222.0.18 2022-02-04 15:09:02.541 | + lib/nova:configure_console_compute:624 : is_service_enabled n-cpu 2022-02-04 15:09:02.562 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:09:02.565 | + lib/nova:configure_console_compute:640 : is_service_enabled n-novnc 2022-02-04 15:09:02.586 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:09:02.589 | + lib/nova:configure_console_compute:640 : '[' False '!=' False ']' 2022-02-04 15:09:02.592 | + lib/nova:configure_console_compute:648 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2022-02-04 15:09:02.631 | + lib/nova:configure_console_compute:651 : is_service_enabled n-spice 2022-02-04 15:09:02.654 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:09:02.665 | + lib/nova:configure_console_compute:661 : is_service_enabled n-sproxy 2022-02-04 15:09:02.692 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:09:02.695 | + lib/nova:start_nova_compute:928 : '[' -n '' ']' 2022-02-04 15:09:02.698 | + lib/nova:start_nova_compute:933 : [[ libvirt == \l\i\b\v\i\r\t ]] 2022-02-04 15:09:02.701 | + lib/nova:start_nova_compute:933 : [[ kvm == \q\e\m\u ]] 2022-02-04 15:09:02.704 | + lib/nova:start_nova_compute:937 : [[ libvirt = \l\i\b\v\i\r\t ]] 2022-02-04 15:09:02.708 | + lib/nova:start_nova_compute:941 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt 2022-02-04 15:09:02.712 | + functions-common:run_process:1564 : local service=n-cpu 2022-02-04 15:09:02.715 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2022-02-04 15:09:02.717 | + functions-common:run_process:1566 : local group=libvirt 2022-02-04 15:09:02.720 | + functions-common:run_process:1567 : local user= 2022-02-04 15:09:02.723 | + functions-common:run_process:1569 : local name=n-cpu 2022-02-04 15:09:02.727 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:09:02.729 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:09:02.732 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:09:02.735 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:09:02.748 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:09:02.748 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987342744 2022-02-04 15:09:02.752 | + functions-common:run_process:1572 : is_service_enabled n-cpu 2022-02-04 15:09:02.777 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:09:02.780 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:09:02.782 | + functions-common:time_stop:2309 : local name 2022-02-04 15:09:02.785 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:09:02.787 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:09:02.790 | + functions-common:time_stop:2312 : local total 2022-02-04 15:09:02.792 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:09:02.795 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:09:02.798 | + functions-common:time_stop:2316 : start_time=1643987342744 2022-02-04 15:09:02.800 | + functions-common:time_stop:2318 : [[ -z 1643987342744 ]] 2022-02-04 15:09:02.805 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:09:02.808 | + functions-common:time_stop:2321 : end_time=1643987342805 2022-02-04 15:09:02.810 | + functions-common:time_stop:2322 : elapsed_time=61 2022-02-04 15:09:02.813 | + functions-common:time_stop:2323 : total=33442 2022-02-04 15:09:02.815 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:09:02.818 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=33503 2022-02-04 15:09:02.820 | + lib/nova:start_nova_compute:963 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:09:02.823 | + lib/nova:start_nova_compute:963 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-02-04 15:09:02.827 | + lib/nova:start_nova:1065 : is_service_enabled n-api 2022-02-04 15:09:02.846 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:02.849 | + lib/nova:start_nova:1067 : echo 'Dumping cells_v2 mapping' 2022-02-04 15:09:02.849 | Dumping cells_v2 mapping 2022-02-04 15:09:02.853 | + lib/nova:start_nova:1068 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2022-02-04 15:09:06.554 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:06.554 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:06.554 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:06.554 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:06.554 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2022-02-04 15:09:06.555 | | Name | UUID | Transport URL | Database Connection | Disabled | 2022-02-04 15:09:06.555 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2022-02-04 15:09:06.555 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8 | False | 2022-02-04 15:09:06.555 | | cell1 | 2f6a4970-3c53-4671-af2c-72d1605da21d | rabbit://stackrabbit:Passw0rd@10.222.0.18:5672/nova_cell1 | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8 | False | 2022-02-04 15:09:06.555 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2022-02-04 15:09:06.991 | + ./stack.sh:main:1324 : async_runfunc create_flavors 2022-02-04 15:09:06.994 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2022-02-04 15:09:07.065 | + inc/async:async_inner:63 : create_flavors 2022-02-04 15:09:07.113 | [17605 Async create_flavors:108711]: running: create_flavors 2022-02-04 15:09:07.116 | + ./stack.sh:main:1326 : is_service_enabled cinder 2022-02-04 15:09:07.141 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:07.144 | + ./stack.sh:main:1327 : echo_summary 'Starting Cinder' 2022-02-04 15:09:07.147 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:09:07.150 | + ./stack.sh:echo_summary:432 : echo -e Starting Cinder 2022-02-04 15:09:07.154 | + ./stack.sh:main:1328 : start_cinder 2022-02-04 15:09:07.157 | + lib/cinder:start_cinder:505 : local service_port=8776 2022-02-04 15:09:07.160 | + lib/cinder:start_cinder:506 : local service_protocol=http 2022-02-04 15:09:07.163 | + lib/cinder:start_cinder:507 : local cinder_url 2022-02-04 15:09:07.167 | + lib/cinder:start_cinder:508 : is_service_enabled tls-proxy 2022-02-04 15:09:07.188 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:09:07.191 | + lib/cinder:start_cinder:512 : '[' lioadm = tgtadm ']' 2022-02-04 15:09:07.194 | + lib/cinder:start_cinder:532 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync,n-super-cond,n-cond-cell1 =~ c-api ]] 2022-02-04 15:09:07.197 | + lib/cinder:start_cinder:533 : '[' True == False ']' 2022-02-04 15:09:07.201 | ++ lib/cinder:start_cinder:541 : which uwsgi 2022-02-04 15:09:07.206 | + lib/cinder:start_cinder:541 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-04 15:09:07.209 | + functions-common:run_process:1564 : local service=c-api 2022-02-04 15:09:07.212 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-04 15:09:07.215 | + functions-common:run_process:1566 : local group= 2022-02-04 15:09:07.219 | + functions-common:run_process:1567 : local user= 2022-02-04 15:09:07.222 | + functions-common:run_process:1569 : local name=c-api 2022-02-04 15:09:07.225 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:09:07.229 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:09:07.233 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:09:07.236 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:09:07.240 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:09:07.245 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987347242 2022-02-04 15:09:07.248 | + functions-common:run_process:1572 : is_service_enabled c-api 2022-02-04 15:09:07.269 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:07.276 | + functions-common:run_process:1573 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' 2022-02-04 15:09:07.279 | + functions-common:_run_under_systemd:1529 : local service=c-api 2022-02-04 15:09:07.282 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-04 15:09:07.284 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-04 15:09:07.287 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-04 15:09:07.290 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-04 15:09:07.293 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2022-02-04 15:09:07.295 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2022-02-04 15:09:07.298 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-api.service 2022-02-04 15:09:07.301 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:09:07.304 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:09:07.307 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2022-02-04 15:09:07.310 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' ubuntu 2022-02-04 15:09:07.312 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@c-api.service 2022-02-04 15:09:07.315 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-04 15:09:07.317 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-02-04 15:09:07.319 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-02-04 15:09:07.322 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@c-api.service 2022-02-04 15:09:07.324 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-02-04 15:09:07.331 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2022-02-04 15:09:07.415 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2022-02-04 15:09:07.497 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu 2022-02-04 15:09:07.562 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-02-04 15:09:07.624 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:09:07.684 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2022-02-04 15:09:07.751 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2022-02-04 15:09:07.831 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2022-02-04 15:09:07.899 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2022-02-04 15:09:07.965 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2022-02-04 15:09:08.024 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-02-04 15:09:08.027 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2022-02-04 15:09:08.097 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-02-04 15:09:08.554 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-api.service 2022-02-04 15:09:08.580 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2022-02-04 15:09:09.027 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-api.service 2022-02-04 15:09:09.128 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:09:09.136 | + functions-common:time_stop:2309 : local name 2022-02-04 15:09:09.144 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:09:09.147 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:09:09.151 | + functions-common:time_stop:2312 : local total 2022-02-04 15:09:09.155 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:09:09.159 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:09:09.164 | + functions-common:time_stop:2316 : start_time=1643987347242 2022-02-04 15:09:09.168 | + functions-common:time_stop:2318 : [[ -z 1643987347242 ]] 2022-02-04 15:09:09.184 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:09:09.190 | + functions-common:time_stop:2321 : end_time=1643987349186 2022-02-04 15:09:09.197 | + functions-common:time_stop:2322 : elapsed_time=1944 2022-02-04 15:09:09.204 | + functions-common:time_stop:2323 : total=33503 2022-02-04 15:09:09.210 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:09:09.218 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=35447 2022-02-04 15:09:09.224 | + lib/cinder:start_cinder:542 : cinder_url=http://10.222.0.18/volume/v3 2022-02-04 15:09:09.230 | + lib/cinder:start_cinder:546 : echo 'Waiting for Cinder API to start...' 2022-02-04 15:09:09.230 | Waiting for Cinder API to start... 2022-02-04 15:09:09.235 | + lib/cinder:start_cinder:547 : wait_for_service 60 http://10.222.0.18/volume/v3 2022-02-04 15:09:09.240 | + functions:wait_for_service:457 : local timeout=60 2022-02-04 15:09:09.245 | + functions:wait_for_service:458 : local url=http://10.222.0.18/volume/v3 2022-02-04 15:09:09.255 | + functions:wait_for_service:459 : local rval=0 2022-02-04 15:09:09.271 | + functions:wait_for_service:460 : time_start wait_for_service 2022-02-04 15:09:09.284 | + functions-common:time_start:2295 : local name=wait_for_service 2022-02-04 15:09:09.294 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:09:09.298 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:09:09.301 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:09:09.308 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987349304 2022-02-04 15:09:09.312 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-02-04 15:09:09.324 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.18/volume/v3 2022-02-04 15:09:13.889 | + :: : [[ 401 == 503 ]] 2022-02-04 15:09:13.891 | + :: : [[ 0 -eq 7 ]] 2022-02-04 15:09:13.902 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-02-04 15:09:13.906 | + functions-common:time_stop:2309 : local name 2022-02-04 15:09:13.909 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:09:13.912 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:09:13.916 | + functions-common:time_stop:2312 : local total 2022-02-04 15:09:13.919 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:09:13.922 | + functions-common:time_stop:2315 : name=wait_for_service 2022-02-04 15:09:13.926 | + functions-common:time_stop:2316 : start_time=1643987349304 2022-02-04 15:09:13.930 | + functions-common:time_stop:2318 : [[ -z 1643987349304 ]] 2022-02-04 15:09:13.938 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:09:13.942 | + functions-common:time_stop:2321 : end_time=1643987353937 2022-02-04 15:09:13.946 | + functions-common:time_stop:2322 : elapsed_time=4633 2022-02-04 15:09:13.949 | + functions-common:time_stop:2323 : total=18811 2022-02-04 15:09:13.953 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:09:13.957 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=23444 2022-02-04 15:09:13.962 | + functions:wait_for_service:467 : return 0 2022-02-04 15:09:13.966 | + lib/cinder:start_cinder:551 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:13.971 | + functions-common:run_process:1564 : local service=c-sch 2022-02-04 15:09:13.974 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:13.978 | + functions-common:run_process:1566 : local group= 2022-02-04 15:09:13.982 | + functions-common:run_process:1567 : local user= 2022-02-04 15:09:13.985 | + functions-common:run_process:1569 : local name=c-sch 2022-02-04 15:09:13.989 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:09:13.994 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:09:13.998 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:09:14.002 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:09:14.007 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:09:14.014 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987354010 2022-02-04 15:09:14.017 | + functions-common:run_process:1572 : is_service_enabled c-sch 2022-02-04 15:09:14.041 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:14.044 | + functions-common:run_process:1573 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' 2022-02-04 15:09:14.047 | + functions-common:_run_under_systemd:1529 : local service=c-sch 2022-02-04 15:09:14.050 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:14.053 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:14.056 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:14.060 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:14.064 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2022-02-04 15:09:14.067 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2022-02-04 15:09:14.069 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-sch.service 2022-02-04 15:09:14.072 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:09:14.075 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:09:14.078 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2022-02-04 15:09:14.081 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ubuntu 2022-02-04 15:09:14.084 | + functions-common:write_user_unit_file:1446 : local service=devstack@c-sch.service 2022-02-04 15:09:14.087 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:14.089 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:09:14.092 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:09:14.095 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:09:14.097 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:09:14.100 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2022-02-04 15:09:14.104 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:09:14.112 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2022-02-04 15:09:14.211 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu 2022-02-04 15:09:14.284 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:14.345 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2022-02-04 15:09:14.407 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2022-02-04 15:09:14.476 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:09:14.540 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:09:14.543 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2022-02-04 15:09:14.629 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:09:15.087 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-sch.service 2022-02-04 15:09:15.106 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2022-02-04 15:09:15.597 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-sch.service 2022-02-04 15:09:15.631 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:09:15.646 | + functions-common:time_stop:2309 : local name 2022-02-04 15:09:15.652 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:09:15.656 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:09:15.659 | + functions-common:time_stop:2312 : local total 2022-02-04 15:09:15.662 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:09:15.665 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:09:15.668 | + functions-common:time_stop:2316 : start_time=1643987354010 2022-02-04 15:09:15.671 | + functions-common:time_stop:2318 : [[ -z 1643987354010 ]] 2022-02-04 15:09:15.676 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:09:15.681 | + functions-common:time_stop:2321 : end_time=1643987355677 2022-02-04 15:09:15.684 | + functions-common:time_stop:2322 : elapsed_time=1667 2022-02-04 15:09:15.687 | + functions-common:time_stop:2323 : total=35447 2022-02-04 15:09:15.693 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:09:15.697 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=37114 2022-02-04 15:09:15.700 | + lib/cinder:start_cinder:552 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:15.703 | + functions-common:run_process:1564 : local service=c-bak 2022-02-04 15:09:15.706 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:15.709 | + functions-common:run_process:1566 : local group= 2022-02-04 15:09:15.713 | + functions-common:run_process:1567 : local user= 2022-02-04 15:09:15.715 | + functions-common:run_process:1569 : local name=c-bak 2022-02-04 15:09:15.719 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:09:15.721 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:09:15.724 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:09:15.728 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:09:15.731 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:09:15.737 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987355733 2022-02-04 15:09:15.740 | + functions-common:run_process:1572 : is_service_enabled c-bak 2022-02-04 15:09:15.769 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:15.772 | + functions-common:run_process:1573 : _run_under_systemd c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 2022-02-04 15:09:15.775 | + functions-common:_run_under_systemd:1529 : local service=c-bak 2022-02-04 15:09:15.778 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:15.781 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:15.784 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:15.786 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:15.790 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ sudo ]] 2022-02-04 15:09:15.793 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2022-02-04 15:09:15.796 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-bak.service 2022-02-04 15:09:15.800 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:09:15.802 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:09:15.806 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2022-02-04 15:09:15.809 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@c-bak.service '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' ubuntu 2022-02-04 15:09:15.812 | + functions-common:write_user_unit_file:1446 : local service=devstack@c-bak.service 2022-02-04 15:09:15.814 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:15.817 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:09:15.821 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:09:15.824 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:09:15.827 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:09:15.830 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@c-bak.service 2022-02-04 15:09:15.833 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:09:15.838 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Unit Description 'Devstack devstack@c-bak.service' 2022-02-04 15:09:15.927 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service User ubuntu 2022-02-04 15:09:16.011 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecStart '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:16.083 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service KillMode process 2022-02-04 15:09:16.171 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service TimeoutStopSec 300 2022-02-04 15:09:16.255 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:09:16.328 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:09:16.331 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Install WantedBy multi-user.target 2022-02-04 15:09:16.422 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:09:17.162 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-bak.service 2022-02-04 15:09:17.181 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-bak.service → /etc/systemd/system/devstack@c-bak.service. 2022-02-04 15:09:17.914 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-bak.service 2022-02-04 15:09:17.963 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:09:17.969 | + functions-common:time_stop:2309 : local name 2022-02-04 15:09:17.974 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:09:17.981 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:09:17.985 | + functions-common:time_stop:2312 : local total 2022-02-04 15:09:17.990 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:09:18.002 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:09:18.007 | + functions-common:time_stop:2316 : start_time=1643987355733 2022-02-04 15:09:18.012 | + functions-common:time_stop:2318 : [[ -z 1643987355733 ]] 2022-02-04 15:09:18.019 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:09:18.023 | + functions-common:time_stop:2321 : end_time=1643987358020 2022-02-04 15:09:18.026 | + functions-common:time_stop:2322 : elapsed_time=2287 2022-02-04 15:09:18.028 | + functions-common:time_stop:2323 : total=37114 2022-02-04 15:09:18.031 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:09:18.034 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=39401 2022-02-04 15:09:18.038 | + lib/cinder:start_cinder:553 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:18.041 | + functions-common:run_process:1564 : local service=c-vol 2022-02-04 15:09:18.044 | + functions-common:run_process:1565 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:18.047 | + functions-common:run_process:1566 : local group= 2022-02-04 15:09:18.049 | + functions-common:run_process:1567 : local user= 2022-02-04 15:09:18.052 | + functions-common:run_process:1569 : local name=c-vol 2022-02-04 15:09:18.055 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:09:18.057 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:09:18.060 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:09:18.063 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:09:18.069 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:09:18.072 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987358068 2022-02-04 15:09:18.075 | + functions-common:run_process:1572 : is_service_enabled c-vol 2022-02-04 15:09:18.104 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:18.109 | + functions-common:run_process:1573 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 2022-02-04 15:09:18.113 | + functions-common:_run_under_systemd:1529 : local service=c-vol 2022-02-04 15:09:18.118 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:18.122 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:18.126 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:18.130 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:18.135 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2022-02-04 15:09:18.140 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2022-02-04 15:09:18.144 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@c-vol.service 2022-02-04 15:09:18.149 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:09:18.153 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:09:18.158 | + functions-common:_run_under_systemd:1538 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2022-02-04 15:09:18.163 | + functions-common:_run_under_systemd:1541 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' ubuntu 2022-02-04 15:09:18.167 | + functions-common:write_user_unit_file:1446 : local service=devstack@c-vol.service 2022-02-04 15:09:18.172 | + functions-common:write_user_unit_file:1447 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:18.178 | + functions-common:write_user_unit_file:1448 : local group= 2022-02-04 15:09:18.188 | + functions-common:write_user_unit_file:1449 : local user=ubuntu 2022-02-04 15:09:18.192 | + functions-common:write_user_unit_file:1450 : local extra= 2022-02-04 15:09:18.198 | + functions-common:write_user_unit_file:1451 : [[ -n '' ]] 2022-02-04 15:09:18.201 | + functions-common:write_user_unit_file:1454 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2022-02-04 15:09:18.204 | + functions-common:write_user_unit_file:1455 : mkdir -p /etc/systemd/system 2022-02-04 15:09:18.213 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2022-02-04 15:09:18.324 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User ubuntu 2022-02-04 15:09:18.428 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-02-04 15:09:18.528 | + functions-common:write_user_unit_file:1460 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2022-02-04 15:09:18.648 | + functions-common:write_user_unit_file:1461 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2022-02-04 15:09:18.789 | + functions-common:write_user_unit_file:1462 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:09:18.907 | + functions-common:write_user_unit_file:1463 : [[ -n '' ]] 2022-02-04 15:09:18.912 | + functions-common:write_user_unit_file:1466 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2022-02-04 15:09:19.002 | + functions-common:write_user_unit_file:1469 : sudo systemctl daemon-reload 2022-02-04 15:09:19.719 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@c-vol.service 2022-02-04 15:09:19.735 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2022-02-04 15:09:20.233 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@c-vol.service 2022-02-04 15:09:20.278 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:09:20.282 | + functions-common:time_stop:2309 : local name 2022-02-04 15:09:20.285 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:09:20.296 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:09:20.301 | + functions-common:time_stop:2312 : local total 2022-02-04 15:09:20.308 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:09:20.312 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:09:20.320 | + functions-common:time_stop:2316 : start_time=1643987358068 2022-02-04 15:09:20.324 | + functions-common:time_stop:2318 : [[ -z 1643987358068 ]] 2022-02-04 15:09:20.335 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:09:20.348 | + functions-common:time_stop:2321 : end_time=1643987360336 2022-02-04 15:09:20.354 | + functions-common:time_stop:2322 : elapsed_time=2268 2022-02-04 15:09:20.364 | + functions-common:time_stop:2323 : total=39401 2022-02-04 15:09:20.372 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:09:20.378 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=41669 2022-02-04 15:09:20.388 | + ./stack.sh:main:1329 : create_volume_types 2022-02-04 15:09:20.396 | + lib/cinder:create_volume_types:571 : is_service_enabled c-api 2022-02-04 15:09:20.463 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:20.477 | + lib/cinder:create_volume_types:571 : [[ -n lvm:lvmdriver-1 ]] 2022-02-04 15:09:20.492 | + lib/cinder:create_volume_types:572 : local be be_name 2022-02-04 15:09:20.498 | + lib/cinder:create_volume_types:573 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-02-04 15:09:20.510 | + lib/cinder:create_volume_types:574 : be_name=lvmdriver-1 2022-02-04 15:09:20.521 | + lib/cinder:create_volume_types:576 : is_service_enabled keystone 2022-02-04 15:09:20.572 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:20.576 | + lib/cinder:create_volume_types:577 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1 2022-02-04 15:09:25.296 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:25.296 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:25.296 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:25.296 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:25.297 | +-------------+--------------------------------------+ 2022-02-04 15:09:25.297 | | Field | Value | 2022-02-04 15:09:25.297 | +-------------+--------------------------------------+ 2022-02-04 15:09:25.297 | | description | None | 2022-02-04 15:09:25.297 | | id | 9dbb5f2a-fe4d-475a-9124-50b4af713b63 | 2022-02-04 15:09:25.297 | | is_public | True | 2022-02-04 15:09:25.297 | | name | lvmdriver-1 | 2022-02-04 15:09:25.297 | | properties | volume_backend_name='lvmdriver-1' | 2022-02-04 15:09:25.297 | +-------------+--------------------------------------+ 2022-02-04 15:09:25.502 | + lib/cinder:create_volume_types:591 : [[ False == \T\r\u\e ]] 2022-02-04 15:09:25.506 | + ./stack.sh:main:1334 : [[ False == \T\r\u\e ]] 2022-02-04 15:09:25.509 | + ./stack.sh:main:1342 : is_service_enabled glance 2022-02-04 15:09:25.533 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:25.537 | + ./stack.sh:main:1343 : echo_summary 'Starting Glance' 2022-02-04 15:09:25.541 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:09:25.547 | + ./stack.sh:echo_summary:432 : echo -e Starting Glance 2022-02-04 15:09:25.551 | + ./stack.sh:main:1344 : start_glance 2022-02-04 15:09:25.560 | + lib/glance:start_glance:609 : local service_protocol=http 2022-02-04 15:09:25.564 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2022-02-04 15:09:25.591 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:09:25.595 | + lib/glance:start_glance:616 : [[ False == False ]] 2022-02-04 15:09:25.599 | ++ lib/glance:start_glance:617 : which uwsgi 2022-02-04 15:09:25.606 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-04 15:09:25.610 | + functions-common:run_process:1564 : local service=g-api 2022-02-04 15:09:25.613 | + functions-common:run_process:1565 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-04 15:09:25.617 | + functions-common:run_process:1566 : local group= 2022-02-04 15:09:25.621 | + functions-common:run_process:1567 : local user= 2022-02-04 15:09:25.624 | + functions-common:run_process:1569 : local name=g-api 2022-02-04 15:09:25.628 | + functions-common:run_process:1571 : time_start run_process 2022-02-04 15:09:25.632 | + functions-common:time_start:2295 : local name=run_process 2022-02-04 15:09:25.636 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:09:25.640 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:09:25.647 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:09:25.654 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987365650 2022-02-04 15:09:25.657 | + functions-common:run_process:1572 : is_service_enabled g-api 2022-02-04 15:09:25.691 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:25.698 | + functions-common:run_process:1573 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' 2022-02-04 15:09:25.703 | + functions-common:_run_under_systemd:1529 : local service=g-api 2022-02-04 15:09:25.706 | + functions-common:_run_under_systemd:1530 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-04 15:09:25.710 | + functions-common:_run_under_systemd:1531 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-04 15:09:25.714 | + functions-common:_run_under_systemd:1533 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-04 15:09:25.718 | + functions-common:_common_systemd_pitfalls:1501 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-04 15:09:25.722 | + functions-common:_common_systemd_pitfalls:1504 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2022-02-04 15:09:25.726 | + functions-common:_common_systemd_pitfalls:1515 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2022-02-04 15:09:25.731 | + functions-common:_run_under_systemd:1535 : local systemd_service=devstack@g-api.service 2022-02-04 15:09:25.734 | + functions-common:_run_under_systemd:1536 : local group= 2022-02-04 15:09:25.737 | + functions-common:_run_under_systemd:1537 : local user=ubuntu 2022-02-04 15:09:25.741 | + functions-common:_run_under_systemd:1538 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2022-02-04 15:09:25.745 | + functions-common:_run_under_systemd:1539 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' ubuntu 2022-02-04 15:09:25.748 | + functions-common:write_uwsgi_user_unit_file:1473 : local service=devstack@g-api.service 2022-02-04 15:09:25.752 | + functions-common:write_uwsgi_user_unit_file:1474 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-04 15:09:25.756 | + functions-common:write_uwsgi_user_unit_file:1475 : local group= 2022-02-04 15:09:25.759 | + functions-common:write_uwsgi_user_unit_file:1476 : local user=ubuntu 2022-02-04 15:09:25.762 | + functions-common:write_uwsgi_user_unit_file:1477 : local unitfile=/etc/systemd/system/devstack@g-api.service 2022-02-04 15:09:25.765 | + functions-common:write_uwsgi_user_unit_file:1478 : mkdir -p /etc/systemd/system 2022-02-04 15:09:25.771 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2022-02-04 15:09:25.856 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2022-02-04 15:09:25.963 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User ubuntu 2022-02-04 15:09:26.056 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-02-04 15:09:26.149 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-02-04 15:09:26.230 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2022-02-04 15:09:26.310 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2022-02-04 15:09:26.390 | + functions-common:write_uwsgi_user_unit_file:1487 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2022-02-04 15:09:26.465 | + functions-common:write_uwsgi_user_unit_file:1488 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2022-02-04 15:09:26.545 | + functions-common:write_uwsgi_user_unit_file:1489 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2022-02-04 15:09:26.633 | + functions-common:write_uwsgi_user_unit_file:1491 : [[ -n '' ]] 2022-02-04 15:09:26.637 | + functions-common:write_uwsgi_user_unit_file:1494 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2022-02-04 15:09:26.718 | + functions-common:write_uwsgi_user_unit_file:1497 : sudo systemctl daemon-reload 2022-02-04 15:09:27.308 | + functions-common:_run_under_systemd:1544 : sudo systemctl enable devstack@g-api.service 2022-02-04 15:09:27.324 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2022-02-04 15:09:27.851 | + functions-common:_run_under_systemd:1545 : sudo systemctl start devstack@g-api.service 2022-02-04 15:09:27.948 | + functions-common:run_process:1575 : time_stop run_process 2022-02-04 15:09:27.954 | + functions-common:time_stop:2309 : local name 2022-02-04 15:09:27.960 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:09:27.962 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:09:27.968 | + functions-common:time_stop:2312 : local total 2022-02-04 15:09:27.972 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:09:27.976 | + functions-common:time_stop:2315 : name=run_process 2022-02-04 15:09:27.979 | + functions-common:time_stop:2316 : start_time=1643987365650 2022-02-04 15:09:27.984 | + functions-common:time_stop:2318 : [[ -z 1643987365650 ]] 2022-02-04 15:09:28.005 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:09:28.012 | + functions-common:time_stop:2321 : end_time=1643987368007 2022-02-04 15:09:28.030 | + functions-common:time_stop:2322 : elapsed_time=2357 2022-02-04 15:09:28.048 | + functions-common:time_stop:2323 : total=41669 2022-02-04 15:09:28.059 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:09:28.069 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=44026 2022-02-04 15:09:28.080 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2022-02-04 15:09:28.163 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:09:28.171 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.222.0.18) to start...' 2022-02-04 15:09:28.171 | Waiting for g-api (10.222.0.18) to start... 2022-02-04 15:09:28.182 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.222.0.18/image 2022-02-04 15:09:28.198 | + functions:wait_for_service:457 : local timeout=60 2022-02-04 15:09:28.204 | + functions:wait_for_service:458 : local url=http://10.222.0.18/image 2022-02-04 15:09:28.210 | + functions:wait_for_service:459 : local rval=0 2022-02-04 15:09:28.215 | + functions:wait_for_service:460 : time_start wait_for_service 2022-02-04 15:09:28.221 | + functions-common:time_start:2295 : local name=wait_for_service 2022-02-04 15:09:28.227 | + functions-common:time_start:2296 : local start_time= 2022-02-04 15:09:28.232 | + functions-common:time_start:2297 : [[ -n '' ]] 2022-02-04 15:09:28.245 | ++ functions-common:time_start:2300 : date +%s%3N 2022-02-04 15:09:28.258 | + functions-common:time_start:2300 : _TIME_START[$name]=1643987368247 2022-02-04 15:09:28.265 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-02-04 15:09:28.288 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.18/image 2022-02-04 15:09:33.010 | + :: : [[ 300 == 503 ]] 2022-02-04 15:09:33.012 | + :: : [[ 0 -eq 7 ]] 2022-02-04 15:09:33.016 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-02-04 15:09:33.019 | + functions-common:time_stop:2309 : local name 2022-02-04 15:09:33.026 | + functions-common:time_stop:2310 : local end_time 2022-02-04 15:09:33.031 | + functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:09:33.034 | + functions-common:time_stop:2312 : local total 2022-02-04 15:09:33.038 | + functions-common:time_stop:2313 : local start_time 2022-02-04 15:09:33.040 | + functions-common:time_stop:2315 : name=wait_for_service 2022-02-04 15:09:33.045 | + functions-common:time_stop:2316 : start_time=1643987368247 2022-02-04 15:09:33.048 | + functions-common:time_stop:2318 : [[ -z 1643987368247 ]] 2022-02-04 15:09:33.052 | ++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:09:33.058 | + functions-common:time_stop:2321 : end_time=1643987373055 2022-02-04 15:09:33.061 | + functions-common:time_stop:2322 : elapsed_time=4808 2022-02-04 15:09:33.063 | + functions-common:time_stop:2323 : total=23444 2022-02-04 15:09:33.066 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:09:33.069 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=28252 2022-02-04 15:09:33.072 | + functions:wait_for_service:467 : return 0 2022-02-04 15:09:33.075 | + ./stack.sh:main:1358 : is_service_enabled mysql postgresql 2022-02-04 15:09:33.096 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:33.099 | + ./stack.sh:main:1358 : is_service_enabled glance 2022-02-04 15:09:33.124 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:33.127 | + ./stack.sh:main:1359 : echo_summary 'Uploading images' 2022-02-04 15:09:33.131 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:09:33.135 | + ./stack.sh:echo_summary:432 : echo -e Uploading images 2022-02-04 15:09:33.138 | + ./stack.sh:main:1361 : for image_url in ${IMAGE_URLS//,/ } 2022-02-04 15:09:33.145 | + ./stack.sh:main:1362 : upload_image http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-04 15:09:33.150 | + functions:upload_image:132 : local image_url=http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-04 15:09:33.154 | + functions:upload_image:134 : local image image_fname image_name 2022-02-04 15:09:33.160 | + functions:upload_image:137 : mkdir -p /home/ubuntu/devstack/files/images 2022-02-04 15:09:33.167 | ++ functions:upload_image:138 : basename http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-04 15:09:33.173 | + functions:upload_image:138 : image_fname=ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-04 15:09:33.178 | + functions:upload_image:139 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx != file* ]] 2022-02-04 15:09:33.182 | + functions:upload_image:141 : [[ ! -f /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx ]] 2022-02-04 15:09:33.186 | + functions:upload_image:142 : wget --progress=dot:giga -c http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx -O /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-04 15:09:33.192 | --2022-02-04 15:09:33-- http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-04 15:09:33.198 | Connecting to 10.100.0.9:80... connected. 2022-02-04 15:09:33.206 | HTTP request sent, awaiting response... 200 OK 2022-02-04 15:09:33.206 | Length: 645922816 (616M) 2022-02-04 15:09:33.206 | Saving to: ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ 2022-02-04 15:09:33.265 | 2022-02-04 15:09:33.884 | 0K ........ ........ ........ ........ 5% 48.6M 12s 2022-02-04 15:09:34.462 | 32768K ........ ........ ........ ........ 10% 55.0M 11s 2022-02-04 15:09:35.059 | 65536K ........ ........ ........ ........ 15% 54.1M 10s 2022-02-04 15:09:35.755 | 98304K ........ ........ ........ ........ 20% 46.1M 10s 2022-02-04 15:09:36.347 | 131072K ........ ........ ........ ........ 25% 53.4M 9s 2022-02-04 15:09:36.685 | 163840K ........ ........ ........ ........ 31% 92.7M 8s 2022-02-04 15:09:36.970 | 196608K ........ ........ ........ ........ 36% 112M 7s 2022-02-04 15:09:37.254 | 229376K ........ ........ ........ ........ 41% 112M 6s 2022-02-04 15:09:37.540 | 262144K ........ ........ ........ ........ 46% 112M 5s 2022-02-04 15:09:37.825 | 294912K ........ ........ ........ ........ 51% 112M 4s 2022-02-04 15:09:38.110 | 327680K ........ ........ ........ ........ 57% 112M 4s 2022-02-04 15:09:38.395 | 360448K ........ ........ ........ ........ 62% 112M 3s 2022-02-04 15:09:38.681 | 393216K ........ ........ ........ ........ 67% 112M 3s 2022-02-04 15:09:38.966 | 425984K ........ ........ ........ ........ 72% 112M 2s 2022-02-04 15:09:39.252 | 458752K ........ ........ ........ ........ 77% 112M 2s 2022-02-04 15:09:39.537 | 491520K ........ ........ ........ ........ 83% 112M 1s 2022-02-04 15:09:39.822 | 524288K ........ ........ ........ ........ 88% 112M 1s 2022-02-04 15:09:40.110 | 557056K ........ ........ ........ ........ 93% 109M 0s 2022-02-04 15:09:40.392 | 589824K ........ ........ ........ ........ 98% 115M 0s 2022-02-04 15:09:40.454 | 622592K ........ 100% 112M=7.2s 2022-02-04 15:09:40.454 | 2022-02-04 15:09:40.455 | 2022-02-04 15:09:40 (85.0 MB/s) - ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ saved [645922816/645922816] 2022-02-04 15:09:40.455 | 2022-02-04 15:09:40.458 | + functions:upload_image:143 : [[ 0 -ne 0 ]] 2022-02-04 15:09:40.461 | + functions:upload_image:148 : image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-04 15:09:40.464 | + functions:upload_image:162 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ openvz ]] 2022-02-04 15:09:40.467 | + functions:upload_image:169 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vmdk ]] 2022-02-04 15:09:40.470 | + functions:upload_image:283 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.hds ]] 2022-02-04 15:09:40.472 | + functions:upload_image:294 : local kernel= 2022-02-04 15:09:40.477 | + functions:upload_image:295 : local ramdisk= 2022-02-04 15:09:40.480 | + functions:upload_image:296 : local disk_format= 2022-02-04 15:09:40.483 | + functions:upload_image:297 : local container_format= 2022-02-04 15:09:40.486 | + functions:upload_image:298 : local unpack= 2022-02-04 15:09:40.488 | + functions:upload_image:299 : local img_property= 2022-02-04 15:09:40.491 | + functions:upload_image:303 : [[ libvirt == \l\i\b\v\i\r\t ]] 2022-02-04 15:09:40.494 | + functions:upload_image:304 : [[ kvm == \q\e\m\u ]] 2022-02-04 15:09:40.497 | + functions:upload_image:304 : [[ kvm == \k\v\m ]] 2022-02-04 15:09:40.500 | + functions:upload_image:305 : img_property=hw_rng_model=virtio 2022-02-04 15:09:40.503 | + functions:upload_image:309 : case "$image_fname" in 2022-02-04 15:09:40.506 | + functions:upload_image:374 : local extension=04-minimal-cloudimg-amd64-sync.vhdx 2022-02-04 15:09:40.509 | ++ functions:upload_image:375 : basename /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx .04-minimal-cloudimg-amd64-sync.vhdx 2022-02-04 15:09:40.514 | + functions:upload_image:375 : image_name=ubuntu-16 2022-02-04 15:09:40.518 | ++ functions:upload_image:376 : echo ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-04 15:09:40.520 | ++ functions:upload_image:376 : grep -oP '(?<=\.)vhdx?(?=\.|$)' 2022-02-04 15:09:40.526 | + functions:upload_image:376 : disk_format=vhdx 2022-02-04 15:09:40.528 | + functions:upload_image:377 : container_format=bare 2022-02-04 15:09:40.530 | + functions:upload_image:378 : '[' vhdx == gz ']' 2022-02-04 15:09:40.533 | + functions:upload_image:385 : is_arch ppc64le 2022-02-04 15:09:40.538 | ++ functions-common:is_arch:428 : uname -m 2022-02-04 15:09:40.542 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c\6\4\l\e ]] 2022-02-04 15:09:40.545 | + functions:upload_image:385 : is_arch ppc64 2022-02-04 15:09:40.547 | ++ functions-common:is_arch:428 : uname -m 2022-02-04 15:09:40.552 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c\6\4 ]] 2022-02-04 15:09:40.554 | + functions:upload_image:385 : is_arch ppc 2022-02-04 15:09:40.557 | ++ functions-common:is_arch:428 : uname -m 2022-02-04 15:09:40.561 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c ]] 2022-02-04 15:09:40.564 | + functions:upload_image:389 : is_arch aarch64 2022-02-04 15:09:40.567 | ++ functions-common:is_arch:428 : uname -m 2022-02-04 15:09:40.571 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-02-04 15:09:40.575 | + functions:upload_image:393 : '[' bare = bare ']' 2022-02-04 15:09:40.586 | + functions:upload_image:394 : '[' '' = zcat ']' 2022-02-04 15:09:40.589 | + functions:upload_image:396 : '[' '' = bunzip2 ']' 2022-02-04 15:09:40.593 | + functions:upload_image:398 : '[' '' = unxz ']' 2022-02-04 15:09:40.595 | + functions:upload_image:409 : _upload_image ubuntu-16 bare vhdx /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx hw_rng_model=virtio 2022-02-04 15:09:40.598 | + functions:_upload_image:104 : local image_name=ubuntu-16 2022-02-04 15:09:40.601 | + functions:_upload_image:105 : shift 2022-02-04 15:09:40.603 | + functions:_upload_image:106 : local container=bare 2022-02-04 15:09:40.605 | + functions:_upload_image:107 : shift 2022-02-04 15:09:40.607 | + functions:_upload_image:108 : local disk=vhdx 2022-02-04 15:09:40.610 | + functions:_upload_image:109 : shift 2022-02-04 15:09:40.612 | + functions:_upload_image:110 : local image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-02-04 15:09:40.614 | + functions:_upload_image:111 : shift 2022-02-04 15:09:40.617 | + functions:_upload_image:112 : local properties 2022-02-04 15:09:40.619 | + functions:_upload_image:113 : local useimport 2022-02-04 15:09:40.623 | ++ functions:_upload_image:115 : _image_properties_to_arg hw_rng_model=virtio 2022-02-04 15:09:40.626 | ++ functions:_image_properties_to_arg:87 : local result= 2022-02-04 15:09:40.628 | ++ functions:_image_properties_to_arg:88 : for property in $* 2022-02-04 15:09:40.631 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_rng_model=virtio' 2022-02-04 15:09:40.633 | ++ functions:_image_properties_to_arg:91 : echo --property hw_rng_model=virtio 2022-02-04 15:09:40.637 | + functions:_upload_image:115 : properties='--property hw_rng_model=virtio' 2022-02-04 15:09:40.639 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2022-02-04 15:09:40.641 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create ubuntu-16 --public --container-format bare --disk-format vhdx --property hw_rng_model=virtio 2022-02-04 15:09:41.675 | + inc/async:async_inner:64 : rc=0 2022-02-04 15:09:41.708 | [108711 Async create_flavors:108711]: finished successfully 2022-02-04 15:09:58.204 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.204 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.204 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.204 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.204 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2022-02-04 15:09:58.204 | | Field | Value | 2022-02-04 15:09:58.204 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2022-02-04 15:09:58.204 | | container_format | bare | 2022-02-04 15:09:58.204 | | created_at | 2022-02-04T15:09:43Z | 2022-02-04 15:09:58.204 | | disk_format | vhdx | 2022-02-04 15:09:58.204 | | file | /v2/images/24a265fb-5e66-416b-8342-691a5055c77b/file | 2022-02-04 15:09:58.204 | | id | 24a265fb-5e66-416b-8342-691a5055c77b | 2022-02-04 15:09:58.204 | | min_disk | 0 | 2022-02-04 15:09:58.204 | | min_ram | 0 | 2022-02-04 15:09:58.204 | | name | ubuntu-16 | 2022-02-04 15:09:58.204 | | owner | c23e181196a7446a9d09bb240b0fa205 | 2022-02-04 15:09:58.204 | | properties | hw_rng_model='virtio', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/ubuntu-16', owner_specified.openstack.sha256='' | 2022-02-04 15:09:58.204 | | protected | False | 2022-02-04 15:09:58.204 | | schema | /v2/schemas/image | 2022-02-04 15:09:58.205 | | status | queued | 2022-02-04 15:09:58.205 | | tags | | 2022-02-04 15:09:58.205 | | updated_at | 2022-02-04T15:09:43Z | 2022-02-04 15:09:58.205 | | visibility | public | 2022-02-04 15:09:58.205 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2022-02-04 15:09:58.372 | + ./stack.sh:main:1366 : async_wait create_flavors 2022-02-04 15:09:58.426 | [17605 Async create_flavors:108711]: Waiting for completion of create_flavors running on PID 108711 (2 other jobs running) 2022-02-04 15:09:58.456 | [17605 Async create_flavors:108711]: Signaling child to exit 2022-02-04 15:09:58.456 | WAKEUP 2022-02-04 15:09:58.482 | [17605 Async create_flavors:108711]: Signaled 2022-02-04 15:09:58.484 | + lib/nova:create_flavors:1132 : is_service_enabled n-api 2022-02-04 15:09:58.484 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:58.484 | + lib/nova:create_flavors:1133 : grep -q ds512M 2022-02-04 15:09:58.484 | + lib/nova:create_flavors:1133 : openstack --os-region-name=RegionOne flavor list 2022-02-04 15:09:58.484 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.484 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.484 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.484 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.484 | + lib/nova:create_flavors:1135 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2022-02-04 15:09:58.484 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.484 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.484 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.484 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.484 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.484 | | Field | Value | 2022-02-04 15:09:58.484 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.484 | | OS-FLV-DISABLED:disabled | False | 2022-02-04 15:09:58.484 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-04 15:09:58.484 | | description | None | 2022-02-04 15:09:58.484 | | disk | 1 | 2022-02-04 15:09:58.484 | | id | c1 | 2022-02-04 15:09:58.484 | | name | cirros256 | 2022-02-04 15:09:58.485 | | os-flavor-access:is_public | True | 2022-02-04 15:09:58.485 | | properties | hw_rng:allowed='True' | 2022-02-04 15:09:58.485 | | ram | 256 | 2022-02-04 15:09:58.485 | | rxtx_factor | 1.0 | 2022-02-04 15:09:58.485 | | swap | | 2022-02-04 15:09:58.485 | | vcpus | 1 | 2022-02-04 15:09:58.485 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.485 | + lib/nova:create_flavors:1136 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2022-02-04 15:09:58.485 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.485 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.485 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.485 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.485 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.485 | | Field | Value | 2022-02-04 15:09:58.485 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.485 | | OS-FLV-DISABLED:disabled | False | 2022-02-04 15:09:58.485 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-04 15:09:58.485 | | description | None | 2022-02-04 15:09:58.485 | | disk | 5 | 2022-02-04 15:09:58.485 | | id | d1 | 2022-02-04 15:09:58.485 | | name | ds512M | 2022-02-04 15:09:58.485 | | os-flavor-access:is_public | True | 2022-02-04 15:09:58.485 | | properties | hw_rng:allowed='True' | 2022-02-04 15:09:58.485 | | ram | 512 | 2022-02-04 15:09:58.485 | | rxtx_factor | 1.0 | 2022-02-04 15:09:58.485 | | swap | | 2022-02-04 15:09:58.485 | | vcpus | 1 | 2022-02-04 15:09:58.485 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.485 | + lib/nova:create_flavors:1137 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2022-02-04 15:09:58.485 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.485 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.485 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.485 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.486 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.486 | | Field | Value | 2022-02-04 15:09:58.486 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.486 | | OS-FLV-DISABLED:disabled | False | 2022-02-04 15:09:58.486 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-04 15:09:58.486 | | description | None | 2022-02-04 15:09:58.486 | | disk | 10 | 2022-02-04 15:09:58.486 | | id | d2 | 2022-02-04 15:09:58.486 | | name | ds1G | 2022-02-04 15:09:58.486 | | os-flavor-access:is_public | True | 2022-02-04 15:09:58.486 | | properties | hw_rng:allowed='True' | 2022-02-04 15:09:58.486 | | ram | 1024 | 2022-02-04 15:09:58.486 | | rxtx_factor | 1.0 | 2022-02-04 15:09:58.486 | | swap | | 2022-02-04 15:09:58.486 | | vcpus | 1 | 2022-02-04 15:09:58.486 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.486 | + lib/nova:create_flavors:1138 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2022-02-04 15:09:58.486 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.486 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.486 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.486 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.486 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.486 | | Field | Value | 2022-02-04 15:09:58.486 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.486 | | OS-FLV-DISABLED:disabled | False | 2022-02-04 15:09:58.486 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-04 15:09:58.486 | | description | None | 2022-02-04 15:09:58.486 | | disk | 10 | 2022-02-04 15:09:58.486 | | id | d3 | 2022-02-04 15:09:58.486 | | name | ds2G | 2022-02-04 15:09:58.486 | | os-flavor-access:is_public | True | 2022-02-04 15:09:58.486 | | properties | hw_rng:allowed='True' | 2022-02-04 15:09:58.486 | | ram | 2048 | 2022-02-04 15:09:58.486 | | rxtx_factor | 1.0 | 2022-02-04 15:09:58.487 | | swap | | 2022-02-04 15:09:58.487 | | vcpus | 2 | 2022-02-04 15:09:58.487 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.487 | + lib/nova:create_flavors:1139 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2022-02-04 15:09:58.487 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.487 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.487 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.487 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.487 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.487 | | Field | Value | 2022-02-04 15:09:58.487 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.487 | | OS-FLV-DISABLED:disabled | False | 2022-02-04 15:09:58.487 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-04 15:09:58.487 | | description | None | 2022-02-04 15:09:58.487 | | disk | 20 | 2022-02-04 15:09:58.487 | | id | d4 | 2022-02-04 15:09:58.487 | | name | ds4G | 2022-02-04 15:09:58.487 | | os-flavor-access:is_public | True | 2022-02-04 15:09:58.487 | | properties | hw_rng:allowed='True' | 2022-02-04 15:09:58.487 | | ram | 4096 | 2022-02-04 15:09:58.487 | | rxtx_factor | 1.0 | 2022-02-04 15:09:58.487 | | swap | | 2022-02-04 15:09:58.487 | | vcpus | 4 | 2022-02-04 15:09:58.487 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.487 | + lib/nova:create_flavors:1142 : openstack --os-region-name=RegionOne flavor list 2022-02-04 15:09:58.487 | + lib/nova:create_flavors:1142 : grep -q m1.tiny 2022-02-04 15:09:58.487 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.487 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.487 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.487 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.487 | + lib/nova:create_flavors:1143 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2022-02-04 15:09:58.487 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.488 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.488 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.488 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.488 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.488 | | Field | Value | 2022-02-04 15:09:58.488 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.488 | | OS-FLV-DISABLED:disabled | False | 2022-02-04 15:09:58.488 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-04 15:09:58.488 | | description | None | 2022-02-04 15:09:58.488 | | disk | 1 | 2022-02-04 15:09:58.488 | | id | 1 | 2022-02-04 15:09:58.488 | | name | m1.tiny | 2022-02-04 15:09:58.488 | | os-flavor-access:is_public | True | 2022-02-04 15:09:58.488 | | properties | hw_rng:allowed='True' | 2022-02-04 15:09:58.488 | | ram | 512 | 2022-02-04 15:09:58.488 | | rxtx_factor | 1.0 | 2022-02-04 15:09:58.488 | | swap | | 2022-02-04 15:09:58.488 | | vcpus | 1 | 2022-02-04 15:09:58.488 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.488 | + lib/nova:create_flavors:1144 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2022-02-04 15:09:58.488 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.488 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.488 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.488 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.488 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.488 | | Field | Value | 2022-02-04 15:09:58.488 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.488 | | OS-FLV-DISABLED:disabled | False | 2022-02-04 15:09:58.488 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-04 15:09:58.488 | | description | None | 2022-02-04 15:09:58.488 | | disk | 20 | 2022-02-04 15:09:58.488 | | id | 2 | 2022-02-04 15:09:58.488 | | name | m1.small | 2022-02-04 15:09:58.488 | | os-flavor-access:is_public | True | 2022-02-04 15:09:58.489 | | properties | hw_rng:allowed='True' | 2022-02-04 15:09:58.489 | | ram | 2048 | 2022-02-04 15:09:58.489 | | rxtx_factor | 1.0 | 2022-02-04 15:09:58.489 | | swap | | 2022-02-04 15:09:58.489 | | vcpus | 1 | 2022-02-04 15:09:58.489 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.489 | + lib/nova:create_flavors:1145 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2022-02-04 15:09:58.489 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.489 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.489 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.489 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.489 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.489 | | Field | Value | 2022-02-04 15:09:58.489 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.489 | | OS-FLV-DISABLED:disabled | False | 2022-02-04 15:09:58.489 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-04 15:09:58.489 | | description | None | 2022-02-04 15:09:58.489 | | disk | 40 | 2022-02-04 15:09:58.489 | | id | 3 | 2022-02-04 15:09:58.489 | | name | m1.medium | 2022-02-04 15:09:58.489 | | os-flavor-access:is_public | True | 2022-02-04 15:09:58.489 | | properties | hw_rng:allowed='True' | 2022-02-04 15:09:58.489 | | ram | 4096 | 2022-02-04 15:09:58.489 | | rxtx_factor | 1.0 | 2022-02-04 15:09:58.489 | | swap | | 2022-02-04 15:09:58.489 | | vcpus | 2 | 2022-02-04 15:09:58.489 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.489 | + lib/nova:create_flavors:1146 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2022-02-04 15:09:58.489 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.489 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.489 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.489 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.489 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.489 | | Field | Value | 2022-02-04 15:09:58.490 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.490 | | OS-FLV-DISABLED:disabled | False | 2022-02-04 15:09:58.490 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-04 15:09:58.490 | | description | None | 2022-02-04 15:09:58.490 | | disk | 80 | 2022-02-04 15:09:58.490 | | id | 4 | 2022-02-04 15:09:58.490 | | name | m1.large | 2022-02-04 15:09:58.490 | | os-flavor-access:is_public | True | 2022-02-04 15:09:58.490 | | properties | hw_rng:allowed='True' | 2022-02-04 15:09:58.490 | | ram | 8192 | 2022-02-04 15:09:58.490 | | rxtx_factor | 1.0 | 2022-02-04 15:09:58.490 | | swap | | 2022-02-04 15:09:58.490 | | vcpus | 4 | 2022-02-04 15:09:58.490 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.490 | + lib/nova:create_flavors:1147 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2022-02-04 15:09:58.490 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.490 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.491 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:09:58.491 | from cryptography.utils import int_from_bytes 2022-02-04 15:09:58.491 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.491 | | Field | Value | 2022-02-04 15:09:58.491 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.491 | | OS-FLV-DISABLED:disabled | False | 2022-02-04 15:09:58.491 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-02-04 15:09:58.491 | | description | None | 2022-02-04 15:09:58.491 | | disk | 160 | 2022-02-04 15:09:58.491 | | id | 5 | 2022-02-04 15:09:58.491 | | name | m1.xlarge | 2022-02-04 15:09:58.491 | | os-flavor-access:is_public | True | 2022-02-04 15:09:58.491 | | properties | hw_rng:allowed='True' | 2022-02-04 15:09:58.491 | | ram | 16384 | 2022-02-04 15:09:58.491 | | rxtx_factor | 1.0 | 2022-02-04 15:09:58.491 | | swap | | 2022-02-04 15:09:58.491 | | vcpus | 8 | 2022-02-04 15:09:58.491 | +----------------------------+-----------------------+ 2022-02-04 15:09:58.541 | [17605 Async create_flavors:108711]: finished create_flavors with result 0 in 34 seconds 2022-02-04 15:09:58.545 | + inc/async:async_wait:197 : return 0 2022-02-04 15:09:58.548 | + ./stack.sh:main:1368 : is_service_enabled horizon 2022-02-04 15:09:58.566 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:09:58.569 | + ./stack.sh:main:1382 : is_service_enabled nova 2022-02-04 15:09:58.588 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:58.590 | + ./stack.sh:main:1382 : is_service_enabled keystone 2022-02-04 15:09:58.609 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:09:58.611 | + ./stack.sh:main:1383 : USERRC_PARAMS='-PA --target-dir /home/ubuntu/devstack/accrc' 2022-02-04 15:09:58.614 | + ./stack.sh:main:1385 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-02-04 15:09:58.617 | + ./stack.sh:main:1389 : /home/ubuntu/devstack/tools/create_userrc.sh -PA --target-dir /home/ubuntu/devstack/accrc 2022-02-04 15:09:58.623 | + home/ubuntu/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2022-02-04 15:09:58.625 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /home/ubuntu/devstack/accrc 2022-02-04 15:09:58.628 | + home/ubuntu/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/home/ubuntu/devstack/accrc'\'' --' 2022-02-04 15:09:58.629 | + home/ubuntu/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/home/ubuntu/devstack/accrc'\''' -- 2022-02-04 15:09:58.631 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /home/ubuntu/devstack/accrc -- 2022-02-04 15:09:58.633 | + home/ubuntu/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2022-02-04 15:09:58.634 | + home/ubuntu/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2022-02-04 15:09:58.636 | + home/ubuntu/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2022-02-04 15:09:58.637 | + home/ubuntu/devstack/tools/create_userrc.sh:main:92 : MODE= 2022-02-04 15:09:58.639 | + home/ubuntu/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2022-02-04 15:09:58.640 | + home/ubuntu/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2022-02-04 15:09:58.642 | + home/ubuntu/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2022-02-04 15:09:58.643 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2022-02-04 15:09:58.645 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-02-04 15:09:58.646 | + home/ubuntu/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2022-02-04 15:09:58.648 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2022-02-04 15:09:58.649 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 4 -gt 0 ']' 2022-02-04 15:09:58.651 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-02-04 15:09:58.652 | + home/ubuntu/devstack/tools/create_userrc.sh:main:118 : MODE=all 2022-02-04 15:09:58.654 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2022-02-04 15:09:58.655 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2022-02-04 15:09:58.657 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-02-04 15:09:58.658 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/home/ubuntu/devstack/accrc 2022-02-04 15:09:58.660 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : shift 2022-02-04 15:09:58.663 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2022-02-04 15:09:58.664 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2022-02-04 15:09:58.666 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-02-04 15:09:58.667 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : shift 2022-02-04 15:09:58.669 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : break 2022-02-04 15:09:58.670 | + home/ubuntu/devstack/tools/create_userrc.sh:main:129 : '[' -z Passw0rd ']' 2022-02-04 15:09:58.672 | + home/ubuntu/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2022-02-04 15:09:58.673 | + home/ubuntu/devstack/tools/create_userrc.sh:main:142 : '[' -z admin -a '' ']' 2022-02-04 15:09:58.675 | + home/ubuntu/devstack/tools/create_userrc.sh:main:146 : '[' -z admin -a -z '' ']' 2022-02-04 15:09:58.676 | + home/ubuntu/devstack/tools/create_userrc.sh:main:150 : '[' -z admin ']' 2022-02-04 15:09:58.678 | + home/ubuntu/devstack/tools/create_userrc.sh:main:154 : '[' -z http://10.222.0.18/identity ']' 2022-02-04 15:09:58.680 | + home/ubuntu/devstack/tools/create_userrc.sh:main:158 : '[' -z default -a -z '' ']' 2022-02-04 15:09:58.682 | + home/ubuntu/devstack/tools/create_userrc.sh:main:163 : '[' -z default -a -z '' ']' 2022-02-04 15:09:58.683 | + home/ubuntu/devstack/tools/create_userrc.sh:main:168 : USER_PASS=Passw0rd 2022-02-04 15:09:58.685 | + home/ubuntu/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2022-02-04 15:09:58.686 | + home/ubuntu/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2022-02-04 15:09:58.688 | + home/ubuntu/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2022-02-04 15:09:58.691 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2022-02-04 15:09:58.691 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep ,True 2022-02-04 15:09:58.691 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep -v service 2022-02-04 15:09:58.691 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-04 15:09:58.693 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-04 15:10:00.959 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:00.960 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:00.960 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:00.960 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:01.112 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 1de12d7f067644ddb89580e4eb4f1da6 --long --quote none -f csv 2022-02-04 15:10:01.113 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-02-04 15:10:01.113 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:01.114 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:03.291 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:03.291 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:03.291 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:03.291 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:03.450 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2022-02-04 15:10:03.452 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2022-02-04 15:10:03.453 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-04 15:10:03.455 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-04 15:10:03.457 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 138c783e1fd444b8972a0bbd9a7ae7f4 demo 1de12d7f067644ddb89580e4eb4f1da6 invisible_to_admin Passw0rd 2022-02-04 15:10:03.458 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=138c783e1fd444b8972a0bbd9a7ae7f4 2022-02-04 15:10:03.459 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2022-02-04 15:10:03.461 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=1de12d7f067644ddb89580e4eb4f1da6 2022-02-04 15:10:03.463 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=invisible_to_admin 2022-02-04 15:10:03.464 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-04 15:10:03.466 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/invisible_to_admin 2022-02-04 15:10:03.475 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/invisible_to_admin/demo 2022-02-04 15:10:03.477 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-04 15:10:03.495 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-04 15:10:03.497 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-04 15:10:03.498 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-04 15:10:03.500 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:03.501 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:03.503 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-04 15:10:03.504 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:03.506 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:03.507 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-04 15:10:03.509 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:03.510 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:03.512 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-04 15:10:03.513 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:03.515 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:03.517 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-04 15:10:03.518 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:03.520 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:03.522 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-04 15:10:03.523 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-04 15:10:03.526 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 22fe7c6b36b841f19a42f971a4bfff72 --long --quote none -f csv 2022-02-04 15:10:03.526 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-02-04 15:10:03.530 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:03.530 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:05.780 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:05.781 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:05.781 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:05.781 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:05.952 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2022-02-04 15:10:05.953 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2022-02-04 15:10:05.955 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-04 15:10:05.957 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-04 15:10:05.958 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 138c783e1fd444b8972a0bbd9a7ae7f4 demo 22fe7c6b36b841f19a42f971a4bfff72 demo Passw0rd 2022-02-04 15:10:05.960 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=138c783e1fd444b8972a0bbd9a7ae7f4 2022-02-04 15:10:05.962 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2022-02-04 15:10:05.963 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:10:05.965 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2022-02-04 15:10:05.966 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-04 15:10:05.968 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2022-02-04 15:10:05.971 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/demo 2022-02-04 15:10:05.973 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-04 15:10:05.976 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-04 15:10:05.977 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-04 15:10:05.979 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-04 15:10:05.981 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:05.982 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:05.983 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-04 15:10:05.985 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:05.986 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:05.988 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-04 15:10:05.990 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:05.992 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:05.993 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-04 15:10:05.995 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:05.996 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:05.998 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-04 15:10:05.999 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:06.001 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:06.002 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2022-02-04 15:10:06.004 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2022-02-04 15:10:06.006 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-04 15:10:06.007 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-04 15:10:06.009 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 1f752abfa2514968ac8e35d7dee4fbff admin 22fe7c6b36b841f19a42f971a4bfff72 demo Passw0rd 2022-02-04 15:10:06.010 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=1f752abfa2514968ac8e35d7dee4fbff 2022-02-04 15:10:06.012 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2022-02-04 15:10:06.013 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=22fe7c6b36b841f19a42f971a4bfff72 2022-02-04 15:10:06.015 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2022-02-04 15:10:06.016 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-04 15:10:06.018 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2022-02-04 15:10:06.021 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/admin 2022-02-04 15:10:06.023 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-04 15:10:06.026 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-04 15:10:06.028 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-04 15:10:06.029 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-04 15:10:06.031 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:06.032 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:06.034 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-04 15:10:06.035 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:06.037 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:06.039 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-04 15:10:06.040 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:06.042 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:06.043 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-04 15:10:06.045 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:06.046 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:06.048 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-04 15:10:06.049 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:06.051 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:06.053 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-04 15:10:06.055 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-04 15:10:06.057 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 7ff730db615841279af7eebd2b2412b6 --long --quote none -f csv 2022-02-04 15:10:06.057 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-02-04 15:10:06.059 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:06.060 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:08.368 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:08.368 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:08.368 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:08.368 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:08.520 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest3 '!=' admin ']' 2022-02-04 15:10:08.521 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest3_password' 2022-02-04 15:10:08.523 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-04 15:10:08.525 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-04 15:10:08.526 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 734d7c8711b4401cad9700d87142800b swiftusertest3 7ff730db615841279af7eebd2b2412b6 swiftprojecttest1 Passw0rd 2022-02-04 15:10:08.528 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=734d7c8711b4401cad9700d87142800b 2022-02-04 15:10:08.529 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest3 2022-02-04 15:10:08.531 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=7ff730db615841279af7eebd2b2412b6 2022-02-04 15:10:08.532 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2022-02-04 15:10:08.534 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-04 15:10:08.535 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2022-02-04 15:10:08.540 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest3 2022-02-04 15:10:08.541 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-04 15:10:08.545 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-04 15:10:08.546 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-04 15:10:08.548 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-04 15:10:08.549 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:08.551 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:08.553 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-04 15:10:08.554 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:08.556 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:08.558 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-04 15:10:08.559 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:08.561 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:08.562 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-04 15:10:08.564 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:08.566 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:08.567 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-04 15:10:08.569 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:08.570 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:08.572 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest1 '!=' admin ']' 2022-02-04 15:10:08.574 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest1_password' 2022-02-04 15:10:08.576 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-04 15:10:08.578 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-04 15:10:08.583 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry b82e452487ca4633b31b5f30e1e2ef3e swiftusertest1 7ff730db615841279af7eebd2b2412b6 swiftprojecttest1 Passw0rd 2022-02-04 15:10:08.584 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=b82e452487ca4633b31b5f30e1e2ef3e 2022-02-04 15:10:08.586 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest1 2022-02-04 15:10:08.588 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=7ff730db615841279af7eebd2b2412b6 2022-02-04 15:10:08.589 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2022-02-04 15:10:08.591 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-04 15:10:08.592 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2022-02-04 15:10:08.595 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest1 2022-02-04 15:10:08.597 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-04 15:10:08.601 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-04 15:10:08.603 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-04 15:10:08.604 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-04 15:10:08.606 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:08.607 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:08.609 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-04 15:10:08.610 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:08.612 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:08.613 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-04 15:10:08.615 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:08.617 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:08.618 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-04 15:10:08.620 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:08.621 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:08.623 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-04 15:10:08.624 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:08.626 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:08.628 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-04 15:10:08.629 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-04 15:10:08.635 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project c23e181196a7446a9d09bb240b0fa205 --long --quote none -f csv 2022-02-04 15:10:08.636 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-02-04 15:10:08.636 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:08.636 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:10.797 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:10.797 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:10.797 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:10.797 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:10.954 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2022-02-04 15:10:10.956 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2022-02-04 15:10:10.957 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-04 15:10:10.959 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-04 15:10:10.961 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 1f752abfa2514968ac8e35d7dee4fbff admin c23e181196a7446a9d09bb240b0fa205 admin Passw0rd 2022-02-04 15:10:10.963 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=1f752abfa2514968ac8e35d7dee4fbff 2022-02-04 15:10:10.964 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2022-02-04 15:10:10.966 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=c23e181196a7446a9d09bb240b0fa205 2022-02-04 15:10:10.967 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=admin 2022-02-04 15:10:10.969 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-04 15:10:10.970 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/admin 2022-02-04 15:10:10.974 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/admin/admin 2022-02-04 15:10:10.975 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-04 15:10:10.978 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-04 15:10:10.980 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-04 15:10:10.981 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-04 15:10:10.983 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:10.985 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:10.986 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-04 15:10:10.988 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:10.990 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:10.991 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-04 15:10:10.993 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:10.995 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:10.996 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-04 15:10:10.998 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:10.999 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:11.001 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-04 15:10:11.002 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:11.004 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:11.006 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-04 15:10:11.007 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-04 15:10:11.009 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project f2f9e065942740f2b4e8e5aaf0d83571 --long --quote none -f csv 2022-02-04 15:10:11.011 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-02-04 15:10:11.011 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:11.011 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:13.185 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:13.185 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:13.185 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:13.185 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:13.339 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest4 '!=' admin ']' 2022-02-04 15:10:13.340 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest4_password' 2022-02-04 15:10:13.342 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-04 15:10:13.343 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-04 15:10:13.345 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 79249c5bcf0046e8a906b65bdeed3a94 swiftusertest4 f2f9e065942740f2b4e8e5aaf0d83571 swiftprojecttest4 Passw0rd 2022-02-04 15:10:13.346 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=79249c5bcf0046e8a906b65bdeed3a94 2022-02-04 15:10:13.348 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest4 2022-02-04 15:10:13.349 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=f2f9e065942740f2b4e8e5aaf0d83571 2022-02-04 15:10:13.351 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest4 2022-02-04 15:10:13.352 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-04 15:10:13.354 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest4 2022-02-04 15:10:13.357 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest4/swiftusertest4 2022-02-04 15:10:13.359 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-04 15:10:13.362 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-04 15:10:13.363 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-04 15:10:13.366 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-04 15:10:13.367 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:13.369 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:13.370 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-04 15:10:13.372 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:13.373 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:13.375 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-04 15:10:13.376 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:13.378 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:13.379 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-04 15:10:13.382 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:13.383 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:13.385 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-04 15:10:13.386 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:13.388 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:13.390 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-04 15:10:13.391 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-04 15:10:13.393 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project f60f2305fbf84d50be131a160662cc02 --long --quote none -f csv 2022-02-04 15:10:13.395 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-02-04 15:10:13.395 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:13.396 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:15.596 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:15.596 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:15.596 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:15.596 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:15.753 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a alt_demo '!=' admin ']' 2022-02-04 15:10:15.755 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$alt_demo_password' 2022-02-04 15:10:15.757 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-04 15:10:15.759 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-04 15:10:15.761 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 911b247203654d689c9658baa5aa42d2 alt_demo f60f2305fbf84d50be131a160662cc02 alt_demo Passw0rd 2022-02-04 15:10:15.762 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=911b247203654d689c9658baa5aa42d2 2022-02-04 15:10:15.764 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=alt_demo 2022-02-04 15:10:15.765 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=f60f2305fbf84d50be131a160662cc02 2022-02-04 15:10:15.766 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2022-02-04 15:10:15.768 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-04 15:10:15.770 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2022-02-04 15:10:15.773 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/alt_demo 2022-02-04 15:10:15.775 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-04 15:10:15.778 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-04 15:10:15.779 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-04 15:10:15.781 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-04 15:10:15.783 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:15.784 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:15.786 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-04 15:10:15.787 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:15.789 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:15.790 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-04 15:10:15.792 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:15.793 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:15.795 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-04 15:10:15.796 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:15.798 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:15.799 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-04 15:10:15.801 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:15.803 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:15.805 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2022-02-04 15:10:15.809 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2022-02-04 15:10:15.810 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-04 15:10:15.812 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-04 15:10:15.813 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 1f752abfa2514968ac8e35d7dee4fbff admin f60f2305fbf84d50be131a160662cc02 alt_demo Passw0rd 2022-02-04 15:10:15.815 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=1f752abfa2514968ac8e35d7dee4fbff 2022-02-04 15:10:15.816 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2022-02-04 15:10:15.819 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=f60f2305fbf84d50be131a160662cc02 2022-02-04 15:10:15.820 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2022-02-04 15:10:15.822 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-04 15:10:15.823 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2022-02-04 15:10:15.828 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/admin 2022-02-04 15:10:15.829 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-04 15:10:15.835 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-04 15:10:15.836 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-04 15:10:15.838 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-04 15:10:15.840 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:15.841 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:15.843 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-04 15:10:15.844 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:15.846 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:15.847 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-04 15:10:15.849 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:15.851 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:15.852 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-04 15:10:15.854 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:15.855 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:15.857 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-04 15:10:15.858 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:15.860 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:15.862 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-04 15:10:15.863 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-04 15:10:15.866 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project fb14a93239e847448eb28011b487de51 --long --quote none -f csv 2022-02-04 15:10:15.866 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2022-02-04 15:10:15.866 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:15.868 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:18.016 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:18.016 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:18.016 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:18.016 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:18.172 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest2 '!=' admin ']' 2022-02-04 15:10:18.174 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest2_password' 2022-02-04 15:10:18.176 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2022-02-04 15:10:18.177 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2022-02-04 15:10:18.179 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry d1ee414b12f145f79acb464ba70fab66 swiftusertest2 fb14a93239e847448eb28011b487de51 swiftprojecttest2 Passw0rd 2022-02-04 15:10:18.181 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=d1ee414b12f145f79acb464ba70fab66 2022-02-04 15:10:18.182 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest2 2022-02-04 15:10:18.184 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=fb14a93239e847448eb28011b487de51 2022-02-04 15:10:18.185 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest2 2022-02-04 15:10:18.187 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2022-02-04 15:10:18.189 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest2 2022-02-04 15:10:18.193 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest2/swiftusertest2 2022-02-04 15:10:18.195 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2022-02-04 15:10:18.199 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2022-02-04 15:10:18.200 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2022-02-04 15:10:18.202 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2022-02-04 15:10:18.203 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:18.205 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:18.206 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2022-02-04 15:10:18.208 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:18.209 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:18.211 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2022-02-04 15:10:18.213 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:18.215 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2022-02-04 15:10:18.216 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2022-02-04 15:10:18.218 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2022-02-04 15:10:18.219 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2022-02-04 15:10:18.221 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2022-02-04 15:10:18.222 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2022-02-04 15:10:18.224 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2022-02-04 15:10:18.226 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-02-04 15:10:18.227 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-02-04 15:10:18.230 | + ./stack.sh:main:1394 : save_stackenv 2022-02-04 15:10:18.233 | + functions-common:save_stackenv:60 : local tag= 2022-02-04 15:10:18.236 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-02-04 15:10:18.241 | + functions-common:save_stackenv:62 : time_stamp=2022-02-04-151018 2022-02-04 15:10:18.244 | + functions-common:save_stackenv:63 : echo '# 2022-02-04-151018 ' 2022-02-04 15:10:18.252 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:10:18.254 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-02-04 15:10:18.257 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:10:18.259 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-02-04 15:10:18.262 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:10:18.264 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-02-04 15:10:18.267 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:10:18.269 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync,n-super-cond,n-cond-cell1 2022-02-04 15:10:18.273 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:10:18.276 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.18 2022-02-04 15:10:18.279 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:10:18.281 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.18/identity 2022-02-04 15:10:18.284 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:10:18.286 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-02-04-145035 2022-02-04 15:10:18.289 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:10:18.291 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-02-04 15:10:18.294 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:10:18.296 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.18 2022-02-04 15:10:18.299 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:10:18.301 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-02-04 15:10:18.304 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:10:18.306 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-02-04 15:10:18.309 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:10:18.311 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-02-04 15:10:18.313 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-02-04 15:10:18.316 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-02-04 15:10:18.323 | + ./stack.sh:main:1405 : merge_config_group /home/ubuntu/devstack/local.conf extra 2022-02-04 15:10:18.325 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-02-04 15:10:18.328 | + inc/meta-config:merge_config_group:171 : shift 2022-02-04 15:10:18.330 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2022-02-04 15:10:18.333 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-04 15:10:18.337 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-02-04 15:10:18.340 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-02-04 15:10:18.343 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf extra 2022-02-04 15:10:18.345 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-02-04 15:10:18.348 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2022-02-04 15:10:18.351 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-04 15:10:18.354 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2022-02-04 15:10:18.354 | /^\[\[.+\|.*\]\]/ { 2022-02-04 15:10:18.354 | gsub("[][]", "", $1); 2022-02-04 15:10:18.354 | split($1, a, "|"); 2022-02-04 15:10:18.354 | if (a[1] == matchgroup) 2022-02-04 15:10:18.354 | print a[2] 2022-02-04 15:10:18.354 | } 2022-02-04 15:10:18.354 | ' /home/ubuntu/devstack/local.conf 2022-02-04 15:10:18.373 | + ./stack.sh:main:1412 : run_phase stack extra 2022-02-04 15:10:18.376 | + functions-common:run_phase:1737 : local mode=stack 2022-02-04 15:10:18.378 | + functions-common:run_phase:1738 : local phase=extra 2022-02-04 15:10:18.381 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-04 15:10:18.384 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-02-04 15:10:18.387 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-04 15:10:18.390 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-02-04 15:10:18.392 | + functions-common:run_phase:1747 : local extra 2022-02-04 15:10:18.395 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-04 15:10:18.402 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-02-04 15:10:18.404 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-04 15:10:18.407 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-04 15:10:18.410 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack extra 2022-02-04 15:10:18.413 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-04 15:10:18.430 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:10:18.432 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-02-04 15:10:18.435 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-02-04 15:10:18.438 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2022-02-04 15:10:18.440 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-02-04 15:10:18.443 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-02-04 15:10:18.446 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-02-04 15:10:18.448 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2022-02-04 15:10:18.451 | ++ extras.d/80-tempest.sh:source:15 : : 2022-02-04 15:10:18.454 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-02-04 15:10:18.456 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-02-04 15:10:18.460 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-02-04 15:10:18.463 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-04 15:10:18.465 | + functions-common:run_phase:1764 : run_plugins stack extra 2022-02-04 15:10:18.468 | + functions-common:run_plugins:1723 : local mode=stack 2022-02-04 15:10:18.471 | + functions-common:run_plugins:1724 : local phase=extra 2022-02-04 15:10:18.474 | + functions-common:run_plugins:1726 : local plugins= 2022-02-04 15:10:18.476 | + functions-common:run_plugins:1727 : local plugin 2022-02-04 15:10:18.479 | + ./stack.sh:main:1420 : merge_config_group /home/ubuntu/devstack/local.conf post-extra 2022-02-04 15:10:18.482 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-02-04 15:10:18.485 | + inc/meta-config:merge_config_group:171 : shift 2022-02-04 15:10:18.487 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2022-02-04 15:10:18.490 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-04 15:10:18.493 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-02-04 15:10:18.495 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-02-04 15:10:18.498 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-extra 2022-02-04 15:10:18.501 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-02-04 15:10:18.505 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2022-02-04 15:10:18.508 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-04 15:10:18.511 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2022-02-04 15:10:18.511 | /^\[\[.+\|.*\]\]/ { 2022-02-04 15:10:18.511 | gsub("[][]", "", $1); 2022-02-04 15:10:18.512 | split($1, a, "|"); 2022-02-04 15:10:18.512 | if (a[1] == matchgroup) 2022-02-04 15:10:18.512 | print a[2] 2022-02-04 15:10:18.512 | } 2022-02-04 15:10:18.512 | ' /home/ubuntu/devstack/local.conf 2022-02-04 15:10:18.519 | + ./stack.sh:main:1429 : is_service_enabled n-cpu 2022-02-04 15:10:18.538 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:10:18.541 | + ./stack.sh:main:1434 : service_check 2022-02-04 15:10:18.543 | + functions-common:service_check:1602 : local service 2022-02-04 15:10:18.546 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:18.549 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@key.service 2022-02-04 15:10:18.581 | Failed to get unit file state for devstack@key.service: No such file or directory 2022-02-04 15:10:18.585 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:18.588 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-api.service 2022-02-04 15:10:18.604 | enabled 2022-02-04 15:10:18.608 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-api.service --no-pager 2022-02-04 15:10:18.632 | ● devstack@n-api.service - Devstack devstack@n-api.service 2022-02-04 15:10:18.632 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2022-02-04 15:10:18.632 | Active: active (running) since Fri 2022-02-04 15:07:35 UTC; 2min 43s ago 2022-02-04 15:10:18.632 | Main PID: 101708 (uwsgi) 2022-02-04 15:10:18.632 | Status: "uWSGI is ready" 2022-02-04 15:10:18.632 | Tasks: 3 (limit: 14304) 2022-02-04 15:10:18.632 | Memory: 240.2M 2022-02-04 15:10:18.632 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2022-02-04 15:10:18.632 | ├─101708 nova-apiuWSGI master 2022-02-04 15:10:18.632 | ├─101711 nova-apiuWSGI worker 1 2022-02-04 15:10:18.632 | └─101712 nova-apiuWSGI worker 2 2022-02-04 15:10:18.632 | 2022-02-04 15:10:18.632 | Feb 04 15:09:38 n-d-827868-1 devstack@n-api.service[101712]: [pid: 101712|app: 0|req: 17/32] 10.222.0.18 () {64 vars in 1332 bytes} [Fri Feb 4 15:09:38 2022] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 30 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2022-02-04 15:10:18.632 | Feb 04 15:09:41 n-d-827868-1 devstack@n-api.service[101711]: DEBUG nova.api.openstack.wsgi [None req-bc8179f6-9df4-4a2f-90bd-9eabcb59f591 admin admin] Calling method '>' {{(pid=101711) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2022-02-04 15:10:18.632 | Feb 04 15:09:41 n-d-827868-1 devstack@n-api.service[101711]: INFO nova.api.openstack.requestlog [None req-bc8179f6-9df4-4a2f-90bd-9eabcb59f591 admin admin] 10.222.0.18 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.001523 2022-02-04 15:10:18.633 | Feb 04 15:09:41 n-d-827868-1 devstack@n-api.service[101711]: [pid: 101711|app: 0|req: 16/33] 10.222.0.18 () {54 vars in 930 bytes} [Fri Feb 4 15:09:41 2022] GET /compute/v2.1 => generated 388 bytes in 3 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2022-02-04 15:10:18.633 | Feb 04 15:09:41 n-d-827868-1 devstack@n-api.service[101712]: DEBUG nova.api.openstack.wsgi [None req-30f184ad-c51a-4f46-9c47-baf2560e88ce admin admin] Action: 'create', calling method: >, body: {"flavor": {"disk": 160, "swap": 0, "os-flavor-access:is_public": true, "id": "5", "OS-FLV-EXT-DATA:ephemeral": 0, "rxtx_factor": 1.0, "vcpus": 8, "name": "m1.xlarge", "ram": 16384}} {{(pid=101712) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2022-02-04 15:10:18.633 | Feb 04 15:09:41 n-d-827868-1 devstack@n-api.service[101712]: INFO nova.api.openstack.requestlog [None req-30f184ad-c51a-4f46-9c47-baf2560e88ce admin admin] 10.222.0.18 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.085175 2022-02-04 15:10:18.633 | Feb 04 15:09:41 n-d-827868-1 devstack@n-api.service[101712]: [pid: 101712|app: 0|req: 18/34] 10.222.0.18 () {64 vars in 1282 bytes} [Fri Feb 4 15:09:41 2022] POST /compute/v2.1/flavors => generated 408 bytes in 88 msecs (HTTP/1.1 200) 9 headers in 359 bytes (2 switches on core 0) 2022-02-04 15:10:18.633 | Feb 04 15:09:41 n-d-827868-1 devstack@n-api.service[101711]: DEBUG nova.api.openstack.wsgi [None req-b52e12ed-dff2-4682-af5f-2f309c1a57f2 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=101711) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2022-02-04 15:10:18.633 | Feb 04 15:09:41 n-d-827868-1 devstack@n-api.service[101711]: INFO nova.api.openstack.requestlog [None req-b52e12ed-dff2-4682-af5f-2f309c1a57f2 admin admin] 10.222.0.18 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.039442 2022-02-04 15:10:18.633 | Feb 04 15:09:41 n-d-827868-1 devstack@n-api.service[101711]: [pid: 101711|app: 0|req: 17/35] 10.222.0.18 () {64 vars in 1332 bytes} [Fri Feb 4 15:09:41 2022] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 43 msecs (HTTP/1.1 200) 9 headers in 358 bytes (2 switches on core 0) 2022-02-04 15:10:18.636 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:18.639 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-cond.service 2022-02-04 15:10:18.652 | Failed to get unit file state for devstack@n-cond.service: No such file or directory 2022-02-04 15:10:18.656 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:18.659 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-sch.service 2022-02-04 15:10:18.673 | enabled 2022-02-04 15:10:18.678 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-sch.service --no-pager 2022-02-04 15:10:18.697 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2022-02-04 15:10:18.697 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2022-02-04 15:10:18.697 | Active: active (running) since Fri 2022-02-04 15:08:53 UTC; 1min 25s ago 2022-02-04 15:10:18.697 | Main PID: 106520 (nova-scheduler) 2022-02-04 15:10:18.697 | Tasks: 3 (limit: 14304) 2022-02-04 15:10:18.697 | Memory: 146.9M 2022-02-04 15:10:18.697 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2022-02-04 15:10:18.697 | ├─106520 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2022-02-04 15:10:18.697 | ├─107778 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2022-02-04 15:10:18.697 | └─107779 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2022-02-04 15:10:18.697 | 2022-02-04 15:10:18.697 | Feb 04 15:08:59 n-d-827868-1 nova-scheduler[106520]: DEBUG oslo_service.service [None req-55870bed-6418-45a6-8348-afefe0a42814 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=106520) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:18.697 | Feb 04 15:08:59 n-d-827868-1 nova-scheduler[106520]: DEBUG oslo_service.service [None req-55870bed-6418-45a6-8348-afefe0a42814 None None] oslo_messaging_rabbit.ssl_version = {{(pid=106520) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:18.697 | Feb 04 15:08:59 n-d-827868-1 nova-scheduler[106520]: DEBUG oslo_service.service [None req-55870bed-6418-45a6-8348-afefe0a42814 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=106520) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:18.697 | Feb 04 15:08:59 n-d-827868-1 nova-scheduler[106520]: DEBUG oslo_service.service [None req-55870bed-6418-45a6-8348-afefe0a42814 None None] oslo_messaging_notifications.retry = -1 {{(pid=106520) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:18.697 | Feb 04 15:08:59 n-d-827868-1 nova-scheduler[106520]: DEBUG oslo_service.service [None req-55870bed-6418-45a6-8348-afefe0a42814 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=106520) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:18.697 | Feb 04 15:08:59 n-d-827868-1 nova-scheduler[106520]: DEBUG oslo_service.service [None req-55870bed-6418-45a6-8348-afefe0a42814 None None] oslo_messaging_notifications.transport_url = **** {{(pid=106520) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:18.697 | Feb 04 15:08:59 n-d-827868-1 nova-scheduler[106520]: DEBUG oslo_service.service [None req-55870bed-6418-45a6-8348-afefe0a42814 None None] oslo_reports.file_event_handler = None {{(pid=106520) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:18.697 | Feb 04 15:08:59 n-d-827868-1 nova-scheduler[106520]: DEBUG oslo_service.service [None req-55870bed-6418-45a6-8348-afefe0a42814 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=106520) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:18.697 | Feb 04 15:08:59 n-d-827868-1 nova-scheduler[106520]: DEBUG oslo_service.service [None req-55870bed-6418-45a6-8348-afefe0a42814 None None] oslo_reports.log_dir = None {{(pid=106520) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:18.697 | Feb 04 15:08:59 n-d-827868-1 nova-scheduler[106520]: DEBUG oslo_service.service [None req-55870bed-6418-45a6-8348-afefe0a42814 None None] ******************************************************************************** {{(pid=106520) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-02-04 15:10:18.701 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:18.704 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-api-meta.service 2022-02-04 15:10:18.720 | enabled 2022-02-04 15:10:18.725 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-api-meta.service --no-pager 2022-02-04 15:10:18.741 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2022-02-04 15:10:18.742 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2022-02-04 15:10:18.742 | Active: active (running) since Fri 2022-02-04 15:08:55 UTC; 1min 22s ago 2022-02-04 15:10:18.742 | Main PID: 106982 (uwsgi) 2022-02-04 15:10:18.742 | Status: "uWSGI is ready" 2022-02-04 15:10:18.742 | Tasks: 4 (limit: 14304) 2022-02-04 15:10:18.742 | Memory: 203.1M 2022-02-04 15:10:18.742 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2022-02-04 15:10:18.742 | ├─106982 nova-api-metauWSGI master 2022-02-04 15:10:18.742 | ├─106983 nova-api-metauWSGI worker 1 2022-02-04 15:10:18.742 | ├─106984 nova-api-metauWSGI worker 2 2022-02-04 15:10:18.742 | └─106985 nova-api-metauWSGI http 1 2022-02-04 15:10:18.742 | 2022-02-04 15:10:18.742 | Feb 04 15:09:01 n-d-827868-1 devstack@n-api-meta.service[106983]: DEBUG oslo_concurrency.lockutils [None req-16c00b72-206c-45cb-8252-207c6494a34d None None] Lock "2f6a4970-3c53-4671-af2c-72d1605da21d" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=106983) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-04 15:10:18.742 | Feb 04 15:09:01 n-d-827868-1 devstack@n-api-meta.service[106983]: DEBUG oslo_concurrency.lockutils [None req-16c00b72-206c-45cb-8252-207c6494a34d None None] Lock "2f6a4970-3c53-4671-af2c-72d1605da21d" released by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.002s {{(pid=106983) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-04 15:10:18.742 | Feb 04 15:09:01 n-d-827868-1 devstack@n-api-meta.service[106983]: DEBUG oslo_db.sqlalchemy.engines [None req-16c00b72-206c-45cb-8252-207c6494a34d None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=106983) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-04 15:10:18.742 | Feb 04 15:09:01 n-d-827868-1 devstack@n-api-meta.service[106983]: DEBUG oslo_db.sqlalchemy.engines [None req-16c00b72-206c-45cb-8252-207c6494a34d None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=106983) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-04 15:10:18.742 | Feb 04 15:09:01 n-d-827868-1 devstack@n-api-meta.service[106984]: DEBUG oslo_db.sqlalchemy.engines [None req-991b5b5c-7ff2-49fd-8db6-edeff3fdcdaa None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=106984) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-04 15:10:18.742 | Feb 04 15:09:02 n-d-827868-1 devstack@n-api-meta.service[106984]: WARNING nova.api.metadata.handler [None req-991b5b5c-7ff2-49fd-8db6-edeff3fdcdaa None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2022-02-04 15:10:18.742 | Feb 04 15:09:02 n-d-827868-1 devstack@n-api-meta.service[106984]: WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x562511d059a0 pid: 106984 (default app) 2022-02-04 15:10:18.742 | Feb 04 15:09:02 n-d-827868-1 devstack@n-api-meta.service[106983]: DEBUG oslo_db.sqlalchemy.engines [None req-16c00b72-206c-45cb-8252-207c6494a34d None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=106983) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-04 15:10:18.742 | Feb 04 15:09:02 n-d-827868-1 devstack@n-api-meta.service[106983]: WARNING nova.api.metadata.handler [None req-16c00b72-206c-45cb-8252-207c6494a34d None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2022-02-04 15:10:18.742 | Feb 04 15:09:02 n-d-827868-1 devstack@n-api-meta.service[106983]: WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x562511d059a0 pid: 106983 (default app) 2022-02-04 15:10:18.745 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:18.748 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@placement-api.service 2022-02-04 15:10:18.762 | enabled 2022-02-04 15:10:18.766 | + functions-common:service_check:1609 : sudo systemctl status devstack@placement-api.service --no-pager 2022-02-04 15:10:18.783 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2022-02-04 15:10:18.783 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2022-02-04 15:10:18.783 | Active: active (running) since Fri 2022-02-04 15:07:51 UTC; 2min 27s ago 2022-02-04 15:10:18.783 | Main PID: 102884 (uwsgi) 2022-02-04 15:10:18.783 | Status: "uWSGI is ready" 2022-02-04 15:10:18.783 | Tasks: 3 (limit: 14304) 2022-02-04 15:10:18.783 | Memory: 142.5M 2022-02-04 15:10:18.783 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2022-02-04 15:10:18.783 | ├─102884 placementuWSGI master 2022-02-04 15:10:18.783 | ├─102885 placementuWSGI worker 1 2022-02-04 15:10:18.783 | └─102886 placementuWSGI worker 2 2022-02-04 15:10:18.783 | 2022-02-04 15:10:18.783 | Feb 04 15:07:55 n-d-827868-1 devstack@placement-api.service[102886]: WSGI app 0 (mountpoint='') ready in 4 seconds on interpreter 0x55ef69eb19c0 pid: 102886 (default app) 2022-02-04 15:10:18.783 | Feb 04 15:08:58 n-d-827868-1 devstack@placement-api.service[102885]: DEBUG placement.requestlog [None req-62904a71-d0c9-423e-80fd-a09aa4ce60aa None None] Starting request: 10.222.0.18 "GET /placement/" {{(pid=102885) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2022-02-04 15:10:18.783 | Feb 04 15:08:58 n-d-827868-1 devstack@placement-api.service[102885]: INFO placement.requestlog [None req-62904a71-d0c9-423e-80fd-a09aa4ce60aa None None] 10.222.0.18 "GET /placement/" status: 200 len: 136 microversion: 1.0 2022-02-04 15:10:18.783 | Feb 04 15:08:58 n-d-827868-1 devstack@placement-api.service[102885]: [pid: 102885|app: 0|req: 2/2] 10.222.0.18 () {54 vars in 916 bytes} [Fri Feb 4 15:08:58 2022] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2022-02-04 15:10:18.783 | Feb 04 15:09:03 n-d-827868-1 devstack@placement-api.service[102886]: DEBUG placement.requestlog [None req-2ad91104-3031-4db4-89a6-a68e27c448c5 None None] Starting request: 10.222.0.18 "GET /placement/" {{(pid=102886) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2022-02-04 15:10:18.784 | Feb 04 15:09:03 n-d-827868-1 devstack@placement-api.service[102886]: INFO placement.requestlog [None req-2ad91104-3031-4db4-89a6-a68e27c448c5 None None] 10.222.0.18 "GET /placement/" status: 200 len: 136 microversion: 1.0 2022-02-04 15:10:18.784 | Feb 04 15:09:03 n-d-827868-1 devstack@placement-api.service[102886]: [pid: 102886|app: 0|req: 1/3] 10.222.0.18 () {54 vars in 916 bytes} [Fri Feb 4 15:09:03 2022] GET /placement => generated 136 bytes in 19 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2022-02-04 15:10:18.784 | Feb 04 15:09:05 n-d-827868-1 devstack@placement-api.service[102885]: DEBUG placement.requestlog [None req-4bec60fa-680c-4d17-a22d-dce3d1d309a6 None None] Starting request: 10.222.0.18 "GET /placement/" {{(pid=102885) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2022-02-04 15:10:18.784 | Feb 04 15:09:05 n-d-827868-1 devstack@placement-api.service[102885]: INFO placement.requestlog [None req-4bec60fa-680c-4d17-a22d-dce3d1d309a6 None None] 10.222.0.18 "GET /placement/" status: 200 len: 136 microversion: 1.0 2022-02-04 15:10:18.784 | Feb 04 15:09:05 n-d-827868-1 devstack@placement-api.service[102885]: [pid: 102885|app: 0|req: 3/4] 10.222.0.18 () {54 vars in 916 bytes} [Fri Feb 4 15:09:05 2022] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2022-02-04 15:10:18.787 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:18.790 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@placement-client.service 2022-02-04 15:10:18.803 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2022-02-04 15:10:18.806 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:18.809 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@g-api.service 2022-02-04 15:10:18.823 | enabled 2022-02-04 15:10:18.827 | + functions-common:service_check:1609 : sudo systemctl status devstack@g-api.service --no-pager 2022-02-04 15:10:18.844 | ● devstack@g-api.service - Devstack devstack@g-api.service 2022-02-04 15:10:18.844 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2022-02-04 15:10:18.844 | Active: active (running) since Fri 2022-02-04 15:09:27 UTC; 50s ago 2022-02-04 15:10:18.844 | Main PID: 110987 (uwsgi) 2022-02-04 15:10:18.844 | Status: "uWSGI is ready" 2022-02-04 15:10:18.844 | Tasks: 7 (limit: 14304) 2022-02-04 15:10:18.844 | Memory: 207.8M 2022-02-04 15:10:18.844 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2022-02-04 15:10:18.844 | ├─110987 glance-apiuWSGI master 2022-02-04 15:10:18.844 | ├─110991 glance-apiuWSGI worker 1 2022-02-04 15:10:18.844 | └─110992 glance-apiuWSGI worker 2 2022-02-04 15:10:18.844 | 2022-02-04 15:10:18.844 | Feb 04 15:09:58 n-d-827868-1 devstack@g-api.service[110991]: DEBUG glance_store.location [None req-c0eea717-b772-456c-89a8-c2c1615427fe admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110991) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-04 15:10:18.845 | Feb 04 15:09:58 n-d-827868-1 devstack@g-api.service[110991]: DEBUG glance_store.location [None req-c0eea717-b772-456c-89a8-c2c1615427fe admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110991) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-04 15:10:18.845 | Feb 04 15:09:58 n-d-827868-1 devstack@g-api.service[110991]: DEBUG glance_store.location [None req-c0eea717-b772-456c-89a8-c2c1615427fe admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110991) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-04 15:10:18.845 | Feb 04 15:09:58 n-d-827868-1 devstack@g-api.service[110991]: DEBUG glance_store.location [None req-c0eea717-b772-456c-89a8-c2c1615427fe admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110991) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-04 15:10:18.845 | Feb 04 15:09:58 n-d-827868-1 devstack@g-api.service[110991]: DEBUG glance_store.location [None req-c0eea717-b772-456c-89a8-c2c1615427fe admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110991) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-04 15:10:18.845 | Feb 04 15:09:58 n-d-827868-1 devstack@g-api.service[110991]: DEBUG glance_store.location [None req-c0eea717-b772-456c-89a8-c2c1615427fe admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110991) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-04 15:10:18.845 | Feb 04 15:09:58 n-d-827868-1 devstack@g-api.service[110991]: DEBUG glance_store.location [None req-c0eea717-b772-456c-89a8-c2c1615427fe admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110991) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-04 15:10:18.845 | Feb 04 15:09:58 n-d-827868-1 devstack@g-api.service[110991]: DEBUG glance_store.location [None req-c0eea717-b772-456c-89a8-c2c1615427fe admin admin] Registering scheme swift+config with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=110991) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-02-04 15:10:18.845 | Feb 04 15:09:58 n-d-827868-1 devstack@g-api.service[110991]: DEBUG glance_store.backend [None req-c0eea717-b772-456c-89a8-c2c1615427fe admin admin] Skipping store.set_acls... not implemented. {{(pid=110991) set_acls /usr/local/lib/python3.8/dist-packages/glance_store/backend.py:509}} 2022-02-04 15:10:18.845 | Feb 04 15:09:58 n-d-827868-1 devstack@g-api.service[110991]: [pid: 110991|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 865 bytes} [Fri Feb 4 15:09:43 2022] PUT /v2/images/24a265fb-5e66-416b-8342-691a5055c77b/file => generated 0 bytes in 15000 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2022-02-04 15:10:18.848 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:18.851 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-sch.service 2022-02-04 15:10:18.865 | enabled 2022-02-04 15:10:18.869 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-sch.service --no-pager 2022-02-04 15:10:18.885 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2022-02-04 15:10:18.885 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2022-02-04 15:10:18.885 | Active: active (running) since Fri 2022-02-04 15:09:15 UTC; 1min 3s ago 2022-02-04 15:10:18.885 | Main PID: 109675 (cinder-schedule) 2022-02-04 15:10:18.885 | Tasks: 2 (limit: 14304) 2022-02-04 15:10:18.885 | Memory: 101.0M 2022-02-04 15:10:18.885 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2022-02-04 15:10:18.885 | └─109675 /usr/bin/python3.8 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2022-02-04 15:10:18.885 | 2022-02-04 15:10:18.886 | Feb 04 15:09:20 n-d-827868-1 cinder-scheduler[109675]: DEBUG cinder.service [None req-3de5fcad-8e68-42de-8e0a-a4f0d158a06b None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=109675) start /opt/stack/cinder/cinder/service.py:237}} 2022-02-04 15:10:18.886 | Feb 04 15:09:23 n-d-827868-1 cinder-scheduler[109675]: DEBUG cinder.scheduler.host_manager [None req-970e605f-d526-4e54-8217-d6187099cf09 None None] Received backup service update from n-d-827868-1: {'backend_state': True, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=109675) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:544}} 2022-02-04 15:10:18.886 | Feb 04 15:09:29 n-d-827868-1 cinder-scheduler[109675]: DEBUG cinder.scheduler.host_manager [None req-47dd5f30-c8ac-4031-ab76-66f42e770c15 None None] Received volume service update from n-d-827868-1@lvmdriver-1: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 48.82, 'free_capacity_gb': 48.82, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:n-d-827868-1:stack-volumes-lvmdriver-1:default:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': False, 'thick_provisioning_support': True, 'total_volumes': 0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True}], 'shared_targets': False, 'sparse_copy_volume': False, 'filter_function': None, 'goodness_function': None} {{(pid=109675) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:575}} 2022-02-04 15:10:18.886 | Feb 04 15:09:29 n-d-827868-1 cinder-scheduler[109675]: DEBUG cinder.scheduler.host_manager [None req-47dd5f30-c8ac-4031-ab76-66f42e770c15 None None] Updating capabilities for n-d-827868-1@lvmdriver-1#lvmdriver-1: {'pool_name': 'lvmdriver-1', 'total_capacity_gb': 48.82, 'free_capacity_gb': 48.82, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:n-d-827868-1:stack-volumes-lvmdriver-1:default:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': False, 'thick_provisioning_support': True, 'total_volumes': 0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': 'lvmdriver-1', 'storage_protocol': 'iSCSI', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'timestamp': datetime.datetime(2022, 2, 4, 15, 9, 29, 492890)} {{(pid=109675) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:368}} 2022-02-04 15:10:18.886 | Feb 04 15:09:29 n-d-827868-1 cinder-scheduler[109675]: DEBUG cinder.utils [None req-47dd5f30-c8ac-4031-ab76-66f42e770c15 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=109675) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:768}} 2022-02-04 15:10:18.886 | Feb 04 15:09:29 n-d-827868-1 cinder-scheduler[109675]: DEBUG cinder.utils [None req-47dd5f30-c8ac-4031-ab76-66f42e770c15 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=109675) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:768}} 2022-02-04 15:10:18.886 | Feb 04 15:09:29 n-d-827868-1 cinder-scheduler[109675]: DEBUG cinder.scheduler.host_manager [None req-47dd5f30-c8ac-4031-ab76-66f42e770c15 None None] Publish storage capacity: [{'type': 'backend', 'name_to_id': 'n-d-827868-1@lvmdriver-1', 'total': 48.82, 'free': 48.82, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 48.82, 'reported_at': datetime.datetime(2022, 2, 4, 15, 9, 29, 517036)}]. {{(pid=109675) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:899}} 2022-02-04 15:10:18.886 | Feb 04 15:09:57 n-d-827868-1 cinder-scheduler[109675]: DEBUG oslo_service.periodic_task [None req-edcd6d3c-0df7-49ec-bdf0-93f6d2bab83c None None] Running periodic task SchedulerManager._clean_expired_messages {{(pid=109675) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-02-04 15:10:18.886 | Feb 04 15:09:57 n-d-827868-1 cinder-scheduler[109675]: INFO cinder.message.api [None req-edcd6d3c-0df7-49ec-bdf0-93f6d2bab83c None None] Deleted 0 expired messages. 2022-02-04 15:10:18.886 | Feb 04 15:09:57 n-d-827868-1 cinder-scheduler[109675]: DEBUG oslo_service.periodic_task [None req-edcd6d3c-0df7-49ec-bdf0-93f6d2bab83c None None] Running periodic task SchedulerManager._clean_expired_reservation {{(pid=109675) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-02-04 15:10:18.889 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:18.892 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-api.service 2022-02-04 15:10:18.906 | enabled 2022-02-04 15:10:18.910 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-api.service --no-pager 2022-02-04 15:10:18.926 | ● devstack@c-api.service - Devstack devstack@c-api.service 2022-02-04 15:10:18.926 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2022-02-04 15:10:18.926 | Active: active (running) since Fri 2022-02-04 15:09:09 UTC; 1min 9s ago 2022-02-04 15:10:18.926 | Main PID: 109232 (uwsgi) 2022-02-04 15:10:18.926 | Status: "uWSGI is ready" 2022-02-04 15:10:18.926 | Tasks: 5 (limit: 14304) 2022-02-04 15:10:18.926 | Memory: 221.7M 2022-02-04 15:10:18.926 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2022-02-04 15:10:18.926 | ├─109232 cinder-apiuWSGI master 2022-02-04 15:10:18.926 | ├─109234 cinder-apiuWSGI worker 1 2022-02-04 15:10:18.926 | └─109235 cinder-apiuWSGI worker 2 2022-02-04 15:10:18.926 | 2022-02-04 15:10:18.926 | Feb 04 15:09:24 n-d-827868-1 devstack@c-api.service[109234]: warnings.warn(deprecated_msg) 2022-02-04 15:10:18.926 | Feb 04 15:09:25 n-d-827868-1 devstack@c-api.service[109234]: INFO cinder.api.openstack.wsgi [req-2e5acae3-86db-45ff-b3a1-9af8c94f8367 req-61ba9c84-ee30-41fc-a140-ffec2e2426f7 admin admin] POST http://10.222.0.18/volume/v3/c23e181196a7446a9d09bb240b0fa205/types/9dbb5f2a-fe4d-475a-9124-50b4af713b63/extra_specs 2022-02-04 15:10:18.926 | Feb 04 15:09:25 n-d-827868-1 devstack@c-api.service[109234]: /usr/local/lib/python3.8/dist-packages/webob/acceptparse.py:1047: DeprecationWarning: The behavior of AcceptValidHeader.best_match is currently being maintained for backward compatibility, but it will be deprecated in the future, as it does not conform to the RFC. 2022-02-04 15:10:18.926 | Feb 04 15:09:25 n-d-827868-1 devstack@c-api.service[109234]: warnings.warn( 2022-02-04 15:10:18.926 | Feb 04 15:09:25 n-d-827868-1 devstack@c-api.service[109234]: DEBUG cinder.api.openstack.wsgi [req-2e5acae3-86db-45ff-b3a1-9af8c94f8367 req-61ba9c84-ee30-41fc-a140-ffec2e2426f7 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=109234) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:854}} 2022-02-04 15:10:18.926 | Feb 04 15:09:25 n-d-827868-1 devstack@c-api.service[109234]: /usr/local/lib/python3.8/dist-packages/oslo_context/context.py:105: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2022-02-04 15:10:18.926 | Feb 04 15:09:25 n-d-827868-1 devstack@c-api.service[109234]: warnings.warn('Policy enforcement is depending on the value of ' 2022-02-04 15:10:18.926 | Feb 04 15:09:25 n-d-827868-1 devstack@c-api.service[109234]: DEBUG oslo_db.sqlalchemy.engines [req-2e5acae3-86db-45ff-b3a1-9af8c94f8367 req-61ba9c84-ee30-41fc-a140-ffec2e2426f7 admin admin] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=109234) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-02-04 15:10:18.926 | Feb 04 15:09:25 n-d-827868-1 devstack@c-api.service[109234]: INFO cinder.api.openstack.wsgi [req-2e5acae3-86db-45ff-b3a1-9af8c94f8367 req-61ba9c84-ee30-41fc-a140-ffec2e2426f7 admin admin] http://10.222.0.18/volume/v3/c23e181196a7446a9d09bb240b0fa205/types/9dbb5f2a-fe4d-475a-9124-50b4af713b63/extra_specs returned with HTTP 200 2022-02-04 15:10:18.926 | Feb 04 15:09:25 n-d-827868-1 devstack@c-api.service[109234]: [pid: 109234|app: 0|req: 1/3] 10.222.0.18 () {62 vars in 1454 bytes} [Fri Feb 4 15:09:24 2022] POST /volume/v3/c23e181196a7446a9d09bb240b0fa205/types/9dbb5f2a-fe4d-475a-9124-50b4af713b63/extra_specs => generated 55 bytes in 951 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2022-02-04 15:10:18.929 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:18.932 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-vol.service 2022-02-04 15:10:18.946 | enabled 2022-02-04 15:10:18.949 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-vol.service --no-pager 2022-02-04 15:10:18.966 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2022-02-04 15:10:18.966 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2022-02-04 15:10:18.966 | Active: active (running) since Fri 2022-02-04 15:09:20 UTC; 58s ago 2022-02-04 15:10:18.966 | Main PID: 110396 (cinder-volume) 2022-02-04 15:10:18.966 | Tasks: 3 (limit: 14304) 2022-02-04 15:10:18.966 | Memory: 132.7M 2022-02-04 15:10:18.966 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2022-02-04 15:10:18.967 | ├─110396 /usr/bin/python3.8 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2022-02-04 15:10:18.967 | └─110494 /usr/bin/python3.8 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2022-02-04 15:10:18.967 | 2022-02-04 15:10:18.967 | Feb 04 15:09:29 n-d-827868-1 sudo[111084]: ubuntu : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1 2022-02-04 15:10:18.967 | Feb 04 15:09:29 n-d-827868-1 sudo[111084]: pam_unix(sudo:session): session opened for user root by (uid=0) 2022-02-04 15:10:18.967 | Feb 04 15:09:30 n-d-827868-1 sudo[111084]: pam_unix(sudo:session): session closed for user root 2022-02-04 15:10:18.967 | Feb 04 15:09:30 n-d-827868-1 cinder-volume[110494]: DEBUG oslo_concurrency.processutils [None req-47dd5f30-c8ac-4031-ab76-66f42e770c15 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.484s {{(pid=110494) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2022-02-04 15:10:18.967 | Feb 04 15:09:30 n-d-827868-1 cinder-volume[110494]: DEBUG oslo_concurrency.processutils [None req-47dd5f30-c8ac-4031-ab76-66f42e770c15 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=110494) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}} 2022-02-04 15:10:18.967 | Feb 04 15:09:30 n-d-827868-1 sudo[111088]: ubuntu : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 2022-02-04 15:10:18.967 | Feb 04 15:09:30 n-d-827868-1 sudo[111088]: pam_unix(sudo:session): session opened for user root by (uid=0) 2022-02-04 15:10:18.967 | Feb 04 15:09:30 n-d-827868-1 sudo[111088]: pam_unix(sudo:session): session closed for user root 2022-02-04 15:10:18.967 | Feb 04 15:09:30 n-d-827868-1 cinder-volume[110494]: DEBUG oslo_concurrency.processutils [None req-47dd5f30-c8ac-4031-ab76-66f42e770c15 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.816s {{(pid=110494) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2022-02-04 15:10:18.967 | Feb 04 15:09:30 n-d-827868-1 cinder-volume[110494]: INFO cinder.volume.manager [None req-47dd5f30-c8ac-4031-ab76-66f42e770c15 None None] Driver post RPC initialization completed successfully. 2022-02-04 15:10:18.971 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:18.973 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovn-controller.service 2022-02-04 15:10:18.986 | Failed to get unit file state for devstack@ovn-controller.service: No such file or directory 2022-02-04 15:10:18.990 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:18.993 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovn-northd.service 2022-02-04 15:10:19.006 | Failed to get unit file state for devstack@ovn-northd.service: No such file or directory 2022-02-04 15:10:19.011 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.015 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2022-02-04 15:10:19.029 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2022-02-04 15:10:19.034 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.037 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ovsdb-server.service 2022-02-04 15:10:19.050 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2022-02-04 15:10:19.054 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.057 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-svc.service 2022-02-04 15:10:19.072 | enabled 2022-02-04 15:10:19.076 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-svc.service --no-pager 2022-02-04 15:10:19.093 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2022-02-04 15:10:19.094 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2022-02-04 15:10:19.094 | Active: active (running) since Fri 2022-02-04 15:07:43 UTC; 2min 35s ago 2022-02-04 15:10:19.094 | Main PID: 102294 (/usr/bin/python) 2022-02-04 15:10:19.094 | Tasks: 9 (limit: 14304) 2022-02-04 15:10:19.094 | Memory: 385.0M 2022-02-04 15:10:19.094 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2022-02-04 15:10:19.094 | ├─102294 /usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2022-02-04 15:10:19.094 | ├─102403 neutron-server: api worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-02-04 15:10:19.094 | ├─102404 neutron-server: api worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-02-04 15:10:19.094 | ├─102405 neutron-server: rpc worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-02-04 15:10:19.094 | └─102406 neutron-server: rpc worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-02-04 15:10:19.094 | 2022-02-04 15:10:19.094 | Feb 04 15:09:35 n-d-827868-1 neutron-server[102405]: DEBUG neutron_lib.callbacks.manager [None req-7b4e309f-1ce3-43a8-8223-c4dca5dc3fcf None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753255193218', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1981277'] for agent, after_update {{(pid=102405) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-04 15:10:19.094 | Feb 04 15:09:36 n-d-827868-1 neutron-server[102405]: DEBUG neutron_lib.callbacks.manager [None req-effd4eb8-15c6-445b-b101-57779a292a88 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753255193218', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1981277'] for agent, after_update {{(pid=102405) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-04 15:10:19.094 | Feb 04 15:09:38 n-d-827868-1 neutron-server[102405]: DEBUG neutron_lib.callbacks.manager [None req-589329a1-a934-42da-a97e-b1cb1a64cfbc None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753255193218', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1981277'] for agent, after_update {{(pid=102405) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-04 15:10:19.094 | Feb 04 15:09:39 n-d-827868-1 neutron-server[102405]: DEBUG neutron_lib.callbacks.manager [None req-20753755-9e4e-4f57-b5d4-0ae3d0c767ad None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753255193218', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1981277'] for agent, after_update {{(pid=102405) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-04 15:10:19.094 | Feb 04 15:09:55 n-d-827868-1 neutron-server[102406]: DEBUG neutron.db.agents_db [None req-4a87e9a0-10cd-4801-b7d9-e95a2088f27f None None] Agent healthcheck: found 5 active agents {{(pid=102406) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2022-02-04 15:10:19.094 | Feb 04 15:10:02 n-d-827868-1 neutron-server[102405]: DEBUG neutron_lib.callbacks.manager [None req-3de44c46-64df-43a1-b963-8870b38d399d None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753255193218', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1981277'] for agent, after_update {{(pid=102405) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-04 15:10:19.094 | Feb 04 15:10:05 n-d-827868-1 neutron-server[102405]: DEBUG neutron_lib.callbacks.manager [None req-c04f8a7e-3aef-45ae-8d06-be3386f42894 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753255193218', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1981277'] for agent, after_update {{(pid=102405) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-04 15:10:19.094 | Feb 04 15:10:06 n-d-827868-1 neutron-server[102405]: DEBUG neutron_lib.callbacks.manager [None req-effd4eb8-15c6-445b-b101-57779a292a88 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753255193218', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1981277'] for agent, after_update {{(pid=102405) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-04 15:10:19.094 | Feb 04 15:10:08 n-d-827868-1 neutron-server[102405]: DEBUG neutron_lib.callbacks.manager [None req-589329a1-a934-42da-a97e-b1cb1a64cfbc None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753255193218', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1981277'] for agent, after_update {{(pid=102405) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-04 15:10:19.094 | Feb 04 15:10:09 n-d-827868-1 neutron-server[102405]: DEBUG neutron_lib.callbacks.manager [None req-20753755-9e4e-4f57-b5d4-0ae3d0c767ad None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753255193218', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1981277'] for agent, after_update {{(pid=102405) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:192}} 2022-02-04 15:10:19.098 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.100 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-ovn-metadata-agent.service 2022-02-04 15:10:19.113 | Failed to get unit file state for devstack@q-ovn-metadata-agent.service: No such file or directory 2022-02-04 15:10:19.117 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.120 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@rabbit.service 2022-02-04 15:10:19.133 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2022-02-04 15:10:19.138 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.140 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@tempest.service 2022-02-04 15:10:19.153 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2022-02-04 15:10:19.157 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.160 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@mysql.service 2022-02-04 15:10:19.173 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2022-02-04 15:10:19.176 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.179 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@etcd3.service 2022-02-04 15:10:19.191 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2022-02-04 15:10:19.196 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.198 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@dstat.service 2022-02-04 15:10:19.213 | enabled 2022-02-04 15:10:19.217 | + functions-common:service_check:1609 : sudo systemctl status devstack@dstat.service --no-pager 2022-02-04 15:10:19.233 | ● devstack@dstat.service - Devstack devstack@dstat.service 2022-02-04 15:10:19.233 | Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled) 2022-02-04 15:10:19.233 | Active: active (running) since Fri 2022-02-04 15:01:58 UTC; 8min ago 2022-02-04 15:10:19.233 | Main PID: 78564 (dstat.sh) 2022-02-04 15:10:19.233 | Tasks: 3 (limit: 14304) 2022-02-04 15:10:19.234 | Memory: 18.6M 2022-02-04 15:10:19.234 | CGroup: /system.slice/system-devstack.slice/devstack@dstat.service 2022-02-04 15:10:19.234 | ├─78564 /bin/bash /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs 2022-02-04 15:10:19.234 | ├─78660 python3 /usr/bin/dstat -tcmndrylpg --tcp --output /opt/stack/logs/dstat-csv.log 2022-02-04 15:10:19.234 | └─78661 python3 /usr/bin/dstat -tcmndrylpg --swap --tcp 2022-02-04 15:10:19.234 | 2022-02-04 15:10:19.234 | Feb 04 15:10:09 n-d-827868-1 dstat.sh[78661]: 04-02 15:10:09| 24 7 69 0 0|5141M 569M 171M 5789M| 86k 78k| 0 548k| 0 39.0 |1409 5942 |2.86 2.47 1.65|1.0 1.0 140| 0 0 | 0 0 | 23 218 0 52 0 2022-02-04 15:10:19.234 | Feb 04 15:10:10 n-d-827868-1 dstat.sh[78661]: 04-02 15:10:10| 26 4 70 0 0|5169M 541M 171M 5789M| 23k 16k| 0 296k| 0 36.0 | 516 4475 |2.86 2.47 1.65|2.0 0 0| 0 0 | 0 0 | 23 218 0 51 0 2022-02-04 15:10:19.234 | Feb 04 15:10:11 n-d-827868-1 dstat.sh[78661]: 04-02 15:10:11| 26 5 69 0 0|5132M 578M 171M 5789M| 91k 87k| 0 507k| 0 40.9 |1188 5486 |2.71 2.45 1.64|1.0 1.0 77| 0 0 | 0 0 | 23 218 0 51 0 2022-02-04 15:10:19.234 | Feb 04 15:10:12 n-d-827868-1 dstat.sh[78661]: 04-02 15:10:12| 25 4 71 0 0|5159M 551M 171M 5789M|2297 1151 |4101B 232k|1.00 18.0 | 332 3554 |2.71 2.45 1.64|1.0 1.0 1.0| 0 0 | 0 0 | 23 218 0 51 0 2022-02-04 15:10:19.234 | Feb 04 15:10:13 n-d-827868-1 dstat.sh[78661]: 04-02 15:10:13| 25 3 70 0 0|5181M 529M 171M 5789M| 100k 97k| 0 296k| 0 22.0 | 825 4551 |2.71 2.45 1.64|1.0 0 0| 0 0 | 0 0 | 23 218 0 51 0 2022-02-04 15:10:19.234 | Feb 04 15:10:14 n-d-827868-1 dstat.sh[78661]: 04-02 15:10:14| 25 3 70 0 0|5151M 559M 171M 5789M|9294 7095 | 0 972k| 0 67.0 | 795 4648 |2.71 2.45 1.64|1.0 1.0 78| 0 0 | 0 0 | 23 218 0 44 0 2022-02-04 15:10:19.234 | Feb 04 15:10:15 n-d-827868-1 dstat.sh[78661]: 04-02 15:10:15| 24 3 71 0 0|5178M 532M 171M 5789M|5232 3550 | 0 148k| 0 12.0 | 336 3669 |2.71 2.45 1.64|1.0 1.0 0| 0 0 | 0 0 | 23 218 0 44 0 2022-02-04 15:10:19.234 | Feb 04 15:10:16 n-d-827868-1 dstat.sh[78661]: 04-02 15:10:16| 24 5 70 0 0|5134M 576M 171M 5789M| 106k 106k| 0 76k| 0 6.00 |1446 5365 |2.65 2.44 1.64|1.0 0 141| 0 0 | 0 0 | 23 218 0 43 0 2022-02-04 15:10:19.234 | Feb 04 15:10:17 n-d-827868-1 dstat.sh[78661]: 04-02 15:10:17| 25 2 71 0 0|5162M 548M 171M 5789M|2114 0 | 0 92k| 0 3.00 | 332 3450 |2.65 2.44 1.64|3.0 0 1.0| 0 0 | 0 0 | 23 218 0 43 0 2022-02-04 15:10:19.234 | Feb 04 15:10:18 n-d-827868-1 dstat.sh[78661]: 04-02 15:10:18| 24 5 71 0 0|5123M 587M 171M 5789M| 90k 90k|4097B 104k|1.00 13.0 |1234 5198 |2.65 2.44 1.64|1.0 0 93| 0 0 | 0 0 | 23 218 0 43 0 2022-02-04 15:10:19.237 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.240 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-crt.service 2022-02-04 15:10:19.252 | Failed to get unit file state for devstack@n-crt.service: No such file or directory 2022-02-04 15:10:19.257 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.259 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-cauth.service 2022-02-04 15:10:19.272 | Failed to get unit file state for devstack@n-cauth.service: No such file or directory 2022-02-04 15:10:19.277 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.280 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-agt.service 2022-02-04 15:10:19.294 | enabled 2022-02-04 15:10:19.298 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-agt.service --no-pager 2022-02-04 15:10:19.314 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2022-02-04 15:10:19.314 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2022-02-04 15:10:19.314 | Active: active (running) since Fri 2022-02-04 15:07:55 UTC; 2min 23s ago 2022-02-04 15:10:19.315 | Main PID: 103349 (neutron-openvsw) 2022-02-04 15:10:19.315 | Tasks: 7 (limit: 14304) 2022-02-04 15:10:19.315 | Memory: 211.3M 2022-02-04 15:10:19.315 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2022-02-04 15:10:19.315 | ├─103349 neutron-openvswitch-agent (/usr/bin/python3.8 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-02-04 15:10:19.315 | ├─104947 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpzrvb0i5e/privsep.sock 2022-02-04 15:10:19.315 | ├─105038 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmpwnjysnx4/privsep.sock 2022-02-04 15:10:19.315 | └─105041 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2022-02-04 15:10:19.315 | 2022-02-04 15:10:19.315 | Feb 04 15:10:14 n-d-827868-1 neutron-openvswitch-agent[103349]: DEBUG neutron.agent.linux.utils [None req-616a0a00-816a-45e4-997a-1b29129ebe6a None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 105041. {{(pid=103349) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2022-02-04 15:10:19.315 | Feb 04 15:10:14 n-d-827868-1 neutron-openvswitch-agent[103349]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-616a0a00-816a-45e4-997a-1b29129ebe6a None None] Agent rpc_loop - iteration:62 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2022-02-04 15:10:19.315 | Feb 04 15:10:16 n-d-827868-1 neutron-openvswitch-agent[103349]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-616a0a00-816a-45e4-997a-1b29129ebe6a None None] Agent rpc_loop - iteration:63 started 2022-02-04 15:10:19.315 | Feb 04 15:10:16 n-d-827868-1 neutron-openvswitch-agent[103349]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-616a0a00-816a-45e4-997a-1b29129ebe6a None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xdc2cb4f1,OFPFlowStatsRequest(cookie=0,cookie_mask=0,flags=0,match=OFPMatch(oxm_fields={}),out_group=4294967295,out_port=4294967295,table_id=23,type=1) result [OFPFlowStatsReply(body=[OFPFlowStats(byte_count=0,cookie=14225509166134729285,duration_nsec=328000000,duration_sec=134,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=103349) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2022-02-04 15:10:19.315 | Feb 04 15:10:16 n-d-827868-1 neutron-openvswitch-agent[103349]: DEBUG neutron.agent.linux.utils [None req-616a0a00-816a-45e4-997a-1b29129ebe6a None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 105041. {{(pid=103349) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2022-02-04 15:10:19.315 | Feb 04 15:10:16 n-d-827868-1 neutron-openvswitch-agent[103349]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-616a0a00-816a-45e4-997a-1b29129ebe6a None None] Agent rpc_loop - iteration:63 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2022-02-04 15:10:19.315 | Feb 04 15:10:18 n-d-827868-1 neutron-openvswitch-agent[103349]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-616a0a00-816a-45e4-997a-1b29129ebe6a None None] Agent rpc_loop - iteration:64 started 2022-02-04 15:10:19.315 | Feb 04 15:10:18 n-d-827868-1 neutron-openvswitch-agent[103349]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-616a0a00-816a-45e4-997a-1b29129ebe6a None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xdc2cb4f3,OFPFlowStatsRequest(cookie=0,cookie_mask=0,flags=0,match=OFPMatch(oxm_fields={}),out_group=4294967295,out_port=4294967295,table_id=23,type=1) result [OFPFlowStatsReply(body=[OFPFlowStats(byte_count=0,cookie=14225509166134729285,duration_nsec=330000000,duration_sec=136,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=103349) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2022-02-04 15:10:19.315 | Feb 04 15:10:18 n-d-827868-1 neutron-openvswitch-agent[103349]: DEBUG neutron.agent.linux.utils [None req-616a0a00-816a-45e4-997a-1b29129ebe6a None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 105041. {{(pid=103349) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2022-02-04 15:10:19.315 | Feb 04 15:10:18 n-d-827868-1 neutron-openvswitch-agent[103349]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-616a0a00-816a-45e4-997a-1b29129ebe6a None None] Agent rpc_loop - iteration:64 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2022-02-04 15:10:19.319 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.322 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-dhcp.service 2022-02-04 15:10:19.337 | enabled 2022-02-04 15:10:19.341 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-dhcp.service --no-pager 2022-02-04 15:10:19.357 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2022-02-04 15:10:19.357 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2022-02-04 15:10:19.357 | Active: active (running) since Fri 2022-02-04 15:07:57 UTC; 2min 22s ago 2022-02-04 15:10:19.358 | Main PID: 103712 (neutron-dhcp-ag) 2022-02-04 15:10:19.358 | Tasks: 16 (limit: 14304) 2022-02-04 15:10:19.358 | Memory: 325.5M 2022-02-04 15:10:19.358 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2022-02-04 15:10:19.358 | ├─103712 neutron-dhcp-agent (/usr/bin/python3.8 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini) 2022-02-04 15:10:19.358 | ├─105285 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp2t1m813q/privsep.sock 2022-02-04 15:10:19.358 | ├─105326 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmp0cz3_lkz/privsep.sock 2022-02-04 15:10:19.358 | ├─105382 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmp0y460ofe/privsep.sock 2022-02-04 15:10:19.358 | ├─105476 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-02-04 15:10:19.358 | ├─105477 /usr/bin/python3.8 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-02-04 15:10:19.358 | └─105546 dnsmasq --no-hosts --pid-file=/opt/stack/data/neutron/dhcp/1b1e0aaf-b4b5-41d4-8707-f47698b35849/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/1b1e0aaf-b4b5-41d4-8707-f47698b35849/host --addn-hosts=/opt/stack/data/neutron/dhcp/1b1e0aaf-b4b5-41d4-8707-f47698b35849/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/1b1e0aaf-b4b5-41d4-8707-f47698b35849/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/1b1e0aaf-b4b5-41d4-8707-f47698b35849/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-29a45445-0c3c-4adf-be24-28ba6aaec0da,172.20.0.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,1500 --dhcp-lease-max=64 --conf-file=/dev/null --domain=openstacklocal 2022-02-04 15:10:19.358 | 2022-02-04 15:10:19.358 | Feb 04 15:08:44 n-d-827868-1 neutron-dhcp-agent[103712]: DEBUG neutron.agent.dhcp.agent [None req-db960b3d-fed0-401a-9473-335fb27798ca None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '02331ca8-17c6-4856-96d2-bc148d1acfd6', 'name': 'public-subnet', 'tenant_id': 'c23e181196a7446a9d09bb240b0fa205', 'network_id': '2e189a9e-3191-4616-bc51-1ac904cb8b9e', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, 'gateway_ip': '172.25.4.1', 'cidr': '172.25.4.0/24', 'allocation_pools': [{'start': '172.25.4.2', 'end': '172.25.4.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2022-02-04T15:08:43Z', 'updated_at': '2022-02-04T15:08:43Z', 'revision_number': 0, 'project_id': 'c23e181196a7446a9d09bb240b0fa205', 'network': {'id': '2e189a9e-3191-4616-bc51-1ac904cb8b9e', 'name': 'public', 'tenant_id': 'c23e181196a7446a9d09bb240b0fa205', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['02331ca8-17c6-4856-96d2-bc148d1acfd6'], 'standard_attr_id': 17, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2022-02-04T15:08:36Z', 'updated_at': '2022-02-04T15:08:43Z', 'revision_number': 2, 'project_id': 'c23e181196a7446a9d09bb240b0fa205', 'provider:network_type': 'flat', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': None}}, 'priority': 3},) {} {{(pid=103712) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-02-04 15:10:19.358 | Feb 04 15:08:44 n-d-827868-1 neutron-dhcp-agent[103712]: DEBUG oslo_concurrency.lockutils [None req-b2874920-ee22-4e1d-b80a-6492feb2ff7d None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=103712) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-04 15:10:19.358 | Feb 04 15:08:44 n-d-827868-1 neutron-dhcp-agent[103712]: DEBUG oslo_concurrency.lockutils [None req-b2874920-ee22-4e1d-b80a-6492feb2ff7d None None] Lock "resize_greenpool" released by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.001s {{(pid=103712) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-04 15:10:19.358 | Feb 04 15:08:48 n-d-827868-1 neutron-dhcp-agent[103712]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=103712) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-02-04 15:10:19.358 | Feb 04 15:08:51 n-d-827868-1 neutron-dhcp-agent[103712]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (,) {} {{(pid=103712) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-02-04 15:10:19.358 | Feb 04 15:08:51 n-d-827868-1 neutron-dhcp-agent[103712]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (,) {} {{(pid=103712) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-02-04 15:10:19.358 | Feb 04 15:09:02 n-d-827868-1 neutron-dhcp-agent[103712]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=103712) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-04 15:10:19.358 | Feb 04 15:09:02 n-d-827868-1 neutron-dhcp-agent[103712]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.004s {{(pid=103712) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-04 15:10:19.358 | Feb 04 15:10:02 n-d-827868-1 neutron-dhcp-agent[103712]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=103712) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-04 15:10:19.358 | Feb 04 15:10:02 n-d-827868-1 neutron-dhcp-agent[103712]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=103712) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-04 15:10:19.362 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.365 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-l3.service 2022-02-04 15:10:19.379 | enabled 2022-02-04 15:10:19.383 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-l3.service --no-pager 2022-02-04 15:10:19.400 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2022-02-04 15:10:19.400 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2022-02-04 15:10:19.400 | Active: active (running) since Fri 2022-02-04 15:07:59 UTC; 2min 20s ago 2022-02-04 15:10:19.400 | Main PID: 104104 (neutron-l3-agen) 2022-02-04 15:10:19.400 | Tasks: 19 (limit: 14304) 2022-02-04 15:10:19.400 | Memory: 328.3M 2022-02-04 15:10:19.400 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2022-02-04 15:10:19.400 | ├─104104 neutron-l3-agent (/usr/bin/python3.8 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini) 2022-02-04 15:10:19.400 | ├─104957 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmp4bq42ec0/privsep.sock 2022-02-04 15:10:19.400 | ├─105734 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpfjtnoj05/privsep.sock 2022-02-04 15:10:19.401 | ├─105834 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpe5yovygh/privsep.sock 2022-02-04 15:10:19.401 | ├─106041 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-02-04 15:10:19.401 | ├─106050 /usr/bin/python3.8 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-02-04 15:10:19.401 | └─106066 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/c4419e9b-4e38-4d9e-a06a-17d5f14dda66.conf 2022-02-04 15:10:19.401 | 2022-02-04 15:10:19.401 | Feb 04 15:09:04 n-d-827868-1 neutron-l3-agent[104104]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=104104) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-04 15:10:19.401 | Feb 04 15:09:04 n-d-827868-1 neutron-l3-agent[104104]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.002s {{(pid=104104) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-04 15:10:19.401 | Feb 04 15:09:04 n-d-827868-1 neutron-l3-agent[104104]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=104104) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-04 15:10:19.401 | Feb 04 15:09:04 n-d-827868-1 neutron-l3-agent[104104]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=104104) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-04 15:10:19.401 | Feb 04 15:09:26 n-d-827868-1 neutron-l3-agent[104104]: DEBUG oslo_service.periodic_task [None req-b02ed055-c543-4297-8332-b5652e974492 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=104104) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-02-04 15:10:19.401 | Feb 04 15:10:04 n-d-827868-1 neutron-l3-agent[104104]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=104104) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-04 15:10:19.401 | Feb 04 15:10:04 n-d-827868-1 neutron-l3-agent[104104]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=104104) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-04 15:10:19.401 | Feb 04 15:10:04 n-d-827868-1 neutron-l3-agent[104104]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=104104) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-04 15:10:19.401 | Feb 04 15:10:04 n-d-827868-1 neutron-l3-agent[104104]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.000s {{(pid=104104) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-04 15:10:19.401 | Feb 04 15:10:06 n-d-827868-1 neutron-l3-agent[104104]: DEBUG oslo_service.periodic_task [None req-b02ed055-c543-4297-8332-b5652e974492 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=104104) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-02-04 15:10:19.404 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.407 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-meta.service 2022-02-04 15:10:19.421 | enabled 2022-02-04 15:10:19.424 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-meta.service --no-pager 2022-02-04 15:10:19.441 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2022-02-04 15:10:19.441 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2022-02-04 15:10:19.441 | Active: active (running) since Fri 2022-02-04 15:08:01 UTC; 2min 18s ago 2022-02-04 15:10:19.441 | Main PID: 104468 (neutron-metadat) 2022-02-04 15:10:19.442 | Tasks: 4 (limit: 14304) 2022-02-04 15:10:19.442 | Memory: 119.3M 2022-02-04 15:10:19.442 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2022-02-04 15:10:19.442 | ├─104468 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2022-02-04 15:10:19.442 | ├─104951 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2022-02-04 15:10:19.442 | └─104952 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2022-02-04 15:10:19.442 | 2022-02-04 15:10:19.442 | Feb 04 15:08:06 n-d-827868-1 neutron-metadata-agent[104468]: DEBUG oslo_service.service [None req-effd4eb8-15c6-445b-b101-57779a292a88 None None] oslo_messaging_rabbit.ssl = False {{(pid=104468) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.442 | Feb 04 15:08:06 n-d-827868-1 neutron-metadata-agent[104468]: DEBUG oslo_service.service [None req-effd4eb8-15c6-445b-b101-57779a292a88 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=104468) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.442 | Feb 04 15:08:06 n-d-827868-1 neutron-metadata-agent[104468]: DEBUG oslo_service.service [None req-effd4eb8-15c6-445b-b101-57779a292a88 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=104468) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.442 | Feb 04 15:08:06 n-d-827868-1 neutron-metadata-agent[104468]: DEBUG oslo_service.service [None req-effd4eb8-15c6-445b-b101-57779a292a88 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=104468) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.442 | Feb 04 15:08:06 n-d-827868-1 neutron-metadata-agent[104468]: DEBUG oslo_service.service [None req-effd4eb8-15c6-445b-b101-57779a292a88 None None] oslo_messaging_rabbit.ssl_version = {{(pid=104468) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.442 | Feb 04 15:08:06 n-d-827868-1 neutron-metadata-agent[104468]: DEBUG oslo_service.service [None req-effd4eb8-15c6-445b-b101-57779a292a88 None None] oslo_messaging_notifications.driver = [] {{(pid=104468) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.442 | Feb 04 15:08:06 n-d-827868-1 neutron-metadata-agent[104468]: DEBUG oslo_service.service [None req-effd4eb8-15c6-445b-b101-57779a292a88 None None] oslo_messaging_notifications.retry = -1 {{(pid=104468) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.442 | Feb 04 15:08:06 n-d-827868-1 neutron-metadata-agent[104468]: DEBUG oslo_service.service [None req-effd4eb8-15c6-445b-b101-57779a292a88 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=104468) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.442 | Feb 04 15:08:06 n-d-827868-1 neutron-metadata-agent[104468]: DEBUG oslo_service.service [None req-effd4eb8-15c6-445b-b101-57779a292a88 None None] oslo_messaging_notifications.transport_url = **** {{(pid=104468) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.442 | Feb 04 15:08:06 n-d-827868-1 neutron-metadata-agent[104468]: DEBUG oslo_service.service [None req-effd4eb8-15c6-445b-b101-57779a292a88 None None] ******************************************************************************** {{(pid=104468) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-02-04 15:10:19.446 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.449 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-metering.service 2022-02-04 15:10:19.463 | enabled 2022-02-04 15:10:19.467 | + functions-common:service_check:1609 : sudo systemctl status devstack@q-metering.service --no-pager 2022-02-04 15:10:19.483 | ● devstack@q-metering.service - Devstack devstack@q-metering.service 2022-02-04 15:10:19.483 | Loaded: loaded (/etc/systemd/system/devstack@q-metering.service; enabled; vendor preset: enabled) 2022-02-04 15:10:19.483 | Active: active (running) since Fri 2022-02-04 15:08:03 UTC; 2min 15s ago 2022-02-04 15:10:19.483 | Main PID: 104841 (neutron-meterin) 2022-02-04 15:10:19.483 | Tasks: 2 (limit: 14304) 2022-02-04 15:10:19.483 | Memory: 103.3M 2022-02-04 15:10:19.483 | CGroup: /system.slice/system-devstack.slice/devstack@q-metering.service 2022-02-04 15:10:19.483 | └─104841 neutron-metering-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini) 2022-02-04 15:10:19.483 | 2022-02-04 15:10:19.483 | Feb 04 15:10:09 n-d-827868-1 neutron-metering-agent[104841]: DEBUG neutron.services.metering.agents.metering_agent [-] Sync router namespaces {{(pid=104841) _sync_router_namespaces /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:302}} 2022-02-04 15:10:19.484 | Feb 04 15:10:09 n-d-827868-1 neutron-metering-agent[104841]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=104841) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-04 15:10:19.484 | Feb 04 15:10:09 n-d-827868-1 neutron-metering-agent[104841]: DEBUG neutron.services.metering.drivers.noop.noop_driver [-] neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver method sync_router_namespaces called with arguments (, dict_values([])) {} {{(pid=104841) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-02-04 15:10:19.484 | Feb 04 15:10:09 n-d-827868-1 neutron-metering-agent[104841]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=104841) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-04 15:10:19.484 | Feb 04 15:10:09 n-d-827868-1 neutron-metering-agent[104841]: DEBUG neutron.services.metering.agents.metering_agent [-] Retrieving traffic counters for routers [{}]. {{(pid=104841) _add_metering_infos /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:219}} 2022-02-04 15:10:19.484 | Feb 04 15:10:09 n-d-827868-1 neutron-metering-agent[104841]: DEBUG neutron.services.metering.agents.metering_agent [-] Get router traffic counters {{(pid=104841) _get_traffic_counters /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:298}} 2022-02-04 15:10:19.484 | Feb 04 15:10:09 n-d-827868-1 neutron-metering-agent[104841]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=104841) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:355}} 2022-02-04 15:10:19.484 | Feb 04 15:10:09 n-d-827868-1 neutron-metering-agent[104841]: DEBUG neutron.services.metering.drivers.noop.noop_driver [-] neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver method get_traffic_counters called with arguments (, dict_values([])) {} {{(pid=104841) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-02-04 15:10:19.484 | Feb 04 15:10:09 n-d-827868-1 neutron-metering-agent[104841]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=104841) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:367}} 2022-02-04 15:10:19.484 | Feb 04 15:10:09 n-d-827868-1 neutron-metering-agent[104841]: DEBUG neutron.services.metering.agents.metering_agent [-] Traffic counters [None] retrieved for routers [{}]. {{(pid=104841) _add_metering_infos /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:223}} 2022-02-04 15:10:19.487 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.490 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@q-vpn.service 2022-02-04 15:10:19.502 | Failed to get unit file state for devstack@q-vpn.service: No such file or directory 2022-02-04 15:10:19.507 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.510 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@g-reg.service 2022-02-04 15:10:19.522 | Failed to get unit file state for devstack@g-reg.service: No such file or directory 2022-02-04 15:10:19.526 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.529 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@cinder.service 2022-02-04 15:10:19.541 | Failed to get unit file state for devstack@cinder.service: No such file or directory 2022-02-04 15:10:19.545 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.551 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@c-bak.service 2022-02-04 15:10:19.562 | enabled 2022-02-04 15:10:19.566 | + functions-common:service_check:1609 : sudo systemctl status devstack@c-bak.service --no-pager 2022-02-04 15:10:19.584 | ● devstack@c-bak.service - Devstack devstack@c-bak.service 2022-02-04 15:10:19.584 | Loaded: loaded (/etc/systemd/system/devstack@c-bak.service; enabled; vendor preset: enabled) 2022-02-04 15:10:19.584 | Active: active (running) since Fri 2022-02-04 15:09:17 UTC; 1min 1s ago 2022-02-04 15:10:19.584 | Main PID: 110033 (cinder-backup) 2022-02-04 15:10:19.584 | Tasks: 3 (limit: 14304) 2022-02-04 15:10:19.584 | Memory: 117.9M 2022-02-04 15:10:19.584 | CGroup: /system.slice/system-devstack.slice/devstack@c-bak.service 2022-02-04 15:10:19.584 | ├─110033 /usr/bin/python3.8 /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf 2022-02-04 15:10:19.584 | └─110484 /usr/bin/python3.8 /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf 2022-02-04 15:10:19.584 | 2022-02-04 15:10:19.584 | Feb 04 15:09:23 n-d-827868-1 cinder-backup[110033]: DEBUG oslo_service.service [None req-14fe1c17-4b9a-41e7-b5c5-d120f1de78ac None None] vault.keyfile = None {{(pid=110033) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.584 | Feb 04 15:09:23 n-d-827868-1 cinder-backup[110033]: DEBUG oslo_service.service [None req-14fe1c17-4b9a-41e7-b5c5-d120f1de78ac None None] vault.kv_mountpoint = secret {{(pid=110033) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.585 | Feb 04 15:09:23 n-d-827868-1 cinder-backup[110033]: DEBUG oslo_service.service [None req-14fe1c17-4b9a-41e7-b5c5-d120f1de78ac None None] vault.kv_version = 2 {{(pid=110033) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.585 | Feb 04 15:09:23 n-d-827868-1 cinder-backup[110033]: DEBUG oslo_service.service [None req-14fe1c17-4b9a-41e7-b5c5-d120f1de78ac None None] vault.root_token_id = None {{(pid=110033) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.585 | Feb 04 15:09:23 n-d-827868-1 cinder-backup[110033]: DEBUG oslo_service.service [None req-14fe1c17-4b9a-41e7-b5c5-d120f1de78ac None None] vault.split_loggers = False {{(pid=110033) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.585 | Feb 04 15:09:23 n-d-827868-1 cinder-backup[110033]: DEBUG oslo_service.service [None req-14fe1c17-4b9a-41e7-b5c5-d120f1de78ac None None] vault.ssl_ca_crt_file = None {{(pid=110033) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.585 | Feb 04 15:09:23 n-d-827868-1 cinder-backup[110033]: DEBUG oslo_service.service [None req-14fe1c17-4b9a-41e7-b5c5-d120f1de78ac None None] vault.timeout = None {{(pid=110033) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.585 | Feb 04 15:09:23 n-d-827868-1 cinder-backup[110033]: DEBUG oslo_service.service [None req-14fe1c17-4b9a-41e7-b5c5-d120f1de78ac None None] vault.use_ssl = False {{(pid=110033) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.585 | Feb 04 15:09:23 n-d-827868-1 cinder-backup[110033]: DEBUG oslo_service.service [None req-14fe1c17-4b9a-41e7-b5c5-d120f1de78ac None None] vault.vault_url = http://127.0.0.1:8200 {{(pid=110033) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:19.585 | Feb 04 15:09:23 n-d-827868-1 cinder-backup[110033]: DEBUG oslo_service.service [None req-14fe1c17-4b9a-41e7-b5c5-d120f1de78ac None None] ******************************************************************************** {{(pid=110033) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-02-04 15:10:19.588 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.591 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-proxy.service 2022-02-04 15:10:19.605 | enabled 2022-02-04 15:10:19.609 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-proxy.service --no-pager 2022-02-04 15:10:19.626 | ● devstack@s-proxy.service - Devstack devstack@s-proxy.service 2022-02-04 15:10:19.626 | Loaded: loaded (/etc/systemd/system/devstack@s-proxy.service; enabled; vendor preset: enabled) 2022-02-04 15:10:19.626 | Active: active (running) since Fri 2022-02-04 15:07:30 UTC; 2min 49s ago 2022-02-04 15:10:19.626 | Main PID: 100898 (swift-proxy-ser) 2022-02-04 15:10:19.626 | Tasks: 2 (limit: 14304) 2022-02-04 15:10:19.626 | Memory: 77.2M 2022-02-04 15:10:19.626 | CGroup: /system.slice/system-devstack.slice/devstack@s-proxy.service 2022-02-04 15:10:19.626 | ├─100898 /usr/bin/python3.8 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2022-02-04 15:10:19.626 | └─100991 /usr/bin/python3.8 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2022-02-04 15:10:19.626 | 2022-02-04 15:10:19.626 | Feb 04 15:09:43 n-d-827868-1 proxy-server[100991]: Validating token access rules against request 2022-02-04 15:10:19.626 | Feb 04 15:09:43 n-d-827868-1 swift-proxy-server[100991]: proxy-server: Validating token access rules against request 2022-02-04 15:10:19.626 | Feb 04 15:09:43 n-d-827868-1 proxy-server[100991]: Received request from user: user_id 5da2385eec5f48e2adfca7a8334093bd, project_id 91f760da4dc441f596f2e7f3c54e8fc1, roles service,ResellerAdmin 2022-02-04 15:10:19.627 | Feb 04 15:09:43 n-d-827868-1 swift-proxy-server[100991]: proxy-server: Received request from user: user_id 5da2385eec5f48e2adfca7a8334093bd, project_id 91f760da4dc441f596f2e7f3c54e8fc1, roles service,ResellerAdmin 2022-02-04 15:10:19.627 | Feb 04 15:09:43 n-d-827868-1 proxy-server[100991]: Using identity: {'user': ('5da2385eec5f48e2adfca7a8334093bd', 'glance-swift'), 'tenant': ('91f760da4dc441f596f2e7f3c54e8fc1', 'service'), 'roles': ['service', 'ResellerAdmin'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: tx0a27623fc9494f2faa97d-0061fd41b7) 2022-02-04 15:10:19.627 | Feb 04 15:09:43 n-d-827868-1 swift-proxy-server[100991]: proxy-server: Using identity: {'user': ('5da2385eec5f48e2adfca7a8334093bd', 'glance-swift'), 'tenant': ('91f760da4dc441f596f2e7f3c54e8fc1', 'service'), 'roles': ['service', 'ResellerAdmin'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: tx0a27623fc9494f2faa97d-0061fd41b7) 2022-02-04 15:10:19.627 | Feb 04 15:09:43 n-d-827868-1 proxy-server[100991]: User 91f760da4dc441f596f2e7f3c54e8fc1 has reseller admin authorizing (txn: tx0a27623fc9494f2faa97d-0061fd41b7) (client_ip: 10.222.0.18) 2022-02-04 15:10:19.627 | Feb 04 15:09:43 n-d-827868-1 swift-proxy-server[100991]: proxy-server: User 91f760da4dc441f596f2e7f3c54e8fc1 has reseller admin authorizing (txn: tx0a27623fc9494f2faa97d-0061fd41b7) (client_ip: 10.222.0.18) 2022-02-04 15:10:19.627 | Feb 04 15:09:58 n-d-827868-1 proxy-server[100991]: 10.222.0.18 10.222.0.18 04/Feb/2022/15/09/58 PUT /v1/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance/24a265fb-5e66-416b-8342-691a5055c77b HTTP/1.0 201 - python-swiftclient-3.12.0 gAAAAABh_UG3... 645922816 - - tx0a27623fc9494f2faa97d-0061fd41b7 - 14.2771 - - 1643987383.859042883 1643987398.136140585 0 2022-02-04 15:10:19.627 | Feb 04 15:09:58 n-d-827868-1 swift-proxy-server[100991]: proxy-server: 10.222.0.18 10.222.0.18 04/Feb/2022/15/09/58 PUT /v1/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance/24a265fb-5e66-416b-8342-691a5055c77b HTTP/1.0 201 - python-swiftclient-3.12.0 gAAAAABh_UG3... 645922816 - - tx0a27623fc9494f2faa97d-0061fd41b7 - 14.2771 - - 1643987383.859042883 1643987398.136140585 0 2022-02-04 15:10:19.630 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.633 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-object.service 2022-02-04 15:10:19.647 | enabled 2022-02-04 15:10:19.651 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-object.service --no-pager 2022-02-04 15:10:19.668 | ● devstack@s-object.service - Devstack devstack@s-object.service 2022-02-04 15:10:19.669 | Loaded: loaded (/etc/systemd/system/devstack@s-object.service; enabled; vendor preset: enabled) 2022-02-04 15:10:19.669 | Active: active (running) since Fri 2022-02-04 15:07:23 UTC; 2min 56s ago 2022-02-04 15:10:19.669 | Main PID: 99367 (swift-object-se) 2022-02-04 15:10:19.669 | Tasks: 23 (limit: 14304) 2022-02-04 15:10:19.669 | Memory: 50.0M 2022-02-04 15:10:19.669 | CGroup: /system.slice/system-devstack.slice/devstack@s-object.service 2022-02-04 15:10:19.669 | ├─99367 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2022-02-04 15:10:19.669 | ├─99723 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2022-02-04 15:10:19.669 | └─99724 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2022-02-04 15:10:19.669 | 2022-02-04 15:10:19.669 | Feb 04 15:07:23 n-d-827868-1 systemd[1]: Started Devstack devstack@s-object.service. 2022-02-04 15:10:19.669 | Feb 04 15:07:25 n-d-827868-1 object-server[99367]: Started child 99723 from parent 99367 2022-02-04 15:10:19.669 | Feb 04 15:07:25 n-d-827868-1 swift-object-server[99367]: object-server: Started child 99723 from parent 99367 2022-02-04 15:10:19.669 | Feb 04 15:07:25 n-d-827868-1 object-server[99367]: Started child 99724 from parent 99367 2022-02-04 15:10:19.669 | Feb 04 15:07:25 n-d-827868-1 swift-object-server[99367]: object-server: Started child 99724 from parent 99367 2022-02-04 15:10:19.669 | Feb 04 15:09:58 n-d-827868-1 object-server[99724]: 127.0.0.1 - - [04/Feb/2022:15:09:58 +0000] "PUT /sdb1/149/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance/24a265fb-5e66-416b-8342-691a5055c77b" 201 - "PUT http://10.222.0.18:8080/v1/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance/24a265fb-5e66-416b-8342-691a5055c77b" "tx0a27623fc9494f2faa97d-0061fd41b7" "proxy-server 100991" 14.2482 "-" 99724 0 2022-02-04 15:10:19.669 | Feb 04 15:09:58 n-d-827868-1 swift-object-server[99724]: object-server: 127.0.0.1 - - [04/Feb/2022:15:09:58 +0000] "PUT /sdb1/149/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance/24a265fb-5e66-416b-8342-691a5055c77b" 201 - "PUT http://10.222.0.18:8080/v1/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance/24a265fb-5e66-416b-8342-691a5055c77b" "tx0a27623fc9494f2faa97d-0061fd41b7" "proxy-server 100991" 14.2482 "-" 99724 0 2022-02-04 15:10:19.672 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.675 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-container.service 2022-02-04 15:10:19.690 | enabled 2022-02-04 15:10:19.694 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-container.service --no-pager 2022-02-04 15:10:19.710 | ● devstack@s-container.service - Devstack devstack@s-container.service 2022-02-04 15:10:19.710 | Loaded: loaded (/etc/systemd/system/devstack@s-container.service; enabled; vendor preset: enabled) 2022-02-04 15:10:19.710 | Active: active (running) since Fri 2022-02-04 15:07:25 UTC; 2min 54s ago 2022-02-04 15:10:19.710 | Main PID: 99730 (swift-container) 2022-02-04 15:10:19.710 | Tasks: 3 (limit: 14304) 2022-02-04 15:10:19.710 | Memory: 49.9M 2022-02-04 15:10:19.710 | CGroup: /system.slice/system-devstack.slice/devstack@s-container.service 2022-02-04 15:10:19.710 | ├─ 99730 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2022-02-04 15:10:19.710 | ├─100064 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2022-02-04 15:10:19.710 | └─100087 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2022-02-04 15:10:19.710 | 2022-02-04 15:10:19.711 | Feb 04 15:07:26 n-d-827868-1 container-server[99730]: Started child 100064 from parent 99730 2022-02-04 15:10:19.711 | Feb 04 15:07:26 n-d-827868-1 swift-container-server[99730]: container-server: Started child 100064 from parent 99730 2022-02-04 15:10:19.711 | Feb 04 15:07:26 n-d-827868-1 container-server[99730]: Started child 100087 from parent 99730 2022-02-04 15:10:19.711 | Feb 04 15:07:26 n-d-827868-1 swift-container-server[99730]: container-server: Started child 100087 from parent 99730 2022-02-04 15:10:19.711 | Feb 04 15:09:43 n-d-827868-1 container-server[100087]: 127.0.0.1 - - [04/Feb/2022:15:09:43 +0000] "PUT /sdb1/65/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance" 201 - "PUT http://10.222.0.18:8080/v1/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance" "tx04945d9579004a27bf870-0061fd41b7" "proxy-server 100991" 0.0206 "-" 100087 0 2022-02-04 15:10:19.711 | Feb 04 15:09:43 n-d-827868-1 swift-container-server[100087]: container-server: 127.0.0.1 - - [04/Feb/2022:15:09:43 +0000] "PUT /sdb1/65/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance" 201 - "PUT http://10.222.0.18:8080/v1/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance" "tx04945d9579004a27bf870-0061fd41b7" "proxy-server 100991" 0.0206 "-" 100087 0 2022-02-04 15:10:19.711 | Feb 04 15:09:43 n-d-827868-1 container-server[100064]: 127.0.0.1 - - [04/Feb/2022:15:09:43 +0000] "HEAD /sdb1/65/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance" 204 - "HEAD http://10.222.0.18:8080/v1/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance?format=json&states=listing" "tx0a27623fc9494f2faa97d-0061fd41b7" "proxy-server 100991" 0.0066 "-" 100064 0 2022-02-04 15:10:19.711 | Feb 04 15:09:43 n-d-827868-1 swift-container-server[100064]: container-server: 127.0.0.1 - - [04/Feb/2022:15:09:43 +0000] "HEAD /sdb1/65/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance" 204 - "HEAD http://10.222.0.18:8080/v1/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance?format=json&states=listing" "tx0a27623fc9494f2faa97d-0061fd41b7" "proxy-server 100991" 0.0066 "-" 100064 0 2022-02-04 15:10:19.711 | Feb 04 15:09:58 n-d-827868-1 container-server[100087]: 127.0.0.1 - - [04/Feb/2022:15:09:58 +0000] "PUT /sdb1/65/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance/24a265fb-5e66-416b-8342-691a5055c77b" 201 - "PUT http://10.222.0.18:8080/sdb1/149/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance/24a265fb-5e66-416b-8342-691a5055c77b" "tx0a27623fc9494f2faa97d-0061fd41b7" "object-server 99724" 0.0011 "-" 100087 0 2022-02-04 15:10:19.711 | Feb 04 15:09:58 n-d-827868-1 swift-container-server[100087]: container-server: 127.0.0.1 - - [04/Feb/2022:15:09:58 +0000] "PUT /sdb1/65/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance/24a265fb-5e66-416b-8342-691a5055c77b" 201 - "PUT http://10.222.0.18:8080/sdb1/149/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance/24a265fb-5e66-416b-8342-691a5055c77b" "tx0a27623fc9494f2faa97d-0061fd41b7" "object-server 99724" 0.0011 "-" 100087 0 2022-02-04 15:10:19.714 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.717 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-account.service 2022-02-04 15:10:19.731 | enabled 2022-02-04 15:10:19.735 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-account.service --no-pager 2022-02-04 15:10:19.752 | ● devstack@s-account.service - Devstack devstack@s-account.service 2022-02-04 15:10:19.752 | Loaded: loaded (/etc/systemd/system/devstack@s-account.service; enabled; vendor preset: enabled) 2022-02-04 15:10:19.752 | Active: active (running) since Fri 2022-02-04 15:07:26 UTC; 2min 53s ago 2022-02-04 15:10:19.752 | Main PID: 100093 (swift-account-s) 2022-02-04 15:10:19.752 | Tasks: 3 (limit: 14304) 2022-02-04 15:10:19.752 | Memory: 47.0M 2022-02-04 15:10:19.752 | CGroup: /system.slice/system-devstack.slice/devstack@s-account.service 2022-02-04 15:10:19.752 | ├─100093 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2022-02-04 15:10:19.752 | ├─100457 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2022-02-04 15:10:19.752 | └─100458 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2022-02-04 15:10:19.752 | 2022-02-04 15:10:19.752 | Feb 04 15:09:43 n-d-827868-1 account-server[100457]: 127.0.0.1 - - [04/Feb/2022:15:09:43 +0000] "HEAD /sdb1/275/AUTH_91f760da4dc441f596f2e7f3c54e8fc1" 404 - "HEAD http://10.222.0.18:8080/v1/AUTH_91f760da4dc441f596f2e7f3c54e8fc1?format=json" "txf733cbc5412d4a7cb7423-0061fd41b7" "proxy-server 100991" 0.0018 "-" 100457 - 2022-02-04 15:10:19.752 | Feb 04 15:09:43 n-d-827868-1 swift-account-server[100457]: account-server: 127.0.0.1 - - [04/Feb/2022:15:09:43 +0000] "HEAD /sdb1/275/AUTH_91f760da4dc441f596f2e7f3c54e8fc1" 404 - "HEAD http://10.222.0.18:8080/v1/AUTH_91f760da4dc441f596f2e7f3c54e8fc1?format=json" "txf733cbc5412d4a7cb7423-0061fd41b7" "proxy-server 100991" 0.0018 "-" 100457 - 2022-02-04 15:10:19.752 | Feb 04 15:09:43 n-d-827868-1 account-server[100458]: 127.0.0.1 - - [04/Feb/2022:15:09:43 +0000] "HEAD /sdb1/275/AUTH_91f760da4dc441f596f2e7f3c54e8fc1" 404 - "HEAD http://10.222.0.18:8080/v1/AUTH_91f760da4dc441f596f2e7f3c54e8fc1?format=json" "txf733cbc5412d4a7cb7423-0061fd41b7" "proxy-server 100991" 0.0018 "-" 100458 - 2022-02-04 15:10:19.752 | Feb 04 15:09:43 n-d-827868-1 swift-account-server[100458]: account-server: 127.0.0.1 - - [04/Feb/2022:15:09:43 +0000] "HEAD /sdb1/275/AUTH_91f760da4dc441f596f2e7f3c54e8fc1" 404 - "HEAD http://10.222.0.18:8080/v1/AUTH_91f760da4dc441f596f2e7f3c54e8fc1?format=json" "txf733cbc5412d4a7cb7423-0061fd41b7" "proxy-server 100991" 0.0018 "-" 100458 - 2022-02-04 15:10:19.752 | Feb 04 15:09:43 n-d-827868-1 account-server[100457]: 127.0.0.1 - - [04/Feb/2022:15:09:43 +0000] "PUT /sdb1/275/AUTH_91f760da4dc441f596f2e7f3c54e8fc1" 201 - "-" "tx04945d9579004a27bf870-0061fd41b7" "-" 0.0168 "-" 100457 - 2022-02-04 15:10:19.753 | Feb 04 15:09:43 n-d-827868-1 swift-account-server[100457]: account-server: 127.0.0.1 - - [04/Feb/2022:15:09:43 +0000] "PUT /sdb1/275/AUTH_91f760da4dc441f596f2e7f3c54e8fc1" 201 - "-" "tx04945d9579004a27bf870-0061fd41b7" "-" 0.0168 "-" 100457 - 2022-02-04 15:10:19.753 | Feb 04 15:09:43 n-d-827868-1 account-server[100458]: 127.0.0.1 - - [04/Feb/2022:15:09:43 +0000] "HEAD /sdb1/275/AUTH_91f760da4dc441f596f2e7f3c54e8fc1" 204 - "HEAD http://10.222.0.18:8080/v1/AUTH_91f760da4dc441f596f2e7f3c54e8fc1?format=json" "tx04945d9579004a27bf870-0061fd41b7" "proxy-server 100991" 0.0038 "-" 100458 - 2022-02-04 15:10:19.753 | Feb 04 15:09:43 n-d-827868-1 swift-account-server[100458]: account-server: 127.0.0.1 - - [04/Feb/2022:15:09:43 +0000] "HEAD /sdb1/275/AUTH_91f760da4dc441f596f2e7f3c54e8fc1" 204 - "HEAD http://10.222.0.18:8080/v1/AUTH_91f760da4dc441f596f2e7f3c54e8fc1?format=json" "tx04945d9579004a27bf870-0061fd41b7" "proxy-server 100991" 0.0038 "-" 100458 - 2022-02-04 15:10:19.753 | Feb 04 15:09:43 n-d-827868-1 account-server[100458]: 127.0.0.1 - - [04/Feb/2022:15:09:43 +0000] "PUT /sdb1/275/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/65/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance" "tx04945d9579004a27bf870-0061fd41b7" "container-server 100087" 0.0022 "-" 100458 0 2022-02-04 15:10:19.753 | Feb 04 15:09:43 n-d-827868-1 swift-account-server[100458]: account-server: 127.0.0.1 - - [04/Feb/2022:15:09:43 +0000] "PUT /sdb1/275/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/65/AUTH_91f760da4dc441f596f2e7f3c54e8fc1/glance" "tx04945d9579004a27bf870-0061fd41b7" "container-server 100087" 0.0022 "-" 100458 0 2022-02-04 15:10:19.756 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.758 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@heat.service 2022-02-04 15:10:19.781 | Failed to get unit file state for devstack@heat.service: No such file or directory 2022-02-04 15:10:19.785 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.788 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-api.service 2022-02-04 15:10:19.813 | Failed to get unit file state for devstack@h-api.service: No such file or directory 2022-02-04 15:10:19.817 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.820 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-api-cfn.service 2022-02-04 15:10:19.833 | Failed to get unit file state for devstack@h-api-cfn.service: No such file or directory 2022-02-04 15:10:19.837 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.839 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-api-cw.service 2022-02-04 15:10:19.853 | Failed to get unit file state for devstack@h-api-cw.service: No such file or directory 2022-02-04 15:10:19.856 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.859 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@h-eng.service 2022-02-04 15:10:19.872 | Failed to get unit file state for devstack@h-eng.service: No such file or directory 2022-02-04 15:10:19.875 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.878 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-acentral.service 2022-02-04 15:10:19.891 | Failed to get unit file state for devstack@ceilometer-acentral.service: No such file or directory 2022-02-04 15:10:19.896 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.898 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-acompute.service 2022-02-04 15:10:19.912 | Failed to get unit file state for devstack@ceilometer-acompute.service: No such file or directory 2022-02-04 15:10:19.916 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.919 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-collector.service 2022-02-04 15:10:19.933 | Failed to get unit file state for devstack@ceilometer-collector.service: No such file or directory 2022-02-04 15:10:19.937 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.940 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-api.service 2022-02-04 15:10:19.953 | Failed to get unit file state for devstack@ceilometer-api.service: No such file or directory 2022-02-04 15:10:19.958 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.961 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@ceilometer-anotification.service 2022-02-04 15:10:19.973 | Failed to get unit file state for devstack@ceilometer-anotification.service: No such file or directory 2022-02-04 15:10:19.978 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:19.981 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@s-container-sync.service 2022-02-04 15:10:19.995 | enabled 2022-02-04 15:10:19.999 | + functions-common:service_check:1609 : sudo systemctl status devstack@s-container-sync.service --no-pager 2022-02-04 15:10:20.015 | ● devstack@s-container-sync.service - Devstack devstack@s-container-sync.service 2022-02-04 15:10:20.015 | Loaded: loaded (/etc/systemd/system/devstack@s-container-sync.service; enabled; vendor preset: enabled) 2022-02-04 15:10:20.015 | Active: active (running) since Fri 2022-02-04 15:07:28 UTC; 2min 51s ago 2022-02-04 15:10:20.015 | Main PID: 100490 (swift-container) 2022-02-04 15:10:20.015 | Tasks: 1 (limit: 14304) 2022-02-04 15:10:20.015 | Memory: 31.7M 2022-02-04 15:10:20.015 | CGroup: /system.slice/system-devstack.slice/devstack@s-container-sync.service 2022-02-04 15:10:20.015 | └─100490 /usr/bin/python3.8 /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf 2022-02-04 15:10:20.015 | 2022-02-04 15:10:20.015 | Feb 04 15:07:28 n-d-827868-1 systemd[1]: Started Devstack devstack@s-container-sync.service. 2022-02-04 15:10:20.015 | Feb 04 15:07:29 n-d-827868-1 container-sync[100490]: Starting 100490 2022-02-04 15:10:20.016 | Feb 04 15:07:29 n-d-827868-1 container-sync[100490]: Configuration option internal_client_conf_path not defined. Using default configuration, See internal-client.conf-sample for options 2022-02-04 15:10:20.019 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:20.022 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-super-cond.service 2022-02-04 15:10:20.037 | enabled 2022-02-04 15:10:20.041 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-super-cond.service --no-pager 2022-02-04 15:10:20.058 | ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service 2022-02-04 15:10:20.058 | Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled) 2022-02-04 15:10:20.058 | Active: active (running) since Fri 2022-02-04 15:08:59 UTC; 1min 20s ago 2022-02-04 15:10:20.058 | Main PID: 107787 (nova-conductor) 2022-02-04 15:10:20.058 | Tasks: 3 (limit: 14304) 2022-02-04 15:10:20.058 | Memory: 146.8M 2022-02-04 15:10:20.058 | CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service 2022-02-04 15:10:20.058 | ├─107787 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2022-02-04 15:10:20.058 | ├─108659 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2022-02-04 15:10:20.058 | └─108660 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2022-02-04 15:10:20.058 | 2022-02-04 15:10:20.058 | Feb 04 15:09:04 n-d-827868-1 nova-conductor[107787]: DEBUG oslo_service.service [None req-85b110c6-91f8-446f-bfa3-ef3cff8f03bc None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=107787) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.058 | Feb 04 15:09:04 n-d-827868-1 nova-conductor[107787]: DEBUG oslo_service.service [None req-85b110c6-91f8-446f-bfa3-ef3cff8f03bc None None] oslo_messaging_rabbit.ssl_version = {{(pid=107787) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.058 | Feb 04 15:09:04 n-d-827868-1 nova-conductor[107787]: DEBUG oslo_service.service [None req-85b110c6-91f8-446f-bfa3-ef3cff8f03bc None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=107787) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.058 | Feb 04 15:09:04 n-d-827868-1 nova-conductor[107787]: DEBUG oslo_service.service [None req-85b110c6-91f8-446f-bfa3-ef3cff8f03bc None None] oslo_messaging_notifications.retry = -1 {{(pid=107787) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.059 | Feb 04 15:09:04 n-d-827868-1 nova-conductor[107787]: DEBUG oslo_service.service [None req-85b110c6-91f8-446f-bfa3-ef3cff8f03bc None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=107787) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.059 | Feb 04 15:09:04 n-d-827868-1 nova-conductor[107787]: DEBUG oslo_service.service [None req-85b110c6-91f8-446f-bfa3-ef3cff8f03bc None None] oslo_messaging_notifications.transport_url = **** {{(pid=107787) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.059 | Feb 04 15:09:04 n-d-827868-1 nova-conductor[107787]: DEBUG oslo_service.service [None req-85b110c6-91f8-446f-bfa3-ef3cff8f03bc None None] oslo_reports.file_event_handler = None {{(pid=107787) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.059 | Feb 04 15:09:04 n-d-827868-1 nova-conductor[107787]: DEBUG oslo_service.service [None req-85b110c6-91f8-446f-bfa3-ef3cff8f03bc None None] oslo_reports.file_event_handler_interval = 1 {{(pid=107787) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.059 | Feb 04 15:09:04 n-d-827868-1 nova-conductor[107787]: DEBUG oslo_service.service [None req-85b110c6-91f8-446f-bfa3-ef3cff8f03bc None None] oslo_reports.log_dir = None {{(pid=107787) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.059 | Feb 04 15:09:04 n-d-827868-1 nova-conductor[107787]: DEBUG oslo_service.service [None req-85b110c6-91f8-446f-bfa3-ef3cff8f03bc None None] ******************************************************************************** {{(pid=107787) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-02-04 15:10:20.062 | + functions-common:service_check:1603 : for service in ${ENABLED_SERVICES//,/ } 2022-02-04 15:10:20.065 | + functions-common:service_check:1605 : sudo systemctl is-enabled devstack@n-cond-cell1.service 2022-02-04 15:10:20.079 | enabled 2022-02-04 15:10:20.084 | + functions-common:service_check:1609 : sudo systemctl status devstack@n-cond-cell1.service --no-pager 2022-02-04 15:10:20.101 | ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service 2022-02-04 15:10:20.101 | Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled) 2022-02-04 15:10:20.101 | Active: active (running) since Fri 2022-02-04 15:09:01 UTC; 1min 18s ago 2022-02-04 15:10:20.101 | Main PID: 108181 (nova-conductor) 2022-02-04 15:10:20.101 | Tasks: 3 (limit: 14304) 2022-02-04 15:10:20.101 | Memory: 140.7M 2022-02-04 15:10:20.101 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service 2022-02-04 15:10:20.101 | ├─108181 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2022-02-04 15:10:20.101 | ├─108666 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2022-02-04 15:10:20.101 | └─108667 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2022-02-04 15:10:20.101 | 2022-02-04 15:10:20.102 | Feb 04 15:09:05 n-d-827868-1 nova-conductor[108181]: DEBUG oslo_service.service [None req-a4422e77-84b0-4448-9251-5ac53d4508b9 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=108181) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.102 | Feb 04 15:09:05 n-d-827868-1 nova-conductor[108181]: DEBUG oslo_service.service [None req-a4422e77-84b0-4448-9251-5ac53d4508b9 None None] oslo_messaging_rabbit.ssl_version = {{(pid=108181) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.102 | Feb 04 15:09:05 n-d-827868-1 nova-conductor[108181]: DEBUG oslo_service.service [None req-a4422e77-84b0-4448-9251-5ac53d4508b9 None None] oslo_messaging_notifications.driver = [] {{(pid=108181) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.102 | Feb 04 15:09:05 n-d-827868-1 nova-conductor[108181]: DEBUG oslo_service.service [None req-a4422e77-84b0-4448-9251-5ac53d4508b9 None None] oslo_messaging_notifications.retry = -1 {{(pid=108181) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.102 | Feb 04 15:09:05 n-d-827868-1 nova-conductor[108181]: DEBUG oslo_service.service [None req-a4422e77-84b0-4448-9251-5ac53d4508b9 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=108181) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.102 | Feb 04 15:09:05 n-d-827868-1 nova-conductor[108181]: DEBUG oslo_service.service [None req-a4422e77-84b0-4448-9251-5ac53d4508b9 None None] oslo_messaging_notifications.transport_url = **** {{(pid=108181) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.102 | Feb 04 15:09:05 n-d-827868-1 nova-conductor[108181]: DEBUG oslo_service.service [None req-a4422e77-84b0-4448-9251-5ac53d4508b9 None None] oslo_reports.file_event_handler = None {{(pid=108181) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.102 | Feb 04 15:09:05 n-d-827868-1 nova-conductor[108181]: DEBUG oslo_service.service [None req-a4422e77-84b0-4448-9251-5ac53d4508b9 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=108181) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.102 | Feb 04 15:09:05 n-d-827868-1 nova-conductor[108181]: DEBUG oslo_service.service [None req-a4422e77-84b0-4448-9251-5ac53d4508b9 None None] oslo_reports.log_dir = None {{(pid=108181) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-02-04 15:10:20.102 | Feb 04 15:09:05 n-d-827868-1 nova-conductor[108181]: DEBUG oslo_service.service [None req-a4422e77-84b0-4448-9251-5ac53d4508b9 None None] ******************************************************************************** {{(pid=108181) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-02-04 15:10:20.106 | + ./stack.sh:main:1440 : is_service_enabled n-api 2022-02-04 15:10:20.125 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:10:20.127 | + ./stack.sh:main:1441 : is_service_enabled n-cpu 2022-02-04 15:10:20.147 | + functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:10:20.150 | + ./stack.sh:main:1448 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2022-02-04 15:10:20.153 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:10:20.155 | + ./stack.sh:echo_summary:432 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2022-02-04 15:10:20.158 | + ./stack.sh:main:1455 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2022-02-04 15:10:24.080 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:24.080 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:24.080 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:24.080 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:24.080 | +--------------------------------------------------------------------+ 2022-02-04 15:10:24.080 | | Upgrade Check Results | 2022-02-04 15:10:24.080 | +--------------------------------------------------------------------+ 2022-02-04 15:10:24.080 | | Check: Cells v2 | 2022-02-04 15:10:24.080 | | Result: Success | 2022-02-04 15:10:24.080 | | Details: No host mappings or compute nodes were found. Remember to | 2022-02-04 15:10:24.080 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2022-02-04 15:10:24.080 | | compute hosts are deployed. | 2022-02-04 15:10:24.080 | +--------------------------------------------------------------------+ 2022-02-04 15:10:24.080 | | Check: Placement API | 2022-02-04 15:10:24.080 | | Result: Success | 2022-02-04 15:10:24.080 | | Details: None | 2022-02-04 15:10:24.080 | +--------------------------------------------------------------------+ 2022-02-04 15:10:24.080 | | Check: Cinder API | 2022-02-04 15:10:24.080 | | Result: Success | 2022-02-04 15:10:24.080 | | Details: None | 2022-02-04 15:10:24.080 | +--------------------------------------------------------------------+ 2022-02-04 15:10:24.080 | | Check: Policy Scope-based Defaults | 2022-02-04 15:10:24.081 | | Result: Success | 2022-02-04 15:10:24.081 | | Details: None | 2022-02-04 15:10:24.081 | +--------------------------------------------------------------------+ 2022-02-04 15:10:24.081 | | Check: Policy File JSON to YAML Migration | 2022-02-04 15:10:24.081 | | Result: Success | 2022-02-04 15:10:24.081 | | Details: None | 2022-02-04 15:10:24.081 | +--------------------------------------------------------------------+ 2022-02-04 15:10:24.081 | | Check: Older than N-1 computes | 2022-02-04 15:10:24.081 | | Result: Success | 2022-02-04 15:10:24.081 | | Details: None | 2022-02-04 15:10:24.081 | +--------------------------------------------------------------------+ 2022-02-04 15:10:24.081 | | Check: hw_machine_type unset | 2022-02-04 15:10:24.081 | | Result: Success | 2022-02-04 15:10:24.081 | | Details: None | 2022-02-04 15:10:24.081 | +--------------------------------------------------------------------+ 2022-02-04 15:10:24.532 | + ./stack.sh:main:1462 : [[ -x /home/ubuntu/devstack/local.sh ]] 2022-02-04 15:10:24.535 | + ./stack.sh:main:1463 : echo 'Running user script /home/ubuntu/devstack/local.sh' 2022-02-04 15:10:24.535 | Running user script /home/ubuntu/devstack/local.sh 2022-02-04 15:10:24.538 | + ./stack.sh:main:1464 : /home/ubuntu/devstack/local.sh 2022-02-04 15:10:24.540 | Before updating nova flavors: 2022-02-04 15:10:26.728 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:26.728 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:26.728 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:26.728 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:26.728 | +----+-----------+-------+------+-----------+-------+-----------+ 2022-02-04 15:10:26.728 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2022-02-04 15:10:26.728 | +----+-----------+-------+------+-----------+-------+-----------+ 2022-02-04 15:10:26.728 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2022-02-04 15:10:26.728 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2022-02-04 15:10:26.728 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2022-02-04 15:10:26.728 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2022-02-04 15:10:26.728 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2022-02-04 15:10:26.728 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2022-02-04 15:10:26.728 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2022-02-04 15:10:26.728 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2022-02-04 15:10:26.728 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2022-02-04 15:10:26.728 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2022-02-04 15:10:26.728 | +----+-----------+-------+------+-----------+-------+-----------+ 2022-02-04 15:10:28.507 | ERROR (CommandError): No flavor with a name or ID of '42' exists. 2022-02-04 15:10:28.591 | Flavor 42 not found 2022-02-04 15:10:30.157 | ERROR (CommandError): No flavor with a name or ID of '84' exists. 2022-02-04 15:10:30.242 | Flavor 84 not found 2022-02-04 15:10:31.820 | ERROR (CommandError): No flavor with a name or ID of '451' exists. 2022-02-04 15:10:31.902 | Flavor 451 not found 2022-02-04 15:10:33.417 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:33.417 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-02-04 15:10:33.417 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:33.417 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-04 15:10:33.417 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:35.025 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:35.025 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-02-04 15:10:35.025 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:35.026 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-04 15:10:35.026 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:36.614 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:36.614 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-02-04 15:10:36.614 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:36.614 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-04 15:10:36.614 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:38.202 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:38.202 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-02-04 15:10:38.203 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:38.203 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-04 15:10:38.203 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:38.288 | After updating nova flavors: 2022-02-04 15:10:39.830 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:39.830 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-02-04 15:10:39.830 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:39.830 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-04 15:10:39.830 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-04 15:10:39.830 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2022-02-04 15:10:39.830 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2022-02-04 15:10:39.830 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-04 15:10:39.830 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-04 15:10:39.830 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-04 15:10:39.830 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2022-02-04 15:10:39.830 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-04 15:10:39.830 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-04 15:10:39.830 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-04 15:10:39.830 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2022-02-04 15:10:39.830 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2022-02-04 15:10:39.830 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2022-02-04 15:10:39.830 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-02-04 15:10:42.321 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:42.321 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:42.321 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:42.321 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:44.927 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:44.927 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:44.927 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:44.927 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:45.088 | Neutron networks: 2022-02-04 15:10:47.374 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:47.374 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:47.374 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:47.374 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:47.374 | +--------------------------------------+---------+--------------------------------------+ 2022-02-04 15:10:47.374 | | ID | Name | Subnets | 2022-02-04 15:10:47.374 | +--------------------------------------+---------+--------------------------------------+ 2022-02-04 15:10:47.374 | | 1b1e0aaf-b4b5-41d4-8707-f47698b35849 | private | 29a45445-0c3c-4adf-be24-28ba6aaec0da | 2022-02-04 15:10:47.374 | | 2e189a9e-3191-4616-bc51-1ac904cb8b9e | public | 02331ca8-17c6-4856-96d2-bc148d1acfd6 | 2022-02-04 15:10:47.374 | +--------------------------------------+---------+--------------------------------------+ 2022-02-04 15:10:49.866 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:49.866 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:49.866 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:49.866 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:52.249 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:52.249 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:52.249 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:52.249 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:52.249 | +---------------------------+--------------------------------------+ 2022-02-04 15:10:52.249 | | Field | Value | 2022-02-04 15:10:52.249 | +---------------------------+--------------------------------------+ 2022-02-04 15:10:52.249 | | admin_state_up | UP | 2022-02-04 15:10:52.249 | | availability_zone_hints | | 2022-02-04 15:10:52.249 | | availability_zones | nova | 2022-02-04 15:10:52.249 | | created_at | 2022-02-04T15:08:17Z | 2022-02-04 15:10:52.249 | | description | | 2022-02-04 15:10:52.249 | | dns_domain | None | 2022-02-04 15:10:52.249 | | id | 1b1e0aaf-b4b5-41d4-8707-f47698b35849 | 2022-02-04 15:10:52.249 | | ipv4_address_scope | None | 2022-02-04 15:10:52.249 | | ipv6_address_scope | None | 2022-02-04 15:10:52.249 | | is_default | None | 2022-02-04 15:10:52.249 | | is_vlan_transparent | None | 2022-02-04 15:10:52.249 | | mtu | 1500 | 2022-02-04 15:10:52.249 | | name | private | 2022-02-04 15:10:52.249 | | port_security_enabled | True | 2022-02-04 15:10:52.249 | | project_id | 22fe7c6b36b841f19a42f971a4bfff72 | 2022-02-04 15:10:52.249 | | provider:network_type | vlan | 2022-02-04 15:10:52.249 | | provider:physical_network | physnet1 | 2022-02-04 15:10:52.249 | | provider:segmentation_id | 192 | 2022-02-04 15:10:52.249 | | qos_policy_id | None | 2022-02-04 15:10:52.249 | | revision_number | 3 | 2022-02-04 15:10:52.249 | | router:external | Internal | 2022-02-04 15:10:52.249 | | segments | None | 2022-02-04 15:10:52.249 | | shared | False | 2022-02-04 15:10:52.250 | | status | ACTIVE | 2022-02-04 15:10:52.250 | | subnets | 29a45445-0c3c-4adf-be24-28ba6aaec0da | 2022-02-04 15:10:52.250 | | tags | | 2022-02-04 15:10:52.250 | | updated_at | 2022-02-04T15:10:44Z | 2022-02-04 15:10:52.250 | +---------------------------+--------------------------------------+ 2022-02-04 15:10:54.706 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:54.706 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:54.706 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:54.706 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:54.706 | +---------------------------+--------------------------------------+ 2022-02-04 15:10:54.706 | | Field | Value | 2022-02-04 15:10:54.706 | +---------------------------+--------------------------------------+ 2022-02-04 15:10:54.706 | | admin_state_up | UP | 2022-02-04 15:10:54.706 | | availability_zone_hints | | 2022-02-04 15:10:54.706 | | availability_zones | nova | 2022-02-04 15:10:54.706 | | created_at | 2022-02-04T15:08:36Z | 2022-02-04 15:10:54.706 | | description | | 2022-02-04 15:10:54.706 | | dns_domain | None | 2022-02-04 15:10:54.706 | | id | 2e189a9e-3191-4616-bc51-1ac904cb8b9e | 2022-02-04 15:10:54.706 | | ipv4_address_scope | None | 2022-02-04 15:10:54.706 | | ipv6_address_scope | None | 2022-02-04 15:10:54.706 | | is_default | True | 2022-02-04 15:10:54.706 | | is_vlan_transparent | None | 2022-02-04 15:10:54.706 | | mtu | 1500 | 2022-02-04 15:10:54.706 | | name | public | 2022-02-04 15:10:54.706 | | port_security_enabled | True | 2022-02-04 15:10:54.706 | | project_id | c23e181196a7446a9d09bb240b0fa205 | 2022-02-04 15:10:54.706 | | provider:network_type | flat | 2022-02-04 15:10:54.706 | | provider:physical_network | physnet1 | 2022-02-04 15:10:54.707 | | provider:segmentation_id | None | 2022-02-04 15:10:54.707 | | qos_policy_id | None | 2022-02-04 15:10:54.707 | | revision_number | 2 | 2022-02-04 15:10:54.707 | | router:external | External | 2022-02-04 15:10:54.707 | | segments | None | 2022-02-04 15:10:54.707 | | shared | False | 2022-02-04 15:10:54.707 | | status | ACTIVE | 2022-02-04 15:10:54.707 | | subnets | 02331ca8-17c6-4856-96d2-bc148d1acfd6 | 2022-02-04 15:10:54.707 | | tags | | 2022-02-04 15:10:54.707 | | updated_at | 2022-02-04T15:08:43Z | 2022-02-04 15:10:54.707 | +---------------------------+--------------------------------------+ 2022-02-04 15:10:54.861 | Neutron subnetworks: 2022-02-04 15:10:57.088 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:57.088 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:57.089 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:57.089 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:57.089 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2022-02-04 15:10:57.089 | | ID | Name | Network | Subnet | 2022-02-04 15:10:57.089 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2022-02-04 15:10:57.089 | | 02331ca8-17c6-4856-96d2-bc148d1acfd6 | public-subnet | 2e189a9e-3191-4616-bc51-1ac904cb8b9e | 172.25.4.0/24 | 2022-02-04 15:10:57.089 | | 29a45445-0c3c-4adf-be24-28ba6aaec0da | private-subnet | 1b1e0aaf-b4b5-41d4-8707-f47698b35849 | 172.20.0.0/26 | 2022-02-04 15:10:57.089 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2022-02-04 15:10:59.436 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:59.436 | from cryptography.utils import int_from_bytes 2022-02-04 15:10:59.436 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:10:59.436 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:01.763 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:01.763 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:01.763 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:01.763 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:01.763 | +----------------------+--------------------------------------+ 2022-02-04 15:11:01.763 | | Field | Value | 2022-02-04 15:11:01.763 | +----------------------+--------------------------------------+ 2022-02-04 15:11:01.763 | | allocation_pools | 172.25.4.2-172.25.4.254 | 2022-02-04 15:11:01.763 | | cidr | 172.25.4.0/24 | 2022-02-04 15:11:01.763 | | created_at | 2022-02-04T15:08:43Z | 2022-02-04 15:11:01.763 | | description | | 2022-02-04 15:11:01.763 | | dns_nameservers | | 2022-02-04 15:11:01.763 | | dns_publish_fixed_ip | None | 2022-02-04 15:11:01.763 | | enable_dhcp | False | 2022-02-04 15:11:01.763 | | gateway_ip | 172.25.4.1 | 2022-02-04 15:11:01.763 | | host_routes | | 2022-02-04 15:11:01.763 | | id | 02331ca8-17c6-4856-96d2-bc148d1acfd6 | 2022-02-04 15:11:01.763 | | ip_version | 4 | 2022-02-04 15:11:01.763 | | ipv6_address_mode | None | 2022-02-04 15:11:01.763 | | ipv6_ra_mode | None | 2022-02-04 15:11:01.763 | | name | public-subnet | 2022-02-04 15:11:01.763 | | network_id | 2e189a9e-3191-4616-bc51-1ac904cb8b9e | 2022-02-04 15:11:01.763 | | project_id | c23e181196a7446a9d09bb240b0fa205 | 2022-02-04 15:11:01.763 | | revision_number | 0 | 2022-02-04 15:11:01.763 | | segment_id | None | 2022-02-04 15:11:01.764 | | service_types | | 2022-02-04 15:11:01.764 | | subnetpool_id | None | 2022-02-04 15:11:01.764 | | tags | | 2022-02-04 15:11:01.764 | | updated_at | 2022-02-04T15:08:43Z | 2022-02-04 15:11:01.764 | +----------------------+--------------------------------------+ 2022-02-04 15:11:04.070 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:04.070 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:04.070 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:04.070 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:04.070 | +----------------------+--------------------------------------+ 2022-02-04 15:11:04.070 | | Field | Value | 2022-02-04 15:11:04.070 | +----------------------+--------------------------------------+ 2022-02-04 15:11:04.071 | | allocation_pools | 172.20.0.2-172.20.0.62 | 2022-02-04 15:11:04.071 | | cidr | 172.20.0.0/26 | 2022-02-04 15:11:04.071 | | created_at | 2022-02-04T15:08:20Z | 2022-02-04 15:11:04.071 | | description | | 2022-02-04 15:11:04.071 | | dns_nameservers | 8.8.4.4, 8.8.8.8 | 2022-02-04 15:11:04.071 | | dns_publish_fixed_ip | None | 2022-02-04 15:11:04.071 | | enable_dhcp | True | 2022-02-04 15:11:04.071 | | gateway_ip | 172.20.0.1 | 2022-02-04 15:11:04.071 | | host_routes | | 2022-02-04 15:11:04.071 | | id | 29a45445-0c3c-4adf-be24-28ba6aaec0da | 2022-02-04 15:11:04.071 | | ip_version | 4 | 2022-02-04 15:11:04.071 | | ipv6_address_mode | None | 2022-02-04 15:11:04.071 | | ipv6_ra_mode | None | 2022-02-04 15:11:04.071 | | name | private-subnet | 2022-02-04 15:11:04.071 | | network_id | 1b1e0aaf-b4b5-41d4-8707-f47698b35849 | 2022-02-04 15:11:04.071 | | project_id | 22fe7c6b36b841f19a42f971a4bfff72 | 2022-02-04 15:11:04.071 | | revision_number | 1 | 2022-02-04 15:11:04.071 | | segment_id | None | 2022-02-04 15:11:04.071 | | service_types | | 2022-02-04 15:11:04.071 | | subnetpool_id | 093a9dc1-b993-4a09-87f6-6d8fa3f6f856 | 2022-02-04 15:11:04.071 | | tags | | 2022-02-04 15:11:04.071 | | updated_at | 2022-02-04T15:10:44Z | 2022-02-04 15:11:04.071 | +----------------------+--------------------------------------+ 2022-02-04 15:11:04.282 | + ./stack.sh:main:1473 : command openstack complete 2022-02-04 15:11:04.282 | + ./stack.sh:main:1474 : sudo tee /etc/bash_completion.d/osc.bash_completion 2022-02-04 15:11:04.285 | + ./stack.sh:main:1473 : openstack complete 2022-02-04 15:11:07.005 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:07.005 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:07.005 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:07.005 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:07.005 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2022-02-04 15:11:07.352 | + ./stack.sh:main:1477 : is_service_enabled cinder 2022-02-04 15:11:07.370 | + functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:11:07.372 | + ./stack.sh:main:1478 : is_ubuntu 2022-02-04 15:11:07.375 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-02-04 15:11:07.378 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-02-04 15:11:07.381 | + ./stack.sh:main:1479 : echo_summary 'Configuring lvm.conf global device filter' 2022-02-04 15:11:07.383 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:11:07.386 | + ./stack.sh:echo_summary:432 : echo -e Configuring lvm.conf global device filter 2022-02-04 15:11:07.388 | + ./stack.sh:main:1480 : set_lvm_filter 2022-02-04 15:11:07.391 | + lib/lvm:set_lvm_filter:178 : local 'filter_suffix="r|.*|" ] # from devstack' 2022-02-04 15:11:07.394 | + lib/lvm:set_lvm_filter:179 : local 'filter_string=global_filter = [ ' 2022-02-04 15:11:07.397 | + lib/lvm:set_lvm_filter:180 : local pv 2022-02-04 15:11:07.399 | + lib/lvm:set_lvm_filter:181 : local vg 2022-02-04 15:11:07.402 | + lib/lvm:set_lvm_filter:182 : local line 2022-02-04 15:11:07.405 | ++ lib/lvm:set_lvm_filter:184 : sudo pvs --noheadings -o name 2022-02-04 15:11:07.581 | + lib/lvm:set_lvm_filter:184 : for pv_info in $(sudo pvs --noheadings -o name) 2022-02-04 15:11:07.586 | ++ lib/lvm:set_lvm_filter:185 : echo -e /dev/loop4 2022-02-04 15:11:07.586 | ++ lib/lvm:set_lvm_filter:185 : sed 's/ //g' 2022-02-04 15:11:07.587 | ++ lib/lvm:set_lvm_filter:185 : sed 's/\/dev\///g' 2022-02-04 15:11:07.592 | + lib/lvm:set_lvm_filter:185 : pv=loop4 2022-02-04 15:11:07.595 | + lib/lvm:set_lvm_filter:186 : new='"a|loop4|", ' 2022-02-04 15:11:07.598 | + lib/lvm:set_lvm_filter:187 : filter_string='global_filter = [ "a|loop4|", ' 2022-02-04 15:11:07.601 | + lib/lvm:set_lvm_filter:184 : for pv_info in $(sudo pvs --noheadings -o name) 2022-02-04 15:11:07.605 | ++ lib/lvm:set_lvm_filter:185 : echo -e /dev/loop5 2022-02-04 15:11:07.605 | ++ lib/lvm:set_lvm_filter:185 : sed 's/ //g' 2022-02-04 15:11:07.606 | ++ lib/lvm:set_lvm_filter:185 : sed 's/\/dev\///g' 2022-02-04 15:11:07.611 | + lib/lvm:set_lvm_filter:185 : pv=loop5 2022-02-04 15:11:07.615 | + lib/lvm:set_lvm_filter:186 : new='"a|loop5|", ' 2022-02-04 15:11:07.617 | + lib/lvm:set_lvm_filter:187 : filter_string='global_filter = [ "a|loop4|", "a|loop5|", ' 2022-02-04 15:11:07.620 | + lib/lvm:set_lvm_filter:189 : filter_string='global_filter = [ "a|loop4|", "a|loop5|", "r|.*|" ] # from devstack' 2022-02-04 15:11:07.627 | + lib/lvm:set_lvm_filter:191 : clean_lvm_filter 2022-02-04 15:11:07.630 | + lib/lvm:clean_lvm_filter:166 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2022-02-04 15:11:07.645 | + lib/lvm:set_lvm_filter:192 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "a|loop4|", "a|loop5|", "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2022-02-04 15:11:07.659 | + lib/lvm:set_lvm_filter:193 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "a|loop4|", "a|loop5|", "r|.*|" ] # from devstack' 2022-02-04 15:11:07.663 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:11:07.666 | + ./stack.sh:echo_summary:432 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"a|loop4|",' '"a|loop5|",' '"r|.*|"' ']' '#' from devstack 2022-02-04 15:11:07.668 | + ./stack.sh:main:1490 : run_phase stack test-config 2022-02-04 15:11:07.671 | + functions-common:run_phase:1737 : local mode=stack 2022-02-04 15:11:07.674 | + functions-common:run_phase:1738 : local phase=test-config 2022-02-04 15:11:07.677 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-02-04 15:11:07.680 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2022-02-04 15:11:07.682 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-02-04 15:11:07.685 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2022-02-04 15:11:07.688 | + functions-common:run_phase:1747 : local extra 2022-02-04 15:11:07.691 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-02-04 15:11:07.695 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2022-02-04 15:11:07.698 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-02-04 15:11:07.701 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-02-04 15:11:07.703 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack test-config 2022-02-04 15:11:07.708 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-02-04 15:11:07.725 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:11:07.728 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-02-04 15:11:07.730 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-02-04 15:11:07.733 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2022-02-04 15:11:07.735 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-02-04 15:11:07.737 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-02-04 15:11:07.740 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-02-04 15:11:07.743 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2022-02-04 15:11:07.745 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-02-04 15:11:07.748 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2022-02-04 15:11:07.750 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-02-04 15:11:07.752 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-02-04 15:11:07.755 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2022-02-04 15:11:07.805 | [17605 Async install_tempest:77479]: Waiting for completion of install_tempest running on PID 77479 (1 other jobs running) 2022-02-04 15:11:07.829 | [17605 Async install_tempest:77479]: Signaling child to exit 2022-02-04 15:11:07.829 | WAKEUP 2022-02-04 15:11:07.851 | [17605 Async install_tempest:77479]: Signaled 2022-02-04 15:11:07.853 | ++ lib/tempest:install_tempest:736 : git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest master 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/tempest.git 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:524 : local git_dest=/opt/stack/tempest 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:525 : local git_ref=master 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:526 : local orig_dir 2022-02-04 15:11:07.853 | +++ functions-common:git_clone:527 : pwd 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:528 : local git_clone_flags= 2022-02-04 15:11:07.853 | +++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:530 : RECLONE=False 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:544 : echo master 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:544 : egrep -q '^refs' 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:558 : [[ ! -d /opt/stack/tempest ]] 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:592 : cd /opt/stack/tempest 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:593 : git show --oneline 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:593 : head -1 2022-02-04 15:11:07.853 | 115065a23 Fix TypeError in QoSBandwidthAndPacketRateTests 2022-02-04 15:11:07.853 | ++ functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-02-04 15:11:07.853 | ++ lib/tempest:install_tempest:737 : pip_install 'tox!=2.8.0' 2022-02-04 15:11:07.853 | Using python 3.8 to install tox!=2.8.0 2022-02-04 15:11:07.854 | ++ inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'tox!=2.8.0' 2022-02-04 15:11:07.854 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:07.854 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:07.854 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:07.854 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:07.854 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 15:11:07.854 | warning: missing-index-doctype 2022-02-04 15:11:07.854 | 2022-02-04 15:11:07.854 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:11:07.854 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/tox/ 2022-02-04 15:11:07.854 | 2022-02-04 15:11:07.854 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:11:07.854 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:11:07.854 | Collecting tox!=2.8.0 2022-02-04 15:11:07.854 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/be3/362472a33094b/tox-3.24.5-py2.py3-none-any.whl (85 kB) 2022-02-04 15:11:07.854 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.6/85.6 KB 58.7 MB/s eta 0:00:00 2022-02-04 15:11:07.854 | Requirement already satisfied: six>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from tox!=2.8.0) (1.16.0) 2022-02-04 15:11:07.854 | warning: missing-index-doctype 2022-02-04 15:11:07.854 | 2022-02-04 15:11:07.854 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:11:07.854 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/pluggy/ 2022-02-04 15:11:07.854 | 2022-02-04 15:11:07.854 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:11:07.854 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:11:07.854 | Collecting pluggy>=0.12.0 2022-02-04 15:11:07.854 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/741/34bbf457f031a/pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2022-02-04 15:11:07.854 | warning: missing-index-doctype 2022-02-04 15:11:07.854 | 2022-02-04 15:11:07.854 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:11:07.854 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/virtualenv/ 2022-02-04 15:11:07.854 | 2022-02-04 15:11:07.855 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:11:07.855 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:11:07.855 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 2022-02-04 15:11:07.855 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e46/70891b3a03eb0/virtualenv-20.7.2-py2.py3-none-any.whl (5.3 MB) 2022-02-04 15:11:07.855 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 77.7 MB/s eta 0:00:00 2022-02-04 15:11:07.855 | warning: missing-index-doctype 2022-02-04 15:11:07.855 | 2022-02-04 15:11:07.855 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:11:07.855 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/toml/ 2022-02-04 15:11:07.855 | 2022-02-04 15:11:07.855 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:11:07.855 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:11:07.855 | Collecting toml>=0.9.4 2022-02-04 15:11:07.855 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/806/143ae5bfb6a3c/toml-0.10.2-py2.py3-none-any.whl (16 kB) 2022-02-04 15:11:07.855 | warning: missing-index-doctype 2022-02-04 15:11:07.855 | 2022-02-04 15:11:07.855 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:11:07.855 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/py/ 2022-02-04 15:11:07.855 | 2022-02-04 15:11:07.855 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:11:07.855 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:11:07.855 | Collecting py>=1.4.17 2022-02-04 15:11:07.855 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3b8/0836aa6d1feea/py-1.10.0-py2.py3-none-any.whl (97 kB) 2022-02-04 15:11:07.855 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.6/97.6 KB 61.4 MB/s eta 0:00:00 2022-02-04 15:11:07.855 | warning: missing-index-doctype 2022-02-04 15:11:07.855 | 2022-02-04 15:11:07.855 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:11:07.855 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/filelock/ 2022-02-04 15:11:07.855 | 2022-02-04 15:11:07.855 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:11:07.855 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:11:07.855 | Collecting filelock>=3.0.0 2022-02-04 15:11:07.856 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/929/b7d63ec5b7d6b/filelock-3.0.12-py3-none-any.whl (7.6 kB) 2022-02-04 15:11:07.856 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.8/dist-packages (from tox!=2.8.0) (21.0) 2022-02-04 15:11:07.856 | Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from packaging>=14->tox!=2.8.0) (2.4.7) 2022-02-04 15:11:07.856 | warning: missing-index-doctype 2022-02-04 15:11:07.856 | 2022-02-04 15:11:07.856 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:11:07.856 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/platformdirs/ 2022-02-04 15:11:07.856 | 2022-02-04 15:11:07.856 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:11:07.856 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:11:07.856 | Collecting platformdirs<3,>=2 2022-02-04 15:11:07.856 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/800/3ac87717ae2c7/platformdirs-2.3.0-py3-none-any.whl (13 kB) 2022-02-04 15:11:07.856 | warning: missing-index-doctype 2022-02-04 15:11:07.856 | 2022-02-04 15:11:07.856 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:11:07.856 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/distlib/ 2022-02-04 15:11:07.856 | 2022-02-04 15:11:07.856 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:11:07.856 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:11:07.856 | Collecting distlib<1,>=0.3.1 2022-02-04 15:11:07.856 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/23e/223426b28491b/distlib-0.3.2-py2.py3-none-any.whl (338 kB) 2022-02-04 15:11:07.856 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 338.7/338.7 KB 77.8 MB/s eta 0:00:00 2022-02-04 15:11:07.856 | warning: missing-index-doctype 2022-02-04 15:11:07.856 | 2022-02-04 15:11:07.856 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:11:07.856 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/backports-entry-points-selectable/ 2022-02-04 15:11:07.857 | 2022-02-04 15:11:07.857 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:11:07.857 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:11:07.857 | Collecting backports.entry-points-selectable>=1.0.4 2022-02-04 15:11:07.857 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a6d/9a871cde5e15b/backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl (6.2 kB) 2022-02-04 15:11:07.857 | Installing collected packages: filelock, distlib, toml, py, pluggy, platformdirs, backports.entry-points-selectable, virtualenv, tox 2022-02-04 15:11:07.857 | Attempting uninstall: filelock 2022-02-04 15:11:07.857 | Found existing installation: filelock 3.4.2 2022-02-04 15:11:07.857 | Uninstalling filelock-3.4.2: 2022-02-04 15:11:07.857 | Successfully uninstalled filelock-3.4.2 2022-02-04 15:11:07.857 | Attempting uninstall: distlib 2022-02-04 15:11:07.857 | Found existing installation: distlib 0.3.4 2022-02-04 15:11:07.857 | Uninstalling distlib-0.3.4: 2022-02-04 15:11:07.857 | Successfully uninstalled distlib-0.3.4 2022-02-04 15:11:07.857 | Attempting uninstall: platformdirs 2022-02-04 15:11:07.857 | Found existing installation: platformdirs 2.4.1 2022-02-04 15:11:07.857 | Uninstalling platformdirs-2.4.1: 2022-02-04 15:11:07.857 | Successfully uninstalled platformdirs-2.4.1 2022-02-04 15:11:07.857 | Attempting uninstall: virtualenv 2022-02-04 15:11:07.857 | Found existing installation: virtualenv 20.13.0 2022-02-04 15:11:07.857 | Uninstalling virtualenv-20.13.0: 2022-02-04 15:11:07.857 | Successfully uninstalled virtualenv-20.13.0 2022-02-04 15:11:07.857 | Successfully installed backports.entry-points-selectable-1.1.0 distlib-0.3.2 filelock-3.0.12 platformdirs-2.3.0 pluggy-1.0.0 py-1.10.0 toml-0.10.2 tox-3.24.5 virtualenv-20.7.2 2022-02-04 15:11:07.857 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 15:11:07.857 | ++ inc/python:pip_install:200 : result=0 2022-02-04 15:11:07.857 | ++ inc/python:pip_install:202 : time_stop pip_install 2022-02-04 15:11:07.857 | ++ functions-common:time_stop:2309 : local name 2022-02-04 15:11:07.857 | ++ functions-common:time_stop:2310 : local end_time 2022-02-04 15:11:07.857 | ++ functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:11:07.857 | ++ functions-common:time_stop:2312 : local total 2022-02-04 15:11:07.857 | ++ functions-common:time_stop:2313 : local start_time 2022-02-04 15:11:07.857 | ++ functions-common:time_stop:2315 : name=pip_install 2022-02-04 15:11:07.858 | ++ functions-common:time_stop:2316 : start_time=1643986905163 2022-02-04 15:11:07.858 | ++ functions-common:time_stop:2318 : [[ -z 1643986905163 ]] 2022-02-04 15:11:07.858 | +++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:11:07.858 | ++ functions-common:time_stop:2321 : end_time=1643986912843 2022-02-04 15:11:07.858 | ++ functions-common:time_stop:2322 : elapsed_time=7680 2022-02-04 15:11:07.858 | ++ functions-common:time_stop:2323 : total=268491 2022-02-04 15:11:07.858 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:11:07.858 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=276171 2022-02-04 15:11:07.858 | ++ inc/python:pip_install:203 : return 0 2022-02-04 15:11:07.858 | ++ lib/tempest:install_tempest:738 : pushd /opt/stack/tempest 2022-02-04 15:11:07.858 | /opt/stack/tempest ~/devstack 2022-02-04 15:11:07.858 | ++ lib/tempest:install_tempest:742 : git checkout master 2022-02-04 15:11:07.858 | M .coveragerc 2022-02-04 15:11:07.858 | M .gitignore 2022-02-04 15:11:07.858 | M .gitreview 2022-02-04 15:11:07.858 | M .mailmap 2022-02-04 15:11:07.858 | M .stestr.conf 2022-02-04 15:11:07.858 | M CONTRIBUTING.rst 2022-02-04 15:11:07.858 | M HACKING.rst 2022-02-04 15:11:07.858 | M LICENSE 2022-02-04 15:11:07.858 | M README.rst 2022-02-04 15:11:07.858 | M REVIEWING.rst 2022-02-04 15:11:07.858 | M bindep.txt 2022-02-04 15:11:07.858 | M doc/requirements.txt 2022-02-04 15:11:07.858 | M doc/source/_extra/.htaccess 2022-02-04 15:11:07.858 | M doc/source/_static/.keep 2022-02-04 15:11:07.858 | M doc/source/account_generator.rst 2022-02-04 15:11:07.858 | M doc/source/cleanup.rst 2022-02-04 15:11:07.858 | M doc/source/conf.py 2022-02-04 15:11:07.858 | M doc/source/configuration.rst 2022-02-04 15:11:07.858 | M doc/source/contributor/contributing.rst 2022-02-04 15:11:07.858 | M doc/source/data/tempest-non-active-plugins-registry.header 2022-02-04 15:11:07.858 | M doc/source/data/tempest-plugins-registry.header 2022-02-04 15:11:07.858 | M doc/source/index.rst 2022-02-04 15:11:07.859 | M doc/source/keystone_scopes_and_roles_support.rst 2022-02-04 15:11:07.859 | M doc/source/library.rst 2022-02-04 15:11:07.859 | M doc/source/library/api_microversion_testing.rst 2022-02-04 15:11:07.859 | M doc/source/library/auth.rst 2022-02-04 15:11:07.859 | M doc/source/library/cli.rst 2022-02-04 15:11:07.859 | M doc/source/library/clients.rst 2022-02-04 15:11:07.859 | M doc/source/library/credential_providers.rst 2022-02-04 15:11:07.859 | M doc/source/library/decorators.rst 2022-02-04 15:11:07.859 | M doc/source/library/rest_client.rst 2022-02-04 15:11:07.859 | M doc/source/library/service_clients/compute_clients.rst 2022-02-04 15:11:07.859 | M doc/source/library/utils.rst 2022-02-04 15:11:07.859 | M doc/source/library/validation_resources.rst 2022-02-04 15:11:07.859 | M doc/source/microversion_testing.rst 2022-02-04 15:11:07.859 | M doc/source/overview.rst 2022-02-04 15:11:07.859 | M doc/source/plugins/index.rst 2022-02-04 15:11:07.859 | M doc/source/plugins/plugin.rst 2022-02-04 15:11:07.859 | M doc/source/requirement_upper_constraint_for_tempest.rst 2022-02-04 15:11:07.859 | M doc/source/run.rst 2022-02-04 15:11:07.859 | M doc/source/sampleconf.rst 2022-02-04 15:11:07.859 | M doc/source/stable_branch_support_policy.rst 2022-02-04 15:11:07.859 | M doc/source/stable_branch_testing_policy.rst 2022-02-04 15:11:07.859 | M doc/source/subunit_describe_calls.rst 2022-02-04 15:11:07.859 | M doc/source/supported_version.rst 2022-02-04 15:11:07.859 | M doc/source/tempest_and_plugins_compatible_version_policy.rst 2022-02-04 15:11:07.859 | M doc/source/test_removal.rst 2022-02-04 15:11:07.859 | M doc/source/tests/modules.rst 2022-02-04 15:11:07.859 | M doc/source/workspace.rst 2022-02-04 15:11:07.859 | M doc/source/write_tests.rst 2022-02-04 15:11:07.859 | M etc/accounts.yaml.sample 2022-02-04 15:11:07.859 | M etc/allow-list.yaml 2022-02-04 15:11:07.859 | M etc/logging.conf.sample 2022-02-04 15:11:07.859 | M etc/rbac-persona-accounts.yaml.sample 2022-02-04 15:11:07.860 | M playbooks/devstack-tempest-ipv6.yaml 2022-02-04 15:11:07.860 | M playbooks/devstack-tempest.yaml 2022-02-04 15:11:07.860 | M playbooks/enable-fips.yaml 2022-02-04 15:11:07.860 | M playbooks/post-tempest.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml 2022-02-04 15:11:07.860 | M releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml 2022-02-04 15:11:07.861 | M releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml 2022-02-04 15:11:07.862 | M releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/Add-keystone-v3-OS_FEDERATION-APIs-as-tempest-clients-fe9e10a0fe5f09d4.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/Add-volume_size_extend-config--opt-for-volume-tests-041f7d25fc2f3e05.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/Inclusive-jargon-17621346744f0cf4.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/Remove-deprecated-scenario.img_dir-option-da626e6153181e16.yaml 2022-02-04 15:11:07.863 | M releasenotes/notes/Remove-manager-2e0b0af48f01294a.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/Stabilize-scenario-manager-adf36d21b08e31a4.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/account_generator-6eb03f664a448c35.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-alt-project-dynamic-creds-1a3bc543e65d9433.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-assisted-volume-snapshot-client-737f5cb35d58c1b6.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-compute-feature-ide-bus-b63802502c378083.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-compute-feature-shelve-migrate-fdbd3633abe65c4e.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml 2022-02-04 15:11:07.864 | M releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-identity-roles-system-methods-519dc144231993a3.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-image-alt-ssh-user-config-option-1b775af2f468aa5b.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-placement-usage-client-method-8b6015cbd8a5e0f6.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml 2022-02-04 15:11:07.865 | M releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-qos-apis-for-bandwidth-limit-rules-cc144660fcaa419a.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-qos-minimum-packet-rule-client-c8bfe09873032d4a.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml 2022-02-04 15:11:07.869 | M releasenotes/notes/add-ssh-key-type-38d7a2f900d79842.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-volume-transfers-v3.55-73f75073ad2c4091.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add-worker-file-option-d949121a61156968.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/associate-disassociate-floating_ip-0b6cfebeef1304b0.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml 2022-02-04 15:11:07.870 | M releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/create_loginable_secgroup_rule-73722fd4b4eb12d0.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/create_security_group_rule-16d58a8f0f0ff262.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/deprecate-and-enable-identity-application_credentials-1d4eaef4c3c9dcba.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/deprecate-and-enable-identity-project-tags-23b87518888e563a.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/deprecate-image-v1-service-clients-d12ed42210bb76b5.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/deprecate-old-api-microversion-fixture-a471aac985c0f3fb.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml 2022-02-04 15:11:07.871 | M releasenotes/notes/deprecate-volume-v2-service-clients-ff8a2a7be1797eb5.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/end-of-support-for-stein-f795b968d83497a9.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/end-of-support-for-train-83369468215d7485.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/fix-credential-logging-98089c897d801355.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/floating-ips-port-forwarding-client-cf8820b910bd7f4d.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml 2022-02-04 15:11:07.872 | M releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/identity_client-635275d43abbb807.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/image-client-add-versions-and-tasks-ac289dbfe1c899cc.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/intermediate-wallaby-release-55a0b31b1dee7b23.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/limits-client-d656f16a3d3e84fc.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/log-resource-client-20e58a295f729902.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/log_console_output-dae6b8740b5a5821.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/loggable-resource-client-5977d46a7ea52199.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/make-create-user-domain-aware-for-v3-creds-client-5054f58e715adc0c.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/merge-tempest-horizon-plugin-39d555339ab8c7ce.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/network-tag-client-f4614029af7927f0.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml 2022-02-04 15:11:07.873 | M releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/random-bytes-size-limit-ee94a8c6534fe916.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-deprecated-volume-config-options-4b7ea93b88e5b982.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-old-data-utils-e0966f882f7fe23a.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/remove-volume-v1-service-clients-9235e3a965f93c09.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/segments-client-866f02948f40d4ff.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/set-default-value-of-concurrency-to-2-d916d5c31e3725d5.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/support-for-rbac-new-scope-6ec8164ce1e7288c.yaml 2022-02-04 15:11:07.874 | M releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/support-scope-in-get-roles-dynamic-creds-90bfab163c1c289a.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/swift-improve-cleanup-63cfc21ffb3aff6f.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/system-scope-44244cc955a7825f.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/tempest-wallaby-release-0f2cea5ccf63485e.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/tempest-xena-release-3ffb30eb59e49f2c.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml 2022-02-04 15:11:07.875 | M releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml 2022-02-04 15:11:07.875 | M releasenotes/source/_static/.placeholder 2022-02-04 15:11:07.875 | M releasenotes/source/_templates/.placeholder 2022-02-04 15:11:07.875 | M releasenotes/source/conf.py 2022-02-04 15:11:07.875 | M releasenotes/source/index.rst 2022-02-04 15:11:07.875 | M releasenotes/source/unreleased.rst 2022-02-04 15:11:07.875 | M releasenotes/source/v10.0.0.rst 2022-02-04 15:11:07.875 | M releasenotes/source/v11.0.0.rst 2022-02-04 15:11:07.875 | M releasenotes/source/v12.0.0.rst 2022-02-04 15:11:07.875 | M releasenotes/source/v13.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v14.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v15.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v16.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v16.1.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v17.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v17.1.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v17.2.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v18.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v19.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v20.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v21.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v22.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v22.1.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v23.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v24.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v26.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v26.1.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v27.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v28.0.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v28.1.0.rst 2022-02-04 15:11:07.876 | M releasenotes/source/v29.0.0.rst 2022-02-04 15:11:07.876 | M requirements.txt 2022-02-04 15:11:07.876 | M roles/acl-devstack-files/README.rst 2022-02-04 15:11:07.876 | M roles/acl-devstack-files/defaults/main.yaml 2022-02-04 15:11:07.876 | M roles/acl-devstack-files/tasks/main.yaml 2022-02-04 15:11:07.876 | M roles/run-tempest-26/README.rst 2022-02-04 15:11:07.876 | M roles/run-tempest-26/defaults/main.yaml 2022-02-04 15:11:07.876 | M roles/run-tempest-26/tasks/main.yaml 2022-02-04 15:11:07.877 | M roles/run-tempest/README.rst 2022-02-04 15:11:07.877 | M roles/run-tempest/defaults/main.yaml 2022-02-04 15:11:07.877 | M roles/run-tempest/tasks/main.yaml 2022-02-04 15:11:07.877 | M roles/setup-tempest-data-dir/README.rst 2022-02-04 15:11:07.877 | M roles/setup-tempest-data-dir/defaults/main.yaml 2022-02-04 15:11:07.877 | M roles/setup-tempest-data-dir/tasks/main.yaml 2022-02-04 15:11:07.877 | M roles/setup-tempest-run-dir/README.rst 2022-02-04 15:11:07.877 | M roles/setup-tempest-run-dir/defaults/main.yaml 2022-02-04 15:11:07.877 | M roles/setup-tempest-run-dir/tasks/main.yaml 2022-02-04 15:11:07.877 | M roles/tempest-cleanup/README.rst 2022-02-04 15:11:07.877 | M roles/tempest-cleanup/defaults/main.yaml 2022-02-04 15:11:07.877 | M roles/tempest-cleanup/tasks/dry_run.yaml 2022-02-04 15:11:07.877 | M roles/tempest-cleanup/tasks/dry_run_checker.py 2022-02-04 15:11:07.877 | M roles/tempest-cleanup/tasks/main.yaml 2022-02-04 15:11:07.878 | M setup.cfg 2022-02-04 15:11:07.878 | M setup.py 2022-02-04 15:11:07.878 | M tempest/README.rst 2022-02-04 15:11:07.878 | M tempest/__init__.py 2022-02-04 15:11:07.878 | M tempest/api/README.rst 2022-02-04 15:11:07.878 | M tempest/api/__init__.py 2022-02-04 15:11:07.878 | M tempest/api/compute/__init__.py 2022-02-04 15:11:07.878 | M tempest/api/compute/admin/__init__.py 2022-02-04 15:11:07.878 | M tempest/api/compute/admin/test_agents.py 2022-02-04 15:11:07.878 | M tempest/api/compute/admin/test_aggregates.py 2022-02-04 15:11:07.878 | M tempest/api/compute/admin/test_aggregates_negative.py 2022-02-04 15:11:07.878 | M tempest/api/compute/admin/test_auto_allocate_network.py 2022-02-04 15:11:07.878 | M tempest/api/compute/admin/test_availability_zone.py 2022-02-04 15:11:07.878 | M tempest/api/compute/admin/test_availability_zone_negative.py 2022-02-04 15:11:07.878 | M tempest/api/compute/admin/test_create_server.py 2022-02-04 15:11:07.878 | M tempest/api/compute/admin/test_delete_server.py 2022-02-04 15:11:07.879 | M tempest/api/compute/admin/test_fixed_ips.py 2022-02-04 15:11:07.879 | M tempest/api/compute/admin/test_fixed_ips_negative.py 2022-02-04 15:11:07.879 | M tempest/api/compute/admin/test_flavors.py 2022-02-04 15:11:07.879 | M tempest/api/compute/admin/test_flavors_access.py 2022-02-04 15:11:07.879 | M tempest/api/compute/admin/test_flavors_access_negative.py 2022-02-04 15:11:07.879 | M tempest/api/compute/admin/test_flavors_extra_specs.py 2022-02-04 15:11:07.879 | M tempest/api/compute/admin/test_flavors_extra_specs_negative.py 2022-02-04 15:11:07.879 | M tempest/api/compute/admin/test_flavors_microversions.py 2022-02-04 15:11:07.879 | M tempest/api/compute/admin/test_floating_ips_bulk.py 2022-02-04 15:11:07.879 | M tempest/api/compute/admin/test_hosts.py 2022-02-04 15:11:07.879 | M tempest/api/compute/admin/test_hosts_negative.py 2022-02-04 15:11:07.879 | M tempest/api/compute/admin/test_hypervisor.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_hypervisor_negative.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_instance_usage_audit_log.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_instance_usage_audit_log_negative.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_keypairs_v210.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_live_migration.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_live_migration_negative.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_migrations.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_networks.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_quotas.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_quotas_negative.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_security_groups.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_server_diagnostics.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_server_diagnostics_negative.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_servers.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_servers_negative.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_servers_on_multinodes.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_services.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_services_negative.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_simple_tenant_usage.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_simple_tenant_usage_negative.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_volume.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_volume_swap.py 2022-02-04 15:11:07.880 | M tempest/api/compute/admin/test_volumes_negative.py 2022-02-04 15:11:07.880 | M tempest/api/compute/api_microversion_fixture.py 2022-02-04 15:11:07.880 | M tempest/api/compute/base.py 2022-02-04 15:11:07.880 | M tempest/api/compute/certificates/__init__.py 2022-02-04 15:11:07.880 | M tempest/api/compute/certificates/test_certificates.py 2022-02-04 15:11:07.880 | M tempest/api/compute/flavors/__init__.py 2022-02-04 15:11:07.880 | M tempest/api/compute/flavors/test_flavors.py 2022-02-04 15:11:07.880 | M tempest/api/compute/flavors/test_flavors_negative.py 2022-02-04 15:11:07.880 | M tempest/api/compute/floating_ips/__init__.py 2022-02-04 15:11:07.881 | M tempest/api/compute/floating_ips/base.py 2022-02-04 15:11:07.881 | M tempest/api/compute/floating_ips/test_floating_ips_actions.py 2022-02-04 15:11:07.881 | M tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py 2022-02-04 15:11:07.881 | M tempest/api/compute/floating_ips/test_list_floating_ips.py 2022-02-04 15:11:07.881 | M tempest/api/compute/floating_ips/test_list_floating_ips_negative.py 2022-02-04 15:11:07.881 | M tempest/api/compute/images/__init__.py 2022-02-04 15:11:07.881 | M tempest/api/compute/images/test_image_metadata.py 2022-02-04 15:11:07.881 | M tempest/api/compute/images/test_image_metadata_negative.py 2022-02-04 15:11:07.881 | M tempest/api/compute/images/test_images.py 2022-02-04 15:11:07.881 | M tempest/api/compute/images/test_images_negative.py 2022-02-04 15:11:07.881 | M tempest/api/compute/images/test_images_oneserver.py 2022-02-04 15:11:07.881 | M tempest/api/compute/images/test_images_oneserver_negative.py 2022-02-04 15:11:07.881 | M tempest/api/compute/images/test_list_image_filters.py 2022-02-04 15:11:07.881 | M tempest/api/compute/images/test_list_image_filters_negative.py 2022-02-04 15:11:07.881 | M tempest/api/compute/images/test_list_images.py 2022-02-04 15:11:07.881 | M tempest/api/compute/keypairs/__init__.py 2022-02-04 15:11:07.881 | M tempest/api/compute/keypairs/base.py 2022-02-04 15:11:07.881 | M tempest/api/compute/keypairs/test_keypairs.py 2022-02-04 15:11:07.881 | M tempest/api/compute/keypairs/test_keypairs_negative.py 2022-02-04 15:11:07.881 | M tempest/api/compute/keypairs/test_keypairs_v22.py 2022-02-04 15:11:07.881 | M tempest/api/compute/limits/__init__.py 2022-02-04 15:11:07.881 | M tempest/api/compute/limits/test_absolute_limits.py 2022-02-04 15:11:07.881 | M tempest/api/compute/limits/test_absolute_limits_negative.py 2022-02-04 15:11:07.881 | M tempest/api/compute/security_groups/__init__.py 2022-02-04 15:11:07.881 | M tempest/api/compute/security_groups/base.py 2022-02-04 15:11:07.881 | M tempest/api/compute/security_groups/test_security_group_rules.py 2022-02-04 15:11:07.881 | M tempest/api/compute/security_groups/test_security_group_rules_negative.py 2022-02-04 15:11:07.881 | M tempest/api/compute/security_groups/test_security_groups.py 2022-02-04 15:11:07.881 | M tempest/api/compute/security_groups/test_security_groups_negative.py 2022-02-04 15:11:07.881 | M tempest/api/compute/servers/__init__.py 2022-02-04 15:11:07.881 | M tempest/api/compute/servers/test_attach_interfaces.py 2022-02-04 15:11:07.881 | M tempest/api/compute/servers/test_availability_zone.py 2022-02-04 15:11:07.881 | M tempest/api/compute/servers/test_create_server.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_create_server_multi_nic.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_delete_server.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_device_tagging.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_disk_config.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_instance_actions.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_instance_actions_negative.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_list_server_filters.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_list_servers_negative.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_multiple_create.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_multiple_create_negative.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_novnc.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_server_actions.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_server_addresses.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_server_addresses_negative.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_server_group.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_server_metadata.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_server_metadata_negative.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_server_password.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_server_personality.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_server_rescue.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_server_rescue_negative.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_server_tags.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_servers.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_servers_microversions.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_servers_negative.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_virtual_interfaces.py 2022-02-04 15:11:07.882 | M tempest/api/compute/servers/test_virtual_interfaces_negative.py 2022-02-04 15:11:07.882 | M tempest/api/compute/test_extensions.py 2022-02-04 15:11:07.882 | M tempest/api/compute/test_networks.py 2022-02-04 15:11:07.882 | M tempest/api/compute/test_quotas.py 2022-02-04 15:11:07.882 | M tempest/api/compute/test_tenant_networks.py 2022-02-04 15:11:07.882 | M tempest/api/compute/test_versions.py 2022-02-04 15:11:07.882 | M tempest/api/compute/volumes/__init__.py 2022-02-04 15:11:07.883 | M tempest/api/compute/volumes/test_attach_volume.py 2022-02-04 15:11:07.883 | M tempest/api/compute/volumes/test_attach_volume_negative.py 2022-02-04 15:11:07.883 | M tempest/api/compute/volumes/test_volume_snapshots.py 2022-02-04 15:11:07.883 | M tempest/api/compute/volumes/test_volumes_get.py 2022-02-04 15:11:07.883 | M tempest/api/compute/volumes/test_volumes_list.py 2022-02-04 15:11:07.883 | M tempest/api/compute/volumes/test_volumes_negative.py 2022-02-04 15:11:07.883 | M tempest/api/identity/__init__.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/__init__.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v2/__init__.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v2/test_endpoints.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v2/test_roles.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v2/test_roles_negative.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v2/test_services.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v2/test_tenant_negative.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v2/test_tenants.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v2/test_tokens.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v2/test_tokens_negative.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v2/test_users.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v2/test_users_negative.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v3/__init__.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v3/test_application_credentials.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v3/test_credentials.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v3/test_default_project_id.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v3/test_domain_configuration.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v3/test_domains.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v3/test_domains_negative.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v3/test_endpoint_groups.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v3/test_endpoints.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v3/test_endpoints_negative.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v3/test_groups.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v3/test_inherits.py 2022-02-04 15:11:07.883 | M tempest/api/identity/admin/v3/test_list_projects.py 2022-02-04 15:11:07.884 | M tempest/api/identity/admin/v3/test_list_users.py 2022-02-04 15:11:07.884 | M tempest/api/identity/admin/v3/test_oauth_consumers.py 2022-02-04 15:11:07.884 | M tempest/api/identity/admin/v3/test_policies.py 2022-02-04 15:11:07.884 | M tempest/api/identity/admin/v3/test_project_tags.py 2022-02-04 15:11:07.884 | M tempest/api/identity/admin/v3/test_projects.py 2022-02-04 15:11:07.884 | M tempest/api/identity/admin/v3/test_projects_negative.py 2022-02-04 15:11:07.884 | M tempest/api/identity/admin/v3/test_regions.py 2022-02-04 15:11:07.884 | M tempest/api/identity/admin/v3/test_roles.py 2022-02-04 15:11:07.884 | M tempest/api/identity/admin/v3/test_services.py 2022-02-04 15:11:07.884 | M tempest/api/identity/admin/v3/test_tokens.py 2022-02-04 15:11:07.884 | M tempest/api/identity/admin/v3/test_trusts.py 2022-02-04 15:11:07.884 | M tempest/api/identity/admin/v3/test_users.py 2022-02-04 15:11:07.884 | M tempest/api/identity/admin/v3/test_users_negative.py 2022-02-04 15:11:07.884 | M tempest/api/identity/base.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v2/__init__.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v2/test_api_discovery.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v2/test_ec2_credentials.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v2/test_extension.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v2/test_tenants.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v2/test_tokens.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v2/test_users.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v3/__init__.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v3/test_access_rules.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v3/test_api_discovery.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v3/test_application_credentials.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v3/test_catalog.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v3/test_domains.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v3/test_ec2_credentials.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v3/test_projects.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v3/test_tokens.py 2022-02-04 15:11:07.884 | M tempest/api/identity/v3/test_users.py 2022-02-04 15:11:07.884 | M tempest/api/image/__init__.py 2022-02-04 15:11:07.885 | M tempest/api/image/base.py 2022-02-04 15:11:07.885 | M tempest/api/image/v1/__init__.py 2022-02-04 15:11:07.885 | M tempest/api/image/v1/test_image_members.py 2022-02-04 15:11:07.885 | M tempest/api/image/v1/test_image_members_negative.py 2022-02-04 15:11:07.885 | M tempest/api/image/v1/test_images.py 2022-02-04 15:11:07.885 | M tempest/api/image/v1/test_images_negative.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/__init__.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/admin/__init__.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/admin/test_images.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_objects.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_properties.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_tags.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/admin/test_images_metadefs_namespaces.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/admin/test_images_metadefs_resource_types.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/test_images.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/test_images_member.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/test_images_member_negative.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/test_images_metadefs_schema.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/test_images_negative.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/test_images_tags.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/test_images_tags_negative.py 2022-02-04 15:11:07.885 | M tempest/api/image/v2/test_versions.py 2022-02-04 15:11:07.885 | M tempest/api/network/__init__.py 2022-02-04 15:11:07.885 | M tempest/api/network/admin/__init__.py 2022-02-04 15:11:07.885 | M tempest/api/network/admin/test_dhcp_agent_scheduler.py 2022-02-04 15:11:07.885 | M tempest/api/network/admin/test_external_network_extension.py 2022-02-04 15:11:07.885 | M tempest/api/network/admin/test_external_networks_negative.py 2022-02-04 15:11:07.885 | M tempest/api/network/admin/test_floating_ips_admin_actions.py 2022-02-04 15:11:07.885 | M tempest/api/network/admin/test_metering_extensions.py 2022-02-04 15:11:07.885 | M tempest/api/network/admin/test_negative_quotas.py 2022-02-04 15:11:07.885 | M tempest/api/network/admin/test_ports.py 2022-02-04 15:11:07.885 | M tempest/api/network/admin/test_quotas.py 2022-02-04 15:11:07.885 | M tempest/api/network/admin/test_routers.py 2022-02-04 15:11:07.886 | M tempest/api/network/admin/test_routers_dvr.py 2022-02-04 15:11:07.886 | M tempest/api/network/admin/test_routers_negative.py 2022-02-04 15:11:07.886 | M tempest/api/network/base.py 2022-02-04 15:11:07.886 | M tempest/api/network/base_security_groups.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_agent_management_negative.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_allowed_address_pair.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_dhcp_ipv6.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_extensions.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_extra_dhcp_options.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_floating_ips.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_floating_ips_negative.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_networks.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_networks_negative.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_ports.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_routers.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_routers_negative.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_security_groups.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_security_groups_negative.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_service_providers.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_subnetpools_extensions.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_tags.py 2022-02-04 15:11:07.886 | M tempest/api/network/test_versions.py 2022-02-04 15:11:07.886 | M tempest/api/object_storage/__init__.py 2022-02-04 15:11:07.886 | M tempest/api/object_storage/base.py 2022-02-04 15:11:07.886 | M tempest/api/object_storage/test_account_bulk.py 2022-02-04 15:11:07.886 | M tempest/api/object_storage/test_account_quotas.py 2022-02-04 15:11:07.886 | M tempest/api/object_storage/test_account_quotas_negative.py 2022-02-04 15:11:07.886 | M tempest/api/object_storage/test_account_services.py 2022-02-04 15:11:07.886 | M tempest/api/object_storage/test_account_services_negative.py 2022-02-04 15:11:07.886 | M tempest/api/object_storage/test_container_acl.py 2022-02-04 15:11:07.886 | M tempest/api/object_storage/test_container_acl_negative.py 2022-02-04 15:11:07.886 | M tempest/api/object_storage/test_container_quotas.py 2022-02-04 15:11:07.886 | M tempest/api/object_storage/test_container_services.py 2022-02-04 15:11:07.886 | M tempest/api/object_storage/test_container_services_negative.py 2022-02-04 15:11:07.887 | M tempest/api/object_storage/test_container_staticweb.py 2022-02-04 15:11:07.887 | M tempest/api/object_storage/test_container_sync.py 2022-02-04 15:11:07.887 | M tempest/api/object_storage/test_container_sync_middleware.py 2022-02-04 15:11:07.887 | M tempest/api/object_storage/test_crossdomain.py 2022-02-04 15:11:07.887 | M tempest/api/object_storage/test_healthcheck.py 2022-02-04 15:11:07.887 | M tempest/api/object_storage/test_object_expiry.py 2022-02-04 15:11:07.887 | M tempest/api/object_storage/test_object_formpost.py 2022-02-04 15:11:07.887 | M tempest/api/object_storage/test_object_formpost_negative.py 2022-02-04 15:11:07.887 | M tempest/api/object_storage/test_object_services.py 2022-02-04 15:11:07.887 | M tempest/api/object_storage/test_object_slo.py 2022-02-04 15:11:07.887 | M tempest/api/object_storage/test_object_temp_url.py 2022-02-04 15:11:07.887 | M tempest/api/object_storage/test_object_temp_url_negative.py 2022-02-04 15:11:07.887 | M tempest/api/object_storage/test_object_version.py 2022-02-04 15:11:07.887 | M tempest/api/volume/__init__.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/__init__.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_backends_capabilities.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_encrypted_volumes_extend.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_group_snapshots.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_group_type_specs.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_group_types.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_groups.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_multi_backend.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_qos.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_snapshot_manage.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_snapshots_actions.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_user_messages.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_volume_hosts.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_volume_manage.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_volume_pools.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_volume_quota_classes.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_volume_quotas.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_volume_quotas_negative.py 2022-02-04 15:11:07.887 | M tempest/api/volume/admin/test_volume_retype.py 2022-02-04 15:11:07.888 | M tempest/api/volume/admin/test_volume_services.py 2022-02-04 15:11:07.888 | M tempest/api/volume/admin/test_volume_services_negative.py 2022-02-04 15:11:07.888 | M tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py 2022-02-04 15:11:07.888 | M tempest/api/volume/admin/test_volume_type_access.py 2022-02-04 15:11:07.888 | M tempest/api/volume/admin/test_volume_types.py 2022-02-04 15:11:07.888 | M tempest/api/volume/admin/test_volume_types_extra_specs.py 2022-02-04 15:11:07.888 | M tempest/api/volume/admin/test_volume_types_extra_specs_negative.py 2022-02-04 15:11:07.888 | M tempest/api/volume/admin/test_volume_types_negative.py 2022-02-04 15:11:07.888 | M tempest/api/volume/admin/test_volumes_actions.py 2022-02-04 15:11:07.888 | M tempest/api/volume/admin/test_volumes_backup.py 2022-02-04 15:11:07.888 | M tempest/api/volume/admin/test_volumes_list.py 2022-02-04 15:11:07.888 | M tempest/api/volume/api_microversion_fixture.py 2022-02-04 15:11:07.888 | M tempest/api/volume/base.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_availability_zone.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_extensions.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_image_metadata.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_snapshot_metadata.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_versions.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_volume_absolute_limits.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_volume_delete_cascade.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_volume_metadata.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_volume_transfers.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_volumes_actions.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_volumes_backup.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_volumes_clone.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_volumes_clone_negative.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_volumes_extend.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_volumes_get.py 2022-02-04 15:11:07.888 | M tempest/api/volume/test_volumes_list.py 2022-02-04 15:11:07.889 | M tempest/api/volume/test_volumes_negative.py 2022-02-04 15:11:07.889 | M tempest/api/volume/test_volumes_snapshots.py 2022-02-04 15:11:07.889 | M tempest/api/volume/test_volumes_snapshots_list.py 2022-02-04 15:11:07.889 | M tempest/api/volume/test_volumes_snapshots_negative.py 2022-02-04 15:11:07.889 | M tempest/clients.py 2022-02-04 15:11:07.889 | M tempest/cmd/__init__.py 2022-02-04 15:11:07.889 | M tempest/cmd/cleanup.py 2022-02-04 15:11:07.889 | M tempest/cmd/cleanup_service.py 2022-02-04 15:11:07.889 | M tempest/cmd/config-generator.tempest.conf 2022-02-04 15:11:07.889 | M tempest/cmd/init.py 2022-02-04 15:11:07.889 | M tempest/cmd/list_plugins.py 2022-02-04 15:11:07.889 | M tempest/cmd/main.py 2022-02-04 15:11:07.889 | M tempest/cmd/run.py 2022-02-04 15:11:07.889 | M tempest/cmd/subunit_describe_calls.py 2022-02-04 15:11:07.889 | M tempest/cmd/verify_tempest_config.py 2022-02-04 15:11:07.889 | M tempest/cmd/workspace.py 2022-02-04 15:11:07.889 | M tempest/common/__init__.py 2022-02-04 15:11:07.889 | M tempest/common/compute.py 2022-02-04 15:11:07.889 | M tempest/common/credentials_factory.py 2022-02-04 15:11:07.889 | M tempest/common/custom_matchers.py 2022-02-04 15:11:07.889 | M tempest/common/identity.py 2022-02-04 15:11:07.889 | M tempest/common/image.py 2022-02-04 15:11:07.889 | M tempest/common/tempest_fixtures.py 2022-02-04 15:11:07.889 | M tempest/common/utils/__init__.py 2022-02-04 15:11:07.889 | M tempest/common/utils/linux/__init__.py 2022-02-04 15:11:07.889 | M tempest/common/utils/linux/remote_client.py 2022-02-04 15:11:07.889 | M tempest/common/utils/net_info.py 2022-02-04 15:11:07.889 | M tempest/common/utils/net_utils.py 2022-02-04 15:11:07.889 | M tempest/common/waiters.py 2022-02-04 15:11:07.889 | M tempest/config.py 2022-02-04 15:11:07.889 | M tempest/hacking/__init__.py 2022-02-04 15:11:07.890 | M tempest/hacking/checks.py 2022-02-04 15:11:07.890 | M tempest/lib/__init__.py 2022-02-04 15:11:07.890 | M tempest/lib/api_schema/__init__.py 2022-02-04 15:11:07.890 | M tempest/lib/api_schema/response/__init__.py 2022-02-04 15:11:07.890 | M tempest/lib/api_schema/response/compute/__init__.py 2022-02-04 15:11:07.890 | M tempest/lib/api_schema/response/compute/v2_1/__init__.py 2022-02-04 15:11:07.890 | M tempest/lib/api_schema/response/compute/v2_1/agents.py 2022-02-04 15:11:07.890 | M tempest/lib/api_schema/response/compute/v2_1/aggregates.py 2022-02-04 15:11:07.890 | M tempest/lib/api_schema/response/compute/v2_1/availability_zone.py 2022-02-04 15:11:07.890 | M tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py 2022-02-04 15:11:07.890 | M tempest/lib/api_schema/response/compute/v2_1/certificates.py 2022-02-04 15:11:07.890 | M tempest/lib/api_schema/response/compute/v2_1/extensions.py 2022-02-04 15:11:07.890 | M tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py 2022-02-04 15:11:07.890 | M tempest/lib/api_schema/response/compute/v2_1/flavors.py 2022-02-04 15:11:07.890 | M tempest/lib/api_schema/response/compute/v2_1/flavors_access.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/floating_ips.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/hosts.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/hypervisors.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/images.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/interfaces.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/keypairs.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/limits.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/migrations.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/parameter_types.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/quota_classes.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/quotas.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/security_groups.py 2022-02-04 15:11:07.891 | M tempest/lib/api_schema/response/compute/v2_1/server_groups.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_1/servers.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_1/services.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_1/snapshots.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_1/versions.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_1/volumes.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_11/__init__.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_11/services.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_13/__init__.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_13/server_groups.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_16/__init__.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_16/servers.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_19/__init__.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_19/servers.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_2/__init__.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_2/keypairs.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_23/__init__.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_23/migrations.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_26/__init__.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_26/servers.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_28/__init__.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_28/hypervisors.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_3/__init__.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_3/servers.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_33/__init__.py 2022-02-04 15:11:07.892 | M tempest/lib/api_schema/response/compute/v2_33/hypervisors.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_36/__init__.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_36/limits.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_36/quotas.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_39/__init__.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_39/limits.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_41/__init__.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_41/aggregates.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_45/__init__.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_45/images.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_47/__init__.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_47/servers.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_48/__init__.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_48/servers.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_51/__init__.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_51/servers.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_53/__init__.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_53/hypervisors.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_53/services.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_54/__init__.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_54/servers.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_55/__init__.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_55/flavors.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_57/__init__.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_57/limits.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_57/quotas.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_57/servers.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_58/__init__.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_58/servers.py 2022-02-04 15:11:07.893 | M tempest/lib/api_schema/response/compute/v2_59/__init__.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_59/migrations.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_6/__init__.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_6/servers.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_61/__init__.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_61/flavors.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_62/__init__.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_62/servers.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_63/__init__.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_63/servers.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_70/__init__.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_70/interfaces.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_70/servers.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_71/__init__.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_71/servers.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_73/__init__.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_73/servers.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_79/__init__.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_79/servers.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_8/__init__.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_8/servers.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_9/__init__.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/compute/v2_9/servers.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/volume/__init__.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/volume/backups.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/volume/capabilities.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/volume/extensions.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/volume/group_snapshots.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/volume/group_types.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/volume/groups.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/volume/hosts.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/volume/limits.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/volume/manage_snapshot.py 2022-02-04 15:11:07.894 | M tempest/lib/api_schema/response/volume/manage_volume.py 2022-02-04 15:11:07.895 | M tempest/lib/api_schema/response/volume/messages.py 2022-02-04 15:11:07.895 | M tempest/lib/api_schema/response/volume/qos.py 2022-02-04 15:11:07.895 | M tempest/lib/api_schema/response/volume/quota_classes.py 2022-02-04 15:11:07.895 | M tempest/lib/api_schema/response/volume/quotas.py 2022-02-04 15:11:07.895 | M tempest/lib/api_schema/response/volume/scheduler_stats.py 2022-02-04 15:11:07.895 | M tempest/lib/api_schema/response/volume/services.py 2022-02-04 15:11:07.895 | M tempest/lib/api_schema/response/volume/snapshots.py 2022-02-04 15:11:07.895 | M tempest/lib/api_schema/response/volume/transfers.py 2022-02-04 15:11:07.895 | M tempest/lib/api_schema/response/volume/v3_7/__init__.py 2022-02-04 15:11:07.895 | M tempest/lib/api_schema/response/volume/v3_7/services.py 2022-02-04 15:11:07.895 | M tempest/lib/api_schema/response/volume/volume_types.py 2022-02-04 15:11:07.895 | M tempest/lib/api_schema/response/volume/volumes.py 2022-02-04 15:11:07.896 | M tempest/lib/auth.py 2022-02-04 15:11:07.896 | M tempest/lib/base.py 2022-02-04 15:11:07.896 | M tempest/lib/cli/__init__.py 2022-02-04 15:11:07.896 | M tempest/lib/cli/base.py 2022-02-04 15:11:07.896 | M tempest/lib/cli/output_parser.py 2022-02-04 15:11:07.896 | M tempest/lib/cmd/__init__.py 2022-02-04 15:11:07.896 | M tempest/lib/common/__init__.py 2022-02-04 15:11:07.896 | M tempest/lib/common/api_microversion_fixture.py 2022-02-04 15:11:07.896 | M tempest/lib/common/api_version_request.py 2022-02-04 15:11:07.896 | M tempest/lib/common/api_version_utils.py 2022-02-04 15:11:07.896 | M tempest/lib/common/cred_client.py 2022-02-04 15:11:07.896 | M tempest/lib/common/cred_provider.py 2022-02-04 15:11:07.896 | M tempest/lib/common/dynamic_creds.py 2022-02-04 15:11:07.896 | M tempest/lib/common/fixed_network.py 2022-02-04 15:11:07.896 | M tempest/lib/common/http.py 2022-02-04 15:11:07.896 | M tempest/lib/common/jsonschema_validator.py 2022-02-04 15:11:07.896 | M tempest/lib/common/preprov_creds.py 2022-02-04 15:11:07.896 | M tempest/lib/common/profiler.py 2022-02-04 15:11:07.896 | M tempest/lib/common/rest_client.py 2022-02-04 15:11:07.896 | M tempest/lib/common/ssh.py 2022-02-04 15:11:07.896 | M tempest/lib/common/thread.py 2022-02-04 15:11:07.896 | M tempest/lib/common/utils/__init__.py 2022-02-04 15:11:07.896 | M tempest/lib/common/utils/data_utils.py 2022-02-04 15:11:07.896 | M tempest/lib/common/utils/linux/__init__.py 2022-02-04 15:11:07.896 | M tempest/lib/common/utils/linux/remote_client.py 2022-02-04 15:11:07.896 | M tempest/lib/common/utils/misc.py 2022-02-04 15:11:07.896 | M tempest/lib/common/utils/test_utils.py 2022-02-04 15:11:07.896 | M tempest/lib/common/validation_resources.py 2022-02-04 15:11:07.896 | M tempest/lib/decorators.py 2022-02-04 15:11:07.896 | M tempest/lib/exceptions.py 2022-02-04 15:11:07.896 | M tempest/lib/services/__init__.py 2022-02-04 15:11:07.896 | M tempest/lib/services/clients.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/__init__.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/agents_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/aggregates_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/assisted_volume_snapshots_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/availability_zone_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/baremetal_nodes_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/base_compute_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/certificates_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/extensions_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/fixed_ips_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/flavors_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/floating_ip_pools_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/floating_ips_bulk_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/floating_ips_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/hosts_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/hypervisor_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/images_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/instance_usage_audit_log_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/interfaces_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/keypairs_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/limits_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/migrations_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/networks_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/quota_classes_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/quotas_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/security_group_default_rules_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/security_group_rules_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/security_groups_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/server_groups_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/servers_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/services_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/snapshots_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/tenant_networks_client.py 2022-02-04 15:11:07.897 | M tempest/lib/services/compute/tenant_usages_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/compute/versions_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/compute/volumes_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/__init__.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v2/__init__.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v2/endpoints_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v2/identity_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v2/roles_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v2/services_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v2/tenants_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v2/token_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v2/users_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/__init__.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/access_rules_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/application_credentials_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/catalog_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/credentials_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/domain_configuration_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/domains_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/endpoint_filter_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/endpoint_groups_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/endpoints_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/groups_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/identity_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/identity_providers_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/inherited_roles_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/limits_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/mappings_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/oauth_consumers_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/oauth_token_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/policies_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/project_tags_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/projects_client.py 2022-02-04 15:11:07.898 | M tempest/lib/services/identity/v3/protocols_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/identity/v3/regions_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/identity/v3/role_assignments_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/identity/v3/roles_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/identity/v3/service_providers_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/identity/v3/services_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/identity/v3/token_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/identity/v3/trusts_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/identity/v3/users_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/identity/v3/versions_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/image/__init__.py 2022-02-04 15:11:07.899 | M tempest/lib/services/image/v1/__init__.py 2022-02-04 15:11:07.899 | M tempest/lib/services/image/v1/image_members_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/image/v1/images_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/image/v2/__init__.py 2022-02-04 15:11:07.899 | M tempest/lib/services/image/v2/image_members_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/image/v2/images_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/image/v2/namespace_objects_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/image/v2/namespace_properties_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/image/v2/namespace_tags_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/image/v2/namespaces_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/image/v2/resource_types_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/image/v2/schemas_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/image/v2/versions_client.py 2022-02-04 15:11:07.899 | M tempest/lib/services/network/__init__.py 2022-02-04 15:11:07.899 | M tempest/lib/services/network/agents_client.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/base.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/extensions_client.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/floating_ips_client.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/floating_ips_port_forwarding_client.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/log_resource_client.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/loggable_resource_client.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/metering_label_rules_client.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/metering_labels_client.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/networks_client.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/ports_client.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/qos_client.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/qos_limit_bandwidth_rules_client.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/qos_minimum_packet_rate_rules_client.py 2022-02-04 15:11:07.900 | M tempest/lib/services/network/quotas_client.py 2022-02-04 15:11:07.901 | M tempest/lib/services/network/routers_client.py 2022-02-04 15:11:07.901 | M tempest/lib/services/network/security_group_rules_client.py 2022-02-04 15:11:07.901 | M tempest/lib/services/network/security_groups_client.py 2022-02-04 15:11:07.901 | M tempest/lib/services/network/segments_client.py 2022-02-04 15:11:07.901 | M tempest/lib/services/network/service_providers_client.py 2022-02-04 15:11:07.901 | M tempest/lib/services/network/subnetpools_client.py 2022-02-04 15:11:07.901 | M tempest/lib/services/network/subnets_client.py 2022-02-04 15:11:07.901 | M tempest/lib/services/network/tags_client.py 2022-02-04 15:11:07.901 | M tempest/lib/services/network/trunks_client.py 2022-02-04 15:11:07.901 | M tempest/lib/services/network/versions_client.py 2022-02-04 15:11:07.901 | M tempest/lib/services/object_storage/__init__.py 2022-02-04 15:11:07.901 | M tempest/lib/services/object_storage/account_client.py 2022-02-04 15:11:07.901 | M tempest/lib/services/object_storage/bulk_middleware_client.py 2022-02-04 15:11:07.901 | M tempest/lib/services/object_storage/capabilities_client.py 2022-02-04 15:11:07.901 | M tempest/lib/services/object_storage/container_client.py 2022-02-04 15:11:07.902 | M tempest/lib/services/object_storage/object_client.py 2022-02-04 15:11:07.902 | M tempest/lib/services/placement/__init__.py 2022-02-04 15:11:07.902 | M tempest/lib/services/placement/base_placement_client.py 2022-02-04 15:11:07.902 | M tempest/lib/services/placement/placement_client.py 2022-02-04 15:11:07.902 | M tempest/lib/services/placement/resource_providers_client.py 2022-02-04 15:11:07.902 | M tempest/lib/services/volume/__init__.py 2022-02-04 15:11:07.902 | M tempest/lib/services/volume/base_client.py 2022-02-04 15:11:07.902 | M tempest/lib/services/volume/v2/__init__.py 2022-02-04 15:11:07.902 | M tempest/lib/services/volume/v2/availability_zone_client.py 2022-02-04 15:11:07.902 | M tempest/lib/services/volume/v2/backups_client.py 2022-02-04 15:11:07.902 | M tempest/lib/services/volume/v2/capabilities_client.py 2022-02-04 15:11:07.902 | M tempest/lib/services/volume/v2/encryption_types_client.py 2022-02-04 15:11:07.902 | M tempest/lib/services/volume/v2/extensions_client.py 2022-02-04 15:11:07.902 | M tempest/lib/services/volume/v2/hosts_client.py 2022-02-04 15:11:07.902 | M tempest/lib/services/volume/v2/limits_client.py 2022-02-04 15:11:07.902 | M tempest/lib/services/volume/v2/qos_client.py 2022-02-04 15:11:07.902 | M tempest/lib/services/volume/v2/quota_classes_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v2/quotas_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v2/scheduler_stats_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v2/services_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v2/snapshot_manage_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v2/snapshots_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v2/transfers_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v2/types_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v2/volume_manage_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v2/volumes_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/__init__.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/attachments_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/availability_zone_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/backups_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/base_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/capabilities_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/encryption_types_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/extensions_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/group_snapshots_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/group_types_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/groups_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/hosts_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/limits_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/messages_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/qos_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/quota_classes_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/quotas_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/scheduler_stats_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/services_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/snapshot_manage_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/snapshots_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/transfers_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/types_client.py 2022-02-04 15:11:07.903 | M tempest/lib/services/volume/v3/versions_client.py 2022-02-04 15:11:07.904 | M tempest/lib/services/volume/v3/volume_manage_client.py 2022-02-04 15:11:07.904 | M tempest/lib/services/volume/v3/volumes_client.py 2022-02-04 15:11:07.904 | M tempest/scenario/README.rst 2022-02-04 15:11:07.904 | M tempest/scenario/__init__.py 2022-02-04 15:11:07.904 | M tempest/scenario/manager.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_aggregates_basic_ops.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_dashboard_basic_ops.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_encrypted_cinder_volumes.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_minimum_basic.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_network_advanced_server_ops.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_network_basic_ops.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_network_qos_placement.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_network_v6.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_object_storage_basic_ops.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_security_groups_basic_ops.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_server_advanced_ops.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_server_basic_ops.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_server_multinode.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_shelve_instance.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_snapshot_pattern.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_stamp_pattern.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_unified_limits.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_volume_backup_restore.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_volume_boot_pattern.py 2022-02-04 15:11:07.904 | M tempest/scenario/test_volume_migrate_attached.py 2022-02-04 15:11:07.904 | M tempest/services/__init__.py 2022-02-04 15:11:07.904 | M tempest/services/orchestration/__init__.py 2022-02-04 15:11:07.904 | M tempest/services/orchestration/json/__init__.py 2022-02-04 15:11:07.904 | M tempest/services/orchestration/json/orchestration_client.py 2022-02-04 15:11:07.904 | M tempest/test.py 2022-02-04 15:11:07.904 | M tempest/test_discover/__init__.py 2022-02-04 15:11:07.904 | M tempest/test_discover/plugins.py 2022-02-04 15:11:07.905 | M tempest/test_discover/test_discover.py 2022-02-04 15:11:07.905 | M tempest/tests/README.rst 2022-02-04 15:11:07.905 | M tempest/tests/__init__.py 2022-02-04 15:11:07.905 | M tempest/tests/api/__init__.py 2022-02-04 15:11:07.905 | M tempest/tests/api/compute/__init__.py 2022-02-04 15:11:07.905 | M tempest/tests/api/compute/test_base.py 2022-02-04 15:11:07.905 | M tempest/tests/base.py 2022-02-04 15:11:07.905 | M tempest/tests/cmd/__init__.py 2022-02-04 15:11:07.905 | M tempest/tests/cmd/subunit_describe_calls_data/calls.subunit 2022-02-04 15:11:07.905 | M tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json 2022-02-04 15:11:07.905 | M tempest/tests/cmd/test_account_generator.py 2022-02-04 15:11:07.905 | M tempest/tests/cmd/test_cleanup.py 2022-02-04 15:11:07.905 | M tempest/tests/cmd/test_cleanup_services.py 2022-02-04 15:11:07.905 | M tempest/tests/cmd/test_list_plugins.py 2022-02-04 15:11:07.905 | M tempest/tests/cmd/test_run.py 2022-02-04 15:11:07.905 | M tempest/tests/cmd/test_saved_state_json.json 2022-02-04 15:11:07.905 | M tempest/tests/cmd/test_subunit_describe_calls.py 2022-02-04 15:11:07.905 | M tempest/tests/cmd/test_tempest_init.py 2022-02-04 15:11:07.905 | M tempest/tests/cmd/test_verify_tempest_config.py 2022-02-04 15:11:07.905 | M tempest/tests/cmd/test_workspace.py 2022-02-04 15:11:07.905 | M tempest/tests/common/__init__.py 2022-02-04 15:11:07.905 | M tempest/tests/common/test_admin_available.py 2022-02-04 15:11:07.905 | M tempest/tests/common/test_alt_available.py 2022-02-04 15:11:07.905 | M tempest/tests/common/test_compute.py 2022-02-04 15:11:07.905 | M tempest/tests/common/test_credentials_factory.py 2022-02-04 15:11:07.905 | M tempest/tests/common/test_custom_matchers.py 2022-02-04 15:11:07.905 | M tempest/tests/common/test_image.py 2022-02-04 15:11:07.905 | M tempest/tests/common/utils/__init__.py 2022-02-04 15:11:07.905 | M tempest/tests/common/utils/linux/__init__.py 2022-02-04 15:11:07.905 | M tempest/tests/common/utils/linux/test_remote_client.py 2022-02-04 15:11:07.905 | M tempest/tests/common/utils/test_net_utils.py 2022-02-04 15:11:07.905 | M tempest/tests/fake_config.py 2022-02-04 15:11:07.905 | M tempest/tests/fake_tempest_plugin.py 2022-02-04 15:11:07.906 | M tempest/tests/files/__init__.py 2022-02-04 15:11:07.906 | M tempest/tests/files/failing-tests 2022-02-04 15:11:07.906 | M tempest/tests/files/passing-tests 2022-02-04 15:11:07.906 | M tempest/tests/files/setup.cfg 2022-02-04 15:11:07.906 | M tempest/tests/files/testr-conf 2022-02-04 15:11:07.906 | M tempest/tests/lib/__init__.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/cli/__init__.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/cli/test_command_failed.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/cli/test_execute.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/cli/test_output_parser.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/cmd/__init__.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/cmd/test_check_uuid.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/__init__.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/test_api_version_request.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/test_api_version_utils.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/test_cred_client.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/test_dynamic_creds.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/test_http.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/test_jsonschema_validator.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/test_preprov_creds.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/test_profiler.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/test_rest_client.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/test_validation_resources.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/utils/__init__.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/utils/linux/__init__.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/utils/linux/test_remote_client.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/utils/test_data_utils.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/utils/test_misc.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/common/utils/test_test_utils.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/fake_auth_provider.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/fake_credentials.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/fake_http.py 2022-02-04 15:11:07.906 | M tempest/tests/lib/fake_identity.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/__init__.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/base.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/__init__.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_agents_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_aggregates_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_assisted_volume_snapshots_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_availability_zone_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_baremetal_nodes_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_base_compute_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_certificates_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_extensions_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_fixedIPs_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_flavors_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_floating_ip_pools_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_floating_ips_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_hosts_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_hypervisor_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_images_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_interfaces_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_keypairs_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_limits_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_migrations_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_networks_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_quota_classes_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_quotas_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_security_group_default_rules_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_security_group_rules_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_security_groups_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_server_groups_client.py 2022-02-04 15:11:07.907 | M tempest/tests/lib/services/compute/test_servers_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/compute/test_services_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/compute/test_snapshots_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/compute/test_tenant_networks_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/compute/test_tenant_usages_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/compute/test_versions_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/compute/test_volumes_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/__init__.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v2/__init__.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v2/test_endpoints_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v2/test_identity_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v2/test_roles_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v2/test_services_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v2/test_tenants_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v2/test_token_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v2/test_users_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/__init__.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_access_rules_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_application_credentials_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_catalog_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_credentials_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_domains_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_endpoints_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_groups_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_identity_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_identity_providers_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_limit_client.py 2022-02-04 15:11:07.908 | M tempest/tests/lib/services/identity/v3/test_mappings_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_oauth_token_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_policies_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_project_tags_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_projects_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_protocols_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_regions_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_role_assignments_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_roles_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_service_providers_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_services_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_token_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_trusts_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_users_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/identity/v3/test_versions_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/image/__init__.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/image/v1/__init__.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/image/v1/test_image_members_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/image/v2/__init__.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/image/v2/test_image_members_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/image/v2/test_images_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/image/v2/test_namespace_object_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/image/v2/test_namespace_properties_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/image/v2/test_namespace_tags_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/image/v2/test_namespaces_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/image/v2/test_resource_types_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/image/v2/test_schemas_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/image/v2/test_versions_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/network/__init__.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/network/test_agents_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/network/test_base_network_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/network/test_extensions_client.py 2022-02-04 15:11:07.909 | M tempest/tests/lib/services/network/test_floating_ips_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_floating_ips_port_forwarding_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_log_resource_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_loggable_resource_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_metering_label_rules_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_metering_labels_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_networks_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_ports_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_qos_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_qos_limit_bandwidth_rules_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_qos_minimum_packet_rate_rules_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_quotas_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_routers_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_security_group_rules_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_security_groups_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_segments_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_service_providers_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_subnetpools_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_subnets_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_tags_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_trunks_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/network/test_versions_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/object_storage/__init__.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/object_storage/test_capabilities_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/object_storage/test_object_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/placement/__init__.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/placement/test_placement_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/placement/test_resource_providers_client.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/registry_fixture.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/test_clients.py 2022-02-04 15:11:07.910 | M tempest/tests/lib/services/volume/__init__.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/__init__.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_attachments_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_availability_zone_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_backups_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_capabilities_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_encryption_types_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_extensions_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py 2022-02-04 15:11:07.911 | M tempeSwitched to branch 'master' 2022-02-04 15:11:07.911 | st/tests/lib/services/volume/v3/test_group_types_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_groups_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_hosts_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_limits_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_quota_classes_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_quotas_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_services_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_snapshots_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_transfers_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_types_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_user_messages_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_versions_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_volume_manage_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/services/volume/v3/test_volumes_client.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/test_api_microversion_fixture.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/test_auth.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/test_base.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/test_credentials.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/test_decorators.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/test_ssh.py 2022-02-04 15:11:07.911 | M tempest/tests/lib/test_tempest_lib.py 2022-02-04 15:11:07.912 | M tempest/tests/test_base_test.py 2022-02-04 15:11:07.912 | M tempest/tests/test_config.py 2022-02-04 15:11:07.912 | M tempest/tests/test_decorators.py 2022-02-04 15:11:07.912 | M tempest/tests/test_hacking.py 2022-02-04 15:11:07.912 | M tempest/tests/test_imports.py 2022-02-04 15:11:07.912 | M tempest/tests/test_list_tests.py 2022-02-04 15:11:07.912 | M tempest/tests/test_microversions.py 2022-02-04 15:11:07.912 | M tempest/tests/test_tempest_plugin.py 2022-02-04 15:11:07.912 | M tempest/tests/test_test.py 2022-02-04 15:11:07.912 | M tempest/tests/utils.py 2022-02-04 15:11:07.912 | M tempest/version.py 2022-02-04 15:11:07.912 | M test-requirements.txt 2022-02-04 15:11:07.912 | M tools/generate-tempest-plugins-list.py 2022-02-04 15:11:07.912 | M tools/tempest-integrated-gate-compute-exclude-list.txt 2022-02-04 15:11:07.912 | M tools/tempest-integrated-gate-networking-exclude-list.txt 2022-02-04 15:11:07.912 | M tools/tempest-integrated-gate-object-storage-exclude-list.txt 2022-02-04 15:11:07.912 | M tools/tempest-integrated-gate-placement-exclude-list.txt 2022-02-04 15:11:07.912 | M tools/tempest-integrated-gate-storage-exclude-list.txt 2022-02-04 15:11:07.912 | M tools/tempest-plugin-sanity.sh 2022-02-04 15:11:07.912 | M tox.ini 2022-02-04 15:11:07.912 | M zuul.d/base.yaml 2022-02-04 15:11:07.912 | M zuul.d/integrated-gate.yaml 2022-02-04 15:11:07.912 | M zuul.d/project.yaml 2022-02-04 15:11:07.912 | M zuul.d/stable-jobs.yaml 2022-02-04 15:11:07.912 | M zuul.d/tempest-specific.yaml 2022-02-04 15:11:07.912 | Your branch is up to date with 'origin/master'. 2022-02-04 15:11:07.912 | ++ lib/tempest:install_tempest:744 : local tmp_u_c_m 2022-02-04 15:11:07.912 | +++ lib/tempest:install_tempest:745 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2022-02-04 15:11:07.912 | ++ lib/tempest:install_tempest:745 : tmp_u_c_m=/tmp/tempest_u_c_m.AhS2Ptpzwd 2022-02-04 15:11:07.912 | ++ lib/tempest:install_tempest:746 : set_tempest_venv_constraints /tmp/tempest_u_c_m.AhS2Ptpzwd 2022-02-04 15:11:07.912 | ++ lib/tempest:set_tempest_venv_constraints:115 : local tmp_c 2022-02-04 15:11:07.912 | ++ lib/tempest:set_tempest_venv_constraints:116 : tmp_c=/tmp/tempest_u_c_m.AhS2Ptpzwd 2022-02-04 15:11:07.913 | ++ lib/tempest:set_tempest_venv_constraints:117 : [[ master == \m\a\s\t\e\r ]] 2022-02-04 15:11:07.913 | ++ lib/tempest:set_tempest_venv_constraints:118 : cd /opt/stack/requirements 2022-02-04 15:11:07.913 | ++ lib/tempest:set_tempest_venv_constraints:119 : git show master:upper-constraints.txt 2022-02-04 15:11:07.913 | ++ lib/tempest:install_tempest:748 : tox -r --notest -efull 2022-02-04 15:11:07.913 | full create: /opt/stack/tempest/.tox/tempest 2022-02-04 15:11:07.913 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2022-02-04 15:11:07.913 | full develop-inst: /opt/stack/tempest 2022-02-04 15:11:07.913 | full installed: attrs==21.4.0,autopage==0.5.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.11,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.1,debtcollector==2.4.0,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==1.0.2,jsonschema==3.2.0,linecache2==1.0.0,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.1,packaging==21.3,paramiko==2.8.1,pbr==5.8.0,prettytable==3.0.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@115065a239a8e1ab50b6070a3c6ebfeabd0ad6fc#egg=tempest,testtools==2.5.0,traceback2==1.4.0,unittest2==1.1.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3 2022-02-04 15:11:07.913 | ___________________________________ summary ____________________________________ 2022-02-04 15:11:07.913 | full: skipped tests 2022-02-04 15:11:07.913 | congratulations :) 2022-02-04 15:11:07.913 | ++ lib/tempest:install_tempest:752 : /opt/stack/tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.AhS2Ptpzwd -r requirements.txt 2022-02-04 15:11:07.913 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 15:11:07.913 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 4)) (5.8.0) 2022-02-04 15:11:07.913 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 5)) (3.10.0) 2022-02-04 15:11:07.913 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 6)) (3.2.0) 2022-02-04 15:11:07.913 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 7)) (2.5.0) 2022-02-04 15:11:07.913 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 8)) (2.8.1) 2022-02-04 15:11:07.913 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (36.0.1) 2022-02-04 15:11:07.913 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 10)) (0.8.0) 2022-02-04 15:11:07.913 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 11)) (4.5.0) 2022-02-04 15:11:07.913 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 12)) (8.7.1) 2022-02-04 15:11:07.913 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 13)) (4.6.1) 2022-02-04 15:11:07.913 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 14)) (3.2.1) 2022-02-04 15:11:07.913 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 15)) (4.2.0) 2022-02-04 15:11:07.913 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 16)) (4.12.1) 2022-02-04 15:11:07.913 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 17)) (3.0.0) 2022-02-04 15:11:07.913 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 18)) (6.0) 2022-02-04 15:11:07.913 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 19)) (1.4.0) 2022-02-04 15:11:07.913 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 20)) (3.5.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 21)) (3.0.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 22)) (1.26.8) 2022-02-04 15:11:07.914 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 23)) (2.4.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: unittest2>=1.1.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 24)) (1.1.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.3.3) 2022-02-04 15:11:07.914 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (3.0.7) 2022-02-04 15:11:07.914 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: pyrsistent>=0.14.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.1) 2022-02-04 15:11:07.914 | Requirement already satisfied: six>=1.11.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (1.16.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: attrs>=17.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (21.4.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (60.6.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: pynacl>=1.0.1 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: bcrypt>=3.1.3 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (3.2.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.8/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.15.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (5.1.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: fasteners>=0.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (0.17.3) 2022-02-04 15:11:07.914 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.27.1) 2022-02-04 15:11:07.914 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (1.5.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: oslo.context>=2.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (3.4.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2022-02-04 15:11:07.914 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.8.2) 2022-02-04 15:11:07.914 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.2) 2022-02-04 15:11:07.914 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.18.2) 2022-02-04 15:11:07.914 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.3) 2022-02-04 15:11:07.914 | Requirement already satisfied: pytz>=2013.6 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2021.3) 2022-02-04 15:11:07.914 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2022-02-04 15:11:07.914 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (21.3) 2022-02-04 15:11:07.914 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (1.0.2) 2022-02-04 15:11:07.915 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.8/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.5) 2022-02-04 15:11:07.915 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.13.3) 2022-02-04 15:11:07.915 | Requirement already satisfied: traceback2 in ./.tox/tempest/lib/python3.8/site-packages (from unittest2>=1.1.0->-r requirements.txt (line 24)) (1.4.0) 2022-02-04 15:11:07.915 | Collecting argparse 2022-02-04 15:11:07.915 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2022-02-04 15:11:07.915 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.8/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2022-02-04 15:11:07.915 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.8/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2022-02-04 15:11:07.915 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3) 2022-02-04 15:11:07.915 | Requirement already satisfied: charset-normalizer~=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.11) 2022-02-04 15:11:07.915 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2021.10.8) 2022-02-04 15:11:07.915 | Requirement already satisfied: linecache2 in ./.tox/tempest/lib/python3.8/site-packages (from traceback2->unittest2>=1.1.0->-r requirements.txt (line 24)) (1.0.0) 2022-02-04 15:11:07.915 | Installing collected packages: argparse 2022-02-04 15:11:07.915 | Successfully installed argparse-1.4.0 2022-02-04 15:11:07.915 | WARNING: You are using pip version 21.2.3; however, version 22.0.3 is available. 2022-02-04 15:11:07.915 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2022-02-04 15:11:07.915 | ++ lib/tempest:install_tempest:753 : PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest 2022-02-04 15:11:07.915 | ++ lib/tempest:install_tempest:754 : rm -f /tmp/tempest_u_c_m.AhS2Ptpzwd 2022-02-04 15:11:07.915 | ++ lib/tempest:install_tempest:755 : popd 2022-02-04 15:11:07.915 | ~/devstack 2022-02-04 15:11:07.923 | [17605 Async install_tempest:77479]: finished install_tempest with result 0 in 49 seconds 2022-02-04 15:11:07.927 | ++ inc/async:async_wait:197 : return 0 2022-02-04 15:11:07.930 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2022-02-04 15:11:07.932 | ++ ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:11:07.935 | ++ ./stack.sh:echo_summary:432 : echo -e Initializing Tempest 2022-02-04 15:11:07.937 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2022-02-04 15:11:07.940 | ++ lib/tempest:configure_tempest:133 : [[ False == \T\r\u\e ]] 2022-02-04 15:11:07.943 | ++ lib/tempest:configure_tempest:137 : pip_install_gr testrepository 2022-02-04 15:11:07.945 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2022-02-04 15:11:07.948 | ++ inc/python:pip_install_gr:77 : local clean_name 2022-02-04 15:11:07.950 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2022-02-04 15:11:07.953 | +++ inc/python:get_from_global_requirements:225 : local package=testrepository 2022-02-04 15:11:07.955 | +++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-02-04 15:11:07.959 | ++++ inc/python:get_from_global_requirements:227 : grep -i -h '^testrepository' /opt/stack/requirements/global-requirements.txt 2022-02-04 15:11:07.959 | ++++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-02-04 15:11:07.964 | +++ inc/python:get_from_global_requirements:227 : required_pkg='testrepository ' 2022-02-04 15:11:07.967 | +++ inc/python:get_from_global_requirements:228 : [[ testrepository == '' ]] 2022-02-04 15:11:07.969 | +++ inc/python:get_from_global_requirements:231 : echo testrepository 2022-02-04 15:11:07.971 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2022-02-04 15:11:07.974 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2022-02-04 15:11:07.994 | Using python 3.8 to install testrepository 2022-02-04 15:11:07.996 | ++ inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt testrepository 2022-02-04 15:11:08.850 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:08.850 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:08.850 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:08.850 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:10.198 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 15:11:10.231 | warning: missing-index-doctype 2022-02-04 15:11:10.231 | 2022-02-04 15:11:10.231 | × The package index page being used does not have a proper HTML doctype declaration. 2022-02-04 15:11:10.231 | ╰─> Problematic URL: http://10.100.0.9:8080/cloudbase/CI/+simple/testrepository/ 2022-02-04 15:11:10.231 | 2022-02-04 15:11:10.231 | note: This is an issue with the page at the URL mentioned above. 2022-02-04 15:11:10.231 | hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 2022-02-04 15:11:10.281 | Collecting testrepository 2022-02-04 15:11:10.290 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/752/449bc98c20253/testrepository-0.0.20.tar.gz (84 kB) 2022-02-04 15:11:10.298 | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.0/85.0 KB 43.9 MB/s eta 0:00:00 2022-02-04 15:11:10.338 | Preparing metadata (setup.py): started 2022-02-04 15:11:11.116 | Preparing metadata (setup.py): finished with status 'done' 2022-02-04 15:11:11.127 | Requirement already satisfied: fixtures in /usr/local/lib/python3.8/dist-packages (from testrepository) (3.0.0) 2022-02-04 15:11:11.128 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.8/dist-packages (from testrepository) (1.4.0) 2022-02-04 15:11:11.130 | Requirement already satisfied: testtools>=0.9.30 in /usr/local/lib/python3.8/dist-packages (from testrepository) (2.5.0) 2022-02-04 15:11:11.142 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2022-02-04 15:11:11.153 | Requirement already satisfied: pbr>=0.11 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.30->testrepository) (5.6.0) 2022-02-04 15:11:11.164 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures->testrepository) (1.16.0) 2022-02-04 15:11:11.171 | Building wheels for collected packages: testrepository 2022-02-04 15:11:11.172 | Building wheel for testrepository (setup.py): started 2022-02-04 15:11:12.132 | Building wheel for testrepository (setup.py): finished with status 'done' 2022-02-04 15:11:12.134 | Created wheel for testrepository: filename=testrepository-0.0.20-py3-none-any.whl size=118733 sha256=387702604847ae8cf6b2dcfbd08bff19108dc3a46b0bce20f02870f777e84341 2022-02-04 15:11:12.134 | Stored in directory: /root/.cache/pip/wheels/63/b5/95/e8547959b42f560b997b748467321ad88f9588a02b43d7a143 2022-02-04 15:11:12.140 | Successfully built testrepository 2022-02-04 15:11:14.555 | Installing collected packages: testrepository 2022-02-04 15:11:14.812 | Successfully installed testrepository-0.0.20 2022-02-04 15:11:14.812 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-02-04 15:11:14.983 | ++ inc/python:pip_install:200 : result=0 2022-02-04 15:11:14.985 | ++ inc/python:pip_install:202 : time_stop pip_install 2022-02-04 15:11:14.988 | ++ functions-common:time_stop:2309 : local name 2022-02-04 15:11:14.990 | ++ functions-common:time_stop:2310 : local end_time 2022-02-04 15:11:14.992 | ++ functions-common:time_stop:2311 : local elapsed_time 2022-02-04 15:11:14.995 | ++ functions-common:time_stop:2312 : local total 2022-02-04 15:11:14.997 | ++ functions-common:time_stop:2313 : local start_time 2022-02-04 15:11:14.999 | ++ functions-common:time_stop:2315 : name=pip_install 2022-02-04 15:11:15.001 | ++ functions-common:time_stop:2316 : start_time=1643987467989 2022-02-04 15:11:15.003 | ++ functions-common:time_stop:2318 : [[ -z 1643987467989 ]] 2022-02-04 15:11:15.006 | +++ functions-common:time_stop:2321 : date +%s%3N 2022-02-04 15:11:15.010 | ++ functions-common:time_stop:2321 : end_time=1643987475008 2022-02-04 15:11:15.012 | ++ functions-common:time_stop:2322 : elapsed_time=7019 2022-02-04 15:11:15.014 | ++ functions-common:time_stop:2323 : total=276242 2022-02-04 15:11:15.017 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2022-02-04 15:11:15.019 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=283261 2022-02-04 15:11:15.021 | ++ inc/python:pip_install:203 : return 0 2022-02-04 15:11:15.023 | ++ lib/tempest:configure_tempest:140 : local image_lines 2022-02-04 15:11:15.025 | ++ lib/tempest:configure_tempest:141 : local images 2022-02-04 15:11:15.028 | ++ lib/tempest:configure_tempest:142 : local num_images 2022-02-04 15:11:15.030 | ++ lib/tempest:configure_tempest:143 : local image_uuid 2022-02-04 15:11:15.032 | ++ lib/tempest:configure_tempest:144 : local image_uuid_alt 2022-02-04 15:11:15.034 | ++ lib/tempest:configure_tempest:145 : local password 2022-02-04 15:11:15.037 | ++ lib/tempest:configure_tempest:146 : local line 2022-02-04 15:11:15.040 | ++ lib/tempest:configure_tempest:147 : local flavors 2022-02-04 15:11:15.042 | ++ lib/tempest:configure_tempest:148 : local available_flavors 2022-02-04 15:11:15.045 | ++ lib/tempest:configure_tempest:149 : local flavors_ref 2022-02-04 15:11:15.047 | ++ lib/tempest:configure_tempest:150 : local flavor_lines 2022-02-04 15:11:15.049 | ++ lib/tempest:configure_tempest:151 : local flavor_ref_size 2022-02-04 15:11:15.052 | ++ lib/tempest:configure_tempest:152 : local flavor_ref_alt_size 2022-02-04 15:11:15.054 | ++ lib/tempest:configure_tempest:153 : local public_network_id 2022-02-04 15:11:15.056 | ++ lib/tempest:configure_tempest:154 : local public_router_id 2022-02-04 15:11:15.058 | ++ lib/tempest:configure_tempest:155 : local ssh_connect_method=floating 2022-02-04 15:11:15.061 | ++ lib/tempest:configure_tempest:156 : local disk 2022-02-04 15:11:15.063 | ++ lib/tempest:configure_tempest:159 : ifs=' 2022-02-04 15:11:15.063 | ' 2022-02-04 15:11:15.065 | ++ lib/tempest:configure_tempest:169 : declare -a images 2022-02-04 15:11:15.068 | ++ lib/tempest:configure_tempest:171 : is_service_enabled glance 2022-02-04 15:11:15.084 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:11:15.087 | ++ lib/tempest:configure_tempest:172 : read -r IMAGE_NAME IMAGE_UUID 2022-02-04 15:11:15.088 | +++ lib/tempest:configure_tempest:132 : oscwrap --os-cloud devstack-admin image list --property status=active 2022-02-04 15:11:15.088 | +++ lib/tempest:configure_tempest:132 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2022-02-04 15:11:17.452 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:17.452 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:17.453 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:17.453 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:17.615 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:11:17.618 | ++ lib/tempest:configure_tempest:173 : '[' ubuntu-16 = '' ']' 2022-02-04 15:11:17.621 | ++ lib/tempest:configure_tempest:177 : images+=($IMAGE_UUID) 2022-02-04 15:11:17.623 | ++ lib/tempest:configure_tempest:172 : read -r IMAGE_NAME IMAGE_UUID 2022-02-04 15:11:17.626 | ++ lib/tempest:configure_tempest:180 : case "${#images[*]}" in 2022-02-04 15:11:17.628 | ++ lib/tempest:configure_tempest:186 : '[' -z '' ']' 2022-02-04 15:11:17.631 | ++ lib/tempest:configure_tempest:187 : image_uuid=24a265fb-5e66-416b-8342-691a5055c77b 2022-02-04 15:11:17.634 | ++ lib/tempest:configure_tempest:188 : image_uuid_alt=24a265fb-5e66-416b-8342-691a5055c77b 2022-02-04 15:11:17.636 | ++ lib/tempest:configure_tempest:202 : sudo install -d -o ubuntu /opt/stack/tempest/etc 2022-02-04 15:11:17.651 | ++ lib/tempest:configure_tempest:203 : rm -f /opt/stack/tempest/etc/tempest.conf 2022-02-04 15:11:17.655 | ++ lib/tempest:configure_tempest:205 : local password=Passw0rd 2022-02-04 15:11:17.657 | ++ lib/tempest:configure_tempest:208 : local admin_username=admin 2022-02-04 15:11:17.659 | ++ lib/tempest:configure_tempest:209 : local admin_project_name=admin 2022-02-04 15:11:17.662 | ++ lib/tempest:configure_tempest:210 : local admin_domain_name=Default 2022-02-04 15:11:17.664 | ++ lib/tempest:configure_tempest:211 : local alt_username=alt_demo 2022-02-04 15:11:17.666 | ++ lib/tempest:configure_tempest:212 : local alt_project_name=alt_demo 2022-02-04 15:11:17.669 | ++ lib/tempest:configure_tempest:213 : local admin_project_id 2022-02-04 15:11:17.672 | +++ lib/tempest:configure_tempest:214 : oscwrap --os-cloud devstack-admin project list 2022-02-04 15:11:17.673 | +++ lib/tempest:configure_tempest:214 : awk '/ admin / { print $2 }' 2022-02-04 15:11:19.793 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:19.793 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:19.793 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:19.794 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:19.954 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:11:19.959 | ++ lib/tempest:configure_tempest:214 : admin_project_id=c23e181196a7446a9d09bb240b0fa205 2022-02-04 15:11:19.962 | ++ lib/tempest:configure_tempest:216 : is_service_enabled nova 2022-02-04 15:11:19.978 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:11:19.981 | +++ lib/tempest:configure_tempest:219 : oscwrap --os-cloud devstack-admin flavor list 2022-02-04 15:11:22.253 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:22.253 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:22.253 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:22.253 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:22.413 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:11:22.416 | ++ lib/tempest:configure_tempest:219 : available_flavors='+-----+-----------+-------+------+-----------+-------+-----------+ 2022-02-04 15:11:22.416 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2022-02-04 15:11:22.416 | +-----+-----------+-------+------+-----------+-------+-----------+ 2022-02-04 15:11:22.416 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.416 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2022-02-04 15:11:22.416 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2022-02-04 15:11:22.416 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2022-02-04 15:11:22.416 | | 42 | m1.nano | 256 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.416 | | 451 | m1.heat | 512 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.416 | | 452 | m1.heat2 | 1024 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.416 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2022-02-04 15:11:22.416 | | 84 | m1.micro | 256 | 2 | 0 | 1 | True | 2022-02-04 15:11:22.416 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.416 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2022-02-04 15:11:22.416 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2022-02-04 15:11:22.416 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2022-02-04 15:11:22.416 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2022-02-04 15:11:22.416 | +-----+-----------+-------+------+-----------+-------+-----------+' 2022-02-04 15:11:22.418 | ++ lib/tempest:configure_tempest:220 : [[ -z '' ]] 2022-02-04 15:11:22.420 | ++ lib/tempest:configure_tempest:221 : [[ +-----+-----------+-------+------+-----------+-------+-----------+ 2022-02-04 15:11:22.420 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2022-02-04 15:11:22.420 | +-----+-----------+-------+------+-----------+-------+-----------+ 2022-02-04 15:11:22.420 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.421 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2022-02-04 15:11:22.421 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2022-02-04 15:11:22.421 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2022-02-04 15:11:22.421 | | 42 | m1.nano | 256 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.421 | | 451 | m1.heat | 512 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.421 | | 452 | m1.heat2 | 1024 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.421 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2022-02-04 15:11:22.421 | | 84 | m1.micro | 256 | 2 | 0 | 1 | True | 2022-02-04 15:11:22.421 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.421 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2022-02-04 15:11:22.421 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2022-02-04 15:11:22.421 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2022-02-04 15:11:22.421 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2022-02-04 15:11:22.421 | +-----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2022-02-04 15:11:22.423 | ++ lib/tempest:configure_tempest:226 : flavor_ref=42 2022-02-04 15:11:22.425 | ++ lib/tempest:configure_tempest:227 : [[ +-----+-----------+-------+------+-----------+-------+-----------+ 2022-02-04 15:11:22.425 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2022-02-04 15:11:22.425 | +-----+-----------+-------+------+-----------+-------+-----------+ 2022-02-04 15:11:22.425 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.425 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2022-02-04 15:11:22.425 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2022-02-04 15:11:22.425 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2022-02-04 15:11:22.425 | | 42 | m1.nano | 256 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.425 | | 451 | m1.heat | 512 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.425 | | 452 | m1.heat2 | 1024 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.425 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2022-02-04 15:11:22.425 | | 84 | m1.micro | 256 | 2 | 0 | 1 | True | 2022-02-04 15:11:22.425 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2022-02-04 15:11:22.425 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2022-02-04 15:11:22.425 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2022-02-04 15:11:22.425 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2022-02-04 15:11:22.425 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2022-02-04 15:11:22.425 | +-----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2022-02-04 15:11:22.428 | ++ lib/tempest:configure_tempest:232 : flavor_ref_alt=84 2022-02-04 15:11:22.431 | ++ lib/tempest:configure_tempest:281 : iniset /opt/stack/tempest/etc/tempest.conf network project_network_cidr 172.20.0.0/16 2022-02-04 15:11:22.462 | ++ lib/tempest:configure_tempest:283 : ssh_connect_method=floating 2022-02-04 15:11:22.464 | ++ lib/tempest:configure_tempest:289 : [[ True == \T\r\u\e ]] 2022-02-04 15:11:22.466 | ++ lib/tempest:configure_tempest:289 : is_networking_extension_supported external-net 2022-02-04 15:11:22.468 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:425 : local extension=external-net 2022-02-04 15:11:22.471 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-02-04 15:11:24.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:24.691 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:24.691 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:24.691 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:24.849 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:11:24.852 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : EXT_LIST='address-group 2022-02-04 15:11:24.852 | address-scope 2022-02-04 15:11:24.852 | router-admin-state-down-before-update 2022-02-04 15:11:24.852 | agent 2022-02-04 15:11:24.852 | agent-resources-synced 2022-02-04 15:11:24.852 | allowed-address-pairs 2022-02-04 15:11:24.852 | auto-allocated-topology 2022-02-04 15:11:24.852 | availability_zone 2022-02-04 15:11:24.852 | availability_zone_filter 2022-02-04 15:11:24.852 | default-subnetpools 2022-02-04 15:11:24.852 | dhcp_agent_scheduler 2022-02-04 15:11:24.852 | dvr 2022-02-04 15:11:24.852 | empty-string-filtering 2022-02-04 15:11:24.852 | external-net 2022-02-04 15:11:24.852 | extra_dhcp_opt 2022-02-04 15:11:24.852 | extraroute 2022-02-04 15:11:24.852 | extraroute-atomic 2022-02-04 15:11:24.852 | filter-validation 2022-02-04 15:11:24.852 | fip-port-details 2022-02-04 15:11:24.852 | flavors 2022-02-04 15:11:24.852 | floatingip-pools 2022-02-04 15:11:24.853 | ip-substring-filtering 2022-02-04 15:11:24.853 | router 2022-02-04 15:11:24.853 | ext-gw-mode 2022-02-04 15:11:24.853 | l3-ha 2022-02-04 15:11:24.853 | l3-flavors 2022-02-04 15:11:24.853 | l3-port-ip-change-not-allowed 2022-02-04 15:11:24.853 | l3_agent_scheduler 2022-02-04 15:11:24.853 | metering 2022-02-04 15:11:24.853 | metering_source_and_destination_fields 2022-02-04 15:11:24.853 | multi-provider 2022-02-04 15:11:24.853 | net-mtu 2022-02-04 15:11:24.853 | net-mtu-writable 2022-02-04 15:11:24.853 | network_availability_zone 2022-02-04 15:11:24.853 | network-ip-availability 2022-02-04 15:11:24.853 | pagination 2022-02-04 15:11:24.853 | port-device-profile 2022-02-04 15:11:24.853 | port-mac-address-regenerate 2022-02-04 15:11:24.853 | port-numa-affinity-policy 2022-02-04 15:11:24.853 | binding 2022-02-04 15:11:24.853 | binding-extended 2022-02-04 15:11:24.853 | port-security 2022-02-04 15:11:24.853 | project-id 2022-02-04 15:11:24.853 | provider 2022-02-04 15:11:24.853 | quotas 2022-02-04 15:11:24.853 | quota_details 2022-02-04 15:11:24.853 | rbac-policies 2022-02-04 15:11:24.853 | rbac-address-group 2022-02-04 15:11:24.853 | rbac-address-scope 2022-02-04 15:11:24.853 | rbac-security-groups 2022-02-04 15:11:24.853 | rbac-subnetpool 2022-02-04 15:11:24.853 | revision-if-match 2022-02-04 15:11:24.853 | standard-attr-revisions 2022-02-04 15:11:24.853 | router_availability_zone 2022-02-04 15:11:24.853 | security-groups-normalized-cidr 2022-02-04 15:11:24.854 | port-security-groups-filtering 2022-02-04 15:11:24.854 | security-groups-remote-address-group 2022-02-04 15:11:24.854 | security-group 2022-02-04 15:11:24.854 | service-type 2022-02-04 15:11:24.854 | sorting 2022-02-04 15:11:24.854 | standard-attr-description 2022-02-04 15:11:24.854 | stateful-security-group 2022-02-04 15:11:24.854 | subnet_onboard 2022-02-04 15:11:24.854 | subnet-service-types 2022-02-04 15:11:24.854 | subnet_allocation 2022-02-04 15:11:24.854 | subnetpool-prefix-ops 2022-02-04 15:11:24.854 | standard-attr-tag 2022-02-04 15:11:24.854 | standard-attr-timestamp' 2022-02-04 15:11:24.854 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : [[ address-group 2022-02-04 15:11:24.854 | address-scope 2022-02-04 15:11:24.854 | router-admin-state-down-before-update 2022-02-04 15:11:24.854 | agent 2022-02-04 15:11:24.854 | agent-resources-synced 2022-02-04 15:11:24.854 | allowed-address-pairs 2022-02-04 15:11:24.854 | auto-allocated-topology 2022-02-04 15:11:24.854 | availability_zone 2022-02-04 15:11:24.854 | availability_zone_filter 2022-02-04 15:11:24.854 | default-subnetpools 2022-02-04 15:11:24.855 | dhcp_agent_scheduler 2022-02-04 15:11:24.855 | dvr 2022-02-04 15:11:24.855 | empty-string-filtering 2022-02-04 15:11:24.855 | external-net 2022-02-04 15:11:24.855 | extra_dhcp_opt 2022-02-04 15:11:24.855 | extraroute 2022-02-04 15:11:24.855 | extraroute-atomic 2022-02-04 15:11:24.855 | filter-validation 2022-02-04 15:11:24.855 | fip-port-details 2022-02-04 15:11:24.855 | flavors 2022-02-04 15:11:24.855 | floatingip-pools 2022-02-04 15:11:24.855 | ip-substring-filtering 2022-02-04 15:11:24.855 | router 2022-02-04 15:11:24.855 | ext-gw-mode 2022-02-04 15:11:24.855 | l3-ha 2022-02-04 15:11:24.855 | l3-flavors 2022-02-04 15:11:24.855 | l3-port-ip-change-not-allowed 2022-02-04 15:11:24.855 | l3_agent_scheduler 2022-02-04 15:11:24.855 | metering 2022-02-04 15:11:24.855 | metering_source_and_destination_fields 2022-02-04 15:11:24.855 | multi-provider 2022-02-04 15:11:24.855 | net-mtu 2022-02-04 15:11:24.855 | net-mtu-writable 2022-02-04 15:11:24.855 | network_availability_zone 2022-02-04 15:11:24.855 | network-ip-availability 2022-02-04 15:11:24.855 | pagination 2022-02-04 15:11:24.855 | port-device-profile 2022-02-04 15:11:24.855 | port-mac-address-regenerate 2022-02-04 15:11:24.855 | port-numa-affinity-policy 2022-02-04 15:11:24.855 | binding 2022-02-04 15:11:24.855 | binding-extended 2022-02-04 15:11:24.855 | port-security 2022-02-04 15:11:24.855 | project-id 2022-02-04 15:11:24.855 | provider 2022-02-04 15:11:24.855 | quotas 2022-02-04 15:11:24.856 | quota_details 2022-02-04 15:11:24.856 | rbac-policies 2022-02-04 15:11:24.856 | rbac-address-group 2022-02-04 15:11:24.856 | rbac-address-scope 2022-02-04 15:11:24.856 | rbac-security-groups 2022-02-04 15:11:24.856 | rbac-subnetpool 2022-02-04 15:11:24.856 | revision-if-match 2022-02-04 15:11:24.856 | standard-attr-revisions 2022-02-04 15:11:24.856 | router_availability_zone 2022-02-04 15:11:24.856 | security-groups-normalized-cidr 2022-02-04 15:11:24.856 | port-security-groups-filtering 2022-02-04 15:11:24.856 | security-groups-remote-address-group 2022-02-04 15:11:24.856 | security-group 2022-02-04 15:11:24.856 | service-type 2022-02-04 15:11:24.856 | sorting 2022-02-04 15:11:24.856 | standard-attr-description 2022-02-04 15:11:24.856 | stateful-security-group 2022-02-04 15:11:24.856 | subnet_onboard 2022-02-04 15:11:24.856 | subnet-service-types 2022-02-04 15:11:24.856 | subnet_allocation 2022-02-04 15:11:24.856 | subnetpool-prefix-ops 2022-02-04 15:11:24.856 | standard-attr-tag 2022-02-04 15:11:24.856 | standard-attr-timestamp =~ external-net ]] 2022-02-04 15:11:24.857 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:428 : return 0 2022-02-04 15:11:24.860 | +++ lib/tempest:configure_tempest:290 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2022-02-04 15:11:27.241 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:27.241 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:27.241 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:27.241 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:27.403 | +++ functions-common:oscwrap:2349 : return 0 2022-02-04 15:11:27.406 | ++ lib/tempest:configure_tempest:290 : public_network_id=2e189a9e-3191-4616-bc51-1ac904cb8b9e 2022-02-04 15:11:27.408 | ++ lib/tempest:configure_tempest:292 : openstack --os-cloud devstack-admin network create --share shared 2022-02-04 15:11:29.773 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:29.773 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:29.773 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:29.773 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:29.773 | +---------------------------+--------------------------------------+ 2022-02-04 15:11:29.773 | | Field | Value | 2022-02-04 15:11:29.773 | +---------------------------+--------------------------------------+ 2022-02-04 15:11:29.773 | | admin_state_up | UP | 2022-02-04 15:11:29.773 | | availability_zone_hints | | 2022-02-04 15:11:29.773 | | availability_zones | | 2022-02-04 15:11:29.773 | | created_at | 2022-02-04T15:11:29Z | 2022-02-04 15:11:29.773 | | description | | 2022-02-04 15:11:29.773 | | dns_domain | None | 2022-02-04 15:11:29.773 | | id | f38521d9-f725-4bc9-954b-0492d79f7939 | 2022-02-04 15:11:29.773 | | ipv4_address_scope | None | 2022-02-04 15:11:29.773 | | ipv6_address_scope | None | 2022-02-04 15:11:29.773 | | is_default | False | 2022-02-04 15:11:29.773 | | is_vlan_transparent | None | 2022-02-04 15:11:29.773 | | mtu | 1500 | 2022-02-04 15:11:29.773 | | name | shared | 2022-02-04 15:11:29.773 | | port_security_enabled | True | 2022-02-04 15:11:29.773 | | project_id | c23e181196a7446a9d09bb240b0fa205 | 2022-02-04 15:11:29.773 | | provider:network_type | vlan | 2022-02-04 15:11:29.773 | | provider:physical_network | physnet1 | 2022-02-04 15:11:29.774 | | provider:segmentation_id | 167 | 2022-02-04 15:11:29.774 | | qos_policy_id | None | 2022-02-04 15:11:29.774 | | revision_number | 1 | 2022-02-04 15:11:29.774 | | router:external | Internal | 2022-02-04 15:11:29.774 | | segments | None | 2022-02-04 15:11:29.774 | | shared | True | 2022-02-04 15:11:29.774 | | status | ACTIVE | 2022-02-04 15:11:29.774 | | subnets | | 2022-02-04 15:11:29.774 | | tags | | 2022-02-04 15:11:29.774 | | updated_at | 2022-02-04T15:11:29Z | 2022-02-04 15:11:29.774 | +---------------------------+--------------------------------------+ 2022-02-04 15:11:29.971 | ++ lib/tempest:configure_tempest:293 : openstack --os-cloud devstack-admin subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2022-02-04 15:11:32.638 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:32.638 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:32.638 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-02-04 15:11:32.638 | from cryptography.utils import int_from_bytes 2022-02-04 15:11:32.638 | +----------------------+--------------------------------------+ 2022-02-04 15:11:32.638 | | Field | Value | 2022-02-04 15:11:32.638 | +----------------------+--------------------------------------+ 2022-02-04 15:11:32.638 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2022-02-04 15:11:32.638 | | cidr | 192.168.233.0/24 | 2022-02-04 15:11:32.638 | | created_at | 2022-02-04T15:11:32Z | 2022-02-04 15:11:32.638 | | description | shared-subnet | 2022-02-04 15:11:32.638 | | dns_nameservers | | 2022-02-04 15:11:32.638 | | dns_publish_fixed_ip | None | 2022-02-04 15:11:32.639 | | enable_dhcp | True | 2022-02-04 15:11:32.639 | | gateway_ip | 192.168.233.1 | 2022-02-04 15:11:32.639 | | host_routes | | 2022-02-04 15:11:32.639 | | id | da3c4b1e-b039-431d-8f43-4e0235d0b7c8 | 2022-02-04 15:11:32.639 | | ip_version | 4 | 2022-02-04 15:11:32.639 | | ipv6_address_mode | None | 2022-02-04 15:11:32.639 | | ipv6_ra_mode | None | 2022-02-04 15:11:32.639 | | name | shared-subnet | 2022-02-04 15:11:32.639 | | network_id | f38521d9-f725-4bc9-954b-0492d79f7939 | 2022-02-04 15:11:32.639 | | project_id | c23e181196a7446a9d09bb240b0fa205 | 2022-02-04 15:11:32.639 | | revision_number | 0 | 2022-02-04 15:11:32.639 | | segment_id | None | 2022-02-04 15:11:32.639 | | service_types | | 2022-02-04 15:11:32.639 | | subnetpool_id | None | 2022-02-04 15:11:32.639 | | tags | | 2022-02-04 15:11:32.639 | | updated_at | 2022-02-04T15:11:32Z | 2022-02-04 15:11:32.639 | +----------------------+--------------------------------------+ 2022-02-04 15:11:32.824 | ++ lib/tempest:configure_tempest:296 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_syslog False 2022-02-04 15:11:32.859 | ++ lib/tempest:configure_tempest:299 : iniset /opt/stack/tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2022-02-04 15:11:32.896 | ++ lib/tempest:configure_tempest:300 : mkdir -p /opt/stack/data/tempest 2022-02-04 15:11:32.901 | ++ lib/tempest:configure_tempest:301 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_stderr False 2022-02-04 15:11:32.936 | ++ lib/tempest:configure_tempest:302 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT log_file tempest.log 2022-02-04 15:11:32.967 | ++ lib/tempest:configure_tempest:303 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT debug True 2022-02-04 15:11:33.001 | ++ lib/tempest:configure_tempest:306 : iniset /opt/stack/tempest/etc/tempest.conf compute build_timeout 196 2022-02-04 15:11:33.040 | ++ lib/tempest:configure_tempest:307 : iniset /opt/stack/tempest/etc/tempest.conf volume build_timeout 196 2022-02-04 15:11:33.074 | ++ lib/tempest:configure_tempest:310 : iniset /opt/stack/tempest/etc/tempest.conf identity uri http://10.222.0.18/identity/v2.0/ 2022-02-04 15:11:33.111 | ++ lib/tempest:configure_tempest:311 : iniset /opt/stack/tempest/etc/tempest.conf identity uri_v3 http://10.222.0.18/identity/v3 2022-02-04 15:11:33.144 | ++ lib/tempest:configure_tempest:312 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2022-02-04 15:11:33.175 | ++ lib/tempest:configure_tempest:313 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_duration 10 2022-02-04 15:11:33.205 | ++ lib/tempest:configure_tempest:314 : iniset /opt/stack/tempest/etc/tempest.conf identity user_unique_last_password_count 2 2022-02-04 15:11:33.236 | ++ lib/tempest:configure_tempest:315 : [[ True == \T\r\u\e ]] 2022-02-04 15:11:33.239 | ++ lib/tempest:configure_tempest:316 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_username admin 2022-02-04 15:11:33.276 | ++ lib/tempest:configure_tempest:317 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_password Passw0rd 2022-02-04 15:11:33.305 | ++ lib/tempest:configure_tempest:318 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_project_name admin 2022-02-04 15:11:33.336 | ++ lib/tempest:configure_tempest:319 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_domain_name Default 2022-02-04 15:11:33.366 | ++ lib/tempest:configure_tempest:321 : '[' False == True ']' 2022-02-04 15:11:33.369 | ++ lib/tempest:configure_tempest:326 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2022-02-04 15:11:33.407 | ++ lib/tempest:configure_tempest:328 : iniset /opt/stack/tempest/etc/tempest.conf identity auth_version v3 2022-02-04 15:11:33.443 | ++ lib/tempest:configure_tempest:329 : [[ '' != \v\2 ]] 2022-02-04 15:11:33.446 | ++ lib/tempest:configure_tempest:331 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2022-02-04 15:11:33.475 | ++ lib/tempest:configure_tempest:334 : is_service_enabled tls-proxy 2022-02-04 15:11:33.493 | ++ functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:11:33.495 | ++ lib/tempest:configure_tempest:339 : [[ True = True ]] 2022-02-04 15:11:33.499 | ++ lib/tempest:configure_tempest:340 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2022-02-04 15:11:33.537 | ++ lib/tempest:configure_tempest:345 : is_service_enabled ldap 2022-02-04 15:11:33.564 | ++ functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:11:33.569 | ++ lib/tempest:configure_tempest:351 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled project_tags True 2022-02-04 15:11:33.607 | ++ lib/tempest:configure_tempest:355 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2022-02-04 15:11:33.639 | ++ lib/tempest:configure_tempest:359 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled access_rules True 2022-02-04 15:11:33.680 | ++ lib/tempest:configure_tempest:364 : [[ ! -z '' ]] 2022-02-04 15:11:33.682 | ++ lib/tempest:configure_tempest:367 : iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled import_image False 2022-02-04 15:11:33.717 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2022-02-04 15:11:33.747 | ++ lib/tempest:configure_tempest:369 : is_service_enabled g-api-r 2022-02-04 15:11:33.765 | ++ functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:11:33.767 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref 24a265fb-5e66-416b-8342-691a5055c77b 2022-02-04 15:11:33.794 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt 24a265fb-5e66-416b-8342-691a5055c77b 2022-02-04 15:11:33.823 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref 42 2022-02-04 15:11:33.850 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref_alt 84 2022-02-04 15:11:33.877 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack/tempest/etc/tempest.conf validation connect_method floating 2022-02-04 15:11:33.909 | ++ lib/tempest:configure_tempest:379 : is_service_enabled neutron 2022-02-04 15:11:33.925 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:11:33.928 | ++ lib/tempest:configure_tempest:387 : [[ -n '' ]] 2022-02-04 15:11:33.930 | ++ lib/tempest:configure_tempest:397 : local tempest_compute_min_microversion=None 2022-02-04 15:11:33.933 | ++ lib/tempest:configure_tempest:398 : local tempest_compute_max_microversion=2.90 2022-02-04 15:11:33.935 | ++ lib/tempest:configure_tempest:401 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2022-02-04 15:11:33.937 | ++ lib/tempest:configure_tempest:405 : '[' None == None ']' 2022-02-04 15:11:33.940 | ++ lib/tempest:configure_tempest:406 : inicomment /opt/stack/tempest/etc/tempest.conf compute min_microversion 2022-02-04 15:11:33.966 | ++ lib/tempest:configure_tempest:410 : '[' 2.90 == None ']' 2022-02-04 15:11:33.969 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack/tempest/etc/tempest.conf compute max_microversion 2.90 2022-02-04 15:11:33.997 | ++ lib/tempest:configure_tempest:416 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled personality False 2022-02-04 15:11:34.027 | ++ lib/tempest:configure_tempest:417 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled resize True 2022-02-04 15:11:34.058 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migration True 2022-02-04 15:11:34.091 | ++ lib/tempest:configure_tempest:419 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False 2022-02-04 15:11:34.125 | ++ lib/tempest:configure_tempest:420 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration True 2022-02-04 15:11:34.157 | ++ lib/tempest:configure_tempest:421 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2022-02-04 15:11:34.185 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2022-02-04 15:11:34.216 | ++ lib/tempest:configure_tempest:425 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2022-02-04 15:11:34.248 | ++ lib/tempest:configure_tempest:427 : [[ -n AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2022-02-04 15:11:34.251 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-02-04 15:11:34.289 | ++ lib/tempest:configure_tempest:431 : [[ False == \T\r\u\e ]] 2022-02-04 15:11:34.292 | ++ lib/tempest:configure_tempest:435 : is_service_enabled n-novnc 2022-02-04 15:11:34.317 | ++ functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:11:34.319 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack/tempest/etc/tempest.conf network project_networks_reachable false 2022-02-04 15:11:34.359 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack/tempest/etc/tempest.conf network public_network_id 2e189a9e-3191-4616-bc51-1ac904cb8b9e 2022-02-04 15:11:34.398 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack/tempest/etc/tempest.conf network public_router_id '' 2022-02-04 15:11:34.428 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack/tempest/etc/tempest.conf network default_network 172.20.0.0/16 2022-02-04 15:11:34.457 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6 True 2022-02-04 15:11:34.490 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2022-02-04 15:11:34.520 | ++ lib/tempest:configure_tempest:446 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled port_security True 2022-02-04 15:11:34.554 | ++ lib/tempest:configure_tempest:449 : SCENARIO_IMAGE_DIR=/home/ubuntu/devstack/files 2022-02-04 15:11:34.557 | ++ lib/tempest:configure_tempest:450 : SCENARIO_IMAGE_FILE= 2022-02-04 15:11:34.560 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack/tempest/etc/tempest.conf scenario img_file /home/ubuntu/devstack/files/ 2022-02-04 15:11:34.602 | ++ lib/tempest:configure_tempest:454 : TEMPEST_SSH_NETWORK_NAME=private 2022-02-04 15:11:34.605 | ++ lib/tempest:configure_tempest:455 : is_provider_network 2022-02-04 15:11:34.607 | ++ functions-common:is_provider_network:2158 : '[' '' == True ']' 2022-02-04 15:11:34.609 | ++ functions-common:is_provider_network:2161 : return 1 2022-02-04 15:11:34.612 | ++ lib/tempest:configure_tempest:459 : iniset /opt/stack/tempest/etc/tempest.conf validation run_validation True 2022-02-04 15:11:34.648 | ++ lib/tempest:configure_tempest:460 : iniset /opt/stack/tempest/etc/tempest.conf validation ip_version_for_ssh 4 2022-02-04 15:11:34.687 | ++ lib/tempest:configure_tempest:461 : iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196 2022-02-04 15:11:34.719 | ++ lib/tempest:configure_tempest:462 : iniset /opt/stack/tempest/etc/tempest.conf validation image_ssh_user cirros 2022-02-04 15:11:34.759 | ++ lib/tempest:configure_tempest:463 : iniset /opt/stack/tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2022-02-04 15:11:34.802 | ++ lib/tempest:configure_tempest:464 : iniset /opt/stack/tempest/etc/tempest.conf validation network_for_ssh private 2022-02-04 15:11:34.836 | ++ lib/tempest:configure_tempest:468 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2022-02-04 15:11:34.838 | ++ lib/tempest:configure_tempest:469 : TEMPEST_VOLUME_MANAGE_SNAPSHOT=True 2022-02-04 15:11:34.841 | +++ lib/tempest:configure_tempest:471 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2022-02-04 15:11:34.859 | ++ lib/tempest:configure_tempest:471 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_snapshot True 2022-02-04 15:11:34.892 | ++ lib/tempest:configure_tempest:473 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2022-02-04 15:11:34.895 | ++ lib/tempest:configure_tempest:474 : TEMPEST_VOLUME_MANAGE_VOLUME=True 2022-02-04 15:11:34.898 | +++ lib/tempest:configure_tempest:476 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2022-02-04 15:11:34.916 | ++ lib/tempest:configure_tempest:476 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_volume True 2022-02-04 15:11:34.947 | ++ lib/tempest:configure_tempest:479 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2022-02-04 15:11:34.949 | ++ lib/tempest:configure_tempest:479 : '[' libvirt = libvirt ']' 2022-02-04 15:11:34.951 | ++ lib/tempest:configure_tempest:480 : TEMPEST_EXTEND_ATTACHED_VOLUME=True 2022-02-04 15:11:34.954 | +++ lib/tempest:configure_tempest:482 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2022-02-04 15:11:34.972 | ++ lib/tempest:configure_tempest:482 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume True 2022-02-04 15:11:35.002 | ++ lib/tempest:configure_tempest:484 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2022-02-04 15:11:35.004 | ++ lib/tempest:configure_tempest:485 : TEMPEST_VOLUME_REVERT_TO_SNAPSHOT=True 2022-02-04 15:11:35.007 | +++ lib/tempest:configure_tempest:487 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2022-02-04 15:11:35.024 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_revert True 2022-02-04 15:11:35.056 | ++ lib/tempest:configure_tempest:488 : local tempest_volume_min_microversion=None 2022-02-04 15:11:35.058 | ++ lib/tempest:configure_tempest:489 : local tempest_volume_max_microversion=3.66 2022-02-04 15:11:35.061 | ++ lib/tempest:configure_tempest:490 : '[' None == None ']' 2022-02-04 15:11:35.063 | ++ lib/tempest:configure_tempest:491 : inicomment /opt/stack/tempest/etc/tempest.conf volume min_microversion 2022-02-04 15:11:35.085 | ++ lib/tempest:configure_tempest:496 : '[' 3.66 == None ']' 2022-02-04 15:11:35.087 | ++ lib/tempest:configure_tempest:499 : iniset /opt/stack/tempest/etc/tempest.conf volume max_microversion 3.66 2022-02-04 15:11:35.117 | ++ lib/tempest:configure_tempest:502 : is_service_enabled c-bak 2022-02-04 15:11:35.134 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:11:35.136 | ++ lib/tempest:configure_tempest:509 : [[ -n lvm:lvmdriver-1 ]] 2022-02-04 15:11:35.138 | ++ lib/tempest:configure_tempest:509 : [[ lvm:lvmdriver-1 =~ .*,.* ]] 2022-02-04 15:11:35.141 | ++ lib/tempest:configure_tempest:529 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2022-02-04 15:11:35.143 | ++ lib/tempest:configure_tempest:533 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2022-02-04 15:11:35.146 | ++ lib/tempest:configure_tempest:543 : local tempest_placement_min_microversion=None 2022-02-04 15:11:35.148 | ++ lib/tempest:configure_tempest:544 : local tempest_placement_max_microversion=1.38 2022-02-04 15:11:35.150 | ++ lib/tempest:configure_tempest:545 : '[' None == None ']' 2022-02-04 15:11:35.153 | ++ lib/tempest:configure_tempest:546 : inicomment /opt/stack/tempest/etc/tempest.conf placement min_microversion 2022-02-04 15:11:35.173 | ++ lib/tempest:configure_tempest:550 : '[' 1.38 == None ']' 2022-02-04 15:11:35.175 | ++ lib/tempest:configure_tempest:553 : iniset /opt/stack/tempest/etc/tempest.conf placement max_microversion 1.38 2022-02-04 15:11:35.206 | ++ lib/tempest:configure_tempest:557 : '[' libvirt = ironic ']' 2022-02-04 15:11:35.209 | ++ lib/tempest:configure_tempest:571 : '[' libvirt = libvirt ']' 2022-02-04 15:11:35.211 | ++ lib/tempest:configure_tempest:573 : '[' kvm = lxc ']' 2022-02-04 15:11:35.214 | ++ lib/tempest:configure_tempest:580 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled shelve_migrate True 2022-02-04 15:11:35.243 | ++ lib/tempest:configure_tempest:581 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled stable_rescue True 2022-02-04 15:11:35.272 | ++ lib/tempest:configure_tempest:582 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume True 2022-02-04 15:11:35.302 | ++ lib/tempest:configure_tempest:595 : local service 2022-02-04 15:11:35.304 | ++ lib/tempest:configure_tempest:596 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2022-02-04 15:11:35.307 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-02-04 15:11:35.309 | ++ lib/tempest:configure_tempest:598 : is_service_enabled key 2022-02-04 15:11:35.326 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:11:35.328 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available key True 2022-02-04 15:11:35.361 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-02-04 15:11:35.364 | ++ lib/tempest:configure_tempest:598 : is_service_enabled glance 2022-02-04 15:11:35.380 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:11:35.383 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available glance True 2022-02-04 15:11:35.412 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-02-04 15:11:35.414 | ++ lib/tempest:configure_tempest:598 : is_service_enabled nova 2022-02-04 15:11:35.431 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:11:35.433 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available nova True 2022-02-04 15:11:35.463 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-02-04 15:11:35.465 | ++ lib/tempest:configure_tempest:598 : is_service_enabled neutron 2022-02-04 15:11:35.482 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:11:35.484 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available neutron True 2022-02-04 15:11:35.512 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-02-04 15:11:35.515 | ++ lib/tempest:configure_tempest:598 : is_service_enabled cinder 2022-02-04 15:11:35.534 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:11:35.536 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available cinder True 2022-02-04 15:11:35.573 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-02-04 15:11:35.576 | ++ lib/tempest:configure_tempest:598 : is_service_enabled swift 2022-02-04 15:11:35.594 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:11:35.596 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available swift True 2022-02-04 15:11:35.626 | ++ lib/tempest:configure_tempest:597 : for service in ${tempest_services//,/ } 2022-02-04 15:11:35.629 | ++ lib/tempest:configure_tempest:598 : is_service_enabled horizon 2022-02-04 15:11:35.646 | ++ functions-common:is_service_enabled:1965 : return 1 2022-02-04 15:11:35.648 | ++ lib/tempest:configure_tempest:601 : iniset /opt/stack/tempest/etc/tempest.conf service_available horizon False 2022-02-04 15:11:35.678 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf enforce_scope glance False 2022-02-04 15:11:35.711 | ++ lib/tempest:configure_tempest:607 : iniset /opt/stack/tempest/etc/tempest.conf enforce_scope cinder False 2022-02-04 15:11:35.741 | ++ lib/tempest:configure_tempest:609 : '[' libvirt = libvirt ']' 2022-02-04 15:11:35.743 | ++ lib/tempest:configure_tempest:609 : '[' kvm = lxc ']' 2022-02-04 15:11:35.745 | ++ lib/tempest:configure_tempest:619 : local tmp_cfg_file 2022-02-04 15:11:35.748 | +++ lib/tempest:configure_tempest:620 : mktemp 2022-02-04 15:11:35.753 | ++ lib/tempest:configure_tempest:620 : tmp_cfg_file=/tmp/tmp.katIW6VXE0 2022-02-04 15:11:35.756 | ++ lib/tempest:configure_tempest:621 : cd /opt/stack/tempest 2022-02-04 15:11:35.759 | ++ lib/tempest:configure_tempest:622 : [[ False != \T\r\u\e ]] 2022-02-04 15:11:35.761 | ++ lib/tempest:configure_tempest:623 : tox -revenv-tempest --notest 2022-02-04 15:11:36.349 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2022-02-04 15:11:37.399 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2022-02-04 15:11:55.982 | venv-tempest develop-inst: /opt/stack/tempest 2022-02-04 15:12:02.367 | venv-tempest installed: attrs==21.4.0,autopage==0.5.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.11,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.1,debtcollector==2.4.0,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==1.0.2,jsonschema==3.2.0,linecache2==1.0.0,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.1,packaging==21.3,paramiko==2.8.1,pbr==5.8.0,prettytable==3.0.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@115065a239a8e1ab50b6070a3c6ebfeabd0ad6fc#egg=tempest,testtools==2.5.0,traceback2==1.4.0,unittest2==1.1.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3 2022-02-04 15:12:02.367 | ___________________________________ summary ____________________________________ 2022-02-04 15:12:02.367 | venv-tempest: skipped tests 2022-02-04 15:12:02.367 | congratulations :) 2022-02-04 15:12:02.397 | ++ lib/tempest:configure_tempest:626 : local tmp_u_c_m 2022-02-04 15:12:02.400 | +++ lib/tempest:configure_tempest:627 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2022-02-04 15:12:02.405 | ++ lib/tempest:configure_tempest:627 : tmp_u_c_m=/tmp/tempest_u_c_m.NpMdt8L6eD 2022-02-04 15:12:02.407 | ++ lib/tempest:configure_tempest:628 : set_tempest_venv_constraints /tmp/tempest_u_c_m.NpMdt8L6eD 2022-02-04 15:12:02.410 | ++ lib/tempest:set_tempest_venv_constraints:115 : local tmp_c 2022-02-04 15:12:02.412 | ++ lib/tempest:set_tempest_venv_constraints:116 : tmp_c=/tmp/tempest_u_c_m.NpMdt8L6eD 2022-02-04 15:12:02.414 | ++ lib/tempest:set_tempest_venv_constraints:117 : [[ master == \m\a\s\t\e\r ]] 2022-02-04 15:12:02.417 | ++ lib/tempest:set_tempest_venv_constraints:118 : cd /opt/stack/requirements 2022-02-04 15:12:02.419 | ++ lib/tempest:set_tempest_venv_constraints:119 : git show master:upper-constraints.txt 2022-02-04 15:12:02.426 | ++ lib/tempest:configure_tempest:629 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.NpMdt8L6eD -r requirements.txt 2022-02-04 15:12:04.004 | /opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/setuptools/command/easy_install.py:157: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2022-02-04 15:12:04.004 | warnings.warn( 2022-02-04 15:12:04.004 | /opt/stack/tempest/.tox/tempest/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-02-04 15:12:04.004 | warnings.warn( 2022-02-04 15:12:04.090 | venv-tempest develop-inst-noop: /opt/stack/tempest 2022-02-04 15:12:04.759 | venv-tempest installed: attrs==21.4.0,autopage==0.5.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.11,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.1,debtcollector==2.4.0,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,iso8601==1.0.2,jsonschema==3.2.0,linecache2==1.0.0,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.1,packaging==21.3,paramiko==2.8.1,pbr==5.8.0,prettytable==3.0.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@115065a239a8e1ab50b6070a3c6ebfeabd0ad6fc#egg=tempest,testtools==2.5.0,traceback2==1.4.0,unittest2==1.1.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3 2022-02-04 15:12:04.760 | venv-tempest run-test-pre: PYTHONHASHSEED='2085747257' 2022-02-04 15:12:04.760 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.NpMdt8L6eD -r requirements.txt 2022-02-04 15:12:06.449 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-02-04 15:12:06.476 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 4)) (5.8.0) 2022-02-04 15:12:06.478 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 5)) (3.10.0) 2022-02-04 15:12:06.480 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 6)) (3.2.0) 2022-02-04 15:12:06.481 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 7)) (2.5.0) 2022-02-04 15:12:06.483 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 8)) (2.8.1) 2022-02-04 15:12:06.486 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (36.0.1) 2022-02-04 15:12:06.488 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 10)) (0.8.0) 2022-02-04 15:12:06.490 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 11)) (4.5.0) 2022-02-04 15:12:06.491 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 12)) (8.7.1) 2022-02-04 15:12:06.493 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 13)) (4.6.1) 2022-02-04 15:12:06.495 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 14)) (3.2.1) 2022-02-04 15:12:06.497 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 15)) (4.2.0) 2022-02-04 15:12:06.499 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 16)) (4.12.1) 2022-02-04 15:12:06.500 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 17)) (3.0.0) 2022-02-04 15:12:06.502 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 18)) (6.0) 2022-02-04 15:12:06.504 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 19)) (1.4.0) 2022-02-04 15:12:06.506 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 20)) (3.5.0) 2022-02-04 15:12:06.508 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 21)) (3.0.0) 2022-02-04 15:12:06.509 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 22)) (1.26.8) 2022-02-04 15:12:06.511 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 23)) (2.4.0) 2022-02-04 15:12:06.513 | Requirement already satisfied: unittest2>=1.1.0 in ./.tox/tempest/lib/python3.8/site-packages (from -r requirements.txt (line 24)) (1.1.0) 2022-02-04 15:12:06.527 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (3.0.7) 2022-02-04 15:12:06.528 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.3.3) 2022-02-04 15:12:06.530 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.0) 2022-02-04 15:12:06.561 | Requirement already satisfied: attrs>=17.4.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (21.4.0) 2022-02-04 15:12:06.563 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (60.6.0) 2022-02-04 15:12:06.565 | Requirement already satisfied: six>=1.11.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (1.16.0) 2022-02-04 15:12:06.566 | Requirement already satisfied: pyrsistent>=0.14.0 in ./.tox/tempest/lib/python3.8/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.1) 2022-02-04 15:12:06.577 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0) 2022-02-04 15:12:06.614 | Requirement already satisfied: pynacl>=1.0.1 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2022-02-04 15:12:06.616 | Requirement already satisfied: bcrypt>=3.1.3 in ./.tox/tempest/lib/python3.8/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (3.2.0) 2022-02-04 15:12:06.655 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.8/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.15.0) 2022-02-04 15:12:06.671 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (5.1.0) 2022-02-04 15:12:06.675 | Requirement already satisfied: fasteners>=0.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (0.17.3) 2022-02-04 15:12:06.719 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.27.1) 2022-02-04 15:12:06.723 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (1.5.0) 2022-02-04 15:12:06.770 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.8.2) 2022-02-04 15:12:06.774 | Requirement already satisfied: oslo.context>=2.20.0 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (3.4.0) 2022-02-04 15:12:06.777 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2022-02-04 15:12:06.811 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.18.2) 2022-02-04 15:12:06.814 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.8/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.12.2) 2022-02-04 15:12:06.832 | Requirement already satisfied: pytz>=2013.6 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2021.3) 2022-02-04 15:12:06.834 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.3) 2022-02-04 15:12:06.856 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (21.3) 2022-02-04 15:12:06.861 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2022-02-04 15:12:06.864 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.8/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (1.0.2) 2022-02-04 15:12:06.934 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.8/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.5) 2022-02-04 15:12:06.971 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.8/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.13.3) 2022-02-04 15:12:07.059 | Collecting argparse 2022-02-04 15:12:07.066 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2022-02-04 15:12:07.071 | Requirement already satisfied: traceback2 in ./.tox/tempest/lib/python3.8/site-packages (from unittest2>=1.1.0->-r requirements.txt (line 24)) (1.4.0) 2022-02-04 15:12:07.173 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.8/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2022-02-04 15:12:07.259 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.8/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2022-02-04 15:12:07.473 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3) 2022-02-04 15:12:07.475 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2021.10.8) 2022-02-04 15:12:07.477 | Requirement already satisfied: charset-normalizer~=2.0.0 in ./.tox/tempest/lib/python3.8/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.11) 2022-02-04 15:12:07.627 | Requirement already satisfied: linecache2 in ./.tox/tempest/lib/python3.8/site-packages (from traceback2->unittest2>=1.1.0->-r requirements.txt (line 24)) (1.0.0) 2022-02-04 15:12:07.762 | Installing collected packages: argparse 2022-02-04 15:12:07.827 | Successfully installed argparse-1.4.0 2022-02-04 15:12:07.832 | WARNING: You are using pip version 21.2.3; however, version 22.0.3 is available. 2022-02-04 15:12:07.832 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2022-02-04 15:12:07.928 | ___________________________________ summary ____________________________________ 2022-02-04 15:12:07.928 | venv-tempest: commands succeeded 2022-02-04 15:12:07.928 | congratulations :) 2022-02-04 15:12:07.958 | ++ lib/tempest:configure_tempest:630 : rm -f /tmp/tempest_u_c_m.NpMdt8L6eD 2022-02-04 15:12:07.962 | ++ lib/tempest:configure_tempest:633 : [[ False == \T\r\u\e ]] 2022-02-04 15:12:07.965 | ++ lib/tempest:configure_tempest:641 : [[ True == \F\a\l\s\e ]] 2022-02-04 15:12:07.967 | ++ lib/tempest:configure_tempest:645 : iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True 2022-02-04 15:12:07.998 | ++ lib/tempest:configure_tempest:651 : tox -evenv -- tempest verify-config -uro /tmp/tmp.katIW6VXE0 2022-02-04 15:12:08.620 | venv create: /opt/stack/tempest/.tox/venv 2022-02-04 15:12:09.431 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2022-02-04 15:12:40.622 | venv develop-inst: /opt/stack/tempest 2022-02-04 15:12:49.098 | venv installed: alabaster==0.7.12,attrs==21.4.0,autopage==0.5.0,Babel==2.9.1,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.11,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.1,debtcollector==2.4.0,docutils==0.17.1,dulwich==0.20.32,extras==1.0.0,fasteners==0.17.3,fixtures==3.0.0,future==0.18.2,idna==3.3,imagesize==1.3.0,importlib-metadata==4.10.1,iso8601==1.0.2,Jinja2==3.0.3,jsonschema==3.2.0,linecache2==1.0.0,MarkupSafe==2.0.1,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,openstackdocstheme==2.3.1,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.1,packaging==21.3,paramiko==2.8.1,pbr==5.8.0,prettytable==3.0.0,pycparser==2.21,Pygments==2.11.2,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.7,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,reno==3.5.0,requests==2.27.1,rfc3986==1.5.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==4.4.0,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-serializinghtml==1.1.5,sphinxcontrib-svg2pdfconverter==1.2.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@115065a239a8e1ab50b6070a3c6ebfeabd0ad6fc#egg=tempest,testtools==2.5.0,traceback2==1.4.0,unittest2==1.1.0,urllib3==1.26.8,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3,zipp==3.7.0 2022-02-04 15:12:49.099 | venv run-test-pre: PYTHONHASHSEED='1578248574' 2022-02-04 15:12:49.099 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.katIW6VXE0 2022-02-04 15:12:52.172 | /opt/stack/tempest/tempest/lib/services/image/v1/__init__.py:24: DeprecationWarning: The tempest.lib.services.image.v1 module (Image v1 APIs service clients) is deprecated in favor of tempest.lib.services.image.v2 (Image v2 APIs service clients) and will be removed once Tempest stop supporting stable Ussuri. 2022-02-04 15:12:52.173 | warnings.warn( 2022-02-04 15:12:52.173 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2022-02-04 15:12:52.173 | warnings.warn( 2022-02-04 15:12:52.173 | /opt/stack/tempest/tempest/lib/services/clients.py:210: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2022-02-04 15:12:52.173 | _client = klass(auth_provider=auth_provider, **kwargs) 2022-02-04 15:12:52.173 | Config option api_v2 in group image-feature-enabled should be changed to: False 2022-02-04 15:12:52.291 | ___________________________________ summary ____________________________________ 2022-02-04 15:12:52.291 | venv: commands succeeded 2022-02-04 15:12:52.291 | congratulations :) 2022-02-04 15:12:52.321 | ++ lib/tempest:configure_tempest:656 : is_service_enabled q-metering 2022-02-04 15:12:52.344 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:12:52.347 | ++ lib/tempest:configure_tempest:661 : is_service_enabled q-l3 2022-02-04 15:12:52.365 | ++ functions-common:is_service_enabled:1965 : return 0 2022-02-04 15:12:52.368 | ++ lib/tempest:configure_tempest:665 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2022-02-04 15:12:52.370 | ++ lib/tempest:configure_tempest:666 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2022-02-04 15:12:52.373 | ++ lib/tempest:configure_tempest:667 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2022-02-04 15:12:52.375 | ++ lib/tempest:configure_tempest:668 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2022-02-04 15:12:52.378 | ++ lib/tempest:configure_tempest:669 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2022-02-04 15:12:52.380 | ++ lib/tempest:configure_tempest:670 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2022-02-04 15:12:52.383 | ++ lib/tempest:configure_tempest:671 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2022-02-04 15:12:52.385 | ++ lib/tempest:configure_tempest:672 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2022-02-04 15:12:52.388 | ++ lib/tempest:configure_tempest:673 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2022-02-04 15:12:52.390 | ++ lib/tempest:configure_tempest:674 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2022-02-04 15:12:52.393 | ++ lib/tempest:configure_tempest:675 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2022-02-04 15:12:52.396 | ++ lib/tempest:configure_tempest:676 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2022-02-04 15:12:52.398 | ++ lib/tempest:configure_tempest:677 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2022-02-04 15:12:52.400 | ++ lib/tempest:configure_tempest:678 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2022-02-04 15:12:52.403 | ++ lib/tempest:configure_tempest:679 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2022-02-04 15:12:52.405 | ++ lib/tempest:configure_tempest:680 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2022-02-04 15:12:52.408 | ++ lib/tempest:configure_tempest:682 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2022-02-04 15:12:52.410 | ++ lib/tempest:configure_tempest:683 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2022-02-04 15:12:52.413 | ++ lib/tempest:configure_tempest:684 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2022-02-04 15:12:52.415 | ++ lib/tempest:configure_tempest:685 : [[ ! -z '' ]] 2022-02-04 15:12:52.417 | ++ lib/tempest:configure_tempest:691 : [[ -n '' ]] 2022-02-04 15:12:52.420 | ++ lib/tempest:configure_tempest:694 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled api_extensions address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2022-02-04 15:12:52.448 | ++ lib/tempest:configure_tempest:696 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2022-02-04 15:12:52.451 | ++ lib/tempest:configure_tempest:697 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2022-02-04 15:12:52.453 | ++ lib/tempest:configure_tempest:698 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2022-02-04 15:12:52.455 | ++ lib/tempest:configure_tempest:699 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2022-02-04 15:12:52.458 | ++ lib/tempest:configure_tempest:700 : [[ ! -z '' ]] 2022-02-04 15:12:52.461 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack/tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2022-02-04 15:12:52.492 | ++ lib/tempest:configure_tempest:708 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2022-02-04 15:12:52.494 | ++ lib/tempest:configure_tempest:709 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2022-02-04 15:12:52.497 | ++ lib/tempest:configure_tempest:710 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2022-02-04 15:12:52.499 | ++ lib/tempest:configure_tempest:711 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2022-02-04 15:12:52.501 | ++ lib/tempest:configure_tempest:712 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2022-02-04 15:12:52.504 | ++ lib/tempest:configure_tempest:713 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2022-02-04 15:12:52.506 | ++ lib/tempest:configure_tempest:714 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2022-02-04 15:12:52.508 | ++ lib/tempest:configure_tempest:715 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2022-02-04 15:12:52.511 | ++ lib/tempest:configure_tempest:716 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2022-02-04 15:12:52.513 | ++ lib/tempest:configure_tempest:717 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2022-02-04 15:12:52.515 | ++ lib/tempest:configure_tempest:718 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2022-02-04 15:12:52.518 | ++ lib/tempest:configure_tempest:720 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2022-02-04 15:12:52.520 | ++ lib/tempest:configure_tempest:722 : [[ ! -z '' ]] 2022-02-04 15:12:52.523 | ++ lib/tempest:configure_tempest:728 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2022-02-04 15:12:52.551 | ++ lib/tempest:configure_tempest:731 : IFS=' 2022-02-04 15:12:52.552 | ' 2022-02-04 15:12:52.554 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2022-02-04 15:12:52.557 | ++ ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-02-04 15:12:52.560 | ++ ./stack.sh:echo_summary:432 : echo -e Installing Tempest Plugins 2022-02-04 15:12:52.562 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2022-02-04 15:12:52.565 | ++ lib/tempest:install_tempest_plugins:760 : pushd /opt/stack/tempest 2022-02-04 15:12:52.565 | /opt/stack/tempest /opt/stack/tempest 2022-02-04 15:12:52.569 | ++ lib/tempest:install_tempest_plugins:761 : [[ 0 != 0 ]] 2022-02-04 15:12:52.571 | ++ lib/tempest:install_tempest_plugins:770 : popd 2022-02-04 15:12:52.571 | /opt/stack/tempest 2022-02-04 15:12:52.574 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-02-04 15:12:52.577 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-02-04 15:12:52.579 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2022-02-04 15:12:52.582 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-02-04 15:12:52.585 | + functions-common:run_phase:1764 : run_plugins stack test-config 2022-02-04 15:12:52.588 | + functions-common:run_plugins:1723 : local mode=stack 2022-02-04 15:12:52.590 | + functions-common:run_plugins:1724 : local phase=test-config 2022-02-04 15:12:52.593 | + functions-common:run_plugins:1726 : local plugins= 2022-02-04 15:12:52.596 | + functions-common:run_plugins:1727 : local plugin 2022-02-04 15:12:52.599 | + ./stack.sh:main:1494 : merge_config_group /home/ubuntu/devstack/local.conf test-config 2022-02-04 15:12:52.602 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-02-04 15:12:52.604 | + inc/meta-config:merge_config_group:171 : shift 2022-02-04 15:12:52.607 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2022-02-04 15:12:52.610 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-04 15:12:52.613 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-02-04 15:12:52.616 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-02-04 15:12:52.619 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf test-config 2022-02-04 15:12:52.623 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-02-04 15:12:52.626 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2022-02-04 15:12:52.629 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-02-04 15:12:52.632 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2022-02-04 15:12:52.632 | /^\[\[.+\|.*\]\]/ { 2022-02-04 15:12:52.632 | gsub("[][]", "", $1); 2022-02-04 15:12:52.632 | split($1, a, "|"); 2022-02-04 15:12:52.632 | if (a[1] == matchgroup) 2022-02-04 15:12:52.632 | print a[2] 2022-02-04 15:12:52.632 | } 2022-02-04 15:12:52.632 | ' /home/ubuntu/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 28 pip_install 283 apt-get 322 run_process 44 dbsync 20 git_timed 9 apt-get-update 2 test_with_retry 5 async_wait 153 osc 515 ------------------------- Unaccounted time -41 ========================= Total runtime 1340 ================= Async summary ================= Time spent in the background minus waits: 596 sec Elapsed time: 1340 sec Time if we did everything serially: 1936 sec Speedup: 1.44478 This is your host IP address: 10.222.0.18 This is your host IPv6 address: ::1 Keystone is serving at http://10.222.0.18/identity/ The default users are: admin and demo The password: Passw0rd Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: xena Change: 0f3e186c2f3cbdf7258adffdc816d08c15fe936a Use ping instead of arping for br-data 2022-02-04 14:48:44 +0000 OS Version: Ubuntu 20.04 focal