2021-12-14 17:19:31.260 | + ./stack.sh:main:469 : exec 2021-12-14 17:19:31.260 | + ./stack.sh:main:477 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-12-14-171931' 2021-12-14 17:19:31.260 | ++ ./stack.sh:main:469 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-12-14-171931.summary.2021-12-14-171931 2021-12-14 17:19:31.260 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:19:31.260 | + ./stack.sh:echo_summary:428 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-12-14-171931 2021-12-14 17:19:31.260 | + ./stack.sh:main:479 : ln -sf /opt/stack/logs/stack.sh.log.2021-12-14-171931 /opt/stack/logs/stack.sh.log 2021-12-14 17:19:31.260 | + ./stack.sh:main:480 : ln -sf /opt/stack/logs/stack.sh.log.2021-12-14-171931.summary.2021-12-14-171931 /opt/stack/logs/stack.sh.log.summary 2021-12-14 17:19:31.260 | + ./stack.sh:main:495 : check_path_perm_sanity /opt/stack 2021-12-14 17:19:31.260 | + functions:check_path_perm_sanity:583 : local real_path 2021-12-14 17:19:31.260 | ++ functions:check_path_perm_sanity:584 : readlink -f /opt/stack 2021-12-14 17:19:31.260 | + functions:check_path_perm_sanity:584 : real_path=/opt/stack 2021-12-14 17:19:31.260 | + functions:check_path_perm_sanity:585 : local rebuilt_path= 2021-12-14 17:19:31.260 | ++ functions:check_path_perm_sanity:586 : echo /opt/stack 2021-12-14 17:19:31.260 | ++ functions:check_path_perm_sanity:586 : tr / ' ' 2021-12-14 17:19:31.260 | + functions:check_path_perm_sanity:586 : for i in $(echo ${real_path} | tr "/" " ") 2021-12-14 17:19:31.260 | + functions:check_path_perm_sanity:587 : rebuilt_path=/opt 2021-12-14 17:19:31.260 | ++ functions:check_path_perm_sanity:589 : stat -c %a /opt 2021-12-14 17:19:31.260 | + functions:check_path_perm_sanity:589 : [[ 755 = 700 ]] 2021-12-14 17:19:31.261 | + functions:check_path_perm_sanity:586 : for i in $(echo ${real_path} | tr "/" " ") 2021-12-14 17:19:31.263 | + functions:check_path_perm_sanity:587 : rebuilt_path=/opt/stack 2021-12-14 17:19:31.265 | ++ functions:check_path_perm_sanity:589 : stat -c %a /opt/stack 2021-12-14 17:19:31.268 | + functions:check_path_perm_sanity:589 : [[ 755 = 700 ]] 2021-12-14 17:19:31.271 | + ./stack.sh:main:501 : trap exit_trap EXIT 2021-12-14 17:19:31.273 | + ./stack.sh:main:542 : trap err_trap ERR 2021-12-14 17:19:31.275 | + ./stack.sh:main:555 : set -o errexit 2021-12-14 17:19:31.277 | + ./stack.sh:main:558 : uname -a 2021-12-14 17:19:31.278 | Linux dv-cinder-821737-1-iscsi 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2021-12-14 17:19:31.280 | + ./stack.sh:main:561 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-12-14 17:19:31.282 | + ./stack.sh:main:562 : rm -f /opt/stack/data/ca-bundle.pem 2021-12-14 17:19:31.285 | + ./stack.sh:main:565 : source /home/ubuntu/devstack/lib/database 2021-12-14 17:19:31.310 | + ./stack.sh:main:566 : source /home/ubuntu/devstack/lib/rpc_backend 2021-12-14 17:19:31.325 | + ./stack.sh:main:572 : fetch_plugins 2021-12-14 17:19:31.327 | + functions-common:fetch_plugins:1677 : local plugins= 2021-12-14 17:19:31.329 | + functions-common:fetch_plugins:1678 : local plugin 2021-12-14 17:19:31.331 | + functions-common:fetch_plugins:1681 : [[ -z '' ]] 2021-12-14 17:19:31.333 | + functions-common:fetch_plugins:1682 : return 2021-12-14 17:19:31.335 | + ./stack.sh:main:576 : run_phase override_defaults 2021-12-14 17:19:31.337 | + functions-common:run_phase:1759 : local mode=override_defaults 2021-12-14 17:19:31.339 | + functions-common:run_phase:1760 : local phase= 2021-12-14 17:19:31.340 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-14 17:19:31.342 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-12-14 17:19:31.344 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-14 17:19:31.346 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-12-14 17:19:31.347 | + functions-common:run_phase:1769 : local extra 2021-12-14 17:19:31.350 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-14 17:19:31.352 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-12-14 17:19:31.354 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-14 17:19:31.356 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-14 17:19:31.358 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-12-14 17:19:31.360 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-14 17:19:31.371 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:19:31.373 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-12-14 17:19:31.375 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-14 17:19:31.377 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-14 17:19:31.378 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-14 17:19:31.380 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-14 17:19:31.382 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-14 17:19:31.384 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-12-14 17:19:31.385 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2021-12-14 17:19:31.388 | + functions-common:run_phase:1780 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-12-14 17:19:31.390 | + functions-common:run_phase:1783 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-14 17:19:31.392 | + functions-common:run_phase:1784 : plugin_override_defaults 2021-12-14 17:19:31.394 | + functions-common:plugin_override_defaults:1718 : local plugins= 2021-12-14 17:19:31.396 | + functions-common:plugin_override_defaults:1719 : local plugin 2021-12-14 17:19:31.398 | + functions-common:plugin_override_defaults:1722 : [[ -z '' ]] 2021-12-14 17:19:31.400 | + functions-common:plugin_override_defaults:1723 : return 2021-12-14 17:19:31.403 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/apache 2021-12-14 17:19:31.420 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/tls 2021-12-14 17:19:31.422 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-12-14 17:19:31.434 | ++ functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:19:31.437 | +++ lib/tls:source:43 : hostname -f 2021-12-14 17:19:31.441 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-12-14 17:19:31.443 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-12-14 17:19:31.445 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-12-14 17:19:31.447 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-12-14 17:19:31.449 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-12-14 17:19:31.450 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-12-14 17:19:31.452 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-12-14 17:19:31.454 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-12-14 17:19:31.456 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-12-14 17:19:31.458 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-12-14 17:19:31.462 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/infra 2021-12-14 17:19:31.473 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/libraries 2021-12-14 17:19:31.489 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/lvm 2021-12-14 17:19:31.501 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/horizon 2021-12-14 17:19:31.513 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/keystone 2021-12-14 17:19:31.538 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/glance 2021-12-14 17:19:31.567 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/nova 2021-12-14 17:19:31.653 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/placement 2021-12-14 17:19:31.673 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/cinder 2021-12-14 17:19:31.705 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/swift 2021-12-14 17:19:31.758 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/neutron 2021-12-14 17:19:31.797 | WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future 2021-12-14 17:19:31.886 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/ldap 2021-12-14 17:19:31.904 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/dstat 2021-12-14 17:19:31.917 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/tcpdump 2021-12-14 17:19:31.929 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/etcd3 2021-12-14 17:19:32.021 | + ./stack.sh:main:605 : run_phase source 2021-12-14 17:19:32.025 | + functions-common:run_phase:1759 : local mode=source 2021-12-14 17:19:32.028 | + functions-common:run_phase:1760 : local phase= 2021-12-14 17:19:32.032 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-14 17:19:32.035 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-12-14 17:19:32.039 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-14 17:19:32.041 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-12-14 17:19:32.043 | + functions-common:run_phase:1769 : local extra 2021-12-14 17:19:32.046 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-14 17:19:32.049 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-12-14 17:19:32.051 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-14 17:19:32.053 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-14 17:19:32.056 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-12-14 17:19:32.058 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-14 17:19:32.074 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:19:32.076 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-12-14 17:19:32.079 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-12-14 17:19:32.117 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2021-12-14 17:19:32.119 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2021-12-14 17:19:32.122 | + functions-common:run_phase:1780 : [[ source == \s\o\u\r\c\e ]] 2021-12-14 17:19:32.124 | + functions-common:run_phase:1781 : load_plugin_settings 2021-12-14 17:19:32.126 | + functions-common:load_plugin_settings:1695 : local plugins= 2021-12-14 17:19:32.128 | + functions-common:load_plugin_settings:1696 : local plugin 2021-12-14 17:19:32.130 | + functions-common:load_plugin_settings:1699 : [[ -z '' ]] 2021-12-14 17:19:32.133 | + functions-common:load_plugin_settings:1700 : return 2021-12-14 17:19:32.135 | + functions-common:run_phase:1782 : verify_disabled_services 2021-12-14 17:19:32.137 | + functions-common:verify_disabled_services:2042 : local service 2021-12-14 17:19:32.139 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.141 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-12-14 17:19:32.144 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.146 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-12-14 17:19:32.149 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.152 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-12-14 17:19:32.154 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.156 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-12-14 17:19:32.159 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.162 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-12-14 17:19:32.164 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.166 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-12-14 17:19:32.169 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.171 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-12-14 17:19:32.174 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.176 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-12-14 17:19:32.178 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.181 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-12-14 17:19:32.183 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.185 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-12-14 17:19:32.189 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.192 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-12-14 17:19:32.194 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.196 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-12-14 17:19:32.198 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.201 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-12-14 17:19:32.203 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.205 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-12-14 17:19:32.207 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.210 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-12-14 17:19:32.212 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.214 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-12-14 17:19:32.217 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.219 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-12-14 17:19:32.222 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.224 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-12-14 17:19:32.227 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.229 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-12-14 17:19:32.232 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.234 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-12-14 17:19:32.237 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.239 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-12-14 17:19:32.241 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.244 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-12-14 17:19:32.246 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.248 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-12-14 17:19:32.251 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.253 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-12-14 17:19:32.256 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.260 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-12-14 17:19:32.262 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.265 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-12-14 17:19:32.267 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.270 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-12-14 17:19:32.273 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.276 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-12-14 17:19:32.282 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.285 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-12-14 17:19:32.288 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.290 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-12-14 17:19:32.294 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.297 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-12-14 17:19:32.299 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.302 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-12-14 17:19:32.304 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.306 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-12-14 17:19:32.309 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.311 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-12-14 17:19:32.313 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.315 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-12-14 17:19:32.318 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.320 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-12-14 17:19:32.322 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.326 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-12-14 17:19:32.328 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.330 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-12-14 17:19:32.334 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.337 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-12-14 17:19:32.339 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:19:32.342 | + functions-common:verify_disabled_services:2044 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-12-14 17:19:32.345 | + ./stack.sh:main:676 : initialize_database_backends 2021-12-14 17:19:32.348 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-12-14 17:19:32.351 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-12-14 17:19:32.367 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:19:32.370 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-12-14 17:19:32.372 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-12-14 17:19:32.374 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-12-14 17:19:32.388 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:19:32.391 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-12-14 17:19:32.393 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-12-14 17:19:32.395 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-12-14 17:19:32.398 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-12-14 17:19:32.400 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-12-14 17:19:32.403 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-12-14 17:19:32.405 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-12-14 17:19:32.409 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-12-14 17:19:32.411 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-12-14 17:19:32.414 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-12-14 17:19:32.417 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-14 17:19:32.419 | + lib/database:initialize_database_backends:104 : return 0 2021-12-14 17:19:32.422 | + ./stack.sh:main:677 : echo 'Using mysql database backend' 2021-12-14 17:19:32.422 | Using mysql database backend 2021-12-14 17:19:32.424 | + ./stack.sh:main:680 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-12-14 17:19:32.439 | + ./stack.sh:main:692 : is_service_enabled rabbit 2021-12-14 17:19:32.454 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:19:32.457 | + ./stack.sh:main:693 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-12-14 17:19:32.472 | + ./stack.sh:main:700 : is_service_enabled keystone 2021-12-14 17:19:32.487 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:19:32.490 | + ./stack.sh:main:702 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-12-14 17:19:32.505 | + ./stack.sh:main:704 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-12-14 17:19:32.521 | + ./stack.sh:main:715 : is_service_enabled ldap 2021-12-14 17:19:32.537 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:19:32.540 | + ./stack.sh:main:724 : is_service_enabled nova 2021-12-14 17:19:32.555 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:19:32.558 | + ./stack.sh:main:724 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2021-12-14 17:19:32.560 | + ./stack.sh:main:734 : is_service_enabled s-proxy 2021-12-14 17:19:32.575 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:19:32.578 | + ./stack.sh:main:738 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-12-14 17:19:32.593 | + ./stack.sh:main:740 : [[ -z '' ]] 2021-12-14 17:19:32.596 | + ./stack.sh:main:740 : [[ False == \T\r\u\e ]] 2021-12-14 17:19:32.598 | + ./stack.sh:main:746 : save_stackenv 746 2021-12-14 17:19:32.601 | + functions-common:save_stackenv:60 : local tag=746 2021-12-14 17:19:32.604 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-12-14 17:19:32.608 | + functions-common:save_stackenv:62 : time_stamp=2021-12-14-171932 2021-12-14 17:19:32.610 | + functions-common:save_stackenv:63 : echo '# 2021-12-14-171932 746' 2021-12-14 17:19:32.612 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:19:32.615 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-14 17:19:32.617 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:19:32.620 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-12-14 17:19:32.622 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:19:32.624 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-12-14 17:19:32.627 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:19:32.630 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-12-14 17:19:32.632 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:19:32.635 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.53 2021-12-14 17:19:32.638 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:19:32.640 | + functions-common:save_stackenv:65 : echo KEYSTONE_AUTH_URI=http://10.222.0.53/identity 2021-12-14 17:19:32.642 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:19:32.645 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.53/identity 2021-12-14 17:19:32.648 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:19:32.650 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-12-14-171931 2021-12-14 17:19:32.654 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:19:32.656 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-12-14 17:19:32.658 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:19:32.662 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.53 2021-12-14 17:19:32.665 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:19:32.667 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-12-14 17:19:32.670 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:19:32.672 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-12-14 17:19:32.675 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:19:32.677 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-12-14 17:19:32.680 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:19:32.682 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-12-14 17:19:32.685 | + ./stack.sh:main:757 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/ussuri 2021-12-14 17:19:32.687 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-12-14 17:19:32.689 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-12-14 17:19:32.692 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-14 17:19:32.694 | + functions-common:git_clone:526 : local orig_dir 2021-12-14 17:19:32.697 | ++ functions-common:git_clone:527 : pwd 2021-12-14 17:19:32.699 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-14 17:19:32.701 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-14 17:19:32.704 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-14 17:19:32.718 | + functions-common:git_clone:530 : RECLONE=False 2021-12-14 17:19:32.721 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-14 17:19:32.723 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-14 17:19:32.726 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-14 17:19:32.726 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-14 17:19:32.731 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-12-14 17:19:32.733 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-14 17:19:32.735 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-12-14 17:19:32.738 | + functions-common:git_clone:593 : git show --oneline 2021-12-14 17:19:32.738 | + functions-common:git_clone:593 : head -1 2021-12-14 17:19:32.741 | e99c1532 Merge "update constraint for python-novaclient to new release 17.0.1" into stable/ussuri 2021-12-14 17:19:32.744 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-14 17:19:32.747 | + ./stack.sh:main:761 : echo_summary 'Installing package prerequisites' 2021-12-14 17:19:32.749 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:19:32.751 | + ./stack.sh:echo_summary:428 : echo -e Installing package prerequisites 2021-12-14 17:19:32.754 | + ./stack.sh:main:762 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-12-14 17:19:32.757 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-12-14 17:19:32.759 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-12-14 17:19:32.762 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-12-14 17:19:32.764 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-12-14 17:19:32.767 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-12-14 17:19:32.769 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-12-14 17:19:32.772 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-12-14 17:19:32.776 | ++ tools/install_prereqs.sh:source:47 : NOW=1639502372 2021-12-14 17:19:32.780 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-12-14 17:19:32.783 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-12-14 17:19:32.786 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-12-14 17:19:32.789 | ++ tools/install_prereqs.sh:source:49 : DELTA=1639502372 2021-12-14 17:19:32.791 | ++ tools/install_prereqs.sh:source:50 : [[ 1639502372 -lt 7200 ]] 2021-12-14 17:19:32.793 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-12-14 17:19:32.796 | ++ functions-common:export_proxy_variables:2149 : isset http_proxy 2021-12-14 17:19:32.798 | ++ functions-common:isset:169 : [[ -v http_proxy ]] 2021-12-14 17:19:32.800 | ++ functions-common:export_proxy_variables:2152 : isset https_proxy 2021-12-14 17:19:32.803 | ++ functions-common:isset:169 : [[ -v https_proxy ]] 2021-12-14 17:19:32.806 | ++ functions-common:export_proxy_variables:2155 : isset no_proxy 2021-12-14 17:19:32.809 | ++ functions-common:isset:169 : [[ -v no_proxy ]] 2021-12-14 17:19:32.813 | +++ 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-12-14 17:19:32.867 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-12-14 17:19:32.867 | apache2-dev 2021-12-14 17:19:32.867 | bc 2021-12-14 17:19:32.867 | bsdmainutils 2021-12-14 17:19:32.867 | curl 2021-12-14 17:19:32.867 | g++ 2021-12-14 17:19:32.867 | gcc 2021-12-14 17:19:32.867 | gettext 2021-12-14 17:19:32.867 | git 2021-12-14 17:19:32.867 | graphviz 2021-12-14 17:19:32.867 | iputils-ping 2021-12-14 17:19:32.867 | libapache2-mod-proxy-uwsgi 2021-12-14 17:19:32.867 | libffi-dev 2021-12-14 17:19:32.867 | libjpeg-dev 2021-12-14 17:19:32.868 | libmysqlclient-dev 2021-12-14 17:19:32.868 | libpcre3-dev 2021-12-14 17:19:32.868 | libpq-dev 2021-12-14 17:19:32.868 | libssl-dev 2021-12-14 17:19:32.868 | libsystemd-dev 2021-12-14 17:19:32.868 | libxml2-dev 2021-12-14 17:19:32.868 | libxslt1-dev 2021-12-14 17:19:32.868 | libyaml-dev 2021-12-14 17:19:32.868 | lsof 2021-12-14 17:19:32.868 | openssh-server 2021-12-14 17:19:32.868 | openssl 2021-12-14 17:19:32.868 | pkg-config 2021-12-14 17:19:32.868 | psmisc 2021-12-14 17:19:32.868 | python3-dev 2021-12-14 17:19:32.868 | python3-venv 2021-12-14 17:19:32.868 | tar 2021-12-14 17:19:32.868 | tcpdump 2021-12-14 17:19:32.868 | unzip 2021-12-14 17:19:32.868 | uuid-runtime 2021-12-14 17:19:32.868 | wget 2021-12-14 17:19:32.868 | wget 2021-12-14 17:19:32.868 | zlib1g-dev 2021-12-14 17:19:32.868 | libkrb5-dev 2021-12-14 17:19:32.868 | libldap2-dev 2021-12-14 17:19:32.868 | libsasl2-dev 2021-12-14 17:19:32.868 | memcached 2021-12-14 17:19:32.868 | python3-mysqldb 2021-12-14 17:19:32.868 | sqlite3 2021-12-14 17:19:32.868 | conntrack 2021-12-14 17:19:32.868 | curl 2021-12-14 17:19:32.868 | dnsmasq-base 2021-12-14 17:19:32.868 | dnsmasq-utils 2021-12-14 17:19:32.868 | ebtables 2021-12-14 17:19:32.868 | gawk 2021-12-14 17:19:32.868 | genisoimage 2021-12-14 17:19:32.868 | iptables 2021-12-14 17:19:32.869 | iputils-arping 2021-12-14 17:19:32.869 | kpartx 2021-12-14 17:19:32.869 | libjs-jquery-tablesorter 2021-12-14 17:19:32.869 | libmysqlclient-dev 2021-12-14 17:19:32.869 | parted 2021-12-14 17:19:32.869 | pm-utils 2021-12-14 17:19:32.869 | python3-mysqldb 2021-12-14 17:19:32.869 | socat 2021-12-14 17:19:32.869 | sqlite3 2021-12-14 17:19:32.869 | sudo 2021-12-14 17:19:32.869 | vlan 2021-12-14 17:19:32.869 | lvm2 2021-12-14 17:19:32.869 | open-iscsi 2021-12-14 17:19:32.869 | qemu-utils 2021-12-14 17:19:32.869 | thin-provisioning-tools 2021-12-14 17:19:32.869 | acl 2021-12-14 17:19:32.869 | dnsmasq-base 2021-12-14 17:19:32.869 | dnsmasq-utils 2021-12-14 17:19:32.869 | ebtables 2021-12-14 17:19:32.869 | haproxy 2021-12-14 17:19:32.869 | iptables 2021-12-14 17:19:32.869 | iputils-arping 2021-12-14 17:19:32.869 | iputils-ping 2021-12-14 17:19:32.869 | libmysqlclient-dev 2021-12-14 17:19:32.869 | postgresql-server-dev-all 2021-12-14 17:19:32.869 | python3-mysqldb 2021-12-14 17:19:32.869 | sqlite3 2021-12-14 17:19:32.869 | sudo 2021-12-14 17:19:32.869 | vlan 2021-12-14 17:19:32.869 | ipset 2021-12-14 17:19:32.869 | conntrack 2021-12-14 17:19:32.869 | conntrackd 2021-12-14 17:19:32.869 | keepalived 2021-12-14 17:19:32.869 | dstat 2021-12-14 17:19:32.869 | lvm2 2021-12-14 17:19:32.870 | open-iscsi 2021-12-14 17:19:32.870 | qemu-utils 2021-12-14 17:19:32.870 | thin-provisioning-tools 2021-12-14 17:19:32.870 | curl 2021-12-14 17:19:32.870 | liberasurecode-dev 2021-12-14 17:19:32.870 | make 2021-12-14 17:19:32.870 | memcached 2021-12-14 17:19:32.870 | sqlite3 2021-12-14 17:19:32.870 | xfsprogs' 2021-12-14 17:19:32.872 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-12-14 17:19:32.891 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-12-14 17:19:32.891 | apache2-dev 2021-12-14 17:19:32.891 | bc 2021-12-14 17:19:32.891 | bsdmainutils 2021-12-14 17:19:32.891 | curl 2021-12-14 17:19:32.891 | g++ 2021-12-14 17:19:32.891 | gcc 2021-12-14 17:19:32.891 | gettext 2021-12-14 17:19:32.891 | git 2021-12-14 17:19:32.891 | graphviz 2021-12-14 17:19:32.891 | iputils-ping 2021-12-14 17:19:32.891 | libapache2-mod-proxy-uwsgi 2021-12-14 17:19:32.891 | libffi-dev 2021-12-14 17:19:32.891 | libjpeg-dev 2021-12-14 17:19:32.891 | libmysqlclient-dev 2021-12-14 17:19:32.891 | libpcre3-dev 2021-12-14 17:19:32.891 | libpq-dev 2021-12-14 17:19:32.891 | libssl-dev 2021-12-14 17:19:32.891 | libsystemd-dev 2021-12-14 17:19:32.891 | libxml2-dev 2021-12-14 17:19:32.891 | libxslt1-dev 2021-12-14 17:19:32.891 | libyaml-dev 2021-12-14 17:19:32.891 | lsof 2021-12-14 17:19:32.891 | openssh-server 2021-12-14 17:19:32.891 | openssl 2021-12-14 17:19:32.891 | pkg-config 2021-12-14 17:19:32.891 | psmisc 2021-12-14 17:19:32.891 | python3-dev 2021-12-14 17:19:32.891 | python3-venv 2021-12-14 17:19:32.892 | tar 2021-12-14 17:19:32.892 | tcpdump 2021-12-14 17:19:32.892 | unzip 2021-12-14 17:19:32.892 | uuid-runtime 2021-12-14 17:19:32.892 | wget 2021-12-14 17:19:32.892 | wget 2021-12-14 17:19:32.892 | zlib1g-dev 2021-12-14 17:19:32.892 | libkrb5-dev 2021-12-14 17:19:32.892 | libldap2-dev 2021-12-14 17:19:32.892 | libsasl2-dev 2021-12-14 17:19:32.892 | memcached 2021-12-14 17:19:32.892 | python3-mysqldb 2021-12-14 17:19:32.892 | sqlite3 2021-12-14 17:19:32.892 | conntrack 2021-12-14 17:19:32.892 | curl 2021-12-14 17:19:32.892 | dnsmasq-base 2021-12-14 17:19:32.892 | dnsmasq-utils 2021-12-14 17:19:32.892 | ebtables 2021-12-14 17:19:32.892 | gawk 2021-12-14 17:19:32.892 | genisoimage 2021-12-14 17:19:32.892 | iptables 2021-12-14 17:19:32.892 | iputils-arping 2021-12-14 17:19:32.892 | kpartx 2021-12-14 17:19:32.892 | libjs-jquery-tablesorter 2021-12-14 17:19:32.892 | libmysqlclient-dev 2021-12-14 17:19:32.892 | parted 2021-12-14 17:19:32.892 | pm-utils 2021-12-14 17:19:32.892 | python3-mysqldb 2021-12-14 17:19:32.892 | socat 2021-12-14 17:19:32.892 | sqlite3 2021-12-14 17:19:32.892 | sudo 2021-12-14 17:19:32.892 | vlan 2021-12-14 17:19:32.892 | lvm2 2021-12-14 17:19:32.892 | open-iscsi 2021-12-14 17:19:32.892 | qemu-utils 2021-12-14 17:19:32.892 | thin-provisioning-tools 2021-12-14 17:19:32.893 | acl 2021-12-14 17:19:32.893 | dnsmasq-base 2021-12-14 17:19:32.893 | dnsmasq-utils 2021-12-14 17:19:32.893 | ebtables 2021-12-14 17:19:32.893 | haproxy 2021-12-14 17:19:32.893 | iptables 2021-12-14 17:19:32.893 | iputils-arping 2021-12-14 17:19:32.893 | iputils-ping 2021-12-14 17:19:32.893 | libmysqlclient-dev 2021-12-14 17:19:32.893 | postgresql-server-dev-all 2021-12-14 17:19:32.893 | python3-mysqldb 2021-12-14 17:19:32.893 | sqlite3 2021-12-14 17:19:32.893 | sudo 2021-12-14 17:19:32.893 | vlan 2021-12-14 17:19:32.893 | ipset 2021-12-14 17:19:32.893 | conntrack 2021-12-14 17:19:32.893 | conntrackd 2021-12-14 17:19:32.893 | keepalived 2021-12-14 17:19:32.893 | dstat 2021-12-14 17:19:32.893 | lvm2 2021-12-14 17:19:32.893 | open-iscsi 2021-12-14 17:19:32.893 | qemu-utils 2021-12-14 17:19:32.893 | thin-provisioning-tools 2021-12-14 17:19:32.893 | curl 2021-12-14 17:19:32.893 | liberasurecode-dev 2021-12-14 17:19:32.893 | make 2021-12-14 17:19:32.893 | memcached 2021-12-14 17:19:32.893 | sqlite3 2021-12-14 17:19:32.893 | xfsprogs ' 2021-12-14 17:19:32.893 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-12-14 17:19:32.896 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:19:32.899 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:19:32.902 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-12-14 17:19:32.902 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-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 gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-14 17:19:32.907 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-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 gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-14 17:19:32.910 | ++ functions-common:install_package:1333 : update_package_repo 2021-12-14 17:19:32.913 | ++ functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-14 17:19:32.916 | ++ functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-14 17:19:32.919 | ++ functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-14 17:19:32.922 | ++ functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-14 17:19:32.924 | ++ functions-common:update_package_repo:1313 : is_ubuntu 2021-12-14 17:19:32.927 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:19:32.929 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:19:32.932 | ++ functions-common:update_package_repo:1314 : apt_get_update 2021-12-14 17:19:32.934 | ++ functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-14 17:19:32.936 | ++ functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-14 17:19:32.938 | ++ functions-common:apt_get_update:1069 : return 2021-12-14 17:19:32.941 | ++ functions-common:install_package:1334 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-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 gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-14 17:19:32.943 | ++ functions-common:real_install_package:1319 : is_ubuntu 2021-12-14 17:19:32.946 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:19:32.948 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:19:32.951 | ++ functions-common:real_install_package:1320 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-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 gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-14 17:19:32.971 | ++ functions-common:apt_get:1109 : 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++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-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 gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-14 17:19:33.092 | Reading package lists... 2021-12-14 17:19:33.354 | Building dependency tree... 2021-12-14 17:19:33.354 | Reading state information... 2021-12-14 17:19:33.607 | acl is already the newest version (2.2.52-3build1). 2021-12-14 17:19:33.607 | acl set to manually installed. 2021-12-14 17:19:33.607 | bc is already the newest version (1.07.1-2). 2021-12-14 17:19:33.607 | bc set to manually installed. 2021-12-14 17:19:33.607 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-12-14 17:19:33.607 | bsdmainutils set to manually installed. 2021-12-14 17:19:33.607 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-12-14 17:19:33.607 | gawk set to manually installed. 2021-12-14 17:19:33.607 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-12-14 17:19:33.607 | iptables set to manually installed. 2021-12-14 17:19:33.607 | libpcre3-dev is already the newest version (2:8.39-9). 2021-12-14 17:19:33.607 | lsof is already the newest version (4.89+dfsg-0.1). 2021-12-14 17:19:33.607 | lsof set to manually installed. 2021-12-14 17:19:33.607 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-12-14 17:19:33.607 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-12-14 17:19:33.607 | ebtables set to manually installed. 2021-12-14 17:19:33.607 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-12-14 17:19:33.607 | git is already the newest version (1:2.17.1-1ubuntu0.9). 2021-12-14 17:19:33.607 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-12-14 17:19:33.607 | parted is already the newest version (3.2-20ubuntu0.2). 2021-12-14 17:19:33.607 | parted set to manually installed. 2021-12-14 17:19:33.607 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-12-14 17:19:33.607 | psmisc set to manually installed. 2021-12-14 17:19:33.608 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-12-14 17:19:33.608 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-12-14 17:19:33.608 | wget set to manually installed. 2021-12-14 17:19:33.608 | The following packages were automatically installed and are no longer required: 2021-12-14 17:19:33.608 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-14 17:19:33.608 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-14 17:19:33.608 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-14 17:19:33.608 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-14 17:19:33.608 | python3-twisted-bin python3-zope.interface 2021-12-14 17:19:33.608 | Use 'sudo apt autoremove' to remove them. 2021-12-14 17:19:33.608 | The following additional packages will be installed: 2021-12-14 17:19:33.608 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-12-14 17:19:33.608 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2021-12-14 17:19:33.608 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2021-12-14 17:19:33.608 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2021-12-14 17:19:33.608 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-12-14 17:19:33.608 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2021-12-14 17:19:33.608 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2021-12-14 17:19:33.608 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-12-14 17:19:33.608 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-12-14 17:19:33.608 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2021-12-14 17:19:33.608 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-12-14 17:19:33.608 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2021-12-14 17:19:33.608 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2021-12-14 17:19:33.608 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-12-14 17:19:33.608 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-12-14 17:19:33.608 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2021-12-14 17:19:33.608 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-12-14 17:19:33.608 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2021-12-14 17:19:33.608 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2021-12-14 17:19:33.608 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2021-12-14 17:19:33.608 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2021-12-14 17:19:33.609 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-12-14 17:19:33.609 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2021-12-14 17:19:33.609 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-12-14 17:19:33.609 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2021-12-14 17:19:33.609 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2021-12-14 17:19:33.609 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2021-12-14 17:19:33.609 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-12-14 17:19:33.609 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2021-12-14 17:19:33.609 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2021-12-14 17:19:33.609 | mysql-common openssh-client openssh-sftp-server po-debconf 2021-12-14 17:19:33.609 | postgresql-client-common postgresql-common postgresql-server-dev-10 2021-12-14 17:19:33.609 | python-pip-whl python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2021-12-14 17:19:33.609 | uuid-dev uwsgi-core vbetool x11-common 2021-12-14 17:19:33.610 | Suggested packages: 2021-12-14 17:19:33.610 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2021-12-14 17:19:33.610 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2021-12-14 17:19:33.610 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2021-12-14 17:19:33.610 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc 2021-12-14 17:19:33.610 | vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc uwsgi bzr libisal2 2021-12-14 17:19:33.610 | libjerasure2 libgd-tools libglib2.0-doc libgraphite2-utils krb5-user icu-doc 2021-12-14 17:19:33.610 | libtool-doc postgresql-doc-10 libsasl2-modules-gssapi-mit 2021-12-14 17:19:33.610 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2021-12-14 17:19:33.611 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2021-12-14 17:19:33.611 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2021-12-14 17:19:33.611 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2021-12-14 17:19:33.611 | libterm-readkey-perl keychain libpam-ssh monkeysphere ssh-askpass 2021-12-14 17:19:33.611 | molly-guard rssh cpufrequtils wireless-tools radeontool libmail-box-perl 2021-12-14 17:19:33.611 | libjson-perl default-mysql-server | virtual-mysql-server 2021-12-14 17:19:33.611 | python-egenix-mxdatetime python3-mysqldb-dbg debootstrap sharutils-doc 2021-12-14 17:19:33.611 | bsd-mailx | mailx sqlite3-doc openssl-blacklist systemd-container ncompress 2021-12-14 17:19:33.611 | tar-scripts tar-doc zip uwsgi-plugins-all uwsgi-extra uwsgi-dev 2021-12-14 17:19:33.874 | The following NEW packages will be installed: 2021-12-14 17:19:33.875 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2021-12-14 17:19:33.875 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2021-12-14 17:19:33.875 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2021-12-14 17:19:33.875 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-12-14 17:19:33.875 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2021-12-14 17:19:33.875 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2021-12-14 17:19:33.875 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2021-12-14 17:19:33.875 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-12-14 17:19:33.875 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-12-14 17:19:33.875 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-12-14 17:19:33.875 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-12-14 17:19:33.875 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2021-12-14 17:19:33.875 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-12-14 17:19:33.875 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2021-12-14 17:19:33.875 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2021-12-14 17:19:33.875 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-12-14 17:19:33.875 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-12-14 17:19:33.875 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2021-12-14 17:19:33.875 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-12-14 17:19:33.875 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-12-14 17:19:33.875 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-12-14 17:19:33.875 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2021-12-14 17:19:33.875 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2021-12-14 17:19:33.875 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-12-14 17:19:33.875 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2021-12-14 17:19:33.875 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2021-12-14 17:19:33.875 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2021-12-14 17:19:33.876 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2021-12-14 17:19:33.876 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2021-12-14 17:19:33.876 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2021-12-14 17:19:33.876 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2021-12-14 17:19:33.876 | libxslt1-dev libxt6 libyaml-dev libzmq5 m4 make memcached mysql-common 2021-12-14 17:19:33.876 | pkg-config pm-utils po-debconf postgresql-client-common postgresql-common 2021-12-14 17:19:33.876 | postgresql-server-dev-10 postgresql-server-dev-all python-pip-whl 2021-12-14 17:19:33.876 | python3-mysqldb python3-venv python3.6-venv qemu-block-extra qemu-utils 2021-12-14 17:19:33.876 | sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip uuid-dev 2021-12-14 17:19:33.876 | uwsgi-core vbetool vlan x11-common zlib1g-dev 2021-12-14 17:19:33.876 | The following packages will be upgraded: 2021-12-14 17:19:33.876 | curl dnsmasq-base libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 2021-12-14 17:19:33.876 | libicu60 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2021-12-14 17:19:33.876 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2021-12-14 17:19:33.876 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2021-12-14 17:19:33.877 | libxslt1.1 lvm2 open-iscsi openssh-client openssh-server openssh-sftp-server 2021-12-14 17:19:33.877 | openssl sudo systemd tar tcpdump uuid-runtime 2021-12-14 17:19:34.152 | 34 upgraded, 193 newly installed, 0 to remove and 164 not upgraded. 2021-12-14 17:19:34.152 | Need to get 81.2 MB of archives. 2021-12-14 17:19:34.152 | After this operation, 260 MB of additional disk space will be used. 2021-12-14 17:19:34.152 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 2021-12-14 17:19:34.806 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.52 [105 kB] 2021-12-14 17:19:34.843 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.52 [107 kB] 2021-12-14 17:19:34.886 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.52 [2,913 kB] 2021-12-14 17:19:35.381 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.52 [206 kB] 2021-12-14 17:19:35.403 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 2021-12-14 17:19:35.406 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-runtime amd64 2.31.1-0.4ubuntu3.7 [34.8 kB] 2021-12-14 17:19:35.410 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2021-12-14 17:19:35.420 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.14 [1,302 kB] 2021-12-14 17:19:35.564 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2021-12-14 17:19:35.572 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2021-12-14 17:19:35.732 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2021-12-14 17:19:35.732 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 2021-12-14 17:19:35.734 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 2021-12-14 17:19:35.741 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 2021-12-14 17:19:35.743 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 2021-12-14 17:19:35.757 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2021-12-14 17:19:35.757 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2021-12-14 17:19:35.856 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.2 [8,050 kB] 2021-12-14 17:19:37.172 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.4 [664 kB] 2021-12-14 17:19:37.193 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.20 [1,071 kB] 2021-12-14 17:19:37.225 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.20 [84.2 kB] 2021-12-14 17:19:37.228 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.20 [160 kB] 2021-12-14 17:19:37.233 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.20 [95.1 kB] 2021-12-14 17:19:37.237 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-12-14 17:19:37.359 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB] 2021-12-14 17:19:37.597 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2021-12-14 17:19:37.599 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2021-12-14 17:19:37.605 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2021-12-14 17:19:37.609 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblua5.3-0 amd64 5.3.3-1ubuntu0.18.04.1 [115 kB] 2021-12-14 17:19:37.613 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2021-12-14 17:19:37.759 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB] 2021-12-14 17:19:37.770 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] 2021-12-14 17:19:37.771 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2021-12-14 17:19:37.772 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2021-12-14 17:19:37.772 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2021-12-14 17:19:37.782 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2021-12-14 17:19:37.782 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B] 2021-12-14 17:19:37.856 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1,169 kB] 2021-12-14 17:19:38.146 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.14 [613 kB] 2021-12-14 17:19:38.240 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 2021-12-14 17:19:38.256 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 2021-12-14 17:19:38.260 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2021-12-14 17:19:38.319 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2021-12-14 17:19:38.321 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2021-12-14 17:19:38.324 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-sftp-server amd64 1:7.6p1-4ubuntu0.5 [45.5 kB] 2021-12-14 17:19:38.334 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-server amd64 1:7.6p1-4ubuntu0.5 [332 kB] 2021-12-14 17:19:38.345 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] 2021-12-14 17:19:38.389 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB] 2021-12-14 17:19:38.448 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.7 [33.2 kB] 2021-12-14 17:19:38.450 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2021-12-14 17:19:38.451 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2021-12-14 17:19:38.544 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2021-12-14 17:19:38.626 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.10 [261 kB] 2021-12-14 17:19:38.654 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2021-12-14 17:19:38.850 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-12-14 17:19:38.852 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2021-12-14 17:19:38.862 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2021-12-14 17:19:38.876 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2021-12-14 17:19:38.887 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2021-12-14 17:19:38.994 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2021-12-14 17:19:39.010 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2021-12-14 17:19:39.011 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] 2021-12-14 17:19:39.259 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] 2021-12-14 17:19:39.383 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2021-12-14 17:19:39.528 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] 2021-12-14 17:19:39.536 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2021-12-14 17:19:39.822 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2021-12-14 17:19:39.907 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2021-12-14 17:19:40.068 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2021-12-14 17:19:40.081 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] 2021-12-14 17:19:40.246 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2021-12-14 17:19:40.249 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2021-12-14 17:19:40.273 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2021-12-14 17:19:40.366 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.20 [178 kB] 2021-12-14 17:19:40.385 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1,471 kB] 2021-12-14 17:19:40.546 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB] 2021-12-14 17:19:41.943 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B] 2021-12-14 17:19:41.944 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2021-12-14 17:19:41.944 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2021-12-14 17:19:41.946 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2021-12-14 17:19:41.946 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2021-12-14 17:19:41.960 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.16 [159 kB] 2021-12-14 17:19:41.979 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.16 [220 kB] 2021-12-14 17:19:42.125 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2021-12-14 17:19:42.130 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-base amd64 2.79-1ubuntu0.5 [307 kB] 2021-12-14 17:19:42.158 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-utils amd64 2.79-1ubuntu0.5 [13.3 kB] 2021-12-14 17:19:42.195 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2021-12-14 17:19:42.201 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2021-12-14 17:19:42.205 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2021-12-14 17:19:42.212 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2021-12-14 17:19:42.289 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2021-12-14 17:19:42.296 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2021-12-14 17:19:42.322 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB] 2021-12-14 17:19:42.324 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2021-12-14 17:19:42.328 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2021-12-14 17:19:42.329 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2021-12-14 17:19:42.444 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-12-14 17:19:42.445 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-12-14 17:19:42.449 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.4 [153 kB] 2021-12-14 17:19:42.477 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.18.04.1 [186 kB] 2021-12-14 17:19:42.503 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-12-14 17:19:42.567 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.5 [119 kB] 2021-12-14 17:19:42.579 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2021-12-14 17:19:42.595 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2021-12-14 17:19:42.621 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] 2021-12-14 17:19:42.623 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] 2021-12-14 17:19:42.689 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-12-14 17:19:42.692 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2021-12-14 17:19:42.760 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2021-12-14 17:19:42.764 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2021-12-14 17:19:42.779 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2021-12-14 17:19:42.812 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2021-12-14 17:19:42.814 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] 2021-12-14 17:19:42.832 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB] 2021-12-14 17:19:42.836 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB] 2021-12-14 17:19:42.837 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2021-12-14 17:19:42.935 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2021-12-14 17:19:43.000 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2021-12-14 17:19:43.018 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2021-12-14 17:19:43.037 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-12-14 17:19:43.053 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2021-12-14 17:19:43.075 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-12-14 17:19:43.097 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2021-12-14 17:19:43.167 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2021-12-14 17:19:43.172 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2021-12-14 17:19:43.187 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2021-12-14 17:19:43.205 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2021-12-14 17:19:43.221 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.2 [179 kB] 2021-12-14 17:19:43.239 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2021-12-14 17:19:43.242 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2021-12-14 17:19:43.243 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] 2021-12-14 17:19:43.328 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2021-12-14 17:19:43.332 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB] 2021-12-14 17:19:43.355 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB] 2021-12-14 17:19:43.459 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keepalived amd64 1:1.3.9-1ubuntu0.18.04.3 [244 kB] 2021-12-14 17:19:43.483 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2021-12-14 17:19:43.490 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.2 [37.3 kB] 2021-12-14 17:19:43.494 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.2 [49.7 kB] 2021-12-14 17:19:43.502 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.2 [38.0 kB] 2021-12-14 17:19:43.508 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 comerr-dev amd64 2.1-1.44.1-1ubuntu1.3 [38.5 kB] 2021-12-14 17:19:43.515 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2021-12-14 17:19:43.614 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2021-12-14 17:19:43.615 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2021-12-14 17:19:43.621 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2021-12-14 17:19:43.622 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-12-14 17:19:43.624 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-12-14 17:19:43.738 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2021-12-14 17:19:43.743 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.9 [68.9 kB] 2021-12-14 17:19:43.756 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.9 [102 kB] 2021-12-14 17:19:43.773 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2021-12-14 17:19:43.778 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2021-12-14 17:19:43.860 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.9 [1,385 kB] 2021-12-14 17:19:44.037 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2021-12-14 17:19:44.038 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-12-14 17:19:44.043 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2021-12-14 17:19:44.044 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2021-12-14 17:19:44.046 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] 2021-12-14 17:19:44.048 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.2 [19.0 kB] 2021-12-14 17:19:44.050 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB] 2021-12-14 17:19:44.053 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.2 [8,894 kB] 2021-12-14 17:19:45.259 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2021-12-14 17:19:45.295 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2021-12-14 17:19:45.297 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2021-12-14 17:19:45.543 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8-dev amd64 1.5.2-0ubuntu5.18.04.4 [225 kB] 2021-12-14 17:19:46.290 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-12-14 17:19:46.291 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-12-14 17:19:46.291 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2021-12-14 17:19:46.356 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2021-12-14 17:19:46.358 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB] 2021-12-14 17:19:46.470 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2021-12-14 17:19:46.531 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-12-14 17:19:46.536 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-12-14 17:19:46.543 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2021-12-14 17:19:46.547 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2021-12-14 17:19:46.548 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.36-0ubuntu0.18.04.1 [689 kB] 2021-12-14 17:19:46.684 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.14 [1,568 kB] 2021-12-14 17:19:46.867 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.36-0ubuntu0.18.04.1 [1,017 kB] 2021-12-14 17:19:46.977 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2021-12-14 17:19:46.999 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2021-12-14 17:19:47.009 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.13 [1,220 kB] 2021-12-14 17:19:47.406 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 2021-12-14 17:19:47.410 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.19-0ubuntu0.18.04.1 [108 kB] 2021-12-14 17:19:47.414 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.19-0ubuntu0.18.04.1 [219 kB] 2021-12-14 17:19:47.427 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.10 [2,725 kB] 2021-12-14 17:19:47.614 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.10 [923 kB] 2021-12-14 17:19:47.944 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-dev amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [256 kB] 2021-12-14 17:19:47.955 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [48.9 kB] 2021-12-14 17:19:47.957 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2021-12-14 17:19:47.960 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.52 [184 kB] 2021-12-14 17:19:47.966 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2021-12-14 17:19:47.968 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.4 [757 kB] 2021-12-14 17:19:47.999 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2021-12-14 17:19:48.004 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2021-12-14 17:19:48.050 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2021-12-14 17:19:48.075 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB] 2021-12-14 17:19:48.364 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2021-12-14 17:19:48.368 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2021-12-14 17:19:48.369 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2021-12-14 17:19:48.370 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-12-14 17:19:48.371 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2021-12-14 17:19:48.376 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.19-0ubuntu0.18.04.1 [841 kB] 2021-12-14 17:19:48.403 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2021-12-14 17:19:48.404 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.5 [1,653 kB] 2021-12-14 17:19:48.649 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2021-12-14 17:19:48.651 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3.6-venv amd64 3.6.9-1~18.04ubuntu1.4 [6,188 B] 2021-12-14 17:19:48.670 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-venv amd64 3.6.7-1~18.04 [1,208 B] 2021-12-14 17:19:48.670 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.38 [41.8 kB] 2021-12-14 17:19:48.675 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.38 [869 kB] 2021-12-14 17:19:48.772 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2021-12-14 17:19:48.976 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2021-12-14 17:19:49.035 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2021-12-14 17:19:49.044 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB] 2021-12-14 17:19:49.049 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.2 [522 kB] 2021-12-14 17:19:49.124 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-12-14 17:19:49.125 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2021-12-14 17:19:49.127 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2021-12-14 17:19:49.129 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB] 2021-12-14 17:19:49.131 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 kpartx amd64 0.7.4-2ubuntu3.1 [27.8 kB] 2021-12-14 17:19:49.147 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.0.15-10.2ubuntu2.2 [10.2 kB] 2021-12-14 17:19:49.276 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2021-12-14 17:19:49.282 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2021-12-14 17:19:49.284 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2021-12-14 17:19:49.302 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.2 [11.7 kB] 2021-12-14 17:19:49.303 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2021-12-14 17:19:49.311 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2021-12-14 17:19:49.353 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2021-12-14 17:19:51.097 | Preconfiguring packages ... 2021-12-14 17:19:51.256 | Fetched 81.2 MB in 15s (5,251 kB/s) 2021-12-14 17:19:51.334 | (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 ... 64649 files and directories currently installed.) 2021-12-14 17:19:51.337 | Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 2021-12-14 17:19:51.371 | Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2ubuntu0.1) ... 2021-12-14 17:19:51.519 | Setting up tar (1.29b-2ubuntu0.2) ... 2021-12-14 17:19:51.698 | (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 ... 64649 files and directories currently installed.) 2021-12-14 17:19:51.701 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.52_amd64.deb ... 2021-12-14 17:19:51.744 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.52) over (237-3ubuntu10.25) ... 2021-12-14 17:19:51.870 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.52_amd64.deb ... 2021-12-14 17:19:51.897 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.52) over (237-3ubuntu10.25) ... 2021-12-14 17:19:52.071 | Preparing to unpack .../systemd_237-3ubuntu10.52_amd64.deb ... 2021-12-14 17:19:52.246 | Unpacking systemd (237-3ubuntu10.52) over (237-3ubuntu10.25) ... 2021-12-14 17:19:53.028 | Preparing to unpack .../libsystemd0_237-3ubuntu10.52_amd64.deb ... 2021-12-14 17:19:53.061 | Unpacking libsystemd0:amd64 (237-3ubuntu10.52) over (237-3ubuntu10.25) ... 2021-12-14 17:19:53.188 | Setting up libsystemd0:amd64 (237-3ubuntu10.52) ... 2021-12-14 17:19:53.339 | (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 ... 64649 files and directories currently installed.) 2021-12-14 17:19:53.342 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-12-14 17:19:53.374 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-12-14 17:19:53.477 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-12-14 17:19:53.633 | (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 ... 64649 files and directories currently installed.) 2021-12-14 17:19:53.635 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-12-14 17:19:53.675 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-12-14 17:19:53.973 | Selecting previously unselected package libapr1:amd64. 2021-12-14 17:19:53.980 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2021-12-14 17:19:53.985 | Unpacking libapr1:amd64 (1.6.3-2) ... 2021-12-14 17:19:54.126 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.14_amd64.deb ... 2021-12-14 17:19:54.155 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.14) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-12-14 17:19:54.446 | Selecting previously unselected package libaprutil1:amd64. 2021-12-14 17:19:54.455 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2021-12-14 17:19:54.460 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2021-12-14 17:19:54.568 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2021-12-14 17:19:54.595 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2021-12-14 17:19:54.754 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-12-14 17:19:54.761 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2021-12-14 17:19:54.765 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-12-14 17:19:54.836 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-12-14 17:19:54.862 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-12-14 17:19:54.978 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-12-14 17:19:55.012 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-12-14 17:19:55.127 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 2021-12-14 17:19:55.156 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-12-14 17:19:55.293 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 2021-12-14 17:19:55.317 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-12-14 17:19:55.421 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-12-14 17:19:55.428 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2021-12-14 17:19:55.431 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-12-14 17:19:55.510 | Selecting previously unselected package liblua5.2-0:amd64. 2021-12-14 17:19:55.517 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2021-12-14 17:19:55.520 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-12-14 17:19:55.620 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.2_amd64.deb ... 2021-12-14 17:19:55.651 | Unpacking libicu60:amd64 (60.2-3ubuntu3.2) over (60.2-3ubuntu3) ... 2021-12-14 17:19:57.190 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.4_amd64.deb ... 2021-12-14 17:19:57.220 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.4) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2021-12-14 17:19:57.392 | Selecting previously unselected package apache2-bin. 2021-12-14 17:19:57.399 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.20_amd64.deb ... 2021-12-14 17:19:57.403 | Unpacking apache2-bin (2.4.29-1ubuntu4.20) ... 2021-12-14 17:19:57.621 | Selecting previously unselected package apache2-utils. 2021-12-14 17:19:57.628 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.20_amd64.deb ... 2021-12-14 17:19:57.631 | Unpacking apache2-utils (2.4.29-1ubuntu4.20) ... 2021-12-14 17:19:57.704 | Selecting previously unselected package apache2-data. 2021-12-14 17:19:57.711 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.20_all.deb ... 2021-12-14 17:19:57.715 | Unpacking apache2-data (2.4.29-1ubuntu4.20) ... 2021-12-14 17:19:57.917 | Selecting previously unselected package apache2. 2021-12-14 17:19:57.926 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.20_amd64.deb ... 2021-12-14 17:19:57.953 | Unpacking apache2 (2.4.29-1ubuntu4.20) ... 2021-12-14 17:19:58.079 | Selecting previously unselected package fonts-dejavu-core. 2021-12-14 17:19:58.086 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2021-12-14 17:19:58.090 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-12-14 17:19:58.304 | Selecting previously unselected package fonts-liberation. 2021-12-14 17:19:58.311 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2021-12-14 17:19:58.316 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-12-14 17:19:58.522 | Selecting previously unselected package fontconfig-config. 2021-12-14 17:19:58.529 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2021-12-14 17:19:58.532 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2021-12-14 17:19:58.630 | Selecting previously unselected package libfontconfig1:amd64. 2021-12-14 17:19:58.637 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2021-12-14 17:19:58.640 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-12-14 17:19:58.743 | Selecting previously unselected package fontconfig. 2021-12-14 17:19:58.749 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2021-12-14 17:19:58.753 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2021-12-14 17:19:58.854 | Selecting previously unselected package liblua5.3-0:amd64. 2021-12-14 17:19:58.861 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2021-12-14 17:19:58.865 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-12-14 17:19:58.988 | Selecting previously unselected package haproxy. 2021-12-14 17:19:58.995 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2021-12-14 17:19:59.006 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2021-12-14 17:19:59.226 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-12-14 17:19:59.233 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-12-14 17:19:59.237 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-12-14 17:19:59.359 | Selecting previously unselected package x11-common. 2021-12-14 17:19:59.366 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2021-12-14 17:19:59.391 | dpkg-query: no packages found matching nux-tools 2021-12-14 17:19:59.402 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2021-12-14 17:19:59.504 | Selecting previously unselected package libice6:amd64. 2021-12-14 17:19:59.511 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2021-12-14 17:19:59.515 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2021-12-14 17:19:59.605 | Selecting previously unselected package libsm6:amd64. 2021-12-14 17:19:59.612 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2021-12-14 17:19:59.616 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2021-12-14 17:19:59.750 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2021-12-14 17:20:00.289 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2021-12-14 17:20:00.794 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-12-14 17:20:00.801 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2021-12-14 17:20:00.806 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-12-14 17:20:00.912 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2021-12-14 17:20:00.946 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2021-12-14 17:20:01.058 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2021-12-14 17:20:01.219 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 65702 files and directories currently installed.) 2021-12-14 17:20:01.222 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ... 2021-12-14 17:20:01.253 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) over (2.56.4-0ubuntu0.18.04.4) ... 2021-12-14 17:20:01.531 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.14_amd64.deb ... 2021-12-14 17:20:01.557 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.14) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-12-14 17:20:01.783 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 2021-12-14 17:20:01.819 | Unpacking sudo (1.8.21p2-3ubuntu1.4) over (1.8.21p2-3ubuntu1) ... 2021-12-14 17:20:02.020 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2021-12-14 17:20:02.055 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-12-14 17:20:02.210 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2021-12-14 17:20:02.245 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-12-14 17:20:02.414 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2021-12-14 17:20:02.450 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-12-14 17:20:02.567 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2021-12-14 17:20:02.598 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-12-14 17:20:02.693 | Preparing to unpack .../007-openssh-sftp-server_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 2021-12-14 17:20:02.720 | Unpacking openssh-sftp-server (1:7.6p1-4ubuntu0.5) over (1:7.6p1-4ubuntu0.3) ... 2021-12-14 17:20:02.879 | Preparing to unpack .../008-openssh-server_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 2021-12-14 17:20:02.949 | Unpacking openssh-server (1:7.6p1-4ubuntu0.5) over (1:7.6p1-4ubuntu0.3) ... 2021-12-14 17:20:03.337 | Preparing to unpack .../009-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 2021-12-14 17:20:03.371 | Unpacking openssh-client (1:7.6p1-4ubuntu0.5) over (1:7.6p1-4ubuntu0.3) ... 2021-12-14 17:20:03.600 | Preparing to unpack .../010-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2021-12-14 17:20:03.628 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2021-12-14 17:20:03.766 | Selecting previously unselected package uuid-dev:amd64. 2021-12-14 17:20:03.773 | Preparing to unpack .../011-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-12-14 17:20:03.778 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-12-14 17:20:03.877 | Selecting previously unselected package libsctp1:amd64. 2021-12-14 17:20:03.885 | Preparing to unpack .../012-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2021-12-14 17:20:03.891 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-12-14 17:20:03.963 | Selecting previously unselected package libsctp-dev:amd64. 2021-12-14 17:20:03.970 | Preparing to unpack .../013-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2021-12-14 17:20:03.975 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-12-14 17:20:04.058 | Selecting previously unselected package libapr1-dev. 2021-12-14 17:20:04.064 | Preparing to unpack .../014-libapr1-dev_1.6.3-2_amd64.deb ... 2021-12-14 17:20:04.069 | Unpacking libapr1-dev (1.6.3-2) ... 2021-12-14 17:20:04.368 | Selecting previously unselected package libldap2-dev:amd64. 2021-12-14 17:20:04.374 | Preparing to unpack .../015-libldap2-dev_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 2021-12-14 17:20:04.387 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-12-14 17:20:04.543 | Selecting previously unselected package libaprutil1-dev. 2021-12-14 17:20:04.550 | Preparing to unpack .../016-libaprutil1-dev_1.6.1-2_amd64.deb ... 2021-12-14 17:20:04.554 | Unpacking libaprutil1-dev (1.6.1-2) ... 2021-12-14 17:20:04.829 | Selecting previously unselected package autotools-dev. 2021-12-14 17:20:04.837 | Preparing to unpack .../017-autotools-dev_20180224.1_all.deb ... 2021-12-14 17:20:04.841 | Unpacking autotools-dev (20180224.1) ... 2021-12-14 17:20:04.915 | Selecting previously unselected package m4. 2021-12-14 17:20:04.922 | Preparing to unpack .../018-m4_1.4.18-1_amd64.deb ... 2021-12-14 17:20:04.927 | Unpacking m4 (1.4.18-1) ... 2021-12-14 17:20:05.077 | Selecting previously unselected package autoconf. 2021-12-14 17:20:05.084 | Preparing to unpack .../019-autoconf_2.69-11_all.deb ... 2021-12-14 17:20:05.089 | Unpacking autoconf (2.69-11) ... 2021-12-14 17:20:05.232 | Selecting previously unselected package automake. 2021-12-14 17:20:05.242 | Preparing to unpack .../020-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2021-12-14 17:20:05.251 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2021-12-14 17:20:05.401 | Selecting previously unselected package autopoint. 2021-12-14 17:20:05.408 | Preparing to unpack .../021-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2021-12-14 17:20:05.413 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2021-12-14 17:20:05.494 | Selecting previously unselected package libtool. 2021-12-14 17:20:05.501 | Preparing to unpack .../022-libtool_2.4.6-2_all.deb ... 2021-12-14 17:20:05.505 | Unpacking libtool (2.4.6-2) ... 2021-12-14 17:20:05.597 | Selecting previously unselected package dh-autoreconf. 2021-12-14 17:20:05.604 | Preparing to unpack .../023-dh-autoreconf_17_all.deb ... 2021-12-14 17:20:05.608 | Unpacking dh-autoreconf (17) ... 2021-12-14 17:20:05.674 | Selecting previously unselected package libarchive-zip-perl. 2021-12-14 17:20:05.683 | Preparing to unpack .../024-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2021-12-14 17:20:05.689 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-12-14 17:20:05.766 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-12-14 17:20:05.772 | Preparing to unpack .../025-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2021-12-14 17:20:05.777 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-12-14 17:20:05.842 | Selecting previously unselected package libtimedate-perl. 2021-12-14 17:20:05.849 | Preparing to unpack .../026-libtimedate-perl_2.3000-2_all.deb ... 2021-12-14 17:20:05.854 | Unpacking libtimedate-perl (2.3000-2) ... 2021-12-14 17:20:05.924 | Selecting previously unselected package dh-strip-nondeterminism. 2021-12-14 17:20:05.931 | Preparing to unpack .../027-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2021-12-14 17:20:05.936 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-12-14 17:20:06.004 | Selecting previously unselected package libdpkg-perl. 2021-12-14 17:20:06.013 | Preparing to unpack .../028-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2021-12-14 17:20:06.017 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-12-14 17:20:06.123 | Selecting previously unselected package make. 2021-12-14 17:20:06.130 | Preparing to unpack .../029-make_4.1-9.1ubuntu1_amd64.deb ... 2021-12-14 17:20:06.134 | Unpacking make (4.1-9.1ubuntu1) ... 2021-12-14 17:20:06.228 | Selecting previously unselected package dpkg-dev. 2021-12-14 17:20:06.234 | Preparing to unpack .../030-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2021-12-14 17:20:06.239 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-12-14 17:20:06.433 | Selecting previously unselected package libcroco3:amd64. 2021-12-14 17:20:06.440 | Preparing to unpack .../031-libcroco3_0.6.12-2_amd64.deb ... 2021-12-14 17:20:06.444 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2021-12-14 17:20:06.523 | Selecting previously unselected package gettext. 2021-12-14 17:20:06.531 | Preparing to unpack .../032-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2021-12-14 17:20:06.535 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2021-12-14 17:20:06.831 | Selecting previously unselected package intltool-debian. 2021-12-14 17:20:06.838 | Preparing to unpack .../033-intltool-debian_0.35.0+20060710.4_all.deb ... 2021-12-14 17:20:06.843 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2021-12-14 17:20:06.916 | Selecting previously unselected package po-debconf. 2021-12-14 17:20:06.928 | Preparing to unpack .../034-po-debconf_1.0.20_all.deb ... 2021-12-14 17:20:06.933 | Unpacking po-debconf (1.0.20) ... 2021-12-14 17:20:07.034 | Selecting previously unselected package debhelper. 2021-12-14 17:20:07.041 | Preparing to unpack .../035-debhelper_11.1.6ubuntu2_all.deb ... 2021-12-14 17:20:07.045 | Unpacking debhelper (11.1.6ubuntu2) ... 2021-12-14 17:20:07.292 | Selecting previously unselected package apache2-dev. 2021-12-14 17:20:07.300 | Preparing to unpack .../036-apache2-dev_2.4.29-1ubuntu4.20_amd64.deb ... 2021-12-14 17:20:07.304 | Unpacking apache2-dev (2.4.29-1ubuntu4.20) ... 2021-12-14 17:20:07.410 | Selecting previously unselected package libstdc++-7-dev:amd64. 2021-12-14 17:20:07.417 | Preparing to unpack .../037-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-12-14 17:20:07.422 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-12-14 17:20:07.905 | Selecting previously unselected package g++-7. 2021-12-14 17:20:07.913 | Preparing to unpack .../038-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-12-14 17:20:07.918 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-12-14 17:20:09.275 | Selecting previously unselected package g++. 2021-12-14 17:20:09.283 | Preparing to unpack .../039-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2021-12-14 17:20:09.288 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2021-12-14 17:20:09.352 | Selecting previously unselected package build-essential. 2021-12-14 17:20:09.359 | Preparing to unpack .../040-build-essential_12.4ubuntu1_amd64.deb ... 2021-12-14 17:20:09.364 | Unpacking build-essential (12.4ubuntu1) ... 2021-12-14 17:20:09.434 | Selecting previously unselected package conntrack. 2021-12-14 17:20:09.441 | Preparing to unpack .../041-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-12-14 17:20:09.446 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-12-14 17:20:09.544 | Selecting previously unselected package libnetfilter-queue1. 2021-12-14 17:20:09.553 | Preparing to unpack .../042-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2021-12-14 17:20:09.558 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2021-12-14 17:20:09.661 | Selecting previously unselected package conntrackd. 2021-12-14 17:20:09.668 | Preparing to unpack .../043-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-12-14 17:20:09.674 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-12-14 17:20:09.764 | Preparing to unpack .../044-curl_7.58.0-2ubuntu3.16_amd64.deb ... 2021-12-14 17:20:09.792 | Unpacking curl (7.58.0-2ubuntu3.16) over (7.58.0-2ubuntu3.7) ... 2021-12-14 17:20:09.936 | Preparing to unpack .../045-libcurl4_7.58.0-2ubuntu3.16_amd64.deb ... 2021-12-14 17:20:09.963 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.16) over (7.58.0-2ubuntu3.7) ... 2021-12-14 17:20:10.097 | Selecting previously unselected package dctrl-tools. 2021-12-14 17:20:10.107 | Preparing to unpack .../046-dctrl-tools_2.24-2build1_amd64.deb ... 2021-12-14 17:20:10.124 | Unpacking dctrl-tools (2.24-2build1) ... 2021-12-14 17:20:10.236 | Preparing to unpack .../047-dnsmasq-base_2.79-1ubuntu0.5_amd64.deb ... 2021-12-14 17:20:10.263 | Unpacking dnsmasq-base (2.79-1ubuntu0.5) over (2.79-1) ... 2021-12-14 17:20:10.404 | Selecting previously unselected package dnsmasq-utils. 2021-12-14 17:20:10.414 | Preparing to unpack .../048-dnsmasq-utils_2.79-1ubuntu0.5_amd64.deb ... 2021-12-14 17:20:10.420 | Unpacking dnsmasq-utils (2.79-1ubuntu0.5) ... 2021-12-14 17:20:10.505 | Selecting previously unselected package dstat. 2021-12-14 17:20:10.516 | Preparing to unpack .../049-dstat_0.7.3-1_all.deb ... 2021-12-14 17:20:10.522 | Unpacking dstat (0.7.3-1) ... 2021-12-14 17:20:10.650 | Selecting previously unselected package libfakeroot:amd64. 2021-12-14 17:20:10.658 | Preparing to unpack .../050-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2021-12-14 17:20:10.663 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-12-14 17:20:10.751 | Selecting previously unselected package fakeroot. 2021-12-14 17:20:10.758 | Preparing to unpack .../051-fakeroot_1.22-2ubuntu1_amd64.deb ... 2021-12-14 17:20:10.763 | Unpacking fakeroot (1.22-2ubuntu1) ... 2021-12-14 17:20:10.836 | Selecting previously unselected package genisoimage. 2021-12-14 17:20:10.843 | Preparing to unpack .../052-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2021-12-14 17:20:10.848 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2021-12-14 17:20:10.980 | Selecting previously unselected package libgraphite2-3:amd64. 2021-12-14 17:20:10.989 | Preparing to unpack .../053-libgraphite2-3_1.3.11-2_amd64.deb ... 2021-12-14 17:20:10.995 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2021-12-14 17:20:11.102 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-12-14 17:20:11.109 | Preparing to unpack .../054-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2021-12-14 17:20:11.115 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-12-14 17:20:11.209 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2021-12-14 17:20:11.217 | Preparing to unpack .../055-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2021-12-14 17:20:11.221 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-12-14 17:20:11.307 | Selecting previously unselected package libann0. 2021-12-14 17:20:11.314 | Preparing to unpack .../056-libann0_1.1.2+doc-6_amd64.deb ... 2021-12-14 17:20:11.318 | Unpacking libann0 (1.1.2+doc-6) ... 2021-12-14 17:20:11.403 | Selecting previously unselected package libcdt5. 2021-12-14 17:20:11.410 | Preparing to unpack .../057-libcdt5_2.40.1-2_amd64.deb ... 2021-12-14 17:20:11.415 | Unpacking libcdt5 (2.40.1-2) ... 2021-12-14 17:20:11.499 | Selecting previously unselected package libcgraph6. 2021-12-14 17:20:11.508 | Preparing to unpack .../058-libcgraph6_2.40.1-2_amd64.deb ... 2021-12-14 17:20:11.512 | Unpacking libcgraph6 (2.40.1-2) ... 2021-12-14 17:20:11.581 | Selecting previously unselected package libjpeg8:amd64. 2021-12-14 17:20:11.589 | Preparing to unpack .../059-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-12-14 17:20:11.593 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-12-14 17:20:11.686 | Selecting previously unselected package libjbig0:amd64. 2021-12-14 17:20:11.693 | Preparing to unpack .../060-libjbig0_2.1-3.1build1_amd64.deb ... 2021-12-14 17:20:11.697 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-12-14 17:20:11.799 | Selecting previously unselected package libtiff5:amd64. 2021-12-14 17:20:11.806 | Preparing to unpack .../061-libtiff5_4.0.9-5ubuntu0.4_amd64.deb ... 2021-12-14 17:20:11.811 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.4) ... 2021-12-14 17:20:11.929 | Selecting previously unselected package libwebp6:amd64. 2021-12-14 17:20:11.937 | Preparing to unpack .../062-libwebp6_0.6.1-2ubuntu0.18.04.1_amd64.deb ... 2021-12-14 17:20:11.941 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.18.04.1) ... 2021-12-14 17:20:12.053 | Selecting previously unselected package libxpm4:amd64. 2021-12-14 17:20:12.060 | Preparing to unpack .../063-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-12-14 17:20:12.065 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-12-14 17:20:12.160 | Selecting previously unselected package libgd3:amd64. 2021-12-14 17:20:12.168 | Preparing to unpack .../064-libgd3_2.2.5-4ubuntu0.5_amd64.deb ... 2021-12-14 17:20:12.172 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.5) ... 2021-12-14 17:20:12.280 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-12-14 17:20:12.289 | Preparing to unpack .../065-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-12-14 17:20:12.294 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-12-14 17:20:12.403 | Selecting previously unselected package libpixman-1-0:amd64. 2021-12-14 17:20:12.414 | Preparing to unpack .../066-libpixman-1-0_0.34.0-2_amd64.deb ... 2021-12-14 17:20:12.420 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2021-12-14 17:20:12.546 | Selecting previously unselected package libxcb-render0:amd64. 2021-12-14 17:20:12.554 | Preparing to unpack .../067-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2021-12-14 17:20:12.558 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-12-14 17:20:12.658 | Selecting previously unselected package libxcb-shm0:amd64. 2021-12-14 17:20:12.665 | Preparing to unpack .../068-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2021-12-14 17:20:12.670 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-12-14 17:20:12.774 | Selecting previously unselected package libxrender1:amd64. 2021-12-14 17:20:12.782 | Preparing to unpack .../069-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-12-14 17:20:12.786 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-12-14 17:20:12.884 | Selecting previously unselected package libcairo2:amd64. 2021-12-14 17:20:12.894 | Preparing to unpack .../070-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2021-12-14 17:20:12.899 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-12-14 17:20:13.045 | Selecting previously unselected package libltdl7:amd64. 2021-12-14 17:20:13.052 | Preparing to unpack .../071-libltdl7_2.4.6-2_amd64.deb ... 2021-12-14 17:20:13.057 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2021-12-14 17:20:13.129 | Selecting previously unselected package libthai-data. 2021-12-14 17:20:13.137 | Preparing to unpack .../072-libthai-data_0.1.27-2_all.deb ... 2021-12-14 17:20:13.140 | Unpacking libthai-data (0.1.27-2) ... 2021-12-14 17:20:13.256 | Selecting previously unselected package libdatrie1:amd64. 2021-12-14 17:20:13.264 | Preparing to unpack .../073-libdatrie1_0.2.10-7_amd64.deb ... 2021-12-14 17:20:13.268 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2021-12-14 17:20:13.363 | Selecting previously unselected package libthai0:amd64. 2021-12-14 17:20:13.374 | Preparing to unpack .../074-libthai0_0.1.27-2_amd64.deb ... 2021-12-14 17:20:13.380 | Unpacking libthai0:amd64 (0.1.27-2) ... 2021-12-14 17:20:13.476 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-12-14 17:20:13.484 | Preparing to unpack .../075-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-12-14 17:20:13.488 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-12-14 17:20:13.604 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-12-14 17:20:13.612 | Preparing to unpack .../076-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-12-14 17:20:13.617 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-12-14 17:20:13.718 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-12-14 17:20:13.728 | Preparing to unpack .../077-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-12-14 17:20:13.734 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-12-14 17:20:13.829 | Selecting previously unselected package libpathplan4. 2021-12-14 17:20:13.839 | Preparing to unpack .../078-libpathplan4_2.40.1-2_amd64.deb ... 2021-12-14 17:20:13.844 | Unpacking libpathplan4 (2.40.1-2) ... 2021-12-14 17:20:13.950 | Selecting previously unselected package libgvc6. 2021-12-14 17:20:13.960 | Preparing to unpack .../079-libgvc6_2.40.1-2_amd64.deb ... 2021-12-14 17:20:13.965 | Unpacking libgvc6 (2.40.1-2) ... 2021-12-14 17:20:14.128 | Selecting previously unselected package libgvpr2. 2021-12-14 17:20:14.135 | Preparing to unpack .../080-libgvpr2_2.40.1-2_amd64.deb ... 2021-12-14 17:20:14.142 | Unpacking libgvpr2 (2.40.1-2) ... 2021-12-14 17:20:14.252 | Selecting previously unselected package liblab-gamut1. 2021-12-14 17:20:14.259 | Preparing to unpack .../081-liblab-gamut1_2.40.1-2_amd64.deb ... 2021-12-14 17:20:14.264 | Unpacking liblab-gamut1 (2.40.1-2) ... 2021-12-14 17:20:14.480 | Selecting previously unselected package libxt6:amd64. 2021-12-14 17:20:14.488 | Preparing to unpack .../082-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-12-14 17:20:14.492 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-12-14 17:20:14.598 | Selecting previously unselected package libxmu6:amd64. 2021-12-14 17:20:14.605 | Preparing to unpack .../083-libxmu6_2%3a1.1.2-2_amd64.deb ... 2021-12-14 17:20:14.610 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2021-12-14 17:20:14.709 | Selecting previously unselected package libxaw7:amd64. 2021-12-14 17:20:14.716 | Preparing to unpack .../084-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-12-14 17:20:14.720 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-12-14 17:20:14.830 | Selecting previously unselected package graphviz. 2021-12-14 17:20:14.837 | Preparing to unpack .../085-graphviz_2.40.1-2_amd64.deb ... 2021-12-14 17:20:14.841 | Unpacking graphviz (2.40.1-2) ... 2021-12-14 17:20:15.049 | Selecting previously unselected package libnl-3-200:amd64. 2021-12-14 17:20:15.061 | Preparing to unpack .../086-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-12-14 17:20:15.065 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-12-14 17:20:15.160 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-12-14 17:20:15.167 | Preparing to unpack .../087-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-12-14 17:20:15.172 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-12-14 17:20:15.297 | Selecting previously unselected package libibverbs1:amd64. 2021-12-14 17:20:15.308 | Preparing to unpack .../088-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2021-12-14 17:20:15.313 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-12-14 17:20:15.422 | Selecting previously unselected package ibverbs-providers:amd64. 2021-12-14 17:20:15.429 | Preparing to unpack .../089-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2021-12-14 17:20:15.434 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-12-14 17:20:15.522 | Selecting previously unselected package icu-devtools. 2021-12-14 17:20:15.529 | Preparing to unpack .../090-icu-devtools_60.2-3ubuntu3.2_amd64.deb ... 2021-12-14 17:20:15.534 | Unpacking icu-devtools (60.2-3ubuntu3.2) ... 2021-12-14 17:20:15.630 | Selecting previously unselected package iputils-arping. 2021-12-14 17:20:15.637 | Preparing to unpack .../091-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2021-12-14 17:20:15.642 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2021-12-14 17:20:15.758 | Selecting previously unselected package javascript-common. 2021-12-14 17:20:15.766 | Preparing to unpack .../092-javascript-common_11_all.deb ... 2021-12-14 17:20:15.786 | Unpacking javascript-common (11) ... 2021-12-14 17:20:15.874 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-12-14 17:20:15.883 | Preparing to unpack .../093-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-12-14 17:20:15.888 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-12-14 17:20:16.004 | Selecting previously unselected package libsensors4:amd64. 2021-12-14 17:20:16.013 | Preparing to unpack .../094-libsensors4_1%3a3.4.0-4_amd64.deb ... 2021-12-14 17:20:16.130 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2021-12-14 17:20:16.217 | Selecting previously unselected package libsnmp-base. 2021-12-14 17:20:16.224 | Preparing to unpack .../095-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2021-12-14 17:20:16.228 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-12-14 17:20:16.352 | Selecting previously unselected package libsnmp30:amd64. 2021-12-14 17:20:16.360 | Preparing to unpack .../096-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2021-12-14 17:20:16.364 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-12-14 17:20:16.597 | Selecting previously unselected package keepalived. 2021-12-14 17:20:16.608 | Preparing to unpack .../097-keepalived_1%3a1.3.9-1ubuntu0.18.04.3_amd64.deb ... 2021-12-14 17:20:16.614 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.3) ... 2021-12-14 17:20:16.760 | Selecting previously unselected package libgssrpc4:amd64. 2021-12-14 17:20:16.769 | Preparing to unpack .../098-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2021-12-14 17:20:16.775 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:20:16.865 | Selecting previously unselected package libkdb5-9:amd64. 2021-12-14 17:20:16.872 | Preparing to unpack .../099-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2021-12-14 17:20:16.878 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:20:16.980 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-12-14 17:20:16.987 | Preparing to unpack .../100-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-12-14 17:20:16.992 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:20:17.095 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-12-14 17:20:17.102 | Preparing to unpack .../101-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-12-14 17:20:17.107 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:20:17.186 | Selecting previously unselected package comerr-dev:amd64. 2021-12-14 17:20:17.193 | Preparing to unpack .../102-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2021-12-14 17:20:17.198 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-12-14 17:20:17.290 | Selecting previously unselected package krb5-multidev:amd64. 2021-12-14 17:20:17.298 | Preparing to unpack .../103-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2021-12-14 17:20:17.302 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:20:17.421 | Selecting previously unselected package libaio1:amd64. 2021-12-14 17:20:17.429 | Preparing to unpack .../104-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2021-12-14 17:20:17.434 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-12-14 17:20:17.502 | Selecting previously unselected package libalgorithm-diff-perl. 2021-12-14 17:20:17.509 | Preparing to unpack .../105-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2021-12-14 17:20:17.522 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2021-12-14 17:20:17.588 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-12-14 17:20:17.595 | Preparing to unpack .../106-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2021-12-14 17:20:17.608 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2021-12-14 17:20:17.674 | Selecting previously unselected package libalgorithm-merge-perl. 2021-12-14 17:20:17.685 | Preparing to unpack .../107-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-12-14 17:20:17.698 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-12-14 17:20:17.771 | Selecting previously unselected package libarchive-cpio-perl. 2021-12-14 17:20:17.782 | Preparing to unpack .../108-libarchive-cpio-perl_0.10-1_all.deb ... 2021-12-14 17:20:17.786 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-12-14 17:20:17.862 | Selecting previously unselected package libfile-fcntllock-perl. 2021-12-14 17:20:17.869 | Preparing to unpack .../109-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2021-12-14 17:20:17.882 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2021-12-14 17:20:17.958 | Selecting previously unselected package libglib2.0-bin. 2021-12-14 17:20:17.968 | Preparing to unpack .../110-libglib2.0-bin_2.56.4-0ubuntu0.18.04.9_amd64.deb ... 2021-12-14 17:20:17.973 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.9) ... 2021-12-14 17:20:18.073 | Selecting previously unselected package libglib2.0-dev-bin. 2021-12-14 17:20:18.082 | Preparing to unpack .../111-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.9_amd64.deb ... 2021-12-14 17:20:18.087 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.9) ... 2021-12-14 17:20:18.195 | Selecting previously unselected package pkg-config. 2021-12-14 17:20:18.203 | Preparing to unpack .../112-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2021-12-14 17:20:18.208 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2021-12-14 17:20:18.295 | Selecting previously unselected package zlib1g-dev:amd64. 2021-12-14 17:20:18.303 | Preparing to unpack .../113-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2021-12-14 17:20:18.308 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-12-14 17:20:18.406 | Selecting previously unselected package libglib2.0-dev:amd64. 2021-12-14 17:20:18.416 | Preparing to unpack .../114-libglib2.0-dev_2.56.4-0ubuntu0.18.04.9_amd64.deb ... 2021-12-14 17:20:18.421 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.9) ... 2021-12-14 17:20:18.773 | Selecting previously unselected package libgraphite2-dev:amd64. 2021-12-14 17:20:18.781 | Preparing to unpack .../115-libgraphite2-dev_1.3.11-2_amd64.deb ... 2021-12-14 17:20:18.794 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2021-12-14 17:20:18.875 | Selecting previously unselected package libgts-bin. 2021-12-14 17:20:18.882 | Preparing to unpack .../116-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-12-14 17:20:18.887 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-12-14 17:20:18.995 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2021-12-14 17:20:19.006 | Preparing to unpack .../117-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2021-12-14 17:20:19.011 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-12-14 17:20:19.110 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2021-12-14 17:20:19.121 | Preparing to unpack .../118-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2021-12-14 17:20:19.127 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-12-14 17:20:19.216 | Selecting previously unselected package libicu-le-hb0:amd64. 2021-12-14 17:20:19.223 | Preparing to unpack .../119-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2021-12-14 17:20:19.227 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-12-14 17:20:19.321 | Selecting previously unselected package libiculx60:amd64. 2021-12-14 17:20:19.332 | Preparing to unpack .../120-libiculx60_60.2-3ubuntu3.2_amd64.deb ... 2021-12-14 17:20:19.337 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.2) ... 2021-12-14 17:20:19.414 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2021-12-14 17:20:19.421 | Preparing to unpack .../121-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2021-12-14 17:20:19.426 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-12-14 17:20:19.507 | Selecting previously unselected package libicu-dev. 2021-12-14 17:20:19.514 | Preparing to unpack .../122-libicu-dev_60.2-3ubuntu3.2_amd64.deb ... 2021-12-14 17:20:19.519 | Unpacking libicu-dev (60.2-3ubuntu3.2) ... 2021-12-14 17:20:20.946 | Selecting previously unselected package libharfbuzz-dev:amd64. 2021-12-14 17:20:20.957 | Preparing to unpack .../123-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2021-12-14 17:20:20.962 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-12-14 17:20:21.106 | Selecting previously unselected package libiscsi7:amd64. 2021-12-14 17:20:21.114 | Preparing to unpack .../124-libiscsi7_1.17.0-1.1_amd64.deb ... 2021-12-14 17:20:21.119 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2021-12-14 17:20:21.227 | Selecting previously unselected package libjansson4:amd64. 2021-12-14 17:20:21.235 | Preparing to unpack .../125-libjansson4_2.11-1_amd64.deb ... 2021-12-14 17:20:21.248 | Unpacking libjansson4:amd64 (2.11-1) ... 2021-12-14 17:20:21.323 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-12-14 17:20:21.333 | Preparing to unpack .../126-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-12-14 17:20:21.337 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-12-14 17:20:21.433 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-12-14 17:20:21.441 | Preparing to unpack .../127-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-12-14 17:20:21.446 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-12-14 17:20:21.515 | Selecting previously unselected package libjpeg-dev:amd64. 2021-12-14 17:20:21.522 | Preparing to unpack .../128-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-12-14 17:20:21.535 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-12-14 17:20:21.602 | Selecting previously unselected package libjs-jquery. 2021-12-14 17:20:21.609 | Preparing to unpack .../129-libjs-jquery_3.2.1-1_all.deb ... 2021-12-14 17:20:21.614 | Unpacking libjs-jquery (3.2.1-1) ... 2021-12-14 17:20:21.714 | Selecting previously unselected package libjs-jquery-metadata. 2021-12-14 17:20:21.721 | Preparing to unpack .../130-libjs-jquery-metadata_12-1_all.deb ... 2021-12-14 17:20:21.726 | Unpacking libjs-jquery-metadata (12-1) ... 2021-12-14 17:20:21.787 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-12-14 17:20:21.798 | Preparing to unpack .../131-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2021-12-14 17:20:21.803 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-12-14 17:20:21.916 | Selecting previously unselected package libltdl-dev:amd64. 2021-12-14 17:20:21.927 | Preparing to unpack .../132-libltdl-dev_2.4.6-2_amd64.deb ... 2021-12-14 17:20:21.931 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2021-12-14 17:20:22.037 | Selecting previously unselected package libsys-hostname-long-perl. 2021-12-14 17:20:22.045 | Preparing to unpack .../133-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-12-14 17:20:22.050 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-12-14 17:20:22.124 | Selecting previously unselected package libmail-sendmail-perl. 2021-12-14 17:20:22.132 | Preparing to unpack .../134-libmail-sendmail-perl_0.80-1_all.deb ... 2021-12-14 17:20:22.136 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-12-14 17:20:22.244 | Selecting previously unselected package libmatheval1:amd64. 2021-12-14 17:20:22.255 | Preparing to unpack .../135-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2021-12-14 17:20:22.259 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-12-14 17:20:22.380 | Selecting previously unselected package mysql-common. 2021-12-14 17:20:22.391 | Preparing to unpack .../136-mysql-common_5.8+1.0.4_all.deb ... 2021-12-14 17:20:22.418 | Unpacking mysql-common (5.8+1.0.4) ... 2021-12-14 17:20:22.508 | Selecting previously unselected package libmysqlclient20:amd64. 2021-12-14 17:20:22.516 | Preparing to unpack .../137-libmysqlclient20_5.7.36-0ubuntu0.18.04.1_amd64.deb ... 2021-12-14 17:20:22.529 | Unpacking libmysqlclient20:amd64 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-14 17:20:22.727 | Selecting previously unselected package libssl-dev:amd64. 2021-12-14 17:20:22.735 | Preparing to unpack .../138-libssl-dev_1.1.1-1ubuntu2.1~18.04.14_amd64.deb ... 2021-12-14 17:20:22.739 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.14) ... 2021-12-14 17:20:23.066 | Selecting previously unselected package libmysqlclient-dev. 2021-12-14 17:20:23.073 | Preparing to unpack .../139-libmysqlclient-dev_5.7.36-0ubuntu0.18.04.1_amd64.deb ... 2021-12-14 17:20:23.078 | Unpacking libmysqlclient-dev (5.7.36-0ubuntu0.18.04.1) ... 2021-12-14 17:20:23.355 | Selecting previously unselected package libnorm1:amd64. 2021-12-14 17:20:23.363 | Preparing to unpack .../140-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2021-12-14 17:20:23.368 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-12-14 17:20:23.487 | Selecting previously unselected package libnspr4:amd64. 2021-12-14 17:20:23.495 | Preparing to unpack .../141-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2021-12-14 17:20:23.500 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-12-14 17:20:23.611 | Selecting previously unselected package libnss3:amd64. 2021-12-14 17:20:23.619 | Preparing to unpack .../142-libnss3_2%3a3.35-2ubuntu2.13_amd64.deb ... 2021-12-14 17:20:23.623 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.13) ... 2021-12-14 17:20:23.883 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-12-14 17:20:23.893 | Preparing to unpack .../143-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2021-12-14 17:20:23.906 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-12-14 17:20:24.029 | Selecting previously unselected package libpq5:amd64. 2021-12-14 17:20:24.037 | Preparing to unpack .../144-libpq5_10.19-0ubuntu0.18.04.1_amd64.deb ... 2021-12-14 17:20:24.042 | Unpacking libpq5:amd64 (10.19-0ubuntu0.18.04.1) ... 2021-12-14 17:20:24.126 | Selecting previously unselected package libpq-dev. 2021-12-14 17:20:24.134 | Preparing to unpack .../145-libpq-dev_10.19-0ubuntu0.18.04.1_amd64.deb ... 2021-12-14 17:20:24.139 | Unpacking libpq-dev (10.19-0ubuntu0.18.04.1) ... 2021-12-14 17:20:24.285 | Selecting previously unselected package librados2. 2021-12-14 17:20:24.295 | Preparing to unpack .../146-librados2_12.2.13-0ubuntu0.18.04.10_amd64.deb ... 2021-12-14 17:20:24.300 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.10) ... 2021-12-14 17:20:24.780 | Selecting previously unselected package librbd1. 2021-12-14 17:20:24.787 | Preparing to unpack .../147-librbd1_12.2.13-0ubuntu0.18.04.10_amd64.deb ... 2021-12-14 17:20:24.792 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.10) ... 2021-12-14 17:20:24.999 | Selecting previously unselected package libsasl2-dev. 2021-12-14 17:20:25.007 | Preparing to unpack .../148-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-12-14 17:20:25.012 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-12-14 17:20:25.151 | Preparing to unpack .../149-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-12-14 17:20:25.174 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-12-14 17:20:25.303 | Selecting previously unselected package libsodium23:amd64. 2021-12-14 17:20:25.310 | Preparing to unpack .../150-libsodium23_1.0.16-2_amd64.deb ... 2021-12-14 17:20:25.315 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2021-12-14 17:20:25.407 | Selecting previously unselected package libsystemd-dev:amd64. 2021-12-14 17:20:25.415 | Preparing to unpack .../151-libsystemd-dev_237-3ubuntu10.52_amd64.deb ... 2021-12-14 17:20:25.420 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.52) ... 2021-12-14 17:20:25.595 | Selecting previously unselected package libx86-1:amd64. 2021-12-14 17:20:25.603 | Preparing to unpack .../152-libx86-1_1.1+ds1-10.2_amd64.deb ... 2021-12-14 17:20:25.608 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2021-12-14 17:20:25.686 | Selecting previously unselected package libxml2-dev:amd64. 2021-12-14 17:20:25.693 | Preparing to unpack .../153-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.4_amd64.deb ... 2021-12-14 17:20:25.698 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.4) ... 2021-12-14 17:20:25.920 | Preparing to unpack .../154-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2021-12-14 17:20:25.962 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2021-12-14 17:20:26.067 | Selecting previously unselected package libxslt1-dev:amd64. 2021-12-14 17:20:26.075 | Preparing to unpack .../155-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2021-12-14 17:20:26.080 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-12-14 17:20:26.250 | Selecting previously unselected package libzmq5:amd64. 2021-12-14 17:20:26.260 | Preparing to unpack .../156-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2021-12-14 17:20:26.269 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-12-14 17:20:26.419 | Preparing to unpack .../157-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2021-12-14 17:20:26.451 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2021-12-14 17:20:27.371 | Selecting previously unselected package memcached. 2021-12-14 17:20:27.379 | Preparing to unpack .../158-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2021-12-14 17:20:27.384 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2021-12-14 17:20:27.488 | Selecting previously unselected package pm-utils. 2021-12-14 17:20:27.500 | Preparing to unpack .../159-pm-utils_1.4.1-17_all.deb ... 2021-12-14 17:20:27.505 | Unpacking pm-utils (1.4.1-17) ... 2021-12-14 17:20:27.617 | Selecting previously unselected package postgresql-client-common. 2021-12-14 17:20:27.626 | Preparing to unpack .../160-postgresql-client-common_190ubuntu0.1_all.deb ... 2021-12-14 17:20:27.631 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2021-12-14 17:20:27.734 | Selecting previously unselected package ssl-cert. 2021-12-14 17:20:27.745 | Preparing to unpack .../161-ssl-cert_1.0.39_all.deb ... 2021-12-14 17:20:27.751 | Unpacking ssl-cert (1.0.39) ... 2021-12-14 17:20:27.887 | Selecting previously unselected package postgresql-common. 2021-12-14 17:20:27.896 | Preparing to unpack .../162-postgresql-common_190ubuntu0.1_all.deb ... 2021-12-14 17:20:27.931 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-12-14 17:20:27.936 | Unpacking postgresql-common (190ubuntu0.1) ... 2021-12-14 17:20:28.051 | Selecting previously unselected package postgresql-server-dev-10. 2021-12-14 17:20:28.059 | Preparing to unpack .../163-postgresql-server-dev-10_10.19-0ubuntu0.18.04.1_amd64.deb ... 2021-12-14 17:20:28.065 | Unpacking postgresql-server-dev-10 (10.19-0ubuntu0.18.04.1) ... 2021-12-14 17:20:28.382 | Selecting previously unselected package postgresql-server-dev-all. 2021-12-14 17:20:28.390 | Preparing to unpack .../164-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2021-12-14 17:20:28.394 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2021-12-14 17:20:28.476 | Selecting previously unselected package python-pip-whl. 2021-12-14 17:20:28.484 | Preparing to unpack .../165-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.5_all.deb ... 2021-12-14 17:20:28.488 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.5) ... 2021-12-14 17:20:28.755 | Selecting previously unselected package python3-mysqldb. 2021-12-14 17:20:28.763 | Preparing to unpack .../166-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2021-12-14 17:20:28.767 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2021-12-14 17:20:28.876 | Selecting previously unselected package python3.6-venv. 2021-12-14 17:20:28.883 | Preparing to unpack .../167-python3.6-venv_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 2021-12-14 17:20:28.888 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.4) ... 2021-12-14 17:20:28.954 | Selecting previously unselected package python3-venv. 2021-12-14 17:20:28.962 | Preparing to unpack .../168-python3-venv_3.6.7-1~18.04_amd64.deb ... 2021-12-14 17:20:28.966 | Unpacking python3-venv (3.6.7-1~18.04) ... 2021-12-14 17:20:29.047 | Selecting previously unselected package qemu-block-extra:amd64. 2021-12-14 17:20:29.055 | Preparing to unpack .../169-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.38_amd64.deb ... 2021-12-14 17:20:29.059 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.38) ... 2021-12-14 17:20:29.130 | Selecting previously unselected package qemu-utils. 2021-12-14 17:20:29.138 | Preparing to unpack .../170-qemu-utils_1%3a2.11+dfsg-1ubuntu7.38_amd64.deb ... 2021-12-14 17:20:29.143 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.38) ... 2021-12-14 17:20:29.363 | Selecting previously unselected package sharutils. 2021-12-14 17:20:29.375 | Preparing to unpack .../171-sharutils_1%3a4.15.2-3_amd64.deb ... 2021-12-14 17:20:29.380 | Unpacking sharutils (1:4.15.2-3) ... 2021-12-14 17:20:29.474 | Selecting previously unselected package sqlite3. 2021-12-14 17:20:29.482 | Preparing to unpack .../172-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2021-12-14 17:20:29.487 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2021-12-14 17:20:29.669 | Selecting previously unselected package thin-provisioning-tools. 2021-12-14 17:20:29.677 | Preparing to unpack .../173-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2021-12-14 17:20:29.682 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-12-14 17:20:29.829 | Selecting previously unselected package unzip. 2021-12-14 17:20:29.840 | Preparing to unpack .../174-unzip_6.0-21ubuntu1.1_amd64.deb ... 2021-12-14 17:20:29.846 | Unpacking unzip (6.0-21ubuntu1.1) ... 2021-12-14 17:20:29.953 | Selecting previously unselected package uwsgi-core. 2021-12-14 17:20:29.961 | Preparing to unpack .../175-uwsgi-core_2.0.15-10.2ubuntu2.2_amd64.deb ... 2021-12-14 17:20:29.966 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.2) ... 2021-12-14 17:20:30.154 | Selecting previously unselected package vbetool. 2021-12-14 17:20:30.162 | Preparing to unpack .../176-vbetool_1.1-4_amd64.deb ... 2021-12-14 17:20:30.168 | Unpacking vbetool (1.1-4) ... 2021-12-14 17:20:30.273 | Selecting previously unselected package libipset3:amd64. 2021-12-14 17:20:30.281 | Preparing to unpack .../177-libipset3_6.34-1_amd64.deb ... 2021-12-14 17:20:30.286 | Unpacking libipset3:amd64 (6.34-1) ... 2021-12-14 17:20:30.377 | Selecting previously unselected package ipset. 2021-12-14 17:20:30.385 | Preparing to unpack .../178-ipset_6.34-1_amd64.deb ... 2021-12-14 17:20:30.389 | Unpacking ipset (6.34-1) ... 2021-12-14 17:20:30.496 | Selecting previously unselected package ipvsadm. 2021-12-14 17:20:30.503 | Preparing to unpack .../179-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2021-12-14 17:20:30.508 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-12-14 17:20:30.607 | Selecting previously unselected package kpartx. 2021-12-14 17:20:30.614 | Preparing to unpack .../180-kpartx_0.7.4-2ubuntu3.1_amd64.deb ... 2021-12-14 17:20:30.619 | Unpacking kpartx (0.7.4-2ubuntu3.1) ... 2021-12-14 17:20:30.710 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-12-14 17:20:30.718 | Preparing to unpack .../181-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.2_amd64.deb ... 2021-12-14 17:20:30.723 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.2) ... 2021-12-14 17:20:30.823 | Selecting previously unselected package liberasurecode1:amd64. 2021-12-14 17:20:30.830 | Preparing to unpack .../182-liberasurecode1_1.5.0-1_amd64.deb ... 2021-12-14 17:20:30.835 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2021-12-14 17:20:30.900 | Selecting previously unselected package liberasurecode-dev. 2021-12-14 17:20:30.912 | Preparing to unpack .../183-liberasurecode-dev_1.5.0-1_amd64.deb ... 2021-12-14 17:20:30.925 | Unpacking liberasurecode-dev (1.5.0-1) ... 2021-12-14 17:20:30.999 | Selecting previously unselected package libffi-dev:amd64. 2021-12-14 17:20:31.006 | Preparing to unpack .../184-libffi-dev_3.2.1-8_amd64.deb ... 2021-12-14 17:20:31.011 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2021-12-14 17:20:31.110 | Selecting previously unselected package libkrb5-dev:amd64. 2021-12-14 17:20:31.118 | Preparing to unpack .../185-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2021-12-14 17:20:31.122 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:20:31.198 | Selecting previously unselected package libyaml-dev:amd64. 2021-12-14 17:20:31.206 | Preparing to unpack .../186-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2021-12-14 17:20:31.218 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-12-14 17:20:31.292 | Selecting previously unselected package socat. 2021-12-14 17:20:31.300 | Preparing to unpack .../187-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2021-12-14 17:20:31.313 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2021-12-14 17:20:31.444 | Selecting previously unselected package vlan. 2021-12-14 17:20:31.452 | Preparing to unpack .../188-vlan_1.9-3.2ubuntu6_amd64.deb ... 2021-12-14 17:20:31.457 | Unpacking vlan (1.9-3.2ubuntu6) ... 2021-12-14 17:20:31.578 | Setting up libjs-jquery (3.2.1-1) ... 2021-12-14 17:20:31.606 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-12-14 17:20:31.648 | Setting up libapr1:amd64 (1.6.3-2) ... 2021-12-14 17:20:31.688 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.5) ... 2021-12-14 17:20:31.722 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-12-14 17:20:31.946 | Setting up libpathplan4 (2.40.1-2) ... 2021-12-14 17:20:31.972 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-12-14 17:20:32.005 | Setting up libicu60:amd64 (60.2-3ubuntu3.2) ... 2021-12-14 17:20:32.046 | Setting up make (4.1-9.1ubuntu1) ... 2021-12-14 17:20:32.082 | Setting up liblab-gamut1 (2.40.1-2) ... 2021-12-14 17:20:32.115 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-12-14 17:20:32.148 | Setting up vlan (1.9-3.2ubuntu6) ... 2021-12-14 17:20:32.234 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-12-14 17:20:32.269 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-12-14 17:20:32.306 | Processing triggers for mime-support (3.60ubuntu1) ... 2021-12-14 17:20:32.342 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-12-14 17:20:32.373 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-14 17:20:32.402 | Setting up sudo (1.8.21p2-3ubuntu1.4) ... 2021-12-14 17:20:32.479 | Setting up libtimedate-perl (2.3000-2) ... 2021-12-14 17:20:32.519 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-12-14 17:20:32.546 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 2021-12-14 17:20:32.599 | Setting up fonts-dejavu-core (2.37-1) ... 2021-12-14 17:20:32.779 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2021-12-14 17:20:33.038 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2021-12-14 17:20:33.079 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2021-12-14 17:20:33.524 | update-initramfs: deferring update (trigger activated) 2021-12-14 17:20:35.752 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ... 2021-12-14 17:20:35.776 | No schema files found: doing nothing. 2021-12-14 17:20:35.783 | Setting up mysql-common (5.8+1.0.4) ... 2021-12-14 17:20:35.856 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-12-14 17:20:35.871 | Setting up sharutils (1:4.15.2-3) ... 2021-12-14 17:20:35.905 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2021-12-14 17:20:35.939 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-12-14 17:20:35.973 | Setting up libjansson4:amd64 (2.11-1) ... 2021-12-14 17:20:36.008 | Setting up unzip (6.0-21ubuntu1.1) ... 2021-12-14 17:20:36.051 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.4) ... 2021-12-14 17:20:36.156 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-12-14 17:20:36.188 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-12-14 17:20:36.224 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2021-12-14 17:20:36.258 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-12-14 17:20:36.292 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-12-14 17:20:36.325 | Setting up dctrl-tools (2.24-2build1) ... 2021-12-14 17:20:36.359 | Setting up apache2-data (2.4.29-1ubuntu4.20) ... 2021-12-14 17:20:36.393 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2021-12-14 17:20:36.428 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2021-12-14 17:20:36.465 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-12-14 17:20:36.499 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-12-14 17:20:36.532 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-12-14 17:20:36.623 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-12-14 17:20:47.292 | Setting up pm-utils (1.4.1-17) ... 2021-12-14 17:20:47.331 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2021-12-14 17:20:47.374 | Setting up m4 (1.4.18-1) ... 2021-12-14 17:20:47.406 | Setting up libipset3:amd64 (6.34-1) ... 2021-12-14 17:20:47.438 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-12-14 17:20:47.471 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-12-14 17:20:47.503 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:20:47.537 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2021-12-14 17:20:47.628 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2021-12-14 17:20:49.610 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-12-14 17:20:49.643 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.4) ... 2021-12-14 17:20:49.674 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2021-12-14 17:20:50.612 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2021-12-14 17:20:50.646 | Setting up libcroco3:amd64 (0.6.12-2) ... 2021-12-14 17:20:50.680 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2021-12-14 17:20:50.712 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-12-14 17:20:50.745 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-12-14 17:20:50.779 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-12-14 17:20:50.811 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2021-12-14 17:20:50.843 | Setting up dnsmasq-utils (2.79-1ubuntu0.5) ... 2021-12-14 17:20:50.877 | Setting up libsodium23:amd64 (1.0.16-2) ... 2021-12-14 17:20:50.910 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2021-12-14 17:20:50.943 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-12-14 17:20:50.998 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-12-14 17:20:51.031 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-12-14 17:20:51.063 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-12-14 17:20:51.112 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-12-14 17:20:51.178 | Setting up autotools-dev (20180224.1) ... 2021-12-14 17:20:51.209 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-12-14 17:20:51.242 | Setting up kpartx (0.7.4-2ubuntu3.1) ... 2021-12-14 17:20:51.275 | Setting up postgresql-client-common (190ubuntu0.1) ... 2021-12-14 17:20:51.329 | Setting up dstat (0.7.3-1) ... 2021-12-14 17:20:51.556 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.14) ... 2021-12-14 17:20:51.833 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2021-12-14 17:20:51.863 | Setting up ipset (6.34-1) ... 2021-12-14 17:20:51.897 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-12-14 17:20:51.942 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-12-14 17:20:51.975 | Setting up systemd (237-3ubuntu10.52) ... 2021-12-14 17:20:51.993 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-12-14 17:20:53.230 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2021-12-14 17:20:53.231 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2021-12-14 17:20:53.232 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2021-12-14 17:20:53.233 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2021-12-14 17:20:53.329 | Setting up libltdl7:amd64 (2.4.6-2) ... 2021-12-14 17:20:53.354 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.14) ... 2021-12-14 17:20:53.398 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2021-12-14 17:20:53.430 | Setting up libann0 (1.1.2+doc-6) ... 2021-12-14 17:20:53.462 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2021-12-14 17:20:53.495 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-12-14 17:20:53.527 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-12-14 17:20:53.560 | Setting up dnsmasq-base (2.79-1ubuntu0.5) ... 2021-12-14 17:20:53.602 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-12-14 17:20:53.635 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2021-12-14 17:20:53.690 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-14 17:21:16.357 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.52) ... 2021-12-14 17:21:16.367 | Setting up libmysqlclient20:amd64 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-14 17:21:16.401 | Setting up icu-devtools (60.2-3ubuntu3.2) ... 2021-12-14 17:21:16.434 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-12-14 17:21:16.466 | Setting up libthai-data (0.1.27-2) ... 2021-12-14 17:21:16.498 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2021-12-14 17:21:16.530 | Setting up javascript-common (11) ... 2021-12-14 17:21:16.606 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-12-14 17:21:16.628 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-12-14 17:21:16.668 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-12-14 17:21:16.719 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-12-14 17:21:16.775 | Setting up libjs-jquery-metadata (12-1) ... 2021-12-14 17:21:16.808 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2021-12-14 17:21:17.228 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-12-14 17:21:17.565 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2021-12-14 17:21:17.596 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-12-14 17:21:17.633 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.9) ... 2021-12-14 17:21:17.668 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2021-12-14 17:21:17.700 | Setting up vbetool (1.1-4) ... 2021-12-14 17:21:17.733 | Setting up libcdt5 (2.40.1-2) ... 2021-12-14 17:21:17.767 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-12-14 17:21:17.801 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2021-12-14 17:21:17.835 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-12-14 17:21:18.086 | Setting up libcgraph6 (2.40.1-2) ... 2021-12-14 17:21:18.118 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-12-14 17:21:18.150 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.18.04.1) ... 2021-12-14 17:21:18.183 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-12-14 17:21:18.217 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-12-14 17:21:18.250 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-12-14 17:21:18.285 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-12-14 17:21:18.317 | Setting up python3-venv (3.6.7-1~18.04) ... 2021-12-14 17:21:18.351 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-12-14 17:21:18.395 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-12-14 17:21:18.427 | Setting up libtool (2.4.6-2) ... 2021-12-14 17:21:18.460 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-12-14 17:21:18.494 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-12-14 17:21:18.528 | Setting up libnss-systemd:amd64 (237-3ubuntu10.52) ... 2021-12-14 17:21:18.561 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-12-14 17:21:18.596 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:21:18.629 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2021-12-14 17:21:19.265 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-12-14 17:21:19.824 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2021-12-14 17:21:20.318 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-12-14 17:21:20.350 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-12-14 17:21:20.382 | Setting up libpam-systemd:amd64 (237-3ubuntu10.52) ... 2021-12-14 17:21:20.802 | Setting up libapr1-dev (1.6.3-2) ... 2021-12-14 17:21:20.833 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2021-12-14 17:21:20.865 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.9) ... 2021-12-14 17:21:21.193 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2021-12-14 17:21:21.223 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-12-14 17:21:21.256 | Setting up libgvpr2 (2.40.1-2) ... 2021-12-14 17:21:21.287 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-12-14 17:21:21.319 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2021-12-14 17:21:21.931 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-12-14 17:21:22.469 | Setting up socat (1.7.3.2-2ubuntu2) ... 2021-12-14 17:21:22.494 | Setting up apache2-utils (2.4.29-1ubuntu4.20) ... 2021-12-14 17:21:22.525 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.14) ... 2021-12-14 17:21:22.558 | Setting up libaprutil1-dev (1.6.1-2) ... 2021-12-14 17:21:22.589 | Setting up liberasurecode-dev (1.5.0-1) ... 2021-12-14 17:21:22.623 | Setting up apache2-bin (2.4.29-1ubuntu4.20) ... 2021-12-14 17:21:22.678 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-12-14 17:21:22.710 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.13) ... 2021-12-14 17:21:22.742 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-12-14 17:21:22.774 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.4) ... 2021-12-14 17:21:22.806 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-12-14 17:21:22.839 | Setting up ssl-cert (1.0.39) ... 2021-12-14 17:21:23.783 | Setting up python3-mysqldb (1.3.10-1build1) ... 2021-12-14 17:21:24.085 | Setting up autoconf (2.69-11) ... 2021-12-14 17:21:24.123 | Setting up libthai0:amd64 (0.1.27-2) ... 2021-12-14 17:21:24.154 | Setting up fakeroot (1.22-2ubuntu1) ... 2021-12-14 17:21:24.180 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-12-14 17:21:24.205 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2021-12-14 17:21:24.416 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-12-14 17:21:24.872 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2021-12-14 17:21:24.905 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-12-14 17:21:24.939 | Setting up intltool-debian (0.35.0+20060710.4) ... 2021-12-14 17:21:24.972 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2021-12-14 17:21:25.084 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2021-12-14 17:21:25.116 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-12-14 17:21:25.148 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-12-14 17:21:25.181 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-12-14 17:21:25.215 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.3) ... 2021-12-14 17:21:25.524 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-12-14 17:21:26.094 | Setting up postgresql-common (190ubuntu0.1) ... 2021-12-14 17:21:26.761 | Adding user postgres to group ssl-cert 2021-12-14 17:21:26.932 | 2021-12-14 17:21:26.932 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-12-14 17:21:27.146 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-12-14 17:21:27.146 | Removing obsolete dictionary files: 2021-12-14 17:21:27.397 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-12-14 17:21:27.999 | Setting up automake (1:1.15.1-3ubuntu2) ... 2021-12-14 17:21:28.020 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2021-12-14 17:21:28.043 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.2) ... 2021-12-14 17:21:28.097 | Setting up libice6:amd64 (2:1.0.9-2) ... 2021-12-14 17:21:28.127 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2021-12-14 17:21:28.203 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-12-14 17:21:28.216 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:21:28.247 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-12-14 17:21:28.278 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-12-14 17:21:28.309 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.2) ... 2021-12-14 17:21:28.349 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-12-14 17:21:28.665 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-12-14 17:21:29.269 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-12-14 17:21:29.403 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-12-14 17:21:29.432 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2021-12-14 17:21:29.474 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-12-14 17:21:29.506 | Setting up apache2 (2.4.29-1ubuntu4.20) ... 2021-12-14 17:21:31.302 | Enabling module mpm_event. 2021-12-14 17:21:31.371 | Enabling module authz_core. 2021-12-14 17:21:31.380 | Enabling module authz_host. 2021-12-14 17:21:31.449 | Enabling module authn_core. 2021-12-14 17:21:31.457 | Enabling module auth_basic. 2021-12-14 17:21:31.519 | Enabling module access_compat. 2021-12-14 17:21:31.582 | Enabling module authn_file. 2021-12-14 17:21:31.645 | Enabling module authz_user. 2021-12-14 17:21:31.708 | Enabling module alias. 2021-12-14 17:21:31.778 | Enabling module dir. 2021-12-14 17:21:31.844 | Enabling module autoindex. 2021-12-14 17:21:31.915 | Enabling module env. 2021-12-14 17:21:31.990 | Enabling module mime. 2021-12-14 17:21:32.059 | Enabling module negotiation. 2021-12-14 17:21:32.131 | Enabling module setenvif. 2021-12-14 17:21:32.187 | Enabling module filter. 2021-12-14 17:21:32.245 | Enabling module deflate. 2021-12-14 17:21:32.303 | Enabling module status. 2021-12-14 17:21:32.361 | Enabling module reqtimeout. 2021-12-14 17:21:32.417 | Enabling conf charset. 2021-12-14 17:21:32.476 | Enabling conf localized-error-pages. 2021-12-14 17:21:32.534 | Enabling conf other-vhosts-access-log. 2021-12-14 17:21:32.593 | Enabling conf security. 2021-12-14 17:21:32.651 | Enabling conf serve-cgi-bin. 2021-12-14 17:21:32.717 | Enabling site 000-default. 2021-12-14 17:21:32.769 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-12-14 17:21:32.825 | Enabling conf javascript-common. 2021-12-14 17:21:33.072 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-12-14 17:21:33.500 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-12-14 17:21:34.820 | Setting up libmysqlclient-dev (5.7.36-0ubuntu0.18.04.1) ... 2021-12-14 17:21:34.849 | Setting up po-debconf (1.0.20) ... 2021-12-14 17:21:34.880 | Setting up build-essential (12.4ubuntu1) ... 2021-12-14 17:21:34.911 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-12-14 17:21:34.941 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.5) ... 2021-12-14 17:21:34.980 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.9) ... 2021-12-14 17:21:35.013 | Setting up librados2 (12.2.13-0ubuntu0.18.04.10) ... 2021-12-14 17:21:35.045 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:21:35.077 | Setting up libpq5:amd64 (10.19-0ubuntu0.18.04.1) ... 2021-12-14 17:21:35.106 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-12-14 17:21:35.287 | Setting up libiculx60:amd64 (60.2-3ubuntu3.2) ... 2021-12-14 17:21:35.319 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-12-14 17:21:35.361 | Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... 2021-12-14 17:21:35.445 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2021-12-14 17:21:37.645 | Regenerating fonts cache... done. 2021-12-14 17:21:37.652 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-12-14 17:21:37.679 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:21:37.721 | Setting up libpq-dev (10.19-0ubuntu0.18.04.1) ... 2021-12-14 17:21:37.770 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.16) ... 2021-12-14 17:21:37.819 | Setting up postgresql-server-dev-10 (10.19-0ubuntu0.18.04.1) ... 2021-12-14 17:21:37.852 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.10) ... 2021-12-14 17:21:37.885 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:21:37.942 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.38) ... 2021-12-14 17:21:37.968 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.38) ... 2021-12-14 17:21:38.006 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2021-12-14 17:21:38.036 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2021-12-14 17:21:38.076 | Setting up openssh-sftp-server (1:7.6p1-4ubuntu0.5) ... 2021-12-14 17:21:38.106 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-12-14 17:21:38.145 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:21:38.174 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:21:38.214 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-12-14 17:21:38.254 | Setting up curl (7.58.0-2ubuntu3.16) ... 2021-12-14 17:21:38.294 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-12-14 17:21:38.334 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:21:38.366 | Setting up openssh-server (1:7.6p1-4ubuntu0.5) ... 2021-12-14 17:21:39.818 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-12-14 17:21:39.853 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-12-14 17:21:39.895 | Setting up libgvc6 (2.40.1-2) ... 2021-12-14 17:21:39.950 | Setting up graphviz (2.40.1-2) ... 2021-12-14 17:21:39.993 | Setting up libicu-dev (60.2-3ubuntu3.2) ... 2021-12-14 17:21:40.023 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.4) ... 2021-12-14 17:21:40.063 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-12-14 17:21:40.121 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-12-14 17:21:40.152 | Setting up debhelper (11.1.6ubuntu2) ... 2021-12-14 17:21:40.184 | Setting up dh-autoreconf (17) ... 2021-12-14 17:21:40.217 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-12-14 17:21:40.248 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-12-14 17:21:40.288 | Setting up apache2-dev (2.4.29-1ubuntu4.20) ... 2021-12-14 17:21:40.321 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-12-14 17:21:40.383 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-12-14 17:21:49.392 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-12-14 17:21:49.423 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-14 17:21:49.596 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-14 17:21:49.620 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-12-14 17:21:49.846 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-12-14 17:21:49.869 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-12-14 17:21:52.042 | ++ functions-common:apt_get:1113 : result=0 2021-12-14 17:21:52.045 | ++ functions-common:apt_get:1116 : time_stop apt-get 2021-12-14 17:21:52.047 | ++ functions-common:time_stop:2331 : local name 2021-12-14 17:21:52.049 | ++ functions-common:time_stop:2332 : local end_time 2021-12-14 17:21:52.052 | ++ functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:21:52.054 | ++ functions-common:time_stop:2334 : local total 2021-12-14 17:21:52.056 | ++ functions-common:time_stop:2335 : local start_time 2021-12-14 17:21:52.058 | ++ functions-common:time_stop:2337 : name=apt-get 2021-12-14 17:21:52.060 | ++ functions-common:time_stop:2338 : start_time=1639502372967 2021-12-14 17:21:52.062 | ++ functions-common:time_stop:2340 : [[ -z 1639502372967 ]] 2021-12-14 17:21:52.065 | +++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:21:52.069 | ++ functions-common:time_stop:2343 : end_time=1639502512066 2021-12-14 17:21:52.071 | ++ functions-common:time_stop:2344 : elapsed_time=139099 2021-12-14 17:21:52.074 | ++ functions-common:time_stop:2345 : total=1442 2021-12-14 17:21:52.076 | ++ functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:21:52.078 | ++ functions-common:time_stop:2348 : _TIME_TOTAL[$name]=140541 2021-12-14 17:21:52.081 | ++ functions-common:apt_get:1117 : return 0 2021-12-14 17:21:52.083 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-12-14 17:21:52.086 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-12-14 17:21:52.089 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-12-14 17:21:52.093 | ++ tools/install_prereqs.sh:source:89 : date 2021-12-14 17:21:52.097 | + ./stack.sh:main:765 : [[ False != \T\r\u\e ]] 2021-12-14 17:21:52.099 | + ./stack.sh:main:766 : PYPI_ALTERNATIVE_URL= 2021-12-14 17:21:52.102 | + ./stack.sh:main:766 : /home/ubuntu/devstack/tools/install_pip.sh 2021-12-14 17:21:53.658 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-12-14 17:21:53.661 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-12-14 17:21:53.664 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-12-14 17:21:53.667 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-12-14 17:21:53.669 | + tools/install_pip.sh:main:43 : GetDistro 2021-12-14 17:21:53.671 | + functions-common:GetDistro:371 : GetOSVersion 2021-12-14 17:21:53.673 | + functions-common:GetOSVersion:348 : _ensure_lsb_release 2021-12-14 17:21:53.676 | ++ functions-common:_ensure_lsb_release:322 : command -v lsb_release 2021-12-14 17:21:53.678 | + functions-common:_ensure_lsb_release:322 : [[ -x /usr/bin/lsb_release ]] 2021-12-14 17:21:53.680 | + functions-common:_ensure_lsb_release:323 : return 2021-12-14 17:21:53.683 | ++ functions-common:GetOSVersion:350 : lsb_release -r -s 2021-12-14 17:21:53.770 | + functions-common:GetOSVersion:350 : os_RELEASE=18.04 2021-12-14 17:21:53.773 | ++ functions-common:GetOSVersion:351 : lsb_release -c -s 2021-12-14 17:21:53.872 | + functions-common:GetOSVersion:351 : os_CODENAME=bionic 2021-12-14 17:21:53.875 | ++ functions-common:GetOSVersion:352 : lsb_release -i -s 2021-12-14 17:21:53.957 | + functions-common:GetOSVersion:352 : os_VENDOR=Ubuntu 2021-12-14 17:21:53.959 | + functions-common:GetOSVersion:354 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-12-14 17:21:53.961 | + functions-common:GetOSVersion:355 : os_PACKAGE=deb 2021-12-14 17:21:53.964 | + functions-common:GetOSVersion:360 : typeset -xr os_VENDOR 2021-12-14 17:21:53.966 | + functions-common:GetOSVersion:361 : typeset -xr os_RELEASE 2021-12-14 17:21:53.969 | + functions-common:GetOSVersion:362 : typeset -xr os_PACKAGE 2021-12-14 17:21:53.972 | + functions-common:GetOSVersion:363 : typeset -xr os_CODENAME 2021-12-14 17:21:53.974 | + functions-common:GetDistro:373 : [[ Ubuntu =~ (Ubuntu) ]] 2021-12-14 17:21:53.976 | + functions-common:GetDistro:376 : DISTRO=bionic 2021-12-14 17:21:53.978 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2021-12-14 17:21:53.980 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2021-12-14 17:21:53.980 | Distro: bionic 2021-12-14 17:21:53.983 | + tools/install_pip.sh:main:128 : get_versions 2021-12-14 17:21:53.986 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-12-14 17:21:53.991 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-12-14 17:21:53.993 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-12-14 17:21:53.996 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-12-14 17:21:53.997 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-12-14 17:21:54.410 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2021-12-14 17:21:54.413 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2021-12-14 17:21:54.413 | pip: 20.2.2 2021-12-14 17:21:54.415 | + tools/install_pip.sh:main:137 : is_fedora 2021-12-14 17:21:54.418 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-14 17:21:54.420 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-14 17:21:54.422 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-14 17:21:54.424 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-14 17:21:54.426 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-14 17:21:54.428 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-14 17:21:54.430 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-14 17:21:54.432 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-14 17:21:54.434 | + tools/install_pip.sh:main:137 : is_suse 2021-12-14 17:21:54.436 | + functions-common:is_suse:462 : is_opensuse 2021-12-14 17:21:54.437 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-14 17:21:54.439 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-14 17:21:54.441 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-14 17:21:54.443 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-14 17:21:54.445 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-14 17:21:54.446 | + tools/install_pip.sh:main:138 : uninstall_package python-pip 2021-12-14 17:21:54.448 | + functions-common:uninstall_package:1362 : is_ubuntu 2021-12-14 17:21:54.450 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:21:54.452 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:21:54.453 | + functions-common:uninstall_package:1363 : apt_get purge python-pip 2021-12-14 17:21:54.471 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python-pip 2021-12-14 17:21:54.599 | Reading package lists... 2021-12-14 17:21:54.873 | Building dependency tree... 2021-12-14 17:21:54.874 | Reading state information... 2021-12-14 17:21:55.098 | Package 'python-pip' is not installed, so not removed 2021-12-14 17:21:55.098 | The following packages were automatically installed and are no longer required: 2021-12-14 17:21:55.099 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-14 17:21:55.099 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-14 17:21:55.099 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-14 17:21:55.099 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-14 17:21:55.099 | python3-twisted-bin python3-zope.interface 2021-12-14 17:21:55.099 | Use 'sudo apt autoremove' to remove them. 2021-12-14 17:21:55.189 | 0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2021-12-14 17:21:55.193 | + functions-common:apt_get:1113 : result=0 2021-12-14 17:21:55.195 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-14 17:21:55.197 | + functions-common:time_stop:2331 : local name 2021-12-14 17:21:55.199 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:21:55.202 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:21:55.203 | + functions-common:time_stop:2334 : local total 2021-12-14 17:21:55.206 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:21:55.208 | + functions-common:time_stop:2337 : name=apt-get 2021-12-14 17:21:55.209 | + functions-common:time_stop:2338 : start_time=1639502514469 2021-12-14 17:21:55.211 | + functions-common:time_stop:2340 : [[ -z 1639502514469 ]] 2021-12-14 17:21:55.213 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:21:55.216 | + functions-common:time_stop:2343 : end_time=1639502515214 2021-12-14 17:21:55.218 | + functions-common:time_stop:2344 : elapsed_time=745 2021-12-14 17:21:55.220 | + functions-common:time_stop:2345 : total=0 2021-12-14 17:21:55.221 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:21:55.226 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=745 2021-12-14 17:21:55.228 | + functions-common:apt_get:1117 : return 0 2021-12-14 17:21:55.230 | + tools/install_pip.sh:main:139 : uninstall_package python3-pip 2021-12-14 17:21:55.232 | + functions-common:uninstall_package:1362 : is_ubuntu 2021-12-14 17:21:55.234 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:21:55.236 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:21:55.238 | + functions-common:uninstall_package:1363 : apt_get purge python3-pip 2021-12-14 17:21:55.254 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2021-12-14 17:21:55.380 | Reading package lists... 2021-12-14 17:21:55.646 | Building dependency tree... 2021-12-14 17:21:55.648 | Reading state information... 2021-12-14 17:21:55.867 | Package 'python3-pip' is not installed, so not removed 2021-12-14 17:21:55.867 | The following packages were automatically installed and are no longer required: 2021-12-14 17:21:55.868 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-14 17:21:55.868 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-14 17:21:55.868 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-14 17:21:55.868 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-14 17:21:55.868 | python3-twisted-bin python3-zope.interface 2021-12-14 17:21:55.868 | Use 'sudo apt autoremove' to remove them. 2021-12-14 17:21:55.960 | 0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2021-12-14 17:21:55.964 | + functions-common:apt_get:1113 : result=0 2021-12-14 17:21:55.966 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-14 17:21:55.968 | + functions-common:time_stop:2331 : local name 2021-12-14 17:21:55.970 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:21:55.972 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:21:55.974 | + functions-common:time_stop:2334 : local total 2021-12-14 17:21:55.976 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:21:55.977 | + functions-common:time_stop:2337 : name=apt-get 2021-12-14 17:21:55.979 | + functions-common:time_stop:2338 : start_time=1639502515252 2021-12-14 17:21:55.981 | + functions-common:time_stop:2340 : [[ -z 1639502515252 ]] 2021-12-14 17:21:55.983 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:21:55.986 | + functions-common:time_stop:2343 : end_time=1639502515984 2021-12-14 17:21:55.988 | + functions-common:time_stop:2344 : elapsed_time=732 2021-12-14 17:21:55.990 | + functions-common:time_stop:2345 : total=745 2021-12-14 17:21:55.991 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:21:55.993 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=1477 2021-12-14 17:21:55.995 | + functions-common:apt_get:1117 : return 0 2021-12-14 17:21:55.997 | + tools/install_pip.sh:main:142 : install_get_pip 2021-12-14 17:21:55.999 | + tools/install_pip.sh:install_get_pip:62 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-12-14 17:21:56.000 | + tools/install_pip.sh:install_get_pip:79 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-12-14 17:21:56.002 | + tools/install_pip.sh:install_get_pip:82 : local timecond= 2021-12-14 17:21:56.005 | + tools/install_pip.sh:install_get_pip:83 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-12-14 17:21:56.006 | + tools/install_pip.sh:install_get_pip:87 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2021-12-14 17:21:56.016 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-12-14 17:21:56.017 | Dload Upload Total Spent Left Speed 2021-12-14 17:21:56.405 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 2108k 18 400k 0 0 1201k 0 0:00:01 --:--:-- 0:00:01 1198k 100 2108k 100 2108k 0 0 5434k 0 --:--:-- --:--:-- --:--:-- 5420k 2021-12-14 17:21:56.412 | + tools/install_pip.sh:install_get_pip:90 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-12-14 17:21:56.416 | + tools/install_pip.sh:install_get_pip:94 : sudo -H -E python3.6 /home/ubuntu/devstack/files/get-pip.py -c /home/ubuntu/devstack/tools/cap-pip.txt 2021-12-14 17:21:59.557 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:21:59.763 | Collecting pip 2021-12-14 17:21:59.775 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51f/1c7514530bd5c/pip-20.2.4-py2.py3-none-any.whl (1.5 MB) 2021-12-14 17:22:01.199 | Installing collected packages: pip 2021-12-14 17:22:01.199 | Attempting uninstall: pip 2021-12-14 17:22:01.201 | Found existing installation: pip 20.2.2 2021-12-14 17:22:01.428 | Uninstalling pip-20.2.2: 2021-12-14 17:22:01.442 | Successfully uninstalled pip-20.2.2 2021-12-14 17:22:02.789 | Successfully installed pip-20.2.4 2021-12-14 17:22:02.789 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2021-12-14 17:22:02.920 | + tools/install_pip.sh:install_get_pip:95 : python3_enabled 2021-12-14 17:22:02.922 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-12-14 17:22:02.925 | + inc/python:python3_enabled:468 : return 0 2021-12-14 17:22:02.928 | + tools/install_pip.sh:main:144 : [[ -n '' ]] 2021-12-14 17:22:02.930 | + tools/install_pip.sh:main:148 : set -x 2021-12-14 17:22:02.933 | + tools/install_pip.sh:main:152 : pip_install_gr setuptools 2021-12-14 17:22:02.936 | + inc/python:pip_install_gr:76 : local name=setuptools 2021-12-14 17:22:02.938 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-14 17:22:02.941 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2021-12-14 17:22:02.944 | ++ inc/python:get_from_global_requirements:238 : local package=setuptools 2021-12-14 17:22:02.946 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-14 17:22:02.949 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-12-14 17:22:02.950 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-14 17:22:02.954 | ++ inc/python:get_from_global_requirements:240 : 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;python_version>='\''3.5'\'' 2021-12-14 17:22:02.954 | 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,<45.0.0;python_version<='\''2.7'\'' ' 2021-12-14 17:22:02.955 | ++ inc/python:get_from_global_requirements:241 : [[ 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;python_version>='3.5' 2021-12-14 17:22:02.955 | 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,<45.0.0;python_version<='2.7' == '' ]] 2021-12-14 17:22:02.958 | ++ inc/python:get_from_global_requirements:244 : 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;python_version>='\''3.5'\''' '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,<45.0.0;python_version<='\''2.7'\''' 2021-12-14 17:22:02.960 | + 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;python_version>='\''3.5'\'' 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,<45.0.0;python_version<='\''2.7'\''' 2021-12-14 17:22:02.962 | + 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;python_version>='\''3.5'\''' '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,<45.0.0;python_version<='\''2.7'\''' 2021-12-14 17:22:02.978 | Using python 3.6 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,<45.0.0;python_version<='2.7' because python3_enabled=True 2021-12-14 17:22:02.982 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 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;python_version>='\''3.5'\''' '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,<45.0.0;python_version<='\''2.7'\''' 2021-12-14 17:22:05.611 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:22:05.612 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.612 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.613 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.613 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.614 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.614 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.615 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.615 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.616 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.616 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.616 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.617 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.617 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.618 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.618 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.618 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.619 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.619 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.620 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.620 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.620 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.621 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.621 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.622 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.622 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.623 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.623 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.624 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.624 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.624 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.625 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.625 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.626 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.626 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.627 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.627 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.628 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.628 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.628 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.629 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.629 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.630 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.630 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.630 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.631 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.631 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.632 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.632 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.632 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.633 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.633 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.633 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.634 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.634 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.635 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.635 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.636 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.636 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.637 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.637 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.638 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.638 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.639 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.639 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.639 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.640 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.640 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.641 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.641 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.642 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.642 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.642 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.643 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.643 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.644 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.644 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.645 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.646 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.646 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.647 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.647 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.648 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.648 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.648 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.649 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.649 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.650 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.650 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.650 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.651 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.651 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.652 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.652 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.653 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.653 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.654 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.654 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.654 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.655 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.655 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.656 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.656 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.656 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.657 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.657 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.658 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.658 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.659 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.659 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.660 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.660 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.660 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.661 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.662 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.662 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.662 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.663 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.663 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.664 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.664 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.665 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.665 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.666 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.666 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.666 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.667 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.667 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.668 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.668 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.669 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.670 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.670 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.670 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.671 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.671 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.672 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.672 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.672 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.673 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.673 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.674 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.674 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.674 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.675 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.675 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.676 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.676 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.677 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.677 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.678 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.678 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.678 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.679 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.679 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.680 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.680 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.681 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.681 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.682 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.682 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.683 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.683 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.683 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.684 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.684 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.685 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.685 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.686 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.686 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.686 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.687 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.687 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.688 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.688 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.689 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.689 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.690 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.690 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.690 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.691 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.691 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.692 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.692 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.693 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.693 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.693 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.694 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.694 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.695 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.695 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.696 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.696 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.697 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.697 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.698 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.698 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.698 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.699 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.699 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.700 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.700 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.701 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.701 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.702 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.702 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.702 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.703 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.703 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.704 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.704 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.704 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.705 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.705 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.706 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.707 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.707 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.707 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.708 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.709 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.709 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.709 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.710 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.710 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.711 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.711 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.712 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.712 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.712 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.713 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.713 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.714 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.714 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.715 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.715 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.715 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.716 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.716 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.717 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.717 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.717 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.718 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.718 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.719 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.719 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.720 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.720 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.721 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.721 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.722 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.722 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.723 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.723 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.724 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.724 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.725 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.725 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.725 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.726 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.726 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.727 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.727 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.727 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.728 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.728 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.729 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.729 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.730 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.730 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.730 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.731 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.732 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.732 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.732 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.733 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.733 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.734 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.734 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.735 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.735 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.736 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.736 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.736 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.737 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.737 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.737 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.738 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.738 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.739 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.739 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.739 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.740 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.740 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.741 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.741 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.742 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.742 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.742 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.743 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.743 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.744 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.745 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.745 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.746 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.746 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.746 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.747 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.747 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.748 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.748 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.749 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.749 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.749 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.750 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.751 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.751 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.752 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.752 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.752 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.753 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.753 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.753 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.754 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.754 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.755 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.755 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.756 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.756 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.757 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.757 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.757 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.758 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.758 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.759 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.760 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.760 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.760 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.761 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.761 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.762 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.762 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.763 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.763 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.764 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.764 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.764 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.765 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.784 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.785 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.785 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.786 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.787 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.787 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.789 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.789 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.789 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.790 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.792 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.792 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.792 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.792 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.793 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.793 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.794 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.795 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.795 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.795 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.796 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.796 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.797 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.797 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.797 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.798 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.798 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.799 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.799 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.800 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.800 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.801 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.801 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.801 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.802 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.802 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.803 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.803 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.804 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.804 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.804 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.805 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.805 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.806 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.806 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.806 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.807 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.807 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.808 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.808 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.809 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.809 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.809 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.810 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.810 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.811 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.811 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.811 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.812 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.812 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.813 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.813 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.814 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.815 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.815 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.815 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.816 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.816 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.817 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:05.817 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:05.818 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:05.818 | Ignoring setuptools: markers 'python_version <= "2.7"' don't match your environment 2021-12-14 17:22:05.821 | 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 in /usr/local/lib/python3.6/dist-packages (49.6.0) 2021-12-14 17:22:07.375 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:22:07.375 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:22:07.467 | + inc/python:pip_install:207 : result=0 2021-12-14 17:22:07.469 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:22:07.471 | + functions-common:time_stop:2331 : local name 2021-12-14 17:22:07.473 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:22:07.475 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:22:07.477 | + functions-common:time_stop:2334 : local total 2021-12-14 17:22:07.478 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:22:07.480 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:22:07.482 | + functions-common:time_stop:2338 : start_time=1639502522974 2021-12-14 17:22:07.483 | + functions-common:time_stop:2340 : [[ -z 1639502522974 ]] 2021-12-14 17:22:07.486 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:22:07.488 | + functions-common:time_stop:2343 : end_time=1639502527486 2021-12-14 17:22:07.490 | + functions-common:time_stop:2344 : elapsed_time=4512 2021-12-14 17:22:07.492 | + functions-common:time_stop:2345 : total=0 2021-12-14 17:22:07.493 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:22:07.495 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=4512 2021-12-14 17:22:07.497 | + inc/python:pip_install:210 : return 0 2021-12-14 17:22:07.499 | + tools/install_pip.sh:main:154 : get_versions 2021-12-14 17:22:07.501 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-12-14 17:22:07.504 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-12-14 17:22:07.506 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-12-14 17:22:07.509 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-12-14 17:22:07.509 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-12-14 17:22:07.920 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2021-12-14 17:22:07.923 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2021-12-14 17:22:07.924 | pip: 20.2.4 2021-12-14 17:22:07.928 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-12-14 17:22:07.934 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-12-14 17:22:07.938 | + ./stack.sh:main:771 : fixup_all 2021-12-14 17:22:07.942 | + tools/fixup_stuff.sh:fixup_all:220 : fixup_keystone 2021-12-14 17:22:07.945 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2021-12-14 17:22:07.947 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2021-12-14 17:22:07.957 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2021-12-14 17:22:07.958 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2021-12-14 17:22:07.958 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2021-12-14 17:22:07.966 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2021-12-14 17:22:07.968 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2021-12-14 17:22:07.971 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-12-14 17:22:07.979 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-12-14 17:22:07.982 | + tools/fixup_stuff.sh:fixup_all:221 : fixup_ubuntu 2021-12-14 17:22:07.985 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2021-12-14 17:22:07.987 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2021-12-14 17:22:07.989 | + functions-common:install_package:1333 : update_package_repo 2021-12-14 17:22:07.991 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-14 17:22:07.994 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-14 17:22:07.996 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-14 17:22:07.998 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-14 17:22:08.000 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-14 17:22:08.002 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:22:08.004 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:22:08.007 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-14 17:22:08.009 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-14 17:22:08.011 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-14 17:22:08.013 | + functions-common:apt_get_update:1069 : return 2021-12-14 17:22:08.015 | + functions-common:install_package:1334 : real_install_package software-properties-common 2021-12-14 17:22:08.017 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-14 17:22:08.019 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:22:08.022 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:22:08.024 | + functions-common:real_install_package:1320 : apt_get install software-properties-common 2021-12-14 17:22:08.041 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common 2021-12-14 17:22:08.176 | Reading package lists... 2021-12-14 17:22:08.459 | Building dependency tree... 2021-12-14 17:22:08.460 | Reading state information... 2021-12-14 17:22:08.695 | The following packages were automatically installed and are no longer required: 2021-12-14 17:22:08.696 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-14 17:22:08.696 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-14 17:22:08.696 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-14 17:22:08.696 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-14 17:22:08.696 | python3-twisted-bin python3-zope.interface 2021-12-14 17:22:08.696 | Use 'sudo apt autoremove' to remove them. 2021-12-14 17:22:08.697 | The following additional packages will be installed: 2021-12-14 17:22:08.697 | python3-software-properties 2021-12-14 17:22:08.746 | The following packages will be upgraded: 2021-12-14 17:22:08.746 | python3-software-properties software-properties-common 2021-12-14 17:22:08.851 | 2 upgraded, 0 newly installed, 0 to remove and 162 not upgraded. 2021-12-14 17:22:08.851 | Need to get 33.8 kB of archives. 2021-12-14 17:22:08.851 | After this operation, 0 B of additional disk space will be used. 2021-12-14 17:22:08.851 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.18 [10.1 kB] 2021-12-14 17:22:08.894 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.18 [23.8 kB] 2021-12-14 17:22:09.496 | Fetched 33.8 kB in 0s (211 kB/s) 2021-12-14 17:22:09.598 | (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 ... 74379 files and directories currently installed.) 2021-12-14 17:22:09.602 | Preparing to unpack .../software-properties-common_0.96.24.32.18_all.deb ... 2021-12-14 17:22:09.754 | Unpacking software-properties-common (0.96.24.32.18) over (0.96.24.32.9) ... 2021-12-14 17:22:09.913 | Preparing to unpack .../python3-software-properties_0.96.24.32.18_all.deb ... 2021-12-14 17:22:10.078 | Unpacking python3-software-properties (0.96.24.32.18) over (0.96.24.32.9) ... 2021-12-14 17:22:10.170 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-14 17:22:10.912 | Setting up python3-software-properties (0.96.24.32.18) ... 2021-12-14 17:22:11.201 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-12-14 17:22:11.221 | Setting up software-properties-common (0.96.24.32.18) ... 2021-12-14 17:22:13.595 | + functions-common:apt_get:1113 : result=0 2021-12-14 17:22:13.597 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-14 17:22:13.599 | + functions-common:time_stop:2331 : local name 2021-12-14 17:22:13.602 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:22:13.604 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:22:13.606 | + functions-common:time_stop:2334 : local total 2021-12-14 17:22:13.609 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:22:13.611 | + functions-common:time_stop:2337 : name=apt-get 2021-12-14 17:22:13.613 | + functions-common:time_stop:2338 : start_time=1639502528038 2021-12-14 17:22:13.615 | + functions-common:time_stop:2340 : [[ -z 1639502528038 ]] 2021-12-14 17:22:13.618 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:22:13.621 | + functions-common:time_stop:2343 : end_time=1639502533619 2021-12-14 17:22:13.623 | + functions-common:time_stop:2344 : elapsed_time=5581 2021-12-14 17:22:13.626 | + functions-common:time_stop:2345 : total=140541 2021-12-14 17:22:13.628 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:22:13.630 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=146122 2021-12-14 17:22:13.632 | + functions-common:apt_get:1117 : return 0 2021-12-14 17:22:13.634 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2021-12-14 17:22:14.477 | 'universe' distribution component is already enabled for all sources. 2021-12-14 17:22:14.504 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2021-12-14 17:22:14.507 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:train 2021-12-14 17:22:17.438 | Reading package lists... 2021-12-14 17:22:17.781 | Building dependency tree... 2021-12-14 17:22:17.782 | Reading state information... 2021-12-14 17:22:18.035 | The following packages were automatically installed and are no longer required: 2021-12-14 17:22:18.036 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-14 17:22:18.036 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-14 17:22:18.036 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-14 17:22:18.036 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-14 17:22:18.036 | python3-twisted-bin python3-zope.interface 2021-12-14 17:22:18.036 | Use 'sudo apt autoremove' to remove them. 2021-12-14 17:22:18.084 | The following NEW packages will be installed: 2021-12-14 17:22:18.084 | ubuntu-cloud-keyring 2021-12-14 17:22:18.387 | 0 upgraded, 1 newly installed, 0 to remove and 162 not upgraded. 2021-12-14 17:22:18.387 | Need to get 5,908 B of archives. 2021-12-14 17:22:18.387 | After this operation, 22.5 kB of additional disk space will be used. 2021-12-14 17:22:18.387 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-cloud-keyring all 2018.09.18.1~18.04.2 [5,908 B] 2021-12-14 17:22:18.932 | Fetched 5,908 B in 0s (20.6 kB/s) 2021-12-14 17:22:18.982 | Selecting previously unselected package ubuntu-cloud-keyring. 2021-12-14 17:22:19.021 | (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 ... 74379 files and directories currently installed.) 2021-12-14 17:22:19.026 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.2_all.deb ... 2021-12-14 17:22:19.030 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.2) ... 2021-12-14 17:22:19.131 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.2) ... 2021-12-14 17:22:21.590 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-12-14 17:22:21.590 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-12-14 17:22:21.702 | Get:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease [8,767 B] 2021-12-14 17:22:21.719 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-12-14 17:22:21.857 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-12-14 17:22:22.124 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 Packages [171 kB] 2021-12-14 17:22:26.455 | Fetched 179 kB in 1s (139 kB/s) 2021-12-14 17:22:28.376 | Reading package lists... 2021-12-14 17:22:28.442 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2021-12-14 17:22:28.444 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2021-12-14 17:22:28.446 | + functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-12-14 17:22:28.449 | + functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-12-14 17:22:28.451 | + functions-common:apt_get_update:1075 : local sudo=sudo 2021-12-14 17:22:28.454 | ++ functions-common:apt_get_update:1076 : id -u 2021-12-14 17:22:28.457 | + functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-12-14 17:22:28.459 | + functions-common:apt_get_update:1079 : time_start apt-get-update 2021-12-14 17:22:28.461 | + functions-common:time_start:2317 : local name=apt-get-update 2021-12-14 17:22:28.463 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:22:28.466 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:22:28.469 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:22:28.472 | + functions-common:time_start:2322 : _TIME_START[$name]=1639502548470 2021-12-14 17:22:28.474 | + functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-12-14 17:22:28.477 | + functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-12-14 17:22:28.479 | + functions-common:apt_get_update:1083 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-12-14 17:22:28.697 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-12-14 17:22:28.697 | Hit:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease 2021-12-14 17:22:28.877 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-12-14 17:22:29.017 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-12-14 17:22:29.295 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-12-14 17:22:31.510 | Reading package lists... 2021-12-14 17:22:31.578 | + functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-12-14 17:22:31.581 | + functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-12-14 17:22:31.583 | + functions-common:time_stop:2331 : local name 2021-12-14 17:22:31.585 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:22:31.588 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:22:31.590 | + functions-common:time_stop:2334 : local total 2021-12-14 17:22:31.592 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:22:31.595 | + functions-common:time_stop:2337 : name=apt-get-update 2021-12-14 17:22:31.597 | + functions-common:time_stop:2338 : start_time=1639502548470 2021-12-14 17:22:31.599 | + functions-common:time_stop:2340 : [[ -z 1639502548470 ]] 2021-12-14 17:22:31.602 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:22:31.605 | + functions-common:time_stop:2343 : end_time=1639502551603 2021-12-14 17:22:31.607 | + functions-common:time_stop:2344 : elapsed_time=3133 2021-12-14 17:22:31.610 | + functions-common:time_stop:2345 : total=3040 2021-12-14 17:22:31.612 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:22:31.614 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=6173 2021-12-14 17:22:31.617 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2021-12-14 17:22:31.630 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2021-12-14 17:22:31.642 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2021-12-14 17:22:31.653 | + tools/fixup_stuff.sh:fixup_all:222 : fixup_fedora 2021-12-14 17:22:31.656 | + tools/fixup_stuff.sh:fixup_fedora:109 : is_fedora 2021-12-14 17:22:31.659 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-14 17:22:31.661 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-14 17:22:31.663 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-14 17:22:31.665 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-14 17:22:31.668 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-14 17:22:31.671 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-14 17:22:31.673 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-14 17:22:31.675 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-14 17:22:31.678 | + tools/fixup_stuff.sh:fixup_fedora:110 : return 2021-12-14 17:22:31.680 | + tools/fixup_stuff.sh:fixup_all:223 : fixup_suse 2021-12-14 17:22:31.683 | + tools/fixup_stuff.sh:fixup_suse:181 : is_suse 2021-12-14 17:22:31.686 | + functions-common:is_suse:462 : is_opensuse 2021-12-14 17:22:31.689 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-14 17:22:31.691 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-14 17:22:31.694 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-14 17:22:31.696 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-14 17:22:31.699 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-14 17:22:31.701 | + tools/fixup_stuff.sh:fixup_suse:182 : return 2021-12-14 17:22:31.704 | + ./stack.sh:main:774 : pip_install -U os-testr 2021-12-14 17:22:31.723 | Using python 3.6 to install os-testr because python3_enabled=True 2021-12-14 17:22:31.728 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2021-12-14 17:22:34.323 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:22:34.324 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.324 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.325 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.325 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.326 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.326 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.327 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.327 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.328 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.328 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.329 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.329 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.329 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.330 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.330 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.331 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.331 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.331 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.332 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.332 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.333 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.333 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.334 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.334 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.334 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.335 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.335 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.336 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.336 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.337 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.337 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.338 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.338 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.338 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.339 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.339 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.340 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.340 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.340 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.341 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.341 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.342 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.342 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.343 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.343 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.343 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.344 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.344 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.344 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.345 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.345 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.346 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.346 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.346 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.347 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.347 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.348 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.348 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.349 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.349 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.350 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.350 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.351 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.351 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.352 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.352 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.352 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.353 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.353 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.354 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.354 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.354 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.355 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.355 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.356 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.356 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.357 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.358 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.358 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.359 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.359 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.359 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.360 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.360 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.361 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.361 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.362 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.362 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.362 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.363 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.363 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.364 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.364 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.364 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.365 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.365 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.366 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.366 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.367 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.367 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.367 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.368 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.368 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.368 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.369 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.369 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.370 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.370 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.371 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.371 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.372 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.372 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.373 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.373 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.374 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.374 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.375 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.375 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.376 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.376 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.376 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.377 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.377 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.378 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.378 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.378 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.379 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.379 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.380 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.381 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.381 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.382 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.382 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.382 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.383 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.383 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.384 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.384 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.384 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.385 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.385 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.386 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.386 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.387 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.387 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.387 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.388 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.388 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.389 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.389 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.390 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.390 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.391 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.391 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.392 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.392 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.393 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.394 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.394 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.394 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.395 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.395 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.396 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.396 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.397 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.397 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.397 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.398 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.398 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.399 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.399 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.400 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.400 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.401 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.401 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.401 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.402 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.402 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.402 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.403 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.403 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.404 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.404 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.405 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.405 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.406 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.406 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.406 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.407 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.407 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.408 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.409 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.409 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.409 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.410 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.410 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.411 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.411 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.411 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.412 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.413 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.413 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.414 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.414 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.414 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.415 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.415 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.416 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.416 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.416 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.417 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.417 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.418 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.418 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.419 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.419 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.420 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.420 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.420 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.421 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.421 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.421 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.422 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.423 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.423 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.423 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.424 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.424 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.425 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.425 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.425 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.426 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.426 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.427 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.427 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.427 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.428 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.428 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.429 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.429 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.429 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.430 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.431 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.431 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.431 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.432 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.432 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.433 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.433 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.433 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.434 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.435 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.435 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.435 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.436 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.436 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.437 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.437 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.438 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.438 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.439 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.439 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.439 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.440 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.440 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.441 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.441 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.442 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.442 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.442 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.443 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.443 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.444 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.444 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.445 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.445 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.446 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.446 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.446 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.447 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.447 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.448 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.448 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.448 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.449 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.449 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.450 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.450 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.450 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.451 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.451 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.452 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.452 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.452 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.453 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.453 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.454 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.454 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.455 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.455 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.456 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.456 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.457 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.457 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.458 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.458 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.459 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.459 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.459 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.460 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.460 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.461 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.461 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.462 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.462 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.463 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.463 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.463 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.464 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.464 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.465 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.465 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.465 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.466 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.466 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.467 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.467 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.468 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.468 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.469 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.469 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.470 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.470 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.471 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.472 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.472 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.472 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.473 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.473 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.474 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.474 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.475 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.475 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.476 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.476 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.477 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.477 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.477 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.478 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.478 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.479 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.479 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.479 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.480 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.481 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.481 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.481 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.482 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.482 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.483 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.484 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.484 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.484 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.485 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.485 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.486 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.486 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.487 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.487 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.487 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.488 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.488 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.489 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.489 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.489 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.490 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.490 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.491 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.491 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.492 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.492 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.492 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.493 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.493 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.494 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.494 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.495 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.495 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.495 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.496 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.496 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.497 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.497 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.497 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.498 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.499 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.499 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.499 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.500 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.500 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.501 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.501 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.502 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.502 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.502 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.503 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.503 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.504 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.504 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.505 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.505 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.506 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.506 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.506 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.507 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:34.507 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:34.508 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:34.642 | Collecting os-testr===2.0.0 2021-12-14 17:22:34.650 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2021-12-14 17:22:34.724 | Requirement already satisfied, skipping upgrade: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) (5.4.5) 2021-12-14 17:22:34.809 | Collecting python-subunit===1.4.0 2021-12-14 17:22:34.817 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2021-12-14 17:22:34.896 | Requirement already satisfied, skipping upgrade: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (2.4.0) 2021-12-14 17:22:35.005 | Collecting stestr===3.0.1 2021-12-14 17:22:35.012 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/397/f08161af17782/stestr-3.0.1-py3-none-any.whl (117 kB) 2021-12-14 17:22:35.114 | Requirement already satisfied, skipping upgrade: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) (1.0.0) 2021-12-14 17:22:35.117 | Requirement already satisfied, skipping upgrade: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) (3.0.0) 2021-12-14 17:22:35.128 | Requirement already satisfied, skipping upgrade: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) (1.14.0) 2021-12-14 17:22:35.131 | Requirement already satisfied, skipping upgrade: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (1.1.0) 2021-12-14 17:22:35.138 | Requirement already satisfied, skipping upgrade: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (1.4.0) 2021-12-14 17:22:35.142 | Requirement already satisfied, skipping upgrade: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (1.6.0) 2021-12-14 17:22:35.145 | Requirement already satisfied, skipping upgrade: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 408)) (3.1.0) 2021-12-14 17:22:35.255 | Collecting future===0.18.2 2021-12-14 17:22:35.263 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2021-12-14 17:22:36.265 | Requirement already satisfied, skipping upgrade: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.3.1) 2021-12-14 17:22:36.268 | Requirement already satisfied, skipping upgrade: voluptuous===0.11.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) (0.11.7) 2021-12-14 17:22:36.272 | Requirement already satisfied, skipping upgrade: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 334)) (1.4.0) 2021-12-14 17:22:36.275 | Requirement already satisfied, skipping upgrade: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 625)) (1.0.0) 2021-12-14 17:22:36.277 | Requirement already satisfied, skipping upgrade: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.7.2) 2021-12-14 17:22:36.280 | Requirement already satisfied, skipping upgrade: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 735)) (1.32.0) 2021-12-14 17:22:36.286 | Requirement already satisfied, skipping upgrade: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 716)) (2.4.7) 2021-12-14 17:22:36.289 | Requirement already satisfied, skipping upgrade: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 749)) (0.8.9) 2021-12-14 17:22:36.305 | Requirement already satisfied, skipping upgrade: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456)) (1.8.0) 2021-12-14 17:22:36.307 | Requirement already satisfied, skipping upgrade: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (0.1.9) 2021-12-14 17:22:36.311 | Building wheels for collected packages: future 2021-12-14 17:22:36.312 | Building wheel for future (setup.py): started 2021-12-14 17:22:37.428 | Building wheel for future (setup.py): finished with status 'done' 2021-12-14 17:22:37.432 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491058 sha256=646dbaa698b1e2c15eaf477b0a711781bb8a78cd2207233ff60cd3e9999dadfc 2021-12-14 17:22:37.432 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2021-12-14 17:22:37.433 | Successfully built future 2021-12-14 17:22:38.816 | Installing collected packages: python-subunit, future, stestr, os-testr 2021-12-14 17:22:39.616 | Successfully installed future-0.18.2 os-testr-2.0.0 python-subunit-1.4.0 stestr-3.0.1 2021-12-14 17:22:39.717 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:22:39.717 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:22:39.834 | + inc/python:pip_install:207 : result=0 2021-12-14 17:22:39.836 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:22:39.839 | + functions-common:time_stop:2331 : local name 2021-12-14 17:22:39.841 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:22:39.843 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:22:39.845 | + functions-common:time_stop:2334 : local total 2021-12-14 17:22:39.847 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:22:39.849 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:22:39.851 | + functions-common:time_stop:2338 : start_time=1639502551718 2021-12-14 17:22:39.854 | + functions-common:time_stop:2340 : [[ -z 1639502551718 ]] 2021-12-14 17:22:39.856 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:22:39.860 | + functions-common:time_stop:2343 : end_time=1639502559858 2021-12-14 17:22:39.862 | + functions-common:time_stop:2344 : elapsed_time=8140 2021-12-14 17:22:39.864 | + functions-common:time_stop:2345 : total=0 2021-12-14 17:22:39.867 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:22:39.869 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=8140 2021-12-14 17:22:39.871 | + inc/python:pip_install:210 : return 0 2021-12-14 17:22:39.874 | + ./stack.sh:main:776 : [[ True == \T\r\u\e ]] 2021-12-14 17:22:39.876 | + ./stack.sh:main:777 : pip_install_gr systemd-python 2021-12-14 17:22:39.878 | + inc/python:pip_install_gr:76 : local name=systemd-python 2021-12-14 17:22:39.881 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-14 17:22:39.884 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements systemd-python 2021-12-14 17:22:39.887 | ++ inc/python:get_from_global_requirements:238 : local package=systemd-python 2021-12-14 17:22:39.889 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-14 17:22:39.894 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2021-12-14 17:22:39.894 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-14 17:22:39.899 | ++ inc/python:get_from_global_requirements:240 : required_pkg='systemd-python ' 2021-12-14 17:22:39.901 | ++ inc/python:get_from_global_requirements:241 : [[ systemd-python == '' ]] 2021-12-14 17:22:39.904 | ++ inc/python:get_from_global_requirements:244 : echo systemd-python 2021-12-14 17:22:39.907 | + inc/python:pip_install_gr:78 : clean_name=systemd-python 2021-12-14 17:22:39.910 | + inc/python:pip_install_gr:79 : pip_install systemd-python 2021-12-14 17:22:39.930 | Using python 3.6 to install systemd-python because python3_enabled=True 2021-12-14 17:22:39.935 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt systemd-python 2021-12-14 17:22:42.556 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:22:42.557 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.558 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.558 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.559 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.559 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.560 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.560 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.561 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.561 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.562 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.562 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.563 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.563 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.563 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.564 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.564 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.565 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.565 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.565 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.566 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.566 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.567 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.567 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.567 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.568 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.568 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.569 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.569 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.570 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.570 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.571 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.571 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.571 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.572 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.573 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.573 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.573 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.574 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.574 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.574 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.575 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.575 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.576 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.576 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.577 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.577 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.577 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.578 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.578 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.579 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.579 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.579 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.580 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.580 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.581 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.581 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.581 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.582 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.583 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.583 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.583 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.584 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.584 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.585 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.585 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.586 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.586 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.587 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.587 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.587 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.588 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.588 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.589 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.589 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.589 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.590 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.590 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.591 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.592 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.592 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.593 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.593 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.593 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.594 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.594 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.595 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.595 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.596 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.596 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.597 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.597 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.597 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.598 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.598 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.599 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.599 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.599 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.600 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.600 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.601 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.601 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.602 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.602 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.602 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.603 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.603 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.604 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.604 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.605 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.605 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.606 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.606 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.607 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.608 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.608 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.608 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.609 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.610 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.610 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.610 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.611 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.611 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.612 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.612 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.612 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.613 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.614 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.614 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.614 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.615 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.615 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.615 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.616 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.616 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.617 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.617 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.618 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.618 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.618 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.619 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.619 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.620 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.620 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.621 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.621 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.621 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.622 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.623 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.623 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.623 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.624 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.625 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.625 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.625 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.627 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.627 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.627 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.627 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.628 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.628 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.628 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.629 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.629 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.630 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.630 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.631 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.631 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.631 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.632 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.632 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.633 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.633 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.634 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.634 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.634 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.635 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.635 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.636 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.636 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.637 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.637 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.637 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.638 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.638 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.639 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.640 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.640 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.640 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.640 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.641 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.642 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.642 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.643 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.643 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.644 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.644 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.645 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.645 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.645 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.646 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.646 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.647 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.647 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.648 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.648 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.649 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.649 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.649 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.650 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.650 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.651 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.651 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.652 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.652 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.653 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.653 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.654 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.654 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.654 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.655 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.655 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.656 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.656 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.657 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.657 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.657 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.658 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.658 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.659 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.659 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.660 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.660 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.660 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.661 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.661 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.662 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.662 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.662 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.663 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.663 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.664 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.664 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.665 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.665 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.666 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.666 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.666 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.667 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.668 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.668 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.668 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.669 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.669 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.670 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.671 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.671 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.671 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.672 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.672 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.673 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.673 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.673 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.674 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.674 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.675 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.675 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.676 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.676 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.676 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.677 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.678 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.678 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.678 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.679 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.679 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.680 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.680 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.681 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.681 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.682 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.682 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.682 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.683 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.683 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.684 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.684 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.684 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.685 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.685 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.686 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.686 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.687 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.687 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.687 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.688 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.688 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.689 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.689 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.690 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.690 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.691 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.691 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.692 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.692 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.693 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.693 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.694 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.694 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.694 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.695 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.695 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.696 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.696 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.697 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.697 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.698 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.698 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.698 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.699 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.699 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.700 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.700 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.701 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.701 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.702 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.702 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.703 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.703 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.703 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.704 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.704 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.705 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.706 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.706 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.707 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.707 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.708 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.708 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.708 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.709 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.709 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.710 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.710 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.711 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.711 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.712 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.712 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.713 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.713 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.713 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.714 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.714 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.715 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.715 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.716 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.716 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.717 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.717 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.718 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.718 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.719 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.719 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.719 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.720 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.720 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.721 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.721 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.722 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.722 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.722 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.723 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.723 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.724 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.724 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.724 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.725 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.725 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.726 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.726 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.727 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.727 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.727 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.728 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.728 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.729 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.729 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.730 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.730 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.730 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.731 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.731 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.732 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.732 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.733 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.733 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.734 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.734 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.734 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.735 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.735 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.736 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.736 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.737 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.737 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.737 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.738 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.738 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.739 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.739 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.740 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.740 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.741 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.741 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.741 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.742 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:42.742 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:42.743 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:42.745 | Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 773)) (234) 2021-12-14 17:22:44.337 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:22:44.337 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:22:44.416 | + inc/python:pip_install:207 : result=0 2021-12-14 17:22:44.418 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:22:44.422 | + functions-common:time_stop:2331 : local name 2021-12-14 17:22:44.426 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:22:44.428 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:22:44.432 | + functions-common:time_stop:2334 : local total 2021-12-14 17:22:44.435 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:22:44.438 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:22:44.441 | + functions-common:time_stop:2338 : start_time=1639502559925 2021-12-14 17:22:44.443 | + functions-common:time_stop:2340 : [[ -z 1639502559925 ]] 2021-12-14 17:22:44.446 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:22:44.451 | + functions-common:time_stop:2343 : end_time=1639502564447 2021-12-14 17:22:44.453 | + functions-common:time_stop:2344 : elapsed_time=4522 2021-12-14 17:22:44.455 | + functions-common:time_stop:2345 : total=8140 2021-12-14 17:22:44.457 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:22:44.459 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=12662 2021-12-14 17:22:44.462 | + inc/python:pip_install:210 : return 0 2021-12-14 17:22:44.464 | + ./stack.sh:main:780 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-12-14 17:22:44.522 | + ./stack.sh:main:781 : sudo systemctl restart systemd-journald 2021-12-14 17:22:44.593 | + ./stack.sh:main:788 : install_infra 2021-12-14 17:22:44.596 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-12-14 17:22:44.599 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-12-14 17:22:44.602 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2021-12-14 17:22:47.154 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-12-14 17:22:47.157 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-12-14 17:22:47.178 | + inc/python:pip_install:200 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-12-14 17:22:48.787 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.792 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.795 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.803 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.808 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.810 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.821 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.826 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.828 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.836 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.840 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.843 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.847 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.852 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.854 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.858 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.863 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.865 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.868 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.873 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.875 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.879 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.884 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.887 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.896 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.900 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.903 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.911 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.920 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.922 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.929 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.934 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.936 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.949 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.954 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.956 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.961 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.963 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.965 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.968 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.972 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.975 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.979 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.984 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.986 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.988 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:48.993 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:48.995 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:48.998 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.003 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.006 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.009 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.014 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.016 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.027 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.032 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.034 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.053 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.061 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.065 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.068 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.079 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.083 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.088 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.090 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.094 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.099 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.101 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.109 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.113 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.116 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.118 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.123 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.125 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.131 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.135 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.139 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.162 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.167 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.169 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.172 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.176 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.178 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.183 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.186 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.193 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.198 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.201 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.206 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.210 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.212 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.218 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.223 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.225 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.227 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.232 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.234 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.243 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.248 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.250 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.253 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.257 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.260 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.264 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.269 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.272 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.281 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.286 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.288 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.302 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.307 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.309 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.331 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.337 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.339 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.343 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.348 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.350 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.365 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.367 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.369 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.374 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.376 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.378 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.384 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.397 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.402 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.404 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.434 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.450 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.455 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.457 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.460 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.464 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.467 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.477 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.482 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.485 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.487 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.492 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.494 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.499 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.501 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.507 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.510 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.512 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.518 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.520 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.531 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.535 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.538 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.544 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.548 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.552 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.556 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.559 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.583 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.588 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.590 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.594 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.599 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.602 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.608 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.615 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.620 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.623 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.630 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.635 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.637 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.643 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.649 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.657 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.659 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.667 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.669 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.675 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.680 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.682 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.686 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.690 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.693 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.697 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.701 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.703 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.706 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.710 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.713 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.715 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.720 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.722 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.752 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.756 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.759 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.768 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.773 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.776 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.778 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.783 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.785 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.796 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.801 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.803 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.815 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.817 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.820 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.825 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.827 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.835 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.839 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.842 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.844 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.849 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.851 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.869 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.871 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.874 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.878 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.881 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.883 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.886 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.891 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.894 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.906 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.910 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.913 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.917 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.922 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.924 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.930 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.934 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.937 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.939 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.944 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.946 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.952 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.957 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.960 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.963 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.968 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.971 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:49.978 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.992 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:49.997 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:49.999 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.001 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.006 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.009 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.020 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.025 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.027 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.038 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.043 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.045 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.056 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.061 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.064 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.066 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.071 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.073 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.081 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.086 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.088 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.097 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.108 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.112 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.115 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.119 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.124 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.126 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.137 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.142 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.145 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.150 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.156 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.159 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.177 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.182 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.184 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.186 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.191 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.193 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.196 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.200 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.203 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.205 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.210 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.212 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.216 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.222 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.224 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.226 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.231 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.233 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.239 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.244 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.246 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.257 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.261 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.264 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.292 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.297 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.299 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.307 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.311 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.314 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.324 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.329 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.331 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.334 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.338 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.341 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.354 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.367 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.369 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.371 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.377 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.379 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.383 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.388 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.390 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.398 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.403 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.405 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.426 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.432 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.436 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.439 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.441 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.446 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.448 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.458 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.462 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.465 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.479 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.485 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.487 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.491 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.496 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.498 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.501 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.505 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.508 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.525 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.530 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.532 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.545 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.547 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.553 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.555 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.559 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.564 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.566 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.570 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.592 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.597 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.599 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.603 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.608 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.610 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.620 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.625 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.627 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.635 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.640 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.642 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.649 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.652 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.656 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.661 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.663 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.666 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.670 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.673 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.680 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.688 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.693 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.696 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.702 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.705 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.707 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.712 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.714 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.727 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.730 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.732 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.740 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.742 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.746 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.749 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.753 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.763 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.766 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.770 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.773 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.777 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.788 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.792 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.795 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.797 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.802 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.804 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.808 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.813 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.816 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.819 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.825 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.827 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.840 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.843 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.855 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.859 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.862 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.868 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.871 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.873 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:50.878 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:50.880 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:50.889 | Collecting pbr===5.4.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) 2021-12-14 17:22:51.038 | Downloading http://10.100.0.9:8080/root/pypi/+f/579/170e23f8e0c2f/pbr-5.4.5-py2.py3-none-any.whl (110kB) 2021-12-14 17:22:51.076 | Installing collected packages: pbr 2021-12-14 17:22:51.183 | Successfully installed pbr-5.4.5 2021-12-14 17:22:51.243 | + inc/python:pip_install:207 : result=0 2021-12-14 17:22:51.246 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:22:51.249 | + functions-common:time_stop:2331 : local name 2021-12-14 17:22:51.252 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:22:51.255 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:22:51.258 | + functions-common:time_stop:2334 : local total 2021-12-14 17:22:51.260 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:22:51.264 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:22:51.266 | + functions-common:time_stop:2338 : start_time=1639502567171 2021-12-14 17:22:51.268 | + functions-common:time_stop:2340 : [[ -z 1639502567171 ]] 2021-12-14 17:22:51.272 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:22:51.276 | + functions-common:time_stop:2343 : end_time=1639502571273 2021-12-14 17:22:51.278 | + functions-common:time_stop:2344 : elapsed_time=4102 2021-12-14 17:22:51.281 | + functions-common:time_stop:2345 : total=12662 2021-12-14 17:22:51.283 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:22:51.286 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=16764 2021-12-14 17:22:51.289 | + inc/python:pip_install:210 : return 0 2021-12-14 17:22:51.291 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-12-14 17:22:51.294 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-12-14 17:22:51.318 | + inc/python:pip_install:200 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2021-12-14 17:22:52.960 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:52.965 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:52.967 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:52.975 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:52.980 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:52.982 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:52.993 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:52.997 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.000 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.007 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.012 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.014 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.019 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.023 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.026 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.030 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.034 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.036 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.040 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.044 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.047 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.051 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.056 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.058 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.067 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.072 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.074 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.081 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.085 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.088 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.095 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.100 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.102 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.115 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.119 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.122 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.127 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.129 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.131 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.133 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.138 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.141 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.145 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.150 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.152 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.155 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.159 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.162 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.164 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.169 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.172 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.176 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.180 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.182 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.193 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.197 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.200 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.218 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.226 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.231 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.233 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.244 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.248 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.253 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.255 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.260 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.264 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.267 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.274 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.279 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.281 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.283 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.288 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.290 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.296 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.300 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.303 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.329 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.333 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.335 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.338 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.343 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.345 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.350 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.352 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.360 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.364 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.367 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.371 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.376 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.378 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.384 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.388 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.391 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.393 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.398 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.400 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.409 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.414 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.416 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.419 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.423 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.426 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.429 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.434 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.437 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.446 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.450 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.453 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.466 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.471 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.473 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.495 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.501 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.503 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.507 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.512 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.514 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.529 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.531 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.534 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.538 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.540 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.543 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.548 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.562 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.567 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.570 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.602 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.618 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.623 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.625 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.628 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.633 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.636 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.647 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.652 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.655 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.657 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.662 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.664 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.669 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.671 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.678 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.680 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.682 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.687 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.689 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.700 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.705 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.707 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.713 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.717 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.721 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.725 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.727 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.749 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.754 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.757 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.761 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.766 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.769 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.774 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.782 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.787 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.789 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.796 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.801 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.803 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.809 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.814 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.822 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.825 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.835 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.837 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.843 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.848 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.850 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.854 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.858 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.861 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.869 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.875 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.877 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.880 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.884 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.887 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.889 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.894 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.896 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.924 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.929 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.931 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.941 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.945 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.948 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.950 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.955 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.957 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.967 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.972 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.975 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.986 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.988 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:53.992 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:53.996 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:53.999 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.006 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.011 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.013 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.016 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.021 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.023 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.041 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.044 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.046 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.050 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.053 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.055 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.058 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.063 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.066 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.078 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.082 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.085 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.089 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.094 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.096 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.102 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.107 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.110 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.112 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.117 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.119 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.125 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.130 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.133 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.137 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.142 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.144 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.151 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.165 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.170 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.172 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.175 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.180 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.182 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.194 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.200 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.203 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.220 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.225 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.227 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.238 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.243 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.246 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.248 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.253 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.255 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.263 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.268 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.272 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.283 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.294 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.299 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.301 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.307 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.311 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.314 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.325 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.330 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.332 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.338 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.343 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.346 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.365 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.369 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.372 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.374 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.379 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.381 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.384 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.388 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.391 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.394 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.399 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.403 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.408 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.413 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.416 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.418 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.423 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.426 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.433 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.437 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.440 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.453 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.458 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.460 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.491 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.496 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.498 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.506 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.512 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.515 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.526 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.531 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.534 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.538 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.543 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.546 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.559 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.577 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.583 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.586 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.591 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.594 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.598 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.603 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.607 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.617 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.622 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.625 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.647 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.653 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.658 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.660 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.663 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.667 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.670 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.680 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.685 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.687 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.702 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.708 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.710 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.714 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.720 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.722 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.725 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.729 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.733 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.755 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.759 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.762 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.776 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.779 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.784 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.786 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.791 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.796 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.798 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.803 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.824 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.828 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.831 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.835 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.840 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.842 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.852 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.857 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.859 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.867 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.872 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.874 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.882 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.884 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.888 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.894 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.898 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.901 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.906 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.908 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.916 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.924 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.930 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.932 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.938 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.941 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.943 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.949 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.952 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.966 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.969 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.973 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.982 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.984 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:54.989 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:54.991 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:54.997 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:55.008 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:55.011 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:55.015 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:55.019 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:55.025 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:55.036 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:55.040 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:55.043 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:55.045 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:55.052 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:55.055 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:55.059 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:55.064 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:55.067 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:55.071 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:55.078 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:55.081 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:55.094 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:55.097 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:55.112 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:55.117 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:55.119 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:55.126 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:55.130 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:55.133 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:22:55.138 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:22:55.141 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:22:55.143 | Processing /opt/stack/requirements 2021-12-14 17:22:56.511 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) 2021-12-14 17:22:56.577 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2021-12-14 17:22:56.613 | Collecting PyYAML===5.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) 2021-12-14 17:22:56.760 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269kB) 2021-12-14 17:22:57.395 | Collecting requests===2.23.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) 2021-12-14 17:22:57.499 | Downloading http://10.100.0.9:8080/root/pypi/+f/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58kB) 2021-12-14 17:22:57.539 | Collecting packaging===20.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) 2021-12-14 17:22:57.592 | Downloading http://10.100.0.9:8080/root/pypi/+f/82f/77b9bee21c1ba/packaging-20.3-py2.py3-none-any.whl 2021-12-14 17:22:57.613 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) 2021-12-14 17:22:57.657 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2021-12-14 17:22:57.714 | Collecting Parsley===1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 598)) 2021-12-14 17:22:57.735 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-12-14 17:22:57.761 | Collecting idna===2.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 627)) 2021-12-14 17:22:57.796 | Downloading http://10.100.0.9:8080/root/pypi/+f/a06/8a21ceac8a4d6/idna-2.9-py2.py3-none-any.whl (58kB) 2021-12-14 17:22:57.817 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 716)) 2021-12-14 17:22:57.934 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2021-12-14 17:22:57.952 | Collecting six===1.14.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) 2021-12-14 17:22:57.986 | Downloading http://10.100.0.9:8080/root/pypi/+f/8f3/cd2e254d8f793/six-1.14.0-py2.py3-none-any.whl 2021-12-14 17:22:57.997 | Requirement already satisfied: pbr===5.4.5 in /opt/stack/requirements/.venv/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) 2021-12-14 17:22:58.003 | Collecting chardet===3.0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-12-14 17:22:58.030 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133kB) 2021-12-14 17:22:58.060 | Collecting certifi===2021.10.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 74)) 2021-12-14 17:22:58.110 | Downloading http://10.100.0.9:8080/root/pypi/+f/d62/a0163eb4c2344/certifi-2021.10.8-py2.py3-none-any.whl (149kB) 2021-12-14 17:22:58.130 | Collecting urllib3===1.25.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) 2021-12-14 17:22:58.194 | Downloading http://10.100.0.9:8080/root/pypi/+f/2f3/db8b19923a873/urllib3-1.25.8-py2.py3-none-any.whl (125kB) 2021-12-14 17:22:58.240 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) 2021-12-14 17:22:58.264 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2021-12-14 17:22:58.280 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) 2021-12-14 17:22:58.307 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2021-12-14 17:22:58.321 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) 2021-12-14 17:22:58.338 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2021-12-14 17:22:58.352 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) 2021-12-14 17:22:58.380 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2021-12-14 17:22:58.411 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 625)) 2021-12-14 17:22:58.429 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2021-12-14 17:22:58.443 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 334)) 2021-12-14 17:22:58.472 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2021-12-14 17:22:58.482 | Building wheels for collected packages: PyYAML 2021-12-14 17:22:58.483 | Running setup.py bdist_wheel for PyYAML: started 2021-12-14 17:22:58.775 | Running setup.py bdist_wheel for PyYAML: finished with status 'error' 2021-12-14 17:22:58.775 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-iicp9sor/PyYAML/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/tmpzuvg8wqypip-wheel- --python-tag cp36: 2021-12-14 17:22:58.775 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-12-14 17:22:58.775 | or: -c --help [cmd1 cmd2 ...] 2021-12-14 17:22:58.775 | or: -c --help-commands 2021-12-14 17:22:58.775 | or: -c cmd --help 2021-12-14 17:22:58.776 | 2021-12-14 17:22:58.776 | error: invalid command 'bdist_wheel' 2021-12-14 17:22:58.776 | 2021-12-14 17:22:58.776 | ---------------------------------------- 2021-12-14 17:22:58.776 | Failed building wheel for PyYAML 2021-12-14 17:22:58.776 | Running setup.py clean for PyYAML 2021-12-14 17:22:59.066 | Failed to build PyYAML 2021-12-14 17:22:59.068 | Installing collected packages: chardet, certifi, six, linecache2, traceback2, python-mimeparse, extras, argparse, unittest2, testtools, fixtures, urllib3, PyYAML, idna, requests, pyparsing, packaging, Parsley, openstack-requirements 2021-12-14 17:22:59.899 | Running setup.py install for PyYAML: started 2021-12-14 17:23:09.631 | Running setup.py install for PyYAML: finished with status 'done' 2021-12-14 17:23:10.102 | Running setup.py install for openstack-requirements: started 2021-12-14 17:23:12.304 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-12-14 17:23:12.570 | Successfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 certifi-2021.10.8 chardet-3.0.4 extras-1.0.0 fixtures-3.0.0 idna-2.9 linecache2-1.0.0 openstack-requirements-1.2.1.dev3587 packaging-20.3 pyparsing-2.4.7 python-mimeparse-1.6.0 requests-2.23.0 six-1.14.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.25.8 2021-12-14 17:23:12.681 | + inc/python:pip_install:207 : result=0 2021-12-14 17:23:12.684 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:23:12.688 | + functions-common:time_stop:2331 : local name 2021-12-14 17:23:12.691 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:23:12.694 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:23:12.697 | + functions-common:time_stop:2334 : local total 2021-12-14 17:23:12.701 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:23:12.704 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:23:12.706 | + functions-common:time_stop:2338 : start_time=1639502571310 2021-12-14 17:23:12.709 | + functions-common:time_stop:2340 : [[ -z 1639502571310 ]] 2021-12-14 17:23:12.712 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:23:12.719 | + functions-common:time_stop:2343 : end_time=1639502592714 2021-12-14 17:23:12.721 | + functions-common:time_stop:2344 : elapsed_time=21404 2021-12-14 17:23:12.723 | + functions-common:time_stop:2345 : total=16764 2021-12-14 17:23:12.725 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:23:12.727 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=38168 2021-12-14 17:23:12.730 | + inc/python:pip_install:210 : return 0 2021-12-14 17:23:12.733 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-12-14 17:23:12.735 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-12-14 17:23:12.738 | + inc/python:use_library_from_git:263 : local name=pbr 2021-12-14 17:23:12.740 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:23:12.743 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:23:12.746 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,pbr, ]] 2021-12-14 17:23:12.748 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:23:12.751 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-12-14 17:23:12.769 | Using python 3.6 to install pbr because python3_enabled=True 2021-12-14 17:23:12.774 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-12-14 17:23:15.436 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:23:15.437 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.437 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.438 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.438 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.439 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.439 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.440 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.440 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.441 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.441 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.442 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.442 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.442 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.443 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.443 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.444 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.444 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.444 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.445 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.445 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.446 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.446 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.447 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.447 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.447 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.448 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.448 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.449 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.450 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.450 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.450 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.451 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.451 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.452 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.452 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.453 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.453 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.454 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.454 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.454 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.455 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.455 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.456 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.456 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.457 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.457 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.457 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.458 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.458 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.459 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.459 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.459 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.460 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.460 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.461 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.462 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.462 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.463 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.463 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.464 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.464 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.465 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.465 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.466 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.466 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.467 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.467 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.467 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.468 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.468 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.469 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.469 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.470 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.470 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.470 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.471 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.472 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.472 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.473 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.473 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.474 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.474 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.475 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.475 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.476 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.476 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.477 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.477 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.477 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.478 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.478 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.479 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.479 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.480 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.480 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.481 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.481 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.481 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.482 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.482 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.483 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.483 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.484 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.484 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.485 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.485 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.486 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.486 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.487 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.487 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.488 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.488 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.489 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.489 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.490 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.490 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.491 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.491 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.492 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.492 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.493 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.493 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.494 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.494 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.495 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.495 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.496 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.496 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.497 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.497 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.498 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.498 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.499 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.499 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.500 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.500 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.501 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.501 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.501 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.502 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.502 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.503 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.503 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.504 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.504 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.504 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.505 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.505 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.506 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.506 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.507 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.507 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.508 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.508 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.509 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.509 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.510 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.510 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.511 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.511 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.512 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.512 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.512 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.513 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.514 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.514 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.514 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.515 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.516 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.516 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.516 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.517 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.517 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.518 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.518 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.519 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.519 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.520 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.520 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.520 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.521 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.521 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.522 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.522 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.522 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.523 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.523 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.524 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.524 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.524 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.525 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.526 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.527 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.528 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.528 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.528 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.529 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.529 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.530 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.530 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.531 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.531 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.532 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.532 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.533 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.533 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.533 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.534 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.534 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.535 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.535 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.536 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.536 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.537 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.537 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.538 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.538 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.538 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.539 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.539 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.540 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.540 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.541 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.541 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.541 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.542 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.543 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.543 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.544 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.544 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.544 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.545 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.545 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.546 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.546 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.547 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.547 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.547 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.548 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.548 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.549 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.549 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.550 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.550 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.551 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.551 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.551 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.552 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.553 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.553 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.553 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.554 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.554 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.555 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.555 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.556 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.556 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.557 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.557 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.558 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.558 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.558 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.559 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.559 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.560 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.560 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.561 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.561 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.562 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.562 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.563 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.563 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.563 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.564 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.564 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.565 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.566 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.566 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.566 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.567 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.567 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.572 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.572 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.572 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.572 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.572 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.572 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.572 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.572 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.572 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.572 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.572 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.572 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.573 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.573 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.574 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.574 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.574 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.575 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.576 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.576 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.577 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.577 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.578 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.579 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.579 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.579 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.579 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.580 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.580 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.581 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.581 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.582 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.582 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.583 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.583 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.583 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.584 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.584 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.585 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.585 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.586 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.586 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.587 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.587 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.588 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.588 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.589 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.590 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.590 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.591 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.592 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.593 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.594 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.595 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.595 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.595 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.596 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.596 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.597 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.597 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.598 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.598 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.599 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.599 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.600 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.600 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.601 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.601 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.601 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.602 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.602 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.603 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.603 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.604 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.604 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.605 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.606 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.606 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.606 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.607 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.607 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.608 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.608 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.609 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.609 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.609 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.610 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.610 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.611 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.611 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.612 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.612 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.612 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.613 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.613 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.614 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.614 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.615 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.615 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.616 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.616 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.617 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.617 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.617 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.618 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.618 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.619 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.619 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.619 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.620 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.620 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.621 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.621 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.622 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.622 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.623 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.623 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.623 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.624 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.624 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.625 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.625 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.626 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.626 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.626 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.627 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.628 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.628 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.628 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.629 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.629 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.630 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.630 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.631 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:23:15.631 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:23:15.632 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:23:15.776 | Requirement already up-to-date: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) (5.4.5) 2021-12-14 17:23:17.370 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:23:17.370 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:23:17.453 | + inc/python:pip_install:207 : result=0 2021-12-14 17:23:17.455 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:23:17.457 | + functions-common:time_stop:2331 : local name 2021-12-14 17:23:17.460 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:23:17.462 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:23:17.464 | + functions-common:time_stop:2334 : local total 2021-12-14 17:23:17.466 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:23:17.468 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:23:17.471 | + functions-common:time_stop:2338 : start_time=1639502592764 2021-12-14 17:23:17.473 | + functions-common:time_stop:2340 : [[ -z 1639502592764 ]] 2021-12-14 17:23:17.476 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:23:17.479 | + functions-common:time_stop:2343 : end_time=1639502597476 2021-12-14 17:23:17.481 | + functions-common:time_stop:2344 : elapsed_time=4712 2021-12-14 17:23:17.484 | + functions-common:time_stop:2345 : total=38168 2021-12-14 17:23:17.486 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:23:17.488 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=42880 2021-12-14 17:23:17.490 | + inc/python:pip_install:210 : return 0 2021-12-14 17:23:17.493 | + ./stack.sh:main:791 : python3 -m venv /opt/stack/bindep-venv 2021-12-14 17:23:20.016 | + ./stack.sh:main:793 : /opt/stack/bindep-venv/bin/pip install bindep 2021-12-14 17:23:21.619 | Collecting bindep 2021-12-14 17:23:21.696 | Downloading http://10.100.0.9:8080/root/pypi/+f/e0f/4305a9599abb5/bindep-2.10.1-py2.py3-none-any.whl 2021-12-14 17:23:21.735 | Collecting pbr>=2.0.0 (from bindep) 2021-12-14 17:23:21.823 | Downloading http://10.100.0.9:8080/root/pypi/+f/176/e8560eaf61e12/pbr-5.8.0-py2.py3-none-any.whl (112kB) 2021-12-14 17:23:21.868 | Collecting packaging; python_version >= "3.6" (from bindep) 2021-12-14 17:23:21.923 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40kB) 2021-12-14 17:23:21.945 | Collecting distro (from bindep) 2021-12-14 17:23:21.971 | Downloading http://10.100.0.9:8080/root/pypi/+f/c87/13330ab31a034/distro-1.6.0-py2.py3-none-any.whl 2021-12-14 17:23:21.984 | Collecting Parsley (from bindep) 2021-12-14 17:23:22.000 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-12-14 17:23:22.027 | Collecting pyparsing!=3.0.5,>=2.0.2 (from packaging; python_version >= "3.6"->bindep) 2021-12-14 17:23:22.158 | Downloading http://10.100.0.9:8080/root/pypi/+f/04f/f808a5b909118/pyparsing-3.0.6-py3-none-any.whl (97kB) 2021-12-14 17:23:22.180 | Installing collected packages: pbr, pyparsing, packaging, distro, Parsley, bindep 2021-12-14 17:23:22.669 | Successfully installed Parsley-1.3 bindep-2.10.1 distro-1.6.0 packaging-21.3 pbr-5.8.0 pyparsing-3.0.6 2021-12-14 17:23:22.741 | + ./stack.sh:main:794 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-12-14 17:23:22.745 | + ./stack.sh:main:794 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-12-14 17:23:22.750 | ++ ./stack.sh:main:797 : _get_plugin_bindep_packages 2021-12-14 17:23:22.775 | + ./stack.sh:main:797 : pkgs= 2021-12-14 17:23:22.778 | + ./stack.sh:main:798 : [[ -n '' ]] 2021-12-14 17:23:22.780 | + ./stack.sh:main:805 : run_phase stack pre-install 2021-12-14 17:23:22.783 | + functions-common:run_phase:1759 : local mode=stack 2021-12-14 17:23:22.785 | + functions-common:run_phase:1760 : local phase=pre-install 2021-12-14 17:23:22.787 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-14 17:23:22.790 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-12-14 17:23:22.796 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-14 17:23:22.798 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-12-14 17:23:22.800 | + functions-common:run_phase:1769 : local extra 2021-12-14 17:23:22.803 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-14 17:23:22.806 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-12-14 17:23:22.809 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-14 17:23:22.811 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-14 17:23:22.813 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-12-14 17:23:22.816 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-14 17:23:22.830 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:23:22.832 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-12-14 17:23:22.834 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:23:22.836 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-12-14 17:23:22.838 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:23:22.841 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-12-14 17:23:22.843 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:23:22.845 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-12-14 17:23:22.847 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:23:22.849 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-12-14 17:23:22.851 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:23:22.853 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-12-14 17:23:22.855 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-12-14 17:23:22.857 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-12-14 17:23:22.860 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-12-14 17:23:22.862 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-14 17:23:22.864 | + functions-common:run_phase:1786 : run_plugins stack pre-install 2021-12-14 17:23:22.866 | + functions-common:run_plugins:1745 : local mode=stack 2021-12-14 17:23:22.868 | + functions-common:run_plugins:1746 : local phase=pre-install 2021-12-14 17:23:22.871 | + functions-common:run_plugins:1748 : local plugins= 2021-12-14 17:23:22.873 | + functions-common:run_plugins:1749 : local plugin 2021-12-14 17:23:22.875 | + ./stack.sh:main:808 : set_systemd_override DefaultLimitNOFILE 2048 2021-12-14 17:23:22.878 | + functions:set_systemd_override:799 : local key=DefaultLimitNOFILE 2021-12-14 17:23:22.880 | + functions:set_systemd_override:800 : local value=2048 2021-12-14 17:23:22.883 | + functions:set_systemd_override:802 : local sysconf=/etc/systemd/system.conf 2021-12-14 17:23:22.885 | + functions:set_systemd_override:803 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-12-14 17:23:22.931 | + functions:set_systemd_override:804 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-12-14 17:23:22.932 | Set systemd system override for DefaultLimitNOFILE=2048 2021-12-14 17:23:22.935 | + functions:set_systemd_override:806 : sudo systemctl daemon-reload 2021-12-14 17:23:23.113 | + ./stack.sh:main:810 : install_rpc_backend 2021-12-14 17:23:23.116 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-12-14 17:23:23.138 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:23:23.142 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-12-14 17:23:23.145 | + functions-common:install_package:1333 : update_package_repo 2021-12-14 17:23:23.148 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-14 17:23:23.151 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-14 17:23:23.154 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-14 17:23:23.157 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-14 17:23:23.160 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-14 17:23:23.162 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:23:23.164 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:23:23.167 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-14 17:23:23.169 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-14 17:23:23.171 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-14 17:23:23.174 | + functions-common:apt_get_update:1069 : return 2021-12-14 17:23:23.176 | + functions-common:install_package:1334 : real_install_package rabbitmq-server 2021-12-14 17:23:23.179 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-14 17:23:23.182 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:23:23.184 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:23:23.187 | + functions-common:real_install_package:1320 : apt_get install rabbitmq-server 2021-12-14 17:23:23.207 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2021-12-14 17:23:23.332 | Reading package lists... 2021-12-14 17:23:23.613 | Building dependency tree... 2021-12-14 17:23:23.614 | Reading state information... 2021-12-14 17:23:23.854 | The following packages were automatically installed and are no longer required: 2021-12-14 17:23:23.855 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-14 17:23:23.855 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-14 17:23:23.855 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-14 17:23:23.855 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-14 17:23:23.855 | python3-twisted-bin python3-zope.interface 2021-12-14 17:23:23.855 | Use 'sudo apt autoremove' to remove them. 2021-12-14 17:23:23.856 | The following additional packages will be installed: 2021-12-14 17:23:23.856 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-12-14 17:23:23.856 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-12-14 17:23:23.856 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-12-14 17:23:23.856 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-12-14 17:23:23.857 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-12-14 17:23:23.858 | Suggested packages: 2021-12-14 17:23:23.858 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2021-12-14 17:23:23.858 | odbc-postgresql tdsodbc unixodbc-bin 2021-12-14 17:23:23.907 | The following NEW packages will be installed: 2021-12-14 17:23:23.907 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-12-14 17:23:23.907 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-12-14 17:23:23.907 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-12-14 17:23:23.907 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-12-14 17:23:23.908 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-12-14 17:23:23.912 | rabbitmq-server 2021-12-14 17:23:24.215 | 0 upgraded, 26 newly installed, 0 to remove and 178 not upgraded. 2021-12-14 17:23:24.215 | Need to get 24.5 MB of archives. 2021-12-14 17:23:24.215 | After this operation, 40.4 MB of additional disk space will be used. 2021-12-14 17:23:24.215 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-base amd64 1:20.2.2+dfsg-1ubuntu2 [7,323 kB] 2021-12-14 17:23:25.960 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-12-14 17:23:26.022 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-12-14 17:23:26.083 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-runtime-tools amd64 1:20.2.2+dfsg-1ubuntu2 [178 kB] 2021-12-14 17:23:26.328 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2021-12-14 17:23:26.331 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-public-key amd64 1:20.2.2+dfsg-1ubuntu2 [561 kB] 2021-12-14 17:23:26.349 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2021-12-14 17:23:26.367 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2021-12-14 17:23:26.419 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-corba amd64 1:20.2.2+dfsg-1ubuntu2 [2,251 kB] 2021-12-14 17:23:26.771 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-syntax-tools amd64 1:20.2.2+dfsg-1ubuntu2 [345 kB] 2021-12-14 17:23:26.981 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2021-12-14 17:23:27.045 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2021-12-14 17:23:27.307 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2021-12-14 17:23:27.314 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2021-12-14 17:23:27.317 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-erl-docgen amd64 1:20.2.2+dfsg-1ubuntu2 [118 kB] 2021-12-14 17:23:27.320 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2021-12-14 17:23:27.323 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2021-12-14 17:23:27.443 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2021-12-14 17:23:27.458 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-odbc amd64 1:20.2.2+dfsg-1ubuntu2 [47.5 kB] 2021-12-14 17:23:27.462 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-snmp amd64 1:20.2.2+dfsg-1ubuntu2 [1,531 kB] 2021-12-14 17:23:27.593 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-os-mon amd64 1:20.2.2+dfsg-1ubuntu2 [90.4 kB] 2021-12-14 17:23:27.600 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2021-12-14 17:23:27.613 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2021-12-14 17:23:27.656 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2021-12-14 17:23:27.699 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-nox all 1:20.2.2+dfsg-1ubuntu2 [13.4 kB] 2021-12-14 17:23:27.851 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rabbitmq-server all 3.6.10-1ubuntu0.5 [4,654 kB] 2021-12-14 17:23:29.072 | Fetched 24.5 MB in 5s (5,339 kB/s) 2021-12-14 17:23:29.120 | Selecting previously unselected package erlang-base. 2021-12-14 17:23:29.163 | (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 ... 74385 files and directories currently installed.) 2021-12-14 17:23:29.167 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:29.171 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:30.233 | Selecting previously unselected package erlang-asn1. 2021-12-14 17:23:30.241 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:30.247 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:30.399 | Selecting previously unselected package erlang-mnesia. 2021-12-14 17:23:30.407 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:30.411 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:30.557 | Selecting previously unselected package erlang-runtime-tools. 2021-12-14 17:23:30.565 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:30.569 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:30.654 | Selecting previously unselected package erlang-crypto. 2021-12-14 17:23:30.662 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:30.666 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:30.737 | Selecting previously unselected package erlang-public-key. 2021-12-14 17:23:30.745 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:30.748 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:30.880 | Selecting previously unselected package erlang-ssl. 2021-12-14 17:23:30.888 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:30.892 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:31.051 | Selecting previously unselected package erlang-inets. 2021-12-14 17:23:31.058 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:31.062 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:31.216 | Selecting previously unselected package erlang-corba. 2021-12-14 17:23:31.224 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:31.228 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:31.608 | Selecting previously unselected package erlang-syntax-tools. 2021-12-14 17:23:31.616 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:31.622 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:31.729 | Selecting previously unselected package erlang-diameter. 2021-12-14 17:23:31.737 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:31.741 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:31.889 | Selecting previously unselected package erlang-xmerl. 2021-12-14 17:23:31.897 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:31.901 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:32.085 | Selecting previously unselected package erlang-edoc. 2021-12-14 17:23:32.093 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:32.096 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:32.193 | Selecting previously unselected package erlang-eldap. 2021-12-14 17:23:32.201 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:32.204 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:32.276 | Selecting previously unselected package erlang-erl-docgen. 2021-12-14 17:23:32.285 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:32.288 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:32.368 | Selecting previously unselected package erlang-eunit. 2021-12-14 17:23:32.376 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:32.380 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:32.456 | Selecting previously unselected package erlang-ic. 2021-12-14 17:23:32.464 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:32.468 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:32.657 | Selecting previously unselected package libodbc1:amd64. 2021-12-14 17:23:32.665 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2021-12-14 17:23:32.681 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-12-14 17:23:32.772 | Selecting previously unselected package erlang-odbc. 2021-12-14 17:23:32.780 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:32.784 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:32.856 | Selecting previously unselected package erlang-snmp. 2021-12-14 17:23:32.864 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:32.867 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:33.147 | Selecting previously unselected package erlang-os-mon. 2021-12-14 17:23:33.155 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:33.159 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:33.233 | Selecting previously unselected package erlang-parsetools. 2021-12-14 17:23:33.241 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:33.245 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:33.326 | Selecting previously unselected package erlang-ssh. 2021-12-14 17:23:33.335 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:33.338 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:33.460 | Selecting previously unselected package erlang-tools. 2021-12-14 17:23:33.468 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-14 17:23:33.472 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:33.597 | Selecting previously unselected package erlang-nox. 2021-12-14 17:23:33.605 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2021-12-14 17:23:33.609 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:33.707 | Selecting previously unselected package rabbitmq-server. 2021-12-14 17:23:33.716 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.5_all.deb ... 2021-12-14 17:23:33.719 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.5) ... 2021-12-14 17:23:34.266 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-12-14 17:23:34.290 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:35.140 | Searching for services which depend on erlang and should be started...none found. 2021-12-14 17:23:35.144 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-14 17:23:35.171 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:35.205 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:35.237 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:35.270 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:35.304 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:35.337 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:35.370 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-12-14 17:23:35.405 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-14 17:23:35.588 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-14 17:23:36.243 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.276 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.308 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.343 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.376 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.410 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.443 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.476 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.508 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.541 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.572 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.604 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.636 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.667 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.699 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.731 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.762 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-14 17:23:36.793 | Setting up rabbitmq-server (3.6.10-1ubuntu0.5) ... 2021-12-14 17:23:36.936 | Adding group `rabbitmq' (GID 121) ... 2021-12-14 17:23:36.971 | Done. 2021-12-14 17:23:37.047 | Adding system user `rabbitmq' (UID 115) ... 2021-12-14 17:23:37.047 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2021-12-14 17:23:37.119 | Not creating home directory `/var/lib/rabbitmq'. 2021-12-14 17:23:37.364 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2021-12-14 17:23:42.280 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-14 17:23:42.463 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-14 17:23:44.557 | + functions-common:apt_get:1113 : result=0 2021-12-14 17:23:44.559 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-14 17:23:44.562 | + functions-common:time_stop:2331 : local name 2021-12-14 17:23:44.564 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:23:44.566 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:23:44.569 | + functions-common:time_stop:2334 : local total 2021-12-14 17:23:44.571 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:23:44.573 | + functions-common:time_stop:2337 : name=apt-get 2021-12-14 17:23:44.576 | + functions-common:time_stop:2338 : start_time=1639502603203 2021-12-14 17:23:44.578 | + functions-common:time_stop:2340 : [[ -z 1639502603203 ]] 2021-12-14 17:23:44.581 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:23:44.585 | + functions-common:time_stop:2343 : end_time=1639502624582 2021-12-14 17:23:44.587 | + functions-common:time_stop:2344 : elapsed_time=21379 2021-12-14 17:23:44.589 | + functions-common:time_stop:2345 : total=146122 2021-12-14 17:23:44.591 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:23:44.594 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=167501 2021-12-14 17:23:44.596 | + functions-common:apt_get:1117 : return 0 2021-12-14 17:23:44.599 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-12-14 17:23:44.601 | + functions-common:is_suse:462 : is_opensuse 2021-12-14 17:23:44.603 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-14 17:23:44.606 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-14 17:23:44.608 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-14 17:23:44.611 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-14 17:23:44.613 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-14 17:23:44.615 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-12-14 17:23:44.618 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-14 17:23:44.620 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-14 17:23:44.622 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-14 17:23:44.625 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-14 17:23:44.627 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-14 17:23:44.629 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-14 17:23:44.632 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-14 17:23:44.634 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-14 17:23:44.637 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-12-14 17:23:44.640 | + functions-common:is_suse:462 : is_opensuse 2021-12-14 17:23:44.642 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-14 17:23:44.644 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-14 17:23:44.647 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-14 17:23:44.649 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-14 17:23:44.651 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-14 17:23:44.654 | + ./stack.sh:main:811 : restart_rpc_backend 2021-12-14 17:23:44.657 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2021-12-14 17:23:44.672 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:23:44.674 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2021-12-14 17:23:44.676 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:23:44.679 | + ./stack.sh:echo_summary:428 : echo -e Starting RabbitMQ 2021-12-14 17:23:44.681 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2021-12-14 17:23:44.684 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2021-12-14 17:23:44.688 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2021-12-14 17:23:44.690 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2021-12-14 17:23:44.693 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2021-12-14 17:23:44.695 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2021-12-14 17:23:44.697 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2021-12-14 17:23:44.700 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2021-12-14 17:23:44.703 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2021-12-14 17:23:45.792 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users 2021-12-14 17:23:45.792 | guest [administrator]' 2021-12-14 17:23:45.796 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2021-12-14 17:23:45.796 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users 2021-12-14 17:23:45.797 | guest [administrator]' 2021-12-14 17:23:45.802 | + lib/rpc_backend:rabbit_setuser:176 : found= 2021-12-14 17:23:45.804 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2021-12-14 17:23:45.806 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2021-12-14 17:23:46.894 | Creating user "stackrabbit" 2021-12-14 17:23:46.922 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2021-12-14 17:23:47.994 | Setting permissions for user "stackrabbit" in vhost "/" 2021-12-14 17:23:48.020 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2021-12-14 17:23:48.023 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-12-14 17:23:49.063 | Changing password for user "stackrabbit" 2021-12-14 17:23:49.090 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2021-12-14 17:23:49.092 | + lib/rpc_backend:restart_rpc_backend:116 : break 2021-12-14 17:23:49.095 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2021-12-14 17:23:50.155 | Deleting user "guest" 2021-12-14 17:23:50.182 | + ./stack.sh:main:813 : is_service_enabled mysql postgresql 2021-12-14 17:23:50.199 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:23:50.202 | + ./stack.sh:main:814 : install_database 2021-12-14 17:23:50.204 | + lib/database:install_database:116 : install_database_mysql 2021-12-14 17:23:50.207 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2021-12-14 17:23:50.210 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:23:50.212 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:23:50.214 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2021-12-14 17:23:50.423 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2021-12-14 17:23:50.426 | + lib/databases/mysql:install_database_mysql:164 : cat 2021-12-14 17:23:50.432 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2021-12-14 17:23:50.435 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:23:50.438 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:23:50.442 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2021-12-14 17:23:50.445 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2021-12-14 17:23:50.449 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2021-12-14 17:23:50.453 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2021-12-14 17:23:50.455 | + functions-common:is_oraclelinux:434 : [[ -z Ubuntu ]] 2021-12-14 17:23:50.458 | + functions-common:is_oraclelinux:438 : '[' Ubuntu = OracleServer ']' 2021-12-14 17:23:50.460 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2021-12-14 17:23:50.463 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-14 17:23:50.465 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-14 17:23:50.467 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-14 17:23:50.470 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-14 17:23:50.472 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-14 17:23:50.474 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-14 17:23:50.477 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-14 17:23:50.479 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-14 17:23:50.481 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2021-12-14 17:23:50.484 | + functions-common:is_suse:462 : is_opensuse 2021-12-14 17:23:50.486 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-14 17:23:50.488 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-14 17:23:50.491 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-14 17:23:50.493 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-14 17:23:50.495 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-14 17:23:50.498 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2021-12-14 17:23:50.500 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:23:50.502 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:23:50.505 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2021-12-14 17:23:50.507 | + functions-common:install_package:1333 : update_package_repo 2021-12-14 17:23:50.509 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-14 17:23:50.512 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-14 17:23:50.515 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-14 17:23:50.517 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-14 17:23:50.519 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-14 17:23:50.521 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:23:50.525 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:23:50.528 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-14 17:23:50.531 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-14 17:23:50.534 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-14 17:23:50.537 | + functions-common:apt_get_update:1069 : return 2021-12-14 17:23:50.540 | + functions-common:install_package:1334 : real_install_package mysql-server 2021-12-14 17:23:50.543 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-14 17:23:50.546 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:23:50.548 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:23:50.551 | + functions-common:real_install_package:1320 : apt_get install mysql-server 2021-12-14 17:23:50.571 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2021-12-14 17:23:50.692 | Reading package lists... 2021-12-14 17:23:50.969 | Building dependency tree... 2021-12-14 17:23:50.971 | Reading state information... 2021-12-14 17:23:51.201 | The following packages were automatically installed and are no longer required: 2021-12-14 17:23:51.202 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-14 17:23:51.202 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-14 17:23:51.202 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-14 17:23:51.202 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-14 17:23:51.202 | python3-twisted-bin python3-zope.interface 2021-12-14 17:23:51.202 | Use 'sudo apt autoremove' to remove them. 2021-12-14 17:23:51.203 | The following additional packages will be installed: 2021-12-14 17:23:51.203 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-12-14 17:23:51.203 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-12-14 17:23:51.203 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-12-14 17:23:51.203 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-12-14 17:23:51.203 | mysql-server-5.7 mysql-server-core-5.7 2021-12-14 17:23:51.205 | Suggested packages: 2021-12-14 17:23:51.205 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2021-12-14 17:23:51.274 | The following NEW packages will be installed: 2021-12-14 17:23:51.274 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-12-14 17:23:51.274 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-12-14 17:23:51.274 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-12-14 17:23:51.274 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-12-14 17:23:51.275 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2021-12-14 17:23:51.577 | 0 upgraded, 18 newly installed, 0 to remove and 178 not upgraded. 2021-12-14 17:23:51.577 | Need to get 19.6 MB of archives. 2021-12-14 17:23:51.577 | After this operation, 155 MB of additional disk space will be used. 2021-12-14 17:23:51.577 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.36-0ubuntu0.18.04.1 [6,638 kB] 2021-12-14 17:23:53.563 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.36-0ubuntu0.18.04.1 [1,942 kB] 2021-12-14 17:23:53.729 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-core-5.7 amd64 5.7.36-0ubuntu0.18.04.1 [7,426 kB] 2021-12-14 17:23:54.825 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libevent-core-2.1-6 amd64 2.1.8-stable-4build1 [85.9 kB] 2021-12-14 17:23:54.829 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-5.7 amd64 5.7.36-0ubuntu0.18.04.1 [2,906 kB] 2021-12-14 17:23:55.161 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2021-12-14 17:23:55.161 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2021-12-14 17:23:55.163 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2021-12-14 17:23:55.166 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2021-12-14 17:23:55.170 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2021-12-14 17:23:55.172 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2021-12-14 17:23:55.172 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2021-12-14 17:23:55.173 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2021-12-14 17:23:55.234 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2021-12-14 17:23:55.301 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2021-12-14 17:23:55.440 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2021-12-14 17:23:55.442 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2021-12-14 17:23:55.449 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server all 5.7.36-0ubuntu0.18.04.1 [9,944 B] 2021-12-14 17:23:55.969 | Preconfiguring packages ... 2021-12-14 17:23:56.087 | Fetched 19.6 MB in 4s (4,718 kB/s) 2021-12-14 17:23:56.136 | Selecting previously unselected package mysql-client-core-5.7. 2021-12-14 17:23:56.184 | (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 ... 76386 files and directories currently installed.) 2021-12-14 17:23:56.188 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.36-0ubuntu0.18.04.1_amd64.deb ... 2021-12-14 17:23:56.193 | Unpacking mysql-client-core-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-14 17:23:57.238 | Selecting previously unselected package mysql-client-5.7. 2021-12-14 17:23:57.246 | Preparing to unpack .../01-mysql-client-5.7_5.7.36-0ubuntu0.18.04.1_amd64.deb ... 2021-12-14 17:23:57.250 | Unpacking mysql-client-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-14 17:23:57.714 | Selecting previously unselected package mysql-server-core-5.7. 2021-12-14 17:23:57.722 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.36-0ubuntu0.18.04.1_amd64.deb ... 2021-12-14 17:23:57.726 | Unpacking mysql-server-core-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-14 17:23:58.951 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2021-12-14 17:23:58.963 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2021-12-14 17:23:58.978 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-12-14 17:23:59.119 | Selecting previously unselected package mysql-server-5.7. 2021-12-14 17:23:59.128 | Preparing to unpack .../04-mysql-server-5.7_5.7.36-0ubuntu0.18.04.1_amd64.deb ... 2021-12-14 17:23:59.664 | Unpacking mysql-server-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-14 17:24:00.302 | Selecting previously unselected package libhtml-tagset-perl. 2021-12-14 17:24:00.310 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2021-12-14 17:24:00.315 | Unpacking libhtml-tagset-perl (3.20-3) ... 2021-12-14 17:24:00.389 | Selecting previously unselected package liburi-perl. 2021-12-14 17:24:00.397 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2021-12-14 17:24:00.402 | Unpacking liburi-perl (1.73-1) ... 2021-12-14 17:24:00.486 | Selecting previously unselected package libhtml-parser-perl. 2021-12-14 17:24:00.493 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2021-12-14 17:24:00.499 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2021-12-14 17:24:00.573 | Selecting previously unselected package libcgi-pm-perl. 2021-12-14 17:24:00.581 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2021-12-14 17:24:00.585 | Unpacking libcgi-pm-perl (4.38-1) ... 2021-12-14 17:24:00.671 | Selecting previously unselected package libfcgi-perl. 2021-12-14 17:24:00.679 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2021-12-14 17:24:00.684 | Unpacking libfcgi-perl (0.78-2build1) ... 2021-12-14 17:24:00.755 | Selecting previously unselected package libcgi-fast-perl. 2021-12-14 17:24:00.763 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2021-12-14 17:24:00.768 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2021-12-14 17:24:00.839 | Selecting previously unselected package libencode-locale-perl. 2021-12-14 17:24:00.846 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2021-12-14 17:24:00.851 | Unpacking libencode-locale-perl (1.05-1) ... 2021-12-14 17:24:00.920 | Selecting previously unselected package libhtml-template-perl. 2021-12-14 17:24:00.928 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2021-12-14 17:24:00.933 | Unpacking libhtml-template-perl (2.97-1) ... 2021-12-14 17:24:01.007 | Selecting previously unselected package libhttp-date-perl. 2021-12-14 17:24:01.016 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2021-12-14 17:24:01.021 | Unpacking libhttp-date-perl (6.02-1) ... 2021-12-14 17:24:01.093 | Selecting previously unselected package libio-html-perl. 2021-12-14 17:24:01.101 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2021-12-14 17:24:01.106 | Unpacking libio-html-perl (1.001-1) ... 2021-12-14 17:24:01.173 | Selecting previously unselected package liblwp-mediatypes-perl. 2021-12-14 17:24:01.181 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2021-12-14 17:24:01.185 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2021-12-14 17:24:01.251 | Selecting previously unselected package libhttp-message-perl. 2021-12-14 17:24:01.263 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2021-12-14 17:24:01.268 | Unpacking libhttp-message-perl (6.14-1) ... 2021-12-14 17:24:01.345 | Selecting previously unselected package mysql-server. 2021-12-14 17:24:01.352 | Preparing to unpack .../17-mysql-server_5.7.36-0ubuntu0.18.04.1_all.deb ... 2021-12-14 17:24:01.356 | Unpacking mysql-server (5.7.36-0ubuntu0.18.04.1) ... 2021-12-14 17:24:01.443 | Setting up libhtml-tagset-perl (3.20-3) ... 2021-12-14 17:24:01.471 | Setting up libhttp-date-perl (6.02-1) ... 2021-12-14 17:24:01.502 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-12-14 17:24:01.536 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-14 17:24:01.566 | Setting up libencode-locale-perl (1.05-1) ... 2021-12-14 17:24:01.598 | Setting up mysql-server-core-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-14 17:24:01.630 | Setting up libio-html-perl (1.001-1) ... 2021-12-14 17:24:01.662 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2021-12-14 17:24:01.694 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-12-14 17:24:01.727 | Setting up liburi-perl (1.73-1) ... 2021-12-14 17:24:01.760 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-14 17:24:01.942 | Setting up libhtml-parser-perl (3.72-3build1) ... 2021-12-14 17:24:01.976 | Setting up libcgi-pm-perl (4.38-1) ... 2021-12-14 17:24:02.009 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-14 17:24:03.763 | Setting up libhttp-message-perl (6.14-1) ... 2021-12-14 17:24:03.798 | Setting up mysql-client-core-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-14 17:24:03.831 | Setting up libfcgi-perl (0.78-2build1) ... 2021-12-14 17:24:03.863 | Setting up libhtml-template-perl (2.97-1) ... 2021-12-14 17:24:03.897 | Setting up libcgi-fast-perl (1:2.13-1) ... 2021-12-14 17:24:03.930 | Setting up mysql-client-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-14 17:24:03.962 | Setting up mysql-server-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-14 17:24:04.600 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-12-14 17:24:04.641 | Renaming removed key_buffer and myisam-recover options (if present) 2021-12-14 17:24:15.811 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2021-12-14 17:24:16.875 | Setting up mysql-server (5.7.36-0ubuntu0.18.04.1) ... 2021-12-14 17:24:16.892 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-14 17:24:17.075 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-14 17:24:19.225 | + functions-common:apt_get:1113 : result=0 2021-12-14 17:24:19.227 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-14 17:24:19.229 | + functions-common:time_stop:2331 : local name 2021-12-14 17:24:19.232 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:24:19.234 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:24:19.236 | + functions-common:time_stop:2334 : local total 2021-12-14 17:24:19.239 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:24:19.241 | + functions-common:time_stop:2337 : name=apt-get 2021-12-14 17:24:19.243 | + functions-common:time_stop:2338 : start_time=1639502630568 2021-12-14 17:24:19.245 | + functions-common:time_stop:2340 : [[ -z 1639502630568 ]] 2021-12-14 17:24:19.248 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:24:19.251 | + functions-common:time_stop:2343 : end_time=1639502659249 2021-12-14 17:24:19.254 | + functions-common:time_stop:2344 : elapsed_time=28681 2021-12-14 17:24:19.256 | + functions-common:time_stop:2345 : total=167501 2021-12-14 17:24:19.259 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:24:19.261 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=196182 2021-12-14 17:24:19.264 | + functions-common:apt_get:1117 : return 0 2021-12-14 17:24:19.267 | + ./stack.sh:main:816 : '[' -n mysql ']' 2021-12-14 17:24:19.270 | + ./stack.sh:main:817 : install_database_python 2021-12-14 17:24:19.273 | + lib/database:install_database_python:121 : install_database_python_mysql 2021-12-14 17:24:19.275 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2021-12-14 17:24:19.278 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2021-12-14 17:24:19.281 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-14 17:24:19.284 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2021-12-14 17:24:19.287 | ++ inc/python:get_from_global_requirements:238 : local package=PyMySQL 2021-12-14 17:24:19.289 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-14 17:24:19.293 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2021-12-14 17:24:19.293 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-14 17:24:19.298 | ++ inc/python:get_from_global_requirements:240 : required_pkg='PyMySQL ' 2021-12-14 17:24:19.302 | ++ inc/python:get_from_global_requirements:241 : [[ PyMySQL == '' ]] 2021-12-14 17:24:19.304 | ++ inc/python:get_from_global_requirements:244 : echo PyMySQL 2021-12-14 17:24:19.309 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2021-12-14 17:24:19.312 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2021-12-14 17:24:19.333 | Using python 3.6 to install PyMySQL because python3_enabled=True 2021-12-14 17:24:19.338 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2021-12-14 17:24:22.018 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:24:22.019 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.019 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.019 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.020 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.021 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.021 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.022 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.022 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.023 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.023 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.024 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.024 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.024 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.025 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.025 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.026 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.026 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.027 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.027 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.027 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.028 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.028 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.029 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.029 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.030 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.030 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.030 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.031 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.031 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.032 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.032 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.033 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.033 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.034 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.034 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.035 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.035 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.035 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.036 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.037 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.037 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.037 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.038 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.038 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.039 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.039 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.040 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.040 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.040 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.041 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.041 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.042 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.042 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.042 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.043 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.043 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.044 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.044 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.045 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.045 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.046 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.046 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.047 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.047 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.048 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.048 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.049 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.049 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.049 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.050 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.050 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.050 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.051 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.052 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.052 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.053 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.053 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.054 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.055 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.055 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.055 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.056 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.056 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.057 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.057 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.058 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.058 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.059 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.059 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.059 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.060 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.060 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.061 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.061 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.061 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.062 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.062 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.063 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.063 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.064 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.064 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.064 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.065 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.065 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.066 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.066 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.067 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.068 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.068 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.069 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.069 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.069 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.070 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.071 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.071 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.071 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.072 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.072 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.073 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.073 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.074 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.074 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.075 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.075 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.075 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.076 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.076 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.077 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.077 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.078 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.079 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.079 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.079 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.080 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.080 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.081 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.081 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.082 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.082 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.082 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.083 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.084 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.084 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.085 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.085 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.085 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.086 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.086 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.087 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.087 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.088 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.088 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.089 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.089 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.090 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.090 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.091 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.091 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.092 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.092 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.093 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.093 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.093 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.094 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.094 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.095 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.095 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.096 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.096 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.096 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.097 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.097 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.098 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.099 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.099 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.100 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.100 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.100 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.101 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.101 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.102 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.102 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.103 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.103 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.103 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.104 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.104 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.104 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.105 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.105 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.106 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.107 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.107 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.108 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.108 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.108 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.109 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.109 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.110 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.110 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.111 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.111 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.112 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.112 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.112 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.113 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.113 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.114 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.115 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.115 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.116 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.116 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.116 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.117 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.118 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.118 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.119 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.119 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.119 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.120 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.120 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.120 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.121 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.122 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.122 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.122 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.123 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.123 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.124 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.124 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.124 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.125 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.125 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.126 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.126 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.127 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.127 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.127 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.128 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.128 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.129 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.129 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.130 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.130 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.131 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.131 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.131 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.132 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.133 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.133 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.133 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.134 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.134 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.135 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.136 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.136 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.136 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.137 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.137 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.138 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.138 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.139 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.139 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.140 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.141 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.141 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.141 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.142 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.142 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.143 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.143 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.144 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.144 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.144 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.145 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.146 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.146 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.147 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.147 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.148 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.148 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.148 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.149 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.149 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.150 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.150 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.150 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.151 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.151 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.152 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.152 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.153 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.153 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.153 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.154 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.154 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.155 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.155 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.156 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.156 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.157 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.157 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.158 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.158 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.159 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.159 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.160 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.160 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.160 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.161 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.162 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.162 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.163 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.163 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.164 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.164 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.164 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.165 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.165 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.166 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.166 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.167 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.167 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.168 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.168 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.169 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.169 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.169 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.170 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.170 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.171 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.171 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.171 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.173 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.173 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.173 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.174 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.174 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.175 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.175 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.176 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.176 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.177 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.178 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.178 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.179 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.179 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.179 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.180 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.180 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.181 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.181 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.181 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.182 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.183 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.183 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.183 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.184 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.184 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.185 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.185 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.186 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.186 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.187 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.187 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.187 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.188 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.188 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.189 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.189 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.189 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.190 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.190 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.191 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.191 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.192 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.192 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.193 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.193 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.194 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.194 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.195 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.195 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.196 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.196 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.196 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.197 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.197 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.198 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.198 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.198 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.199 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.199 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.200 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.200 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.201 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.201 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.201 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.202 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.202 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.203 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.203 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.204 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.204 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.204 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.205 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.205 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.206 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.206 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.207 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.207 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.208 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.209 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.209 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.210 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:22.210 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:22.211 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:22.374 | Collecting PyMySQL===0.9.3 2021-12-14 17:24:22.383 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/394/3fbbbc1e902f4/PyMySQL-0.9.3-py2.py3-none-any.whl (47 kB) 2021-12-14 17:24:23.851 | Installing collected packages: PyMySQL 2021-12-14 17:24:23.998 | Successfully installed PyMySQL-0.9.3 2021-12-14 17:24:24.101 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:24:24.101 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:24:24.181 | + inc/python:pip_install:207 : result=0 2021-12-14 17:24:24.183 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:24:24.186 | + functions-common:time_stop:2331 : local name 2021-12-14 17:24:24.188 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:24:24.192 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:24:24.195 | + functions-common:time_stop:2334 : local total 2021-12-14 17:24:24.198 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:24:24.202 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:24:24.206 | + functions-common:time_stop:2338 : start_time=1639502659328 2021-12-14 17:24:24.209 | + functions-common:time_stop:2340 : [[ -z 1639502659328 ]] 2021-12-14 17:24:24.212 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:24:24.216 | + functions-common:time_stop:2343 : end_time=1639502664213 2021-12-14 17:24:24.218 | + functions-common:time_stop:2344 : elapsed_time=4885 2021-12-14 17:24:24.221 | + functions-common:time_stop:2345 : total=42880 2021-12-14 17:24:24.223 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:24:24.226 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=47765 2021-12-14 17:24:24.228 | + inc/python:pip_install:210 : return 0 2021-12-14 17:24:24.230 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2021-12-14 17:24:24.233 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-12-14 17:24:24.235 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2021-12-14 17:24:24.238 | + ./stack.sh:main:820 : is_service_enabled neutron 2021-12-14 17:24:24.254 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:24:24.257 | + ./stack.sh:main:821 : install_neutron_agent_packages 2021-12-14 17:24:24.259 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2021-12-14 17:24:24.262 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-14 17:24:24.263 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-14 17:24:24.268 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-14 17:24:24.270 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-14 17:24:24.273 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-12-14 17:24:24.276 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-14 17:24:24.278 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2021-12-14 17:24:24.280 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:448 : is_service_enabled q-l3 2021-12-14 17:24:24.295 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:24:24.298 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:449 : install_package radvd 2021-12-14 17:24:24.300 | + functions-common:install_package:1333 : update_package_repo 2021-12-14 17:24:24.303 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-14 17:24:24.306 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-14 17:24:24.308 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-14 17:24:24.311 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-14 17:24:24.314 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-14 17:24:24.316 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:24:24.319 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:24:24.322 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-14 17:24:24.324 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-14 17:24:24.327 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-14 17:24:24.330 | + functions-common:apt_get_update:1069 : return 2021-12-14 17:24:24.332 | + functions-common:install_package:1334 : real_install_package radvd 2021-12-14 17:24:24.335 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-14 17:24:24.337 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:24:24.339 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:24:24.342 | + functions-common:real_install_package:1320 : apt_get install radvd 2021-12-14 17:24:24.360 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2021-12-14 17:24:24.483 | Reading package lists... 2021-12-14 17:24:24.759 | Building dependency tree... 2021-12-14 17:24:24.760 | Reading state information... 2021-12-14 17:24:25.006 | The following packages were automatically installed and are no longer required: 2021-12-14 17:24:25.007 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-14 17:24:25.007 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-14 17:24:25.007 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-14 17:24:25.007 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-14 17:24:25.007 | python3-twisted-bin python3-zope.interface 2021-12-14 17:24:25.008 | Use 'sudo apt autoremove' to remove them. 2021-12-14 17:24:25.053 | The following NEW packages will be installed: 2021-12-14 17:24:25.053 | radvd 2021-12-14 17:24:25.351 | 0 upgraded, 1 newly installed, 0 to remove and 178 not upgraded. 2021-12-14 17:24:25.351 | Need to get 59.0 kB of archives. 2021-12-14 17:24:25.351 | After this operation, 164 kB of additional disk space will be used. 2021-12-14 17:24:25.351 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2021-12-14 17:24:26.214 | Fetched 59.0 kB in 1s (99.7 kB/s) 2021-12-14 17:24:26.269 | Selecting previously unselected package radvd. 2021-12-14 17:24:26.309 | (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 ... 76843 files and directories currently installed.) 2021-12-14 17:24:26.313 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2021-12-14 17:24:26.317 | Unpacking radvd (1:2.16-3) ... 2021-12-14 17:24:26.427 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-14 17:24:26.445 | Setting up radvd (1:2.16-3) ... 2021-12-14 17:24:27.236 | Job for radvd.service failed because the control process exited with error code. 2021-12-14 17:24:27.237 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2021-12-14 17:24:27.238 | invoke-rc.d: initscript radvd, action "start" failed. 2021-12-14 17:24:27.248 | ● radvd.service - Router advertisement daemon for IPv6 2021-12-14 17:24:27.248 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2021-12-14 17:24:27.248 | Active: failed (Result: exit-code) since Tue 2021-12-14 17:24:27 UTC; 13ms ago 2021-12-14 17:24:27.248 | Docs: man:radvd(8) 2021-12-14 17:24:27.248 | Process: 47967 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2021-12-14 17:24:27.249 | 2021-12-14 17:24:27.249 | Dec 14 17:24:27 dv-cinder-821737-1-iscsi systemd[1]: Starting Router advertisement daemon for IPv6... 2021-12-14 17:24:27.249 | Dec 14 17:24:27 dv-cinder-821737-1-iscsi radvd[47967]: can't open /etc/radvd.conf: No such file or directory 2021-12-14 17:24:27.249 | Dec 14 17:24:27 dv-cinder-821737-1-iscsi radvd[47967]: Insecure file permissions, but continuing anyway 2021-12-14 17:24:27.249 | Dec 14 17:24:27 dv-cinder-821737-1-iscsi radvd[47967]: exiting, failed to read config file 2021-12-14 17:24:27.249 | Dec 14 17:24:27 dv-cinder-821737-1-iscsi systemd[1]: radvd.service: Control process exited, code=exited status=1 2021-12-14 17:24:27.249 | Dec 14 17:24:27 dv-cinder-821737-1-iscsi systemd[1]: radvd.service: Failed with result 'exit-code'. 2021-12-14 17:24:27.249 | Dec 14 17:24:27 dv-cinder-821737-1-iscsi systemd[1]: Failed to start Router advertisement daemon for IPv6. 2021-12-14 17:24:27.254 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-14 17:24:27.441 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-14 17:24:27.674 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-14 17:24:29.747 | + functions-common:apt_get:1113 : result=0 2021-12-14 17:24:29.749 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-14 17:24:29.752 | + functions-common:time_stop:2331 : local name 2021-12-14 17:24:29.754 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:24:29.757 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:24:29.759 | + functions-common:time_stop:2334 : local total 2021-12-14 17:24:29.762 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:24:29.764 | + functions-common:time_stop:2337 : name=apt-get 2021-12-14 17:24:29.766 | + functions-common:time_stop:2338 : start_time=1639502664358 2021-12-14 17:24:29.769 | + functions-common:time_stop:2340 : [[ -z 1639502664358 ]] 2021-12-14 17:24:29.772 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:24:29.775 | + functions-common:time_stop:2343 : end_time=1639502669772 2021-12-14 17:24:29.777 | + functions-common:time_stop:2344 : elapsed_time=5414 2021-12-14 17:24:29.780 | + functions-common:time_stop:2345 : total=196182 2021-12-14 17:24:29.782 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:24:29.784 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=201596 2021-12-14 17:24:29.787 | + functions-common:apt_get:1117 : return 0 2021-12-14 17:24:29.789 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:452 : is_service_enabled q-agt q-dhcp q-l3 2021-12-14 17:24:29.808 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:24:29.809 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:453 : neutron_plugin_install_agent_packages 2021-12-14 17:24:29.813 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2021-12-14 17:24:29.816 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2021-12-14 17:24:29.844 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2021-12-14 17:24:29.847 | + functions-common:install_package:1333 : update_package_repo 2021-12-14 17:24:29.851 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-14 17:24:29.853 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-14 17:24:29.857 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-14 17:24:29.859 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-14 17:24:29.862 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-14 17:24:29.865 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:24:29.868 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:24:29.871 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-14 17:24:29.873 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-14 17:24:29.876 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-14 17:24:29.879 | + functions-common:apt_get_update:1069 : return 2021-12-14 17:24:29.882 | + functions-common:install_package:1334 : real_install_package fakeroot make openvswitch-switch 2021-12-14 17:24:29.884 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-14 17:24:29.886 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:24:29.889 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:24:29.891 | + functions-common:real_install_package:1320 : apt_get install fakeroot make openvswitch-switch 2021-12-14 17:24:29.910 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2021-12-14 17:24:30.032 | Reading package lists... 2021-12-14 17:24:30.311 | Building dependency tree... 2021-12-14 17:24:30.312 | Reading state information... 2021-12-14 17:24:30.534 | fakeroot is already the newest version (1.22-2ubuntu1). 2021-12-14 17:24:30.534 | fakeroot set to manually installed. 2021-12-14 17:24:30.534 | make is already the newest version (4.1-9.1ubuntu1). 2021-12-14 17:24:30.534 | The following packages were automatically installed and are no longer required: 2021-12-14 17:24:30.534 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-12-14 17:24:30.534 | python3-click python3-colorama python3-configobj python3-constantly 2021-12-14 17:24:30.535 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-12-14 17:24:30.535 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-14 17:24:30.535 | python3-twisted-bin python3-zope.interface 2021-12-14 17:24:30.535 | Use 'sudo apt autoremove' to remove them. 2021-12-14 17:24:30.535 | The following additional packages will be installed: 2021-12-14 17:24:30.536 | libunbound2 openvswitch-common python3-openvswitch python3-sortedcontainers 2021-12-14 17:24:30.537 | Suggested packages: 2021-12-14 17:24:30.537 | openvswitch-doc python-sortedcontainers-doc 2021-12-14 17:24:30.598 | The following NEW packages will be installed: 2021-12-14 17:24:30.599 | libunbound2 python3-openvswitch python3-sortedcontainers 2021-12-14 17:24:30.600 | The following packages will be upgraded: 2021-12-14 17:24:30.600 | openvswitch-common openvswitch-switch 2021-12-14 17:24:30.726 | 2 upgraded, 3 newly installed, 0 to remove and 176 not upgraded. 2021-12-14 17:24:30.726 | Need to get 3,088 kB of archives. 2021-12-14 17:24:30.726 | After this operation, 3,129 kB of additional disk space will be used. 2021-12-14 17:24:30.726 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 python3-openvswitch all 2.12.1-0ubuntu0.19.10.1~cloud1 [117 kB] 2021-12-14 17:24:30.912 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.4 [267 kB] 2021-12-14 17:24:30.960 | Get:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 openvswitch-common amd64 2.12.1-0ubuntu0.19.10.1~cloud1 [970 kB] 2021-12-14 17:24:31.119 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 openvswitch-switch amd64 2.12.1-0ubuntu0.19.10.1~cloud1 [1,707 kB] 2021-12-14 17:24:31.765 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sortedcontainers all 1.5.7-1 [26.3 kB] 2021-12-14 17:24:32.337 | Fetched 3,088 kB in 1s (2,715 kB/s) 2021-12-14 17:24:32.418 | Selecting previously unselected package libunbound2:amd64. 2021-12-14 17:24:32.457 | (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 ... 76856 files and directories currently installed.) 2021-12-14 17:24:32.461 | Preparing to unpack .../libunbound2_1.6.7-1ubuntu2.4_amd64.deb ... 2021-12-14 17:24:32.470 | Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.4) ... 2021-12-14 17:24:32.595 | Selecting previously unselected package python3-sortedcontainers. 2021-12-14 17:24:32.603 | Preparing to unpack .../python3-sortedcontainers_1.5.7-1_all.deb ... 2021-12-14 17:24:32.609 | Unpacking python3-sortedcontainers (1.5.7-1) ... 2021-12-14 17:24:32.700 | Selecting previously unselected package python3-openvswitch. 2021-12-14 17:24:32.708 | Preparing to unpack .../python3-openvswitch_2.12.1-0ubuntu0.19.10.1~cloud1_all.deb ... 2021-12-14 17:24:32.713 | Unpacking python3-openvswitch (2.12.1-0ubuntu0.19.10.1~cloud1) ... 2021-12-14 17:24:32.806 | Preparing to unpack .../openvswitch-common_2.12.1-0ubuntu0.19.10.1~cloud1_amd64.deb ... 2021-12-14 17:24:32.834 | Unpacking openvswitch-common (2.12.1-0ubuntu0.19.10.1~cloud1) over (2.9.8-0ubuntu0.18.04.2) ... 2021-12-14 17:24:33.111 | Preparing to unpack .../openvswitch-switch_2.12.1-0ubuntu0.19.10.1~cloud1_amd64.deb ... 2021-12-14 17:24:33.137 | Unpacking openvswitch-switch (2.12.1-0ubuntu0.19.10.1~cloud1) over (2.9.8-0ubuntu0.18.04.2) ... 2021-12-14 17:24:34.074 | Setting up libunbound2:amd64 (1.6.7-1ubuntu2.4) ... 2021-12-14 17:24:34.099 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-14 17:24:34.128 | Setting up openvswitch-common (2.12.1-0ubuntu0.19.10.1~cloud1) ... 2021-12-14 17:24:34.161 | Setting up python3-sortedcontainers (1.5.7-1) ... 2021-12-14 17:24:34.472 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-12-14 17:24:34.510 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-14 17:24:34.698 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-14 17:24:35.515 | Setting up python3-openvswitch (2.12.1-0ubuntu0.19.10.1~cloud1) ... 2021-12-14 17:24:35.920 | Setting up openvswitch-switch (2.12.1-0ubuntu0.19.10.1~cloud1) ... 2021-12-14 17:24:39.170 | + functions-common:apt_get:1113 : result=0 2021-12-14 17:24:39.173 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-14 17:24:39.175 | + functions-common:time_stop:2331 : local name 2021-12-14 17:24:39.178 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:24:39.181 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:24:39.184 | + functions-common:time_stop:2334 : local total 2021-12-14 17:24:39.187 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:24:39.190 | + functions-common:time_stop:2337 : name=apt-get 2021-12-14 17:24:39.194 | + functions-common:time_stop:2338 : start_time=1639502669907 2021-12-14 17:24:39.197 | + functions-common:time_stop:2340 : [[ -z 1639502669907 ]] 2021-12-14 17:24:39.200 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:24:39.204 | + functions-common:time_stop:2343 : end_time=1639502679201 2021-12-14 17:24:39.206 | + functions-common:time_stop:2344 : elapsed_time=9294 2021-12-14 17:24:39.208 | + functions-common:time_stop:2345 : total=201596 2021-12-14 17:24:39.211 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:24:39.213 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=210890 2021-12-14 17:24:39.215 | + functions-common:apt_get:1117 : return 0 2021-12-14 17:24:39.218 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2021-12-14 17:24:39.220 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:24:39.223 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:24:39.226 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2021-12-14 17:24:39.228 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2021-12-14 17:24:39.231 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2021-12-14 17:24:39.236 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2021-12-14 17:24:39.239 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2021-12-14 17:24:39.244 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2021-12-14 17:24:39.244 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2021-12-14 17:24:39.250 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2021-12-14 17:24:39.253 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2021-12-14 17:24:39.257 | + functions:vercmp:615 : local v1=4.15 2021-12-14 17:24:39.260 | + functions:vercmp:616 : local 'op=<' 2021-12-14 17:24:39.263 | + functions:vercmp:617 : local v2=3.13 2021-12-14 17:24:39.267 | + functions:vercmp:618 : local result 2021-12-14 17:24:39.270 | ++ functions:vercmp:622 : echo -e '4.15\n3.13' 2021-12-14 17:24:39.270 | ++ functions:vercmp:622 : sort -V 2021-12-14 17:24:39.271 | ++ functions:vercmp:622 : head -1 2021-12-14 17:24:39.275 | + functions:vercmp:622 : result=3.13 2021-12-14 17:24:39.278 | + functions:vercmp:624 : case $op in 2021-12-14 17:24:39.280 | + functions:vercmp:634 : '[' 4.15 '!=' 3.13 ']' 2021-12-14 17:24:39.283 | + functions:vercmp:634 : '[' 3.13 = 4.15 ']' 2021-12-14 17:24:39.285 | + functions:vercmp:635 : return 2021-12-14 17:24:39.288 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2021-12-14 17:24:39.290 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-14 17:24:39.292 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart openvswitch-switch 2021-12-14 17:24:39.781 | + ./stack.sh:main:824 : is_service_enabled etcd3 2021-12-14 17:24:39.802 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:24:39.806 | + ./stack.sh:main:825 : install_etcd3 2021-12-14 17:24:39.810 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2021-12-14 17:24:39.810 | Installing etcd 2021-12-14 17:24:39.813 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2021-12-14 17:24:39.829 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2021-12-14 17:24:39.846 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2021-12-14 17:24:39.849 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2021-12-14 17:24:39.862 | + lib/etcd3:install_etcd3:113 : local etcd_file 2021-12-14 17:24:39.866 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-14 17:24:39.869 | ++ functions:get_extra_file:61 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-14 17:24:39.873 | +++ functions:get_extra_file:63 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-14 17:24:39.878 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2021-12-14 17:24:39.880 | ++ functions:get_extra_file:64 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2021-12-14 17:24:39.883 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2021-12-14 17:24:39.886 | ++ functions:get_extra_file:67 : wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-14 17:24:39.911 | --2021-12-14 17:24:39-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-14 17:24:39.917 | Resolving github.com (github.com)... 140.82.121.3 2021-12-14 17:24:39.961 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2021-12-14 17:24:40.240 | HTTP request sent, awaiting response... 302 Found 2021-12-14 17:24:40.240 | 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%2F20211214%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211214T172440Z&X-Amz-Expires=300&X-Amz-Signature=c4f8993391013937ab0e30ff5b6d104d624123b3850b19d213acce230f1a2190&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] 2021-12-14 17:24:40.240 | --2021-12-14 17:24:40-- 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%2F20211214%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211214T172440Z&X-Amz-Expires=300&X-Amz-Signature=c4f8993391013937ab0e30ff5b6d104d624123b3850b19d213acce230f1a2190&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream 2021-12-14 17:24:40.242 | Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... 2021-12-14 17:24:40.266 | Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected. 2021-12-14 17:24:40.910 | HTTP request sent, awaiting response... 200 OK 2021-12-14 17:24:40.910 | Length: 11350736 (11M) [application/octet-stream] 2021-12-14 17:24:40.910 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2021-12-14 17:24:41.503 | 2021-12-14 17:24:41.856 | 0K ........ .. 100% 11.4M=0.9s 2021-12-14 17:24:41.856 | 2021-12-14 17:24:41.856 | 2021-12-14 17:24:41 (11.4 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2021-12-14 17:24:41.856 | 2021-12-14 17:24:41.861 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2021-12-14 17:24:41.865 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-14 17:24:41.868 | ++ functions:get_extra_file:73 : return 2021-12-14 17:24:41.873 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-14 17:24:41.877 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2021-12-14 17:24:41.879 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2021-12-14 17:24:41.882 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2021-12-14 17:24:42.026 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2021-12-14 17:24:42.031 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2021-12-14 17:24:42.037 | etcd-v3.3.12-linux-amd64/ 2021-12-14 17:24:42.037 | etcd-v3.3.12-linux-amd64/README.md 2021-12-14 17:24:42.037 | etcd-v3.3.12-linux-amd64/Documentation/ 2021-12-14 17:24:42.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2021-12-14 17:24:42.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2021-12-14 17:24:42.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2021-12-14 17:24:42.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2021-12-14 17:24:42.037 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2021-12-14 17:24:42.038 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2021-12-14 17:24:42.038 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2021-12-14 17:24:42.038 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2021-12-14 17:24:42.038 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2021-12-14 17:24:42.038 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2021-12-14 17:24:42.038 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2021-12-14 17:24:42.038 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2021-12-14 17:24:42.038 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2021-12-14 17:24:42.038 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2021-12-14 17:24:42.039 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2021-12-14 17:24:42.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2021-12-14 17:24:42.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2021-12-14 17:24:42.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2021-12-14 17:24:42.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2021-12-14 17:24:42.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2021-12-14 17:24:42.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2021-12-14 17:24:42.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-12-14 17:24:42.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2021-12-14 17:24:42.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2021-12-14 17:24:42.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-12-14 17:24:42.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-12-14 17:24:42.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2021-12-14 17:24:42.040 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2021-12-14 17:24:42.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2021-12-14 17:24:42.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2021-12-14 17:24:42.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2021-12-14 17:24:42.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2021-12-14 17:24:42.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2021-12-14 17:24:42.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2021-12-14 17:24:42.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2021-12-14 17:24:42.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2021-12-14 17:24:42.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2021-12-14 17:24:42.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2021-12-14 17:24:42.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2021-12-14 17:24:42.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2021-12-14 17:24:42.041 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2021-12-14 17:24:42.042 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2021-12-14 17:24:42.043 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2021-12-14 17:24:42.043 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2021-12-14 17:24:42.043 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2021-12-14 17:24:42.043 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2021-12-14 17:24:42.043 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2021-12-14 17:24:42.043 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2021-12-14 17:24:42.043 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2021-12-14 17:24:42.043 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2021-12-14 17:24:42.043 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2021-12-14 17:24:42.043 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2021-12-14 17:24:42.043 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2021-12-14 17:24:42.043 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2021-12-14 17:24:42.044 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2021-12-14 17:24:42.044 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2021-12-14 17:24:42.044 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2021-12-14 17:24:42.044 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2021-12-14 17:24:42.044 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2021-12-14 17:24:42.044 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2021-12-14 17:24:42.044 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2021-12-14 17:24:42.044 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2021-12-14 17:24:42.044 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2021-12-14 17:24:42.044 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2021-12-14 17:24:42.044 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2021-12-14 17:24:42.045 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2021-12-14 17:24:42.045 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2021-12-14 17:24:42.045 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2021-12-14 17:24:42.045 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2021-12-14 17:24:42.045 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2021-12-14 17:24:42.045 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2021-12-14 17:24:42.045 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2021-12-14 17:24:42.045 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2021-12-14 17:24:42.045 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2021-12-14 17:24:42.045 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2021-12-14 17:24:42.045 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2021-12-14 17:24:42.045 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2021-12-14 17:24:42.045 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2021-12-14 17:24:42.046 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2021-12-14 17:24:42.046 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2021-12-14 17:24:42.046 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2021-12-14 17:24:42.046 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2021-12-14 17:24:42.046 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2021-12-14 17:24:42.046 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2021-12-14 17:24:42.047 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2021-12-14 17:24:42.047 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2021-12-14 17:24:42.047 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2021-12-14 17:24:42.047 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2021-12-14 17:24:42.047 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2021-12-14 17:24:42.047 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2021-12-14 17:24:42.047 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2021-12-14 17:24:42.047 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2021-12-14 17:24:42.048 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2021-12-14 17:24:42.050 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2021-12-14 17:24:42.050 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2021-12-14 17:24:42.050 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2021-12-14 17:24:42.050 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2021-12-14 17:24:42.050 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2021-12-14 17:24:42.050 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2021-12-14 17:24:42.050 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2021-12-14 17:24:42.051 | etcd-v3.3.12-linux-amd64/etcdctl 2021-12-14 17:24:42.267 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2021-12-14 17:24:42.267 | etcd-v3.3.12-linux-amd64/etcd 2021-12-14 17:24:42.523 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2021-12-14 17:24:42.568 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2021-12-14 17:24:42.601 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2021-12-14 17:24:42.605 | + ./stack.sh:main:834 : is_service_enabled tls-proxy 2021-12-14 17:24:42.623 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:24:42.626 | + ./stack.sh:main:844 : install_dstat 2021-12-14 17:24:42.629 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2021-12-14 17:24:42.647 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:24:42.650 | + ./stack.sh:main:850 : echo_summary 'Installing OpenStack project source' 2021-12-14 17:24:42.653 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:24:42.656 | + ./stack.sh:echo_summary:428 : echo -e Installing OpenStack project source 2021-12-14 17:24:42.658 | + ./stack.sh:main:853 : install_libs 2021-12-14 17:24:42.661 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2021-12-14 17:24:42.663 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2021-12-14 17:24:42.665 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2021-12-14 17:24:42.668 | + inc/python:use_library_from_git:263 : local name=automaton 2021-12-14 17:24:42.670 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.672 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.674 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,automaton, ]] 2021-12-14 17:24:42.677 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.679 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2021-12-14 17:24:42.681 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2021-12-14 17:24:42.684 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2021-12-14 17:24:42.686 | + inc/python:use_library_from_git:263 : local name=castellan 2021-12-14 17:24:42.688 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.690 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.693 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,castellan, ]] 2021-12-14 17:24:42.695 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.698 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2021-12-14 17:24:42.700 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2021-12-14 17:24:42.702 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2021-12-14 17:24:42.704 | + inc/python:use_library_from_git:263 : local name=cliff 2021-12-14 17:24:42.706 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.708 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.711 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,cliff, ]] 2021-12-14 17:24:42.713 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.716 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2021-12-14 17:24:42.718 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2021-12-14 17:24:42.720 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2021-12-14 17:24:42.723 | + inc/python:use_library_from_git:263 : local name=cursive 2021-12-14 17:24:42.725 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.727 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.730 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,cursive, ]] 2021-12-14 17:24:42.732 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.734 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2021-12-14 17:24:42.737 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2021-12-14 17:24:42.739 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2021-12-14 17:24:42.742 | + inc/python:use_library_from_git:263 : local name=debtcollector 2021-12-14 17:24:42.745 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.747 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.749 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,debtcollector, ]] 2021-12-14 17:24:42.753 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.756 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2021-12-14 17:24:42.758 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2021-12-14 17:24:42.761 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2021-12-14 17:24:42.763 | + inc/python:use_library_from_git:263 : local name=futurist 2021-12-14 17:24:42.765 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.768 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.770 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,futurist, ]] 2021-12-14 17:24:42.773 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.776 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2021-12-14 17:24:42.778 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2021-12-14 17:24:42.781 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2021-12-14 17:24:42.783 | + inc/python:use_library_from_git:263 : local name=openstacksdk 2021-12-14 17:24:42.786 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.788 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.790 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,openstacksdk, ]] 2021-12-14 17:24:42.792 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.795 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2021-12-14 17:24:42.797 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2021-12-14 17:24:42.799 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2021-12-14 17:24:42.802 | + inc/python:use_library_from_git:263 : local name=osc-lib 2021-12-14 17:24:42.804 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.806 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.808 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,osc-lib, ]] 2021-12-14 17:24:42.811 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.813 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2021-12-14 17:24:42.816 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2021-12-14 17:24:42.818 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2021-12-14 17:24:42.820 | + inc/python:use_library_from_git:263 : local name=osc-placement 2021-12-14 17:24:42.822 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.825 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.827 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,osc-placement, ]] 2021-12-14 17:24:42.829 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.832 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2021-12-14 17:24:42.834 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2021-12-14 17:24:42.836 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2021-12-14 17:24:42.838 | + inc/python:use_library_from_git:263 : local name=os-client-config 2021-12-14 17:24:42.841 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.843 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.845 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,os-client-config, ]] 2021-12-14 17:24:42.848 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.850 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2021-12-14 17:24:42.854 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2021-12-14 17:24:42.856 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2021-12-14 17:24:42.858 | + inc/python:use_library_from_git:263 : local name=oslo.cache 2021-12-14 17:24:42.860 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.862 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.866 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.cache, ]] 2021-12-14 17:24:42.868 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.870 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2021-12-14 17:24:42.874 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2021-12-14 17:24:42.876 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2021-12-14 17:24:42.878 | + inc/python:use_library_from_git:263 : local name=oslo.concurrency 2021-12-14 17:24:42.880 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.883 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.886 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.concurrency, ]] 2021-12-14 17:24:42.888 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.890 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2021-12-14 17:24:42.894 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2021-12-14 17:24:42.896 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2021-12-14 17:24:42.898 | + inc/python:use_library_from_git:263 : local name=oslo.config 2021-12-14 17:24:42.901 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.903 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.906 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.config, ]] 2021-12-14 17:24:42.908 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.911 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2021-12-14 17:24:42.913 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2021-12-14 17:24:42.915 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2021-12-14 17:24:42.918 | + inc/python:use_library_from_git:263 : local name=oslo.context 2021-12-14 17:24:42.920 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.922 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.924 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.context, ]] 2021-12-14 17:24:42.927 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.929 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2021-12-14 17:24:42.932 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2021-12-14 17:24:42.935 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2021-12-14 17:24:42.937 | + inc/python:use_library_from_git:263 : local name=oslo.db 2021-12-14 17:24:42.941 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.944 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.948 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.db, ]] 2021-12-14 17:24:42.951 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.954 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2021-12-14 17:24:42.958 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2021-12-14 17:24:42.960 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2021-12-14 17:24:42.963 | + inc/python:use_library_from_git:263 : local name=oslo.i18n 2021-12-14 17:24:42.966 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.969 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.971 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.i18n, ]] 2021-12-14 17:24:42.974 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.976 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2021-12-14 17:24:42.979 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2021-12-14 17:24:42.981 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2021-12-14 17:24:42.983 | + inc/python:use_library_from_git:263 : local name=oslo.log 2021-12-14 17:24:42.986 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:42.989 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:42.991 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.log, ]] 2021-12-14 17:24:42.993 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:42.996 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2021-12-14 17:24:42.998 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2021-12-14 17:24:43.001 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2021-12-14 17:24:43.003 | + inc/python:use_library_from_git:263 : local name=oslo.messaging 2021-12-14 17:24:43.006 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.009 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.011 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.messaging, ]] 2021-12-14 17:24:43.013 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.016 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2021-12-14 17:24:43.019 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2021-12-14 17:24:43.021 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2021-12-14 17:24:43.023 | + inc/python:use_library_from_git:263 : local name=oslo.middleware 2021-12-14 17:24:43.026 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.028 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.030 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.middleware, ]] 2021-12-14 17:24:43.033 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.035 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2021-12-14 17:24:43.037 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2021-12-14 17:24:43.040 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2021-12-14 17:24:43.042 | + inc/python:use_library_from_git:263 : local name=oslo.policy 2021-12-14 17:24:43.044 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.047 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.049 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.policy, ]] 2021-12-14 17:24:43.052 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.054 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2021-12-14 17:24:43.056 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2021-12-14 17:24:43.058 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2021-12-14 17:24:43.061 | + inc/python:use_library_from_git:263 : local name=oslo.privsep 2021-12-14 17:24:43.063 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.065 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.068 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.privsep, ]] 2021-12-14 17:24:43.070 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.073 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2021-12-14 17:24:43.075 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2021-12-14 17:24:43.077 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2021-12-14 17:24:43.080 | + inc/python:use_library_from_git:263 : local name=oslo.reports 2021-12-14 17:24:43.083 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.085 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.087 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.reports, ]] 2021-12-14 17:24:43.090 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.092 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2021-12-14 17:24:43.095 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2021-12-14 17:24:43.098 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2021-12-14 17:24:43.100 | + inc/python:use_library_from_git:263 : local name=oslo.rootwrap 2021-12-14 17:24:43.103 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.106 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.108 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.rootwrap, ]] 2021-12-14 17:24:43.110 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.114 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2021-12-14 17:24:43.116 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2021-12-14 17:24:43.118 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2021-12-14 17:24:43.121 | + inc/python:use_library_from_git:263 : local name=oslo.serialization 2021-12-14 17:24:43.123 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.126 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.128 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.serialization, ]] 2021-12-14 17:24:43.130 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.133 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2021-12-14 17:24:43.135 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2021-12-14 17:24:43.138 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2021-12-14 17:24:43.141 | + inc/python:use_library_from_git:263 : local name=oslo.service 2021-12-14 17:24:43.144 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.146 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.148 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.service, ]] 2021-12-14 17:24:43.151 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.153 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2021-12-14 17:24:43.155 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2021-12-14 17:24:43.158 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2021-12-14 17:24:43.160 | + inc/python:use_library_from_git:263 : local name=oslo.utils 2021-12-14 17:24:43.163 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.165 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.167 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.utils, ]] 2021-12-14 17:24:43.169 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.172 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2021-12-14 17:24:43.174 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2021-12-14 17:24:43.176 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2021-12-14 17:24:43.178 | + inc/python:use_library_from_git:263 : local name=oslo.versionedobjects 2021-12-14 17:24:43.180 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.183 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.185 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.versionedobjects, ]] 2021-12-14 17:24:43.187 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.189 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2021-12-14 17:24:43.193 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2021-12-14 17:24:43.195 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2021-12-14 17:24:43.197 | + inc/python:use_library_from_git:263 : local name=oslo.vmware 2021-12-14 17:24:43.199 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.202 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.204 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,oslo.vmware, ]] 2021-12-14 17:24:43.207 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.210 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2021-12-14 17:24:43.212 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2021-12-14 17:24:43.214 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2021-12-14 17:24:43.217 | + inc/python:use_library_from_git:263 : local name=osprofiler 2021-12-14 17:24:43.219 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.222 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.225 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,osprofiler, ]] 2021-12-14 17:24:43.228 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.232 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2021-12-14 17:24:43.236 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2021-12-14 17:24:43.240 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2021-12-14 17:24:43.244 | + inc/python:use_library_from_git:263 : local name=pycadf 2021-12-14 17:24:43.248 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.252 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.255 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,pycadf, ]] 2021-12-14 17:24:43.257 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.261 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2021-12-14 17:24:43.263 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2021-12-14 17:24:43.266 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2021-12-14 17:24:43.269 | + inc/python:use_library_from_git:263 : local name=stevedore 2021-12-14 17:24:43.272 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.274 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.278 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,stevedore, ]] 2021-12-14 17:24:43.280 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.283 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2021-12-14 17:24:43.286 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2021-12-14 17:24:43.288 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2021-12-14 17:24:43.291 | + inc/python:use_library_from_git:263 : local name=taskflow 2021-12-14 17:24:43.294 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.298 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.302 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,taskflow, ]] 2021-12-14 17:24:43.305 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.308 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2021-12-14 17:24:43.311 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2021-12-14 17:24:43.314 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2021-12-14 17:24:43.317 | + inc/python:use_library_from_git:263 : local name=tooz 2021-12-14 17:24:43.320 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.323 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.327 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,tooz, ]] 2021-12-14 17:24:43.329 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.335 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2021-12-14 17:24:43.338 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2021-12-14 17:24:43.341 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2021-12-14 17:24:43.344 | + inc/python:use_library_from_git:263 : local name=os-brick 2021-12-14 17:24:43.347 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.350 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.352 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,os-brick, ]] 2021-12-14 17:24:43.354 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.357 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2021-12-14 17:24:43.359 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2021-12-14 17:24:43.362 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2021-12-14 17:24:43.364 | + inc/python:use_library_from_git:263 : local name=os-traits 2021-12-14 17:24:43.366 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.369 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.371 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,os-traits, ]] 2021-12-14 17:24:43.373 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.376 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2021-12-14 17:24:43.378 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2021-12-14 17:24:43.380 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2021-12-14 17:24:43.383 | + inc/python:use_library_from_git:263 : local name=python-barbicanclient 2021-12-14 17:24:43.386 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:24:43.388 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:24:43.391 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,python-barbicanclient, ]] 2021-12-14 17:24:43.394 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:24:43.396 | + lib/libraries:install_libs:135 : pip_install etcd3 2021-12-14 17:24:43.415 | Using python 3.6 to install etcd3 because python3_enabled=True 2021-12-14 17:24:43.420 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt etcd3 2021-12-14 17:24:46.009 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:24:46.010 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.011 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.011 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.011 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.012 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.012 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.013 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.013 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.014 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.014 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.015 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.015 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.015 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.016 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.016 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.017 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.017 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.018 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.018 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.019 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.019 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.019 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.020 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.020 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.021 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.021 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.022 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.022 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.023 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.023 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.023 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.024 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.024 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.025 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.025 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.026 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.026 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.026 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.027 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.027 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.028 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.028 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.028 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.029 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.029 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.029 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.030 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.030 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.031 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.031 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.031 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.032 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.032 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.033 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.033 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.034 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.034 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.035 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.035 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.036 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.036 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.037 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.037 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.037 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.038 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.038 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.039 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.039 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.039 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.040 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.040 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.041 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.041 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.041 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.042 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.042 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.043 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.044 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.044 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.045 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.045 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.045 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.046 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.046 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.047 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.047 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.048 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.048 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.048 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.049 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.049 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.050 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.050 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.050 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.051 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.051 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.052 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.052 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.053 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.053 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.053 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.054 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.054 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.055 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.055 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.055 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.056 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.056 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.057 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.057 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.058 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.058 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.059 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.059 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.060 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.060 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.061 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.061 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.062 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.062 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.062 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.063 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.063 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.063 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.064 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.064 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.065 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.065 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.066 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.067 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.067 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.068 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.068 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.068 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.069 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.069 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.070 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.070 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.070 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.071 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.071 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.072 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.072 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.073 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.073 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.073 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.074 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.074 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.075 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.075 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.076 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.076 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.077 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.077 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.077 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.078 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.078 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.079 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.079 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.080 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.080 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.081 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.081 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.082 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.082 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.082 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.083 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.083 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.084 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.084 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.084 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.085 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.085 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.086 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.086 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.087 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.087 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.088 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.088 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.088 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.089 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.089 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.090 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.090 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.090 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.091 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.091 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.091 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.092 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.092 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.093 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.094 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.094 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.094 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.095 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.095 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.096 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.096 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.097 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.097 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.098 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.098 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.099 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.099 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.099 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.100 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.100 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.101 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.101 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.101 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.102 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.102 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.103 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.103 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.104 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.104 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.105 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.105 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.105 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.106 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.106 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.106 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.107 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.107 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.108 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.108 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.109 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.109 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.109 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.110 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.110 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.111 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.111 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.111 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.112 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.112 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.113 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.113 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.114 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.114 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.114 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.115 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.115 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.116 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.116 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.117 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.117 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.118 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.118 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.118 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.119 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.119 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.120 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.120 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.121 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.121 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.121 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.122 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.122 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.123 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.123 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.124 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.124 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.125 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.125 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.125 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.126 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.126 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.127 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.127 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.128 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.128 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.129 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.129 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.130 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.130 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.131 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.131 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.131 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.132 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.132 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.133 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.133 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.133 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.134 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.134 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.135 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.135 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.135 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.136 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.136 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.137 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.137 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.137 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.138 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.138 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.139 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.139 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.140 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.140 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.141 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.141 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.142 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.143 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.143 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.144 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.144 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.144 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.145 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.145 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.146 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.146 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.147 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.147 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.148 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.148 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.148 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.149 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.149 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.150 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.150 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.151 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.151 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.152 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.152 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.152 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.153 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.153 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.154 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.154 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.155 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.155 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.155 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.156 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.157 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.157 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.158 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.158 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.159 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.159 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.159 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.160 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.160 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.161 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.161 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.162 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.162 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.163 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.163 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.163 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.164 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.164 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.165 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.165 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.166 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.166 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.167 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.167 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.167 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.168 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.168 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.169 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.169 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.170 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.170 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.171 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.171 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.171 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.172 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.172 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.172 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.173 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.173 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.174 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.174 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.175 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.175 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.176 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.176 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.176 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.177 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.177 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.178 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.178 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.178 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.179 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.179 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.180 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.180 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.180 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.181 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.181 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.182 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.182 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.182 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.183 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.183 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.184 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.184 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.185 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.185 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.185 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.186 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.186 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.187 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.187 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.187 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.188 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.188 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.189 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.190 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.190 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.190 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.191 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.191 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:46.192 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:46.192 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:46.317 | Collecting etcd3===0.12.0 2021-12-14 17:24:46.325 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2021-12-14 17:24:49.351 | Collecting grpcio===1.28.1 2021-12-14 17:24:49.369 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/16e/1edb367763ea0/grpcio-1.28.1-cp36-cp36m-manylinux2010_x86_64.whl (2.8 MB) 2021-12-14 17:24:50.266 | Collecting protobuf===3.11.3 2021-12-14 17:24:50.280 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/adf/0e4d57b33881d/protobuf-3.11.3-cp36-cp36m-manylinux1_x86_64.whl (1.3 MB) 2021-12-14 17:24:50.375 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) (1.14.0) 2021-12-14 17:24:50.378 | Requirement already satisfied: tenacity===6.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 837)) (6.1.0) 2021-12-14 17:24:50.391 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from protobuf===3.11.3->-c /opt/stack/requirements/upper-constraints.txt (line 632)) (49.6.0) 2021-12-14 17:24:50.435 | Building wheels for collected packages: etcd3 2021-12-14 17:24:50.436 | Building wheel for etcd3 (setup.py): started 2021-12-14 17:24:51.274 | Building wheel for etcd3 (setup.py): finished with status 'done' 2021-12-14 17:24:51.276 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42858 sha256=9d38b7f10d6032f6ab2a538c423181afc468f13382752848a514013f8d188e57 2021-12-14 17:24:51.276 | Stored in directory: /root/.cache/pip/wheels/75/25/38/ecbbf43a26553f22e22e86f19f7252d5840cbb6afdb2d5c4a9 2021-12-14 17:24:51.278 | Successfully built etcd3 2021-12-14 17:24:52.664 | Installing collected packages: grpcio, protobuf, etcd3 2021-12-14 17:24:53.663 | Successfully installed etcd3-0.12.0 grpcio-1.28.1 protobuf-3.11.3 2021-12-14 17:24:53.767 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:24:53.767 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:24:53.874 | + inc/python:pip_install:207 : result=0 2021-12-14 17:24:53.878 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:24:53.882 | + functions-common:time_stop:2331 : local name 2021-12-14 17:24:53.884 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:24:53.886 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:24:53.890 | + functions-common:time_stop:2334 : local total 2021-12-14 17:24:53.893 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:24:53.895 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:24:53.898 | + functions-common:time_stop:2338 : start_time=1639502683410 2021-12-14 17:24:53.901 | + functions-common:time_stop:2340 : [[ -z 1639502683410 ]] 2021-12-14 17:24:53.904 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:24:53.908 | + functions-common:time_stop:2343 : end_time=1639502693905 2021-12-14 17:24:53.910 | + functions-common:time_stop:2344 : elapsed_time=10495 2021-12-14 17:24:53.913 | + functions-common:time_stop:2345 : total=47765 2021-12-14 17:24:53.915 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:24:53.918 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=58260 2021-12-14 17:24:53.921 | + inc/python:pip_install:210 : return 0 2021-12-14 17:24:53.923 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2021-12-14 17:24:53.943 | Using python 3.6 to install etcd3gw because python3_enabled=True 2021-12-14 17:24:53.948 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2021-12-14 17:24:56.646 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:24:56.647 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.648 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.648 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.649 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.649 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.650 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.650 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.651 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.651 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.651 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.652 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.652 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.653 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.653 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.654 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.654 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.654 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.655 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.655 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.656 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.656 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.656 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.657 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.657 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.658 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.658 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.659 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.659 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.660 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.660 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.661 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.661 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.661 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.662 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.663 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.663 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.663 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.664 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.664 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.664 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.665 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.665 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.666 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.666 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.667 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.667 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.667 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.668 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.668 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.669 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.669 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.669 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.670 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.670 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.671 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.671 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.671 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.672 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.673 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.673 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.674 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.674 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.674 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.675 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.675 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.676 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.676 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.677 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.677 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.678 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.678 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.678 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.679 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.679 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.679 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.680 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.680 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.681 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.682 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.682 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.683 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.683 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.683 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.684 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.684 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.685 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.685 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.686 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.686 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.687 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.687 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.687 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.688 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.688 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.688 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.689 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.689 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.690 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.690 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.691 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.691 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.692 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.692 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.692 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.693 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.693 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.694 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.694 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.695 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.695 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.696 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.696 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.697 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.697 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.698 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.698 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.699 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.699 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.700 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.700 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.700 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.701 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.701 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.702 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.702 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.702 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.703 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.703 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.704 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.705 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.705 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.705 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.706 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.706 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.707 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.707 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.708 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.708 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.708 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.709 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.709 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.710 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.710 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.711 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.711 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.711 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.712 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.712 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.713 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.713 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.714 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.714 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.715 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.715 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.716 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.716 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.717 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.717 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.718 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.718 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.718 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.719 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.719 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.720 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.720 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.721 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.721 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.722 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.722 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.722 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.723 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.723 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.724 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.724 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.725 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.725 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.726 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.726 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.726 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.727 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.727 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.727 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.728 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.728 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.729 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.729 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.730 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.730 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.730 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.731 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.732 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.732 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.732 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.733 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.733 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.734 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.734 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.735 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.735 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.736 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.736 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.736 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.737 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.738 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.738 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.739 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.739 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.739 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.740 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.740 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.741 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.741 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.741 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.742 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.743 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.743 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.743 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.744 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.744 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.744 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.745 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.745 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.746 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.746 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.747 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.747 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.748 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.748 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.748 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.749 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.749 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.750 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.750 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.750 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.751 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.751 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.752 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.752 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.753 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.753 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.753 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.754 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.755 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.755 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.755 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.756 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.756 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.757 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.757 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.758 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.758 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.759 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.759 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.759 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.760 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.760 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.761 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.761 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.761 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.762 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.762 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.763 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.763 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.764 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.764 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.765 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.765 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.766 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.766 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.766 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.767 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.768 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.768 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.769 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.769 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.770 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.770 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.770 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.771 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.771 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.772 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.772 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.773 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.773 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.773 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.774 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.774 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.774 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.775 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.775 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.776 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.776 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.776 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.777 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.777 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.778 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.778 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.779 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.779 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.780 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.780 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.781 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.781 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.782 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.782 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.783 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.783 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.783 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.784 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.784 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.785 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.785 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.786 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.786 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.787 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.787 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.788 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.788 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.788 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.789 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.789 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.790 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.790 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.791 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.791 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.792 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.792 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.792 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.793 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.793 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.794 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.794 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.795 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.796 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.796 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.797 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.797 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.798 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.798 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.798 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.799 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.799 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.800 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.800 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.801 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.801 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.802 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.802 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.803 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.803 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.803 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.804 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.804 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.805 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.805 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.806 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.806 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.807 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.807 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.808 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.808 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.808 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.809 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.809 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.810 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.811 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.811 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.812 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.812 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.812 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.813 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.813 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.814 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.814 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.814 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.815 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.815 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.816 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.816 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.817 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.817 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.818 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.818 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.819 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.819 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.819 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.820 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.820 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.821 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.821 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.821 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.822 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.822 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.823 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.823 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.824 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.824 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.825 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.825 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.825 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.826 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.826 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.827 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.828 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.829 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.830 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.830 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.832 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.832 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.834 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.834 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.835 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.836 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.836 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.836 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:24:56.838 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:24:56.841 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:24:56.969 | Collecting etcd3gw===0.2.5 2021-12-14 17:24:56.976 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB) 2021-12-14 17:24:57.052 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 916)) (2.1.1) 2021-12-14 17:24:57.059 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (1.25.8) 2021-12-14 17:24:57.081 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (2.23.0) 2021-12-14 17:24:57.104 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) (5.4.5) 2021-12-14 17:24:57.107 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) (1.14.0) 2021-12-14 17:24:57.110 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 74)) (2021.10.8) 2021-12-14 17:24:57.112 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 627)) (2.9) 2021-12-14 17:24:57.116 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (3.0.4) 2021-12-14 17:24:58.535 | Installing collected packages: etcd3gw 2021-12-14 17:24:58.671 | Successfully installed etcd3gw-0.2.5 2021-12-14 17:24:58.775 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:24:58.775 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:24:58.853 | + inc/python:pip_install:207 : result=0 2021-12-14 17:24:58.856 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:24:58.860 | + functions-common:time_stop:2331 : local name 2021-12-14 17:24:58.863 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:24:58.865 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:24:58.867 | + functions-common:time_stop:2334 : local total 2021-12-14 17:24:58.870 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:24:58.872 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:24:58.874 | + functions-common:time_stop:2338 : start_time=1639502693938 2021-12-14 17:24:58.876 | + functions-common:time_stop:2340 : [[ -z 1639502693938 ]] 2021-12-14 17:24:58.879 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:24:58.883 | + functions-common:time_stop:2343 : end_time=1639502698880 2021-12-14 17:24:58.887 | + functions-common:time_stop:2344 : elapsed_time=4942 2021-12-14 17:24:58.889 | + functions-common:time_stop:2345 : total=58260 2021-12-14 17:24:58.892 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:24:58.896 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=63202 2021-12-14 17:24:58.899 | + inc/python:pip_install:210 : return 0 2021-12-14 17:24:58.902 | + ./stack.sh:main:856 : install_apache_uwsgi 2021-12-14 17:24:58.906 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2021-12-14 17:24:58.909 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2021-12-14 17:24:58.912 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-14 17:24:58.916 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-14 17:24:58.919 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-14 17:24:58.922 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-14 17:24:58.926 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-14 17:24:58.928 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-14 17:24:58.930 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-14 17:24:58.933 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-14 17:24:58.935 | + lib/apache:install_apache_uwsgi:92 : python3_enabled 2021-12-14 17:24:58.937 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-12-14 17:24:58.939 | + inc/python:python3_enabled:468 : return 0 2021-12-14 17:24:58.942 | + lib/apache:install_apache_uwsgi:93 : UWSGI_PYTHON_PLUGIN=python3 2021-12-14 17:24:58.944 | + lib/apache:install_apache_uwsgi:98 : is_ubuntu 2021-12-14 17:24:58.947 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:24:58.949 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:24:58.952 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-12-14 17:24:58.954 | + functions-common:install_package:1333 : update_package_repo 2021-12-14 17:24:58.960 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-14 17:24:58.964 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-14 17:24:58.967 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-14 17:24:58.970 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-14 17:24:58.973 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-14 17:24:58.975 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:24:58.978 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:24:58.981 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-14 17:24:58.983 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-14 17:24:58.986 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-14 17:24:58.989 | + functions-common:apt_get_update:1069 : return 2021-12-14 17:24:58.992 | + functions-common:install_package:1334 : real_install_package uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-12-14 17:24:58.994 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-14 17:24:58.997 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:24:59.000 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:24:59.002 | + functions-common:real_install_package:1320 : apt_get install uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-12-14 17:24:59.024 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-12-14 17:24:59.149 | Reading package lists... 2021-12-14 17:24:59.421 | Building dependency tree... 2021-12-14 17:24:59.422 | Reading state information... 2021-12-14 17:24:59.643 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.2). 2021-12-14 17:24:59.643 | The following packages were automatically installed and are no longer required: 2021-12-14 17:24:59.644 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-12-14 17:24:59.644 | python3-click python3-colorama python3-configobj python3-constantly 2021-12-14 17:24:59.644 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-12-14 17:24:59.644 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-14 17:24:59.644 | python3-twisted-bin python3-zope.interface 2021-12-14 17:24:59.644 | Use 'sudo apt autoremove' to remove them. 2021-12-14 17:24:59.646 | Suggested packages: 2021-12-14 17:24:59.646 | python-uwsgidecorators python3-uwsgidecorators 2021-12-14 17:24:59.711 | The following NEW packages will be installed: 2021-12-14 17:24:59.711 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2021-12-14 17:25:00.013 | 0 upgraded, 3 newly installed, 0 to remove and 176 not upgraded. 2021-12-14 17:25:00.013 | Need to get 163 kB of archives. 2021-12-14 17:25:00.013 | After this operation, 634 kB of additional disk space will be used. 2021-12-14 17:25:00.013 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi amd64 2.0.15-10.2ubuntu2.2 [17.0 kB] 2021-12-14 17:25:00.292 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python amd64 2.0.15-10.2ubuntu2.2 [72.6 kB] 2021-12-14 17:25:00.494 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python3 amd64 2.0.15-10.2ubuntu2.2 [73.2 kB] 2021-12-14 17:25:01.234 | Fetched 163 kB in 1s (179 kB/s) 2021-12-14 17:25:01.302 | Selecting previously unselected package uwsgi. 2021-12-14 17:25:01.341 | (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 ... 76924 files and directories currently installed.) 2021-12-14 17:25:01.345 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.2_amd64.deb ... 2021-12-14 17:25:01.350 | Unpacking uwsgi (2.0.15-10.2ubuntu2.2) ... 2021-12-14 17:25:01.460 | Selecting previously unselected package uwsgi-plugin-python. 2021-12-14 17:25:01.467 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.2_amd64.deb ... 2021-12-14 17:25:01.472 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.2) ... 2021-12-14 17:25:01.575 | Selecting previously unselected package uwsgi-plugin-python3. 2021-12-14 17:25:01.583 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.2_amd64.deb ... 2021-12-14 17:25:01.588 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.2) ... 2021-12-14 17:25:01.685 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.2) ... 2021-12-14 17:25:01.739 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-14 17:25:01.768 | Setting up uwsgi (2.0.15-10.2ubuntu2.2) ... 2021-12-14 17:25:02.370 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.2) ... 2021-12-14 17:25:02.431 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-14 17:25:02.633 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-14 17:25:03.252 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-14 17:25:05.332 | + functions-common:apt_get:1113 : result=0 2021-12-14 17:25:05.335 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-14 17:25:05.337 | + functions-common:time_stop:2331 : local name 2021-12-14 17:25:05.339 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:25:05.342 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:25:05.344 | + functions-common:time_stop:2334 : local total 2021-12-14 17:25:05.346 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:25:05.349 | + functions-common:time_stop:2337 : name=apt-get 2021-12-14 17:25:05.351 | + functions-common:time_stop:2338 : start_time=1639502699021 2021-12-14 17:25:05.353 | + functions-common:time_stop:2340 : [[ -z 1639502699021 ]] 2021-12-14 17:25:05.356 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:25:05.359 | + functions-common:time_stop:2343 : end_time=1639502705357 2021-12-14 17:25:05.362 | + functions-common:time_stop:2344 : elapsed_time=6336 2021-12-14 17:25:05.364 | + functions-common:time_stop:2345 : total=210890 2021-12-14 17:25:05.366 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:25:05.369 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=217226 2021-12-14 17:25:05.372 | + functions-common:apt_get:1117 : return 0 2021-12-14 17:25:05.374 | + lib/apache:install_apache_uwsgi:134 : is_ubuntu 2021-12-14 17:25:05.377 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:25:05.379 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:25:05.382 | + lib/apache:install_apache_uwsgi:136 : sudo a2enmod proxy 2021-12-14 17:25:05.443 | Enabling module proxy. 2021-12-14 17:25:05.451 | To activate the new configuration, you need to run: 2021-12-14 17:25:05.451 | systemctl restart apache2 2021-12-14 17:25:05.457 | + lib/apache:install_apache_uwsgi:137 : sudo a2enmod proxy_uwsgi 2021-12-14 17:25:05.527 | Considering dependency proxy for proxy_uwsgi: 2021-12-14 17:25:05.527 | Module proxy already enabled 2021-12-14 17:25:05.527 | Enabling module proxy_uwsgi. 2021-12-14 17:25:05.534 | To activate the new configuration, you need to run: 2021-12-14 17:25:05.534 | systemctl restart apache2 2021-12-14 17:25:05.540 | + lib/apache:install_apache_uwsgi:143 : restart_apache_server 2021-12-14 17:25:05.545 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-14 17:25:05.548 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-14 17:25:05.552 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-14 17:25:05.701 | + ./stack.sh:main:859 : install_keystoneauth 2021-12-14 17:25:05.703 | + lib/keystone:install_keystoneauth:462 : use_library_from_git keystoneauth 2021-12-14 17:25:05.706 | + inc/python:use_library_from_git:263 : local name=keystoneauth 2021-12-14 17:25:05.708 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:25:05.712 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:25:05.716 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,keystoneauth, ]] 2021-12-14 17:25:05.720 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:25:05.723 | + ./stack.sh:main:860 : install_keystoneclient 2021-12-14 17:25:05.727 | + lib/keystone:install_keystoneclient:470 : use_library_from_git python-keystoneclient 2021-12-14 17:25:05.729 | + inc/python:use_library_from_git:263 : local name=python-keystoneclient 2021-12-14 17:25:05.733 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:25:05.736 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:25:05.739 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,python-keystoneclient, ]] 2021-12-14 17:25:05.743 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:25:05.746 | + ./stack.sh:main:861 : install_glanceclient 2021-12-14 17:25:05.750 | + lib/glance:install_glanceclient:349 : use_library_from_git python-glanceclient 2021-12-14 17:25:05.752 | + inc/python:use_library_from_git:263 : local name=python-glanceclient 2021-12-14 17:25:05.756 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:25:05.758 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:25:05.761 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,python-glanceclient, ]] 2021-12-14 17:25:05.763 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:25:05.766 | + ./stack.sh:main:862 : install_cinderclient 2021-12-14 17:25:05.768 | + lib/cinder:install_cinderclient:435 : use_library_from_git python-brick-cinderclient-ext 2021-12-14 17:25:05.771 | + inc/python:use_library_from_git:263 : local name=python-brick-cinderclient-ext 2021-12-14 17:25:05.773 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:25:05.775 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:25:05.778 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,python-brick-cinderclient-ext, ]] 2021-12-14 17:25:05.780 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:25:05.782 | + lib/cinder:install_cinderclient:440 : use_library_from_git python-cinderclient 2021-12-14 17:25:05.784 | + inc/python:use_library_from_git:263 : local name=python-cinderclient 2021-12-14 17:25:05.787 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:25:05.789 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:25:05.791 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,python-cinderclient, ]] 2021-12-14 17:25:05.794 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:25:05.796 | + ./stack.sh:main:863 : install_novaclient 2021-12-14 17:25:05.798 | + lib/nova:install_novaclient:798 : use_library_from_git python-novaclient 2021-12-14 17:25:05.802 | + inc/python:use_library_from_git:263 : local name=python-novaclient 2021-12-14 17:25:05.804 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:25:05.806 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:25:05.810 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,python-novaclient, ]] 2021-12-14 17:25:05.813 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:25:05.816 | + ./stack.sh:main:864 : is_service_enabled swift glance horizon 2021-12-14 17:25:05.834 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:25:05.837 | + ./stack.sh:main:865 : install_swiftclient 2021-12-14 17:25:05.839 | + lib/swift:install_swiftclient:750 : use_library_from_git python-swiftclient 2021-12-14 17:25:05.842 | + inc/python:use_library_from_git:263 : local name=python-swiftclient 2021-12-14 17:25:05.844 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:25:05.847 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:25:05.849 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,python-swiftclient, ]] 2021-12-14 17:25:05.853 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:25:05.855 | + ./stack.sh:main:867 : is_service_enabled neutron nova horizon 2021-12-14 17:25:05.874 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:25:05.877 | + ./stack.sh:main:868 : install_neutronclient 2021-12-14 17:25:05.879 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2021-12-14 17:25:05.882 | + inc/python:use_library_from_git:263 : local name=python-neutronclient 2021-12-14 17:25:05.884 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:25:05.887 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:25:05.889 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,python-neutronclient, ]] 2021-12-14 17:25:05.891 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:25:05.894 | + ./stack.sh:main:872 : install_keystonemiddleware 2021-12-14 17:25:05.897 | + lib/keystone:install_keystonemiddleware:480 : use_library_from_git keystonemiddleware 2021-12-14 17:25:05.899 | + inc/python:use_library_from_git:263 : local name=keystonemiddleware 2021-12-14 17:25:05.902 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:25:05.904 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:25:05.906 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,keystonemiddleware, ]] 2021-12-14 17:25:05.909 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:25:05.911 | + lib/keystone:install_keystonemiddleware:485 : pip_install_gr keystonemiddleware 2021-12-14 17:25:05.915 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2021-12-14 17:25:05.917 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-14 17:25:05.921 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2021-12-14 17:25:05.923 | ++ inc/python:get_from_global_requirements:238 : local package=keystonemiddleware 2021-12-14 17:25:05.925 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-14 17:25:05.929 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2021-12-14 17:25:05.929 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-14 17:25:05.934 | ++ inc/python:get_from_global_requirements:240 : required_pkg='keystonemiddleware ' 2021-12-14 17:25:05.936 | ++ inc/python:get_from_global_requirements:241 : [[ keystonemiddleware == '' ]] 2021-12-14 17:25:05.939 | ++ inc/python:get_from_global_requirements:244 : echo keystonemiddleware 2021-12-14 17:25:05.942 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2021-12-14 17:25:05.944 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2021-12-14 17:25:05.966 | Using python 3.6 to install keystonemiddleware because python3_enabled=True 2021-12-14 17:25:05.970 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2021-12-14 17:25:08.608 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:25:08.609 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.610 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.610 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.610 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.611 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.611 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.612 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.612 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.613 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.613 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.614 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.614 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.614 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.615 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.615 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.616 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.616 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.616 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.617 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.617 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.618 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.618 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.619 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.619 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.619 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.620 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.620 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.621 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.621 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.622 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.622 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.623 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.623 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.623 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.624 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.624 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.625 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.625 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.625 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.626 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.626 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.627 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.627 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.628 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.628 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.628 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.629 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.629 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.629 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.630 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.630 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.631 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.631 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.632 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.632 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.633 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.633 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.634 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.634 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.635 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.635 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.636 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.636 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.636 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.637 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.637 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.638 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.638 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.638 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.639 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.639 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.640 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.640 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.640 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.641 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.641 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.642 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.643 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.644 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.644 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.644 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.645 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.645 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.646 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.646 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.647 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.647 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.648 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.648 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.649 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.649 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.649 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.650 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.650 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.650 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.651 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.651 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.652 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.652 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.653 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.653 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.654 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.654 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.654 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.655 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.655 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.656 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.656 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.656 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.657 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.658 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.658 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.659 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.659 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.659 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.660 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.660 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.661 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.661 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.662 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.662 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.663 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.663 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.663 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.664 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.664 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.665 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.665 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.666 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.666 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.667 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.667 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.668 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.668 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.668 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.669 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.670 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.670 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.670 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.671 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.671 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.672 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.672 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.672 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.673 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.673 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.674 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.674 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.675 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.675 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.675 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.676 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.676 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.677 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.677 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.678 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.678 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.679 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.679 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.680 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.680 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.681 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.681 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.682 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.682 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.682 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.683 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.683 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.684 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.684 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.684 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.685 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.685 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.686 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.686 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.687 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.687 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.688 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.688 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.688 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.689 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.689 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.690 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.690 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.690 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.691 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.691 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.691 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.692 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.692 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.693 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.694 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.694 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.695 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.695 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.695 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.696 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.696 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.697 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.697 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.698 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.698 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.699 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.699 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.699 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.700 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.700 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.701 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.701 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.702 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.702 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.703 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.703 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.704 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.704 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.704 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.705 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.705 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.705 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.706 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.706 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.707 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.707 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.708 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.708 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.708 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.709 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.709 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.710 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.710 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.711 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.711 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.712 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.712 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.712 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.713 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.713 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.714 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.714 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.714 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.715 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.715 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.716 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.716 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.717 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.717 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.717 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.718 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.718 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.719 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.719 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.720 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.720 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.721 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.721 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.722 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.722 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.722 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.723 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.723 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.724 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.724 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.724 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.725 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.726 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.726 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.726 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.727 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.727 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.728 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.728 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.729 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.729 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.729 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.730 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.730 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.731 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.731 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.732 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.732 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.732 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.733 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.733 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.734 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.734 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.735 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.735 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.735 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.736 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.736 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.736 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.737 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.737 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.738 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.738 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.738 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.739 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.740 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.740 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.741 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.741 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.742 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.742 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.743 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.743 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.743 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.744 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.744 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.745 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.745 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.745 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.746 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.747 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.747 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.747 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.748 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.748 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.749 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.749 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.749 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.750 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.750 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.751 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.751 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.752 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.752 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.753 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.753 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.753 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.754 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.754 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.755 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.755 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.756 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.757 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.757 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.758 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.758 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.758 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.759 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.759 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.760 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.760 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.761 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.761 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.762 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.762 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.763 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.763 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.763 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.764 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.764 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.764 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.765 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.766 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.766 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.766 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.767 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.768 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.768 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.769 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.769 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.769 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.770 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.770 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.771 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.771 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.771 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.772 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.772 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.773 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.773 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.774 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.774 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.774 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.775 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.775 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.776 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.776 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.777 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.777 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.777 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.778 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.778 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.779 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.779 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.780 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.780 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.780 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.781 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.781 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.782 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.782 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.782 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.783 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.783 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.784 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.784 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.784 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.785 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.785 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.786 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.786 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.786 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.787 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.787 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.788 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.789 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.789 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.789 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.790 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.790 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.791 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.791 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.791 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:08.792 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:08.792 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:08.794 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 605)) (9.0.0) 2021-12-14 17:25:08.872 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 641)) (2.3.1) 2021-12-14 17:25:08.908 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 691)) (8.0.5) 2021-12-14 17:25:08.922 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 720)) (0.9.0) 2021-12-14 17:25:08.926 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 735)) (1.32.0) 2021-12-14 17:25:08.932 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) (1.14.0) 2021-12-14 17:25:08.935 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 835)) (1.4.0) 2021-12-14 17:25:08.940 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 880)) (4.0.0) 2021-12-14 17:25:09.007 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 885)) (4.0.0) 2021-12-14 17:25:09.027 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 913)) (4.4.2) 2021-12-14 17:25:09.031 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 972)) (4.1.2) 2021-12-14 17:25:09.057 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 992)) (2019.3) 2021-12-14 17:25:09.063 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.0.3) 2021-12-14 17:25:09.069 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) (5.4.5) 2021-12-14 17:25:09.072 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (3.0.0) 2021-12-14 17:25:09.083 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (2.23.0) 2021-12-14 17:25:09.106 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94)) (4.0.1) 2021-12-14 17:25:09.115 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (3.1.2) 2021-12-14 17:25:09.128 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (1.8.6) 2021-12-14 17:25:09.143 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 466)) (4.1.3) 2021-12-14 17:25:09.187 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.3.1) 2021-12-14 17:25:09.190 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (0.7.19) 2021-12-14 17:25:09.194 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) (2.0.1) 2021-12-14 17:25:09.202 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 620)) (0.1.12) 2021-12-14 17:25:09.205 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 563)) (1.7.0) 2021-12-14 17:25:09.210 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 870)) (0.10.9) 2021-12-14 17:25:09.213 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 716)) (2.4.7) 2021-12-14 17:25:09.216 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 74)) (2021.10.8) 2021-12-14 17:25:09.219 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 627)) (2.9) 2021-12-14 17:25:09.223 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (1.25.8) 2021-12-14 17:25:09.246 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (3.0.4) 2021-12-14 17:25:09.248 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 937)) (2.8.0) 2021-12-14 17:25:09.253 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 685)) (0.6.2) 2021-12-14 17:25:09.256 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 984)) (2.8.1) 2021-12-14 17:25:09.261 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) (0.9.6) 2021-12-14 17:25:09.264 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 815)) (1.12.1) 2021-12-14 17:25:10.619 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:25:10.619 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:25:10.696 | + inc/python:pip_install:207 : result=0 2021-12-14 17:25:10.700 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:25:10.703 | + functions-common:time_stop:2331 : local name 2021-12-14 17:25:10.706 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:25:10.710 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:25:10.713 | + functions-common:time_stop:2334 : local total 2021-12-14 17:25:10.716 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:25:10.719 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:25:10.721 | + functions-common:time_stop:2338 : start_time=1639502705961 2021-12-14 17:25:10.724 | + functions-common:time_stop:2340 : [[ -z 1639502705961 ]] 2021-12-14 17:25:10.728 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:25:10.732 | + functions-common:time_stop:2343 : end_time=1639502710729 2021-12-14 17:25:10.734 | + functions-common:time_stop:2344 : elapsed_time=4768 2021-12-14 17:25:10.737 | + functions-common:time_stop:2345 : total=63202 2021-12-14 17:25:10.739 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:25:10.741 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=67970 2021-12-14 17:25:10.744 | + inc/python:pip_install:210 : return 0 2021-12-14 17:25:10.746 | + lib/keystone:install_keystonemiddleware:489 : pip_install_gr python-memcached 2021-12-14 17:25:10.749 | + inc/python:pip_install_gr:76 : local name=python-memcached 2021-12-14 17:25:10.751 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-14 17:25:10.754 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2021-12-14 17:25:10.757 | ++ inc/python:get_from_global_requirements:238 : local package=python-memcached 2021-12-14 17:25:10.759 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-14 17:25:10.763 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2021-12-14 17:25:10.763 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-14 17:25:10.768 | ++ inc/python:get_from_global_requirements:240 : required_pkg='python-memcached ' 2021-12-14 17:25:10.770 | ++ inc/python:get_from_global_requirements:241 : [[ python-memcached == '' ]] 2021-12-14 17:25:10.773 | ++ inc/python:get_from_global_requirements:244 : echo python-memcached 2021-12-14 17:25:10.776 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2021-12-14 17:25:10.778 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2021-12-14 17:25:10.797 | Using python 3.6 to install python-memcached because python3_enabled=True 2021-12-14 17:25:10.802 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2021-12-14 17:25:13.432 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:25:13.433 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.433 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.433 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.434 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.434 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.435 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.435 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.436 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.436 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.437 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.437 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.438 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.438 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.438 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.439 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.439 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.440 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.440 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.440 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.441 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.441 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.442 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.442 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.442 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.443 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.443 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.444 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.445 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.445 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.445 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.446 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.446 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.447 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.447 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.448 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.448 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.449 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.449 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.449 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.450 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.450 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.451 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.451 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.452 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.452 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.452 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.453 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.453 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.453 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.454 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.454 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.455 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.455 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.455 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.456 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.456 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.457 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.457 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.458 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.458 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.459 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.459 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.460 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.461 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.461 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.461 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.462 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.462 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.463 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.463 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.463 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.464 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.464 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.465 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.465 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.466 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.466 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.467 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.467 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.468 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.468 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.469 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.469 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.470 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.470 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.470 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.471 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.471 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.472 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.472 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.472 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.473 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.473 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.474 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.474 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.475 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.475 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.476 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.476 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.477 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.477 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.478 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.478 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.478 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.479 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.479 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.480 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.480 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.480 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.481 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.482 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.482 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.483 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.483 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.484 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.484 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.484 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.485 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.486 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.486 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.486 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.487 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.487 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.487 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.488 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.488 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.489 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.489 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.490 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.490 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.491 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.492 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.492 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.493 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.493 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.493 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.494 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.494 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.495 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.495 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.496 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.496 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.496 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.497 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.497 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.498 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.498 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.499 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.499 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.500 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.500 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.500 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.501 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.501 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.502 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.502 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.503 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.503 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.504 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.504 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.505 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.505 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.505 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.506 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.507 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.507 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.507 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.508 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.508 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.509 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.509 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.510 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.510 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.511 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.511 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.511 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.512 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.512 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.513 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.513 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.513 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.514 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.514 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.515 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.515 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.516 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.516 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.516 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.517 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.517 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.518 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.519 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.519 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.520 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.520 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.520 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.521 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.521 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.522 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.522 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.523 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.523 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.524 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.524 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.525 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.525 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.526 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.526 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.527 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.527 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.527 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.528 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.528 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.529 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.529 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.530 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.530 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.530 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.531 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.531 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.532 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.532 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.533 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.533 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.533 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.534 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.534 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.535 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.535 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.536 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.536 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.536 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.537 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.537 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.538 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.538 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.539 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.539 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.540 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.540 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.540 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.541 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.542 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.542 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.542 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.543 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.543 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.544 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.544 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.545 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.545 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.546 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.546 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.546 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.547 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.547 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.548 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.548 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.548 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.549 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.549 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.550 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.550 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.551 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.551 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.552 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.552 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.553 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.553 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.554 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.554 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.555 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.555 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.556 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.556 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.557 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.557 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.557 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.558 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.558 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.559 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.559 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.560 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.560 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.560 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.561 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.561 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.561 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.562 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.562 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.563 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.563 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.563 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.564 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.564 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.565 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.565 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.566 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.566 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.567 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.567 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.568 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.568 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.569 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.569 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.570 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.570 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.571 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.571 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.572 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.572 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.573 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.573 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.574 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.574 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.574 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.575 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.575 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.576 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.576 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.576 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.577 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.577 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.578 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.578 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.579 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.579 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.580 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.580 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.580 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.581 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.581 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.582 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.583 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.583 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.584 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.584 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.585 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.585 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.586 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.586 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.587 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.587 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.588 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.588 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.589 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.589 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.590 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.590 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.590 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.591 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.591 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.591 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.592 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.593 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.593 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.593 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.594 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.594 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.595 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.595 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.596 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.596 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.597 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.597 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.597 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.598 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.598 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.599 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.599 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.599 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.600 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.600 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.601 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.601 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.602 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.602 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.603 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.603 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.603 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.604 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.604 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.605 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.605 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.606 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.606 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.606 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.607 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.607 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.607 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.608 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.608 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.609 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.609 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.610 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.610 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.611 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.611 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.611 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.612 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.612 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.612 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.613 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.613 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.614 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.614 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.615 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.615 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.616 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.616 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.617 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.617 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.618 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.618 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.619 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:13.619 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:13.619 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:13.757 | Collecting python-memcached===1.59 2021-12-14 17:25:13.764 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2021-12-14 17:25:13.833 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) (1.14.0) 2021-12-14 17:25:15.278 | Installing collected packages: python-memcached 2021-12-14 17:25:15.376 | Successfully installed python-memcached-1.59 2021-12-14 17:25:15.481 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:25:15.481 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:25:15.559 | + inc/python:pip_install:207 : result=0 2021-12-14 17:25:15.562 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:25:15.566 | + functions-common:time_stop:2331 : local name 2021-12-14 17:25:15.570 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:25:15.572 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:25:15.574 | + functions-common:time_stop:2334 : local total 2021-12-14 17:25:15.577 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:25:15.579 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:25:15.582 | + functions-common:time_stop:2338 : start_time=1639502710792 2021-12-14 17:25:15.586 | + functions-common:time_stop:2340 : [[ -z 1639502710792 ]] 2021-12-14 17:25:15.589 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:25:15.593 | + functions-common:time_stop:2343 : end_time=1639502715590 2021-12-14 17:25:15.596 | + functions-common:time_stop:2344 : elapsed_time=4798 2021-12-14 17:25:15.598 | + functions-common:time_stop:2345 : total=67970 2021-12-14 17:25:15.601 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:25:15.603 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=72768 2021-12-14 17:25:15.606 | + inc/python:pip_install:210 : return 0 2021-12-14 17:25:15.608 | + ./stack.sh:main:874 : is_service_enabled keystone 2021-12-14 17:25:15.624 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:25:15.626 | + ./stack.sh:main:875 : '[' 10.222.0.53 == 10.222.0.53 ']' 2021-12-14 17:25:15.629 | + ./stack.sh:main:876 : stack_install_service keystone 2021-12-14 17:25:15.631 | + lib/stack:stack_install_service:20 : local service=keystone 2021-12-14 17:25:15.634 | + lib/stack:stack_install_service:21 : type install_keystone 2021-12-14 17:25:15.636 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-14 17:25:15.639 | + lib/stack:stack_install_service:32 : install_keystone 2021-12-14 17:25:15.641 | + lib/keystone:install_keystone:495 : is_service_enabled ldap 2021-12-14 17:25:15.656 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:25:15.659 | + lib/keystone:install_keystone:499 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/ussuri 2021-12-14 17:25:15.661 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/keystone.git 2021-12-14 17:25:15.663 | + functions-common:git_clone:524 : local git_dest=/opt/stack/keystone 2021-12-14 17:25:15.665 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-14 17:25:15.668 | + functions-common:git_clone:526 : local orig_dir 2021-12-14 17:25:15.670 | ++ functions-common:git_clone:527 : pwd 2021-12-14 17:25:15.673 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-14 17:25:15.675 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-14 17:25:15.678 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-14 17:25:15.692 | + functions-common:git_clone:530 : RECLONE=False 2021-12-14 17:25:15.694 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-14 17:25:15.696 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-14 17:25:15.699 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-14 17:25:15.699 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-14 17:25:15.703 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/keystone ]] 2021-12-14 17:25:15.705 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-14 17:25:15.707 | + functions-common:git_clone:592 : cd /opt/stack/keystone 2021-12-14 17:25:15.710 | + functions-common:git_clone:593 : git show --oneline 2021-12-14 17:25:15.710 | + functions-common:git_clone:593 : head -1 2021-12-14 17:25:15.712 | 7941a0b78 Merge "Fix typos in application credential policies" into stable/ussuri 2021-12-14 17:25:15.715 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-14 17:25:15.717 | + lib/keystone:install_keystone:500 : setup_develop /opt/stack/keystone 2021-12-14 17:25:15.719 | + inc/python:setup_develop:351 : local bindep 2021-12-14 17:25:15.722 | + inc/python:setup_develop:352 : [[ /opt/stack/keystone == -bindep* ]] 2021-12-14 17:25:15.724 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/keystone 2021-12-14 17:25:15.727 | + inc/python:setup_develop:357 : local extras= 2021-12-14 17:25:15.729 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2021-12-14 17:25:15.731 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-12-14 17:25:15.734 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/keystone == -bindep* ]] 2021-12-14 17:25:15.736 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/keystone 2021-12-14 17:25:15.738 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-12-14 17:25:15.740 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-12-14 17:25:15.743 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/keystone 2021-12-14 17:25:15.746 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-12-14 17:25:15.749 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/keystone 2021-12-14 17:25:15.751 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-12-14 17:25:15.753 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-12-14 17:25:15.756 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2021-12-14 17:25:15.761 | + inc/python:_setup_package_with_constraints_edit:396 : name=keystone 2021-12-14 17:25:15.764 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2021-12-14 17:25:16.750 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/keystone -e 2021-12-14 17:25:16.753 | + inc/python:setup_package:430 : local bindep=0 2021-12-14 17:25:16.756 | + inc/python:setup_package:431 : local bindep_flag= 2021-12-14 17:25:16.759 | + inc/python:setup_package:432 : local bindep_profiles= 2021-12-14 17:25:16.762 | + inc/python:setup_package:433 : [[ /opt/stack/keystone == -bindep* ]] 2021-12-14 17:25:16.764 | + inc/python:setup_package:438 : local project_dir=/opt/stack/keystone 2021-12-14 17:25:16.767 | + inc/python:setup_package:439 : local flags=-e 2021-12-14 17:25:16.770 | + inc/python:setup_package:440 : local extras= 2021-12-14 17:25:16.773 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-12-14 17:25:16.775 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-12-14 17:25:16.777 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-12-14 17:25:16.780 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-12-14 17:25:16.782 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-12-14 17:25:16.784 | + inc/python:setup_package:458 : pip_install -e /opt/stack/keystone 2021-12-14 17:25:16.803 | Using python 3.6 to install /opt/stack/keystone because python3_enabled=True 2021-12-14 17:25:16.808 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2021-12-14 17:25:19.399 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:25:19.400 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-14 17:25:19.400 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.401 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.401 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.402 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.402 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.402 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.403 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.403 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.404 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.404 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.405 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.405 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.405 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.406 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.406 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.407 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.407 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.408 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.408 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.409 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.410 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.411 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.411 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.412 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.413 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.416 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.416 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.416 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.417 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.418 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.418 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.418 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.419 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.419 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.420 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.420 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.420 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.421 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.421 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.422 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.422 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.422 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.423 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.423 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.423 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.424 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.424 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.425 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.425 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.426 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.426 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.426 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.427 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.427 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.428 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.428 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.429 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.429 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.430 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.430 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.431 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.431 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.432 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.433 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.433 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.433 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.434 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.434 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.435 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.436 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.436 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.436 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.437 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.437 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.438 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.438 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.439 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.439 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.439 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.440 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.440 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.441 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.441 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.442 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.442 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.442 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.443 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.443 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.444 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.444 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.445 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.445 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.446 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.446 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.447 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.447 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.447 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.448 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.448 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.449 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.449 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.450 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.450 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.451 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.451 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.452 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.452 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.452 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.453 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.453 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.454 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.454 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.454 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.455 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.455 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.456 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.456 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.457 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.457 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.458 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.458 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.459 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.459 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.459 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.460 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.460 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.461 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.461 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.462 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.462 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.463 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.463 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.463 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.464 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.464 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.464 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.465 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.465 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.466 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.466 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.466 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.467 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.467 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.468 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.468 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.469 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.469 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.469 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.470 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.470 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.471 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.471 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.471 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.472 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.472 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.473 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.473 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.473 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.474 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.474 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.475 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.475 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.475 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.476 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.476 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.477 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.477 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.477 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.478 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.478 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.479 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.479 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.479 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.480 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.480 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.481 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.481 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.481 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.482 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.482 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.482 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.483 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.483 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.483 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.484 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.484 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.485 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.485 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.486 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.486 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.486 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.487 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.487 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.487 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.488 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.488 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.489 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.489 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.489 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.490 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.490 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.490 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.491 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.491 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.492 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.492 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.492 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.493 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.493 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.494 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.494 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.495 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.495 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.495 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.496 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.496 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.496 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.497 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.497 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.498 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.498 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.498 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.499 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.499 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.500 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.500 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.500 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.501 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.501 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.502 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.502 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.502 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.503 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.504 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.504 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.505 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.506 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.506 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.507 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.507 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.508 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.508 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.509 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.509 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.509 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.510 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.510 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.510 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.511 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.511 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.512 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.512 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.513 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.513 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.514 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.514 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.514 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.515 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.515 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.516 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.516 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.516 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.517 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.517 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.518 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.518 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.519 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.519 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.520 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.520 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.520 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.521 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.521 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.522 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.522 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.523 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.523 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.523 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.524 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.524 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.525 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.525 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.526 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.526 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.526 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.527 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.527 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.528 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.528 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.528 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.529 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.529 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.529 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.530 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.530 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.531 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.531 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.532 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.532 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.533 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.533 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.533 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.534 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.534 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.535 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.535 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.535 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.536 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.536 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.537 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.537 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.538 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.538 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.538 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.539 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.539 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.540 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.540 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.540 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.541 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.541 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.542 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.542 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.542 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.543 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.543 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.544 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.544 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.545 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.546 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.546 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.547 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.547 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.547 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.548 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.548 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.549 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.549 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.549 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.550 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.550 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.551 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.551 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.552 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.552 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.552 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.553 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.553 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.554 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.554 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.555 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.555 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.556 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.556 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.556 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.557 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.557 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.558 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.558 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.559 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.559 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.559 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.560 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.560 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.561 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.561 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.562 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.562 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.562 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.563 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.563 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.564 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.564 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.564 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.565 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.565 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.566 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.566 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.567 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.567 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.567 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.568 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.568 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.569 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.569 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.570 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.570 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.571 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.571 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.572 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.572 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.572 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.573 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.573 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.574 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.574 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.575 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.575 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.575 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.576 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.576 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.576 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.577 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.577 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.578 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.578 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.579 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.579 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.580 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.580 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.580 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.581 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.582 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.582 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.582 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:19.583 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:19.583 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:19.584 | Obtaining file:///opt/stack/keystone 2021-12-14 17:25:21.240 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-14 17:25:23.027 | Collecting Flask===1.1.2 2021-12-14 17:25:23.035 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8a4/fdd8936eba251/Flask-1.1.2-py2.py3-none-any.whl (94 kB) 2021-12-14 17:25:23.223 | Collecting Flask-RESTful===0.3.8 2021-12-14 17:25:23.230 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d89/1118b951921f1/Flask_RESTful-0.3.8-py2.py3-none-any.whl (25 kB) 2021-12-14 17:25:23.304 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-12-14 17:25:23.311 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-12-14 17:25:23.379 | Collecting PyJWT===1.7.1 2021-12-14 17:25:23.386 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c6/eca3c2940464d/PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) 2021-12-14 17:25:23.406 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-12-14 17:25:23.429 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-14 17:25:23.577 | Collecting Werkzeug===1.0.1 2021-12-14 17:25:23.584 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2de/2a5db0baeae7b/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB) 2021-12-14 17:25:23.774 | Collecting aniso8601===8.0.0 2021-12-14 17:25:23.781 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c03/3f63d028b9a58/aniso8601-8.0.0-py2.py3-none-any.whl (43 kB) 2021-12-14 17:25:23.851 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (3.1.7) 2021-12-14 17:25:23.860 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-14 17:25:23.917 | Collecting click===7.1.1 2021-12-14 17:25:23.923 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e34/5d143d80bf5ee/click-7.1.1-py2.py3-none-any.whl (82 kB) 2021-12-14 17:25:23.932 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (2.9) 2021-12-14 17:25:23.972 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (0.9.0) 2021-12-14 17:25:24.062 | Collecting itsdangerous===1.1.0 2021-12-14 17:25:24.068 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) 2021-12-14 17:25:24.134 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.2.0) 2021-12-14 17:25:24.165 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (9.0.0) 2021-12-14 17:25:24.223 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.6.2) 2021-12-14 17:25:24.263 | Collecting oauthlib===3.1.0 2021-12-14 17:25:24.270 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) 2021-12-14 17:25:24.290 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (2.3.1) 2021-12-14 17:25:24.346 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (8.0.5) 2021-12-14 17:25:24.360 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (3.0.3) 2021-12-14 17:25:24.367 | Requirement already satisfied: oslo.db===8.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 485)) (8.1.1) 2021-12-14 17:25:24.423 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489)) (4.0.1) 2021-12-14 17:25:24.431 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (4.1.3) 2021-12-14 17:25:24.475 | Requirement already satisfied: oslo.messaging===12.1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (12.1.6) 2021-12-14 17:25:24.540 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (4.0.2) 2021-12-14 17:25:24.560 | Requirement already satisfied: oslo.policy===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509)) (3.1.2) 2021-12-14 17:25:24.578 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (3.1.2) 2021-12-14 17:25:24.596 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (2.1.1) 2021-12-14 17:25:24.642 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 533)) (1.0.1) 2021-12-14 17:25:24.654 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (4.1.2) 2021-12-14 17:25:24.675 | Requirement already satisfied: osprofiler===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (3.1.0) 2021-12-14 17:25:24.821 | Collecting passlib===1.7.2 2021-12-14 17:25:24.828 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/68c/35c98a7968850/passlib-1.7.2-py2.py3-none-any.whl (507 kB) 2021-12-14 17:25:24.928 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (5.4.5) 2021-12-14 17:25:24.932 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (0.7.2) 2021-12-14 17:25:24.935 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 592)) (3.0.0) 2021-12-14 17:25:24.947 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 595)) (2.20) 2021-12-14 17:25:24.951 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 602)) (0.9.6) 2021-12-14 17:25:24.954 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 609)) (2.4.7) 2021-12-14 17:25:24.957 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (0.16.0) 2021-12-14 17:25:25.074 | Collecting pysaml2===5.0.0 2021-12-14 17:25:25.082 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/180/0ef0ab3f5b3c1/pysaml2-5.0.0-py2.py3-none-any.whl (336 kB) 2021-12-14 17:25:25.175 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 651)) (2.8.1) 2021-12-14 17:25:25.181 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 683)) (4.0.0) 2021-12-14 17:25:25.200 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 771)) (2019.3) 2021-12-14 17:25:25.204 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 786)) (2.23.0) 2021-12-14 17:25:25.227 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 798)) (1.4.0) 2021-12-14 17:25:25.491 | Collecting scrypt===0.8.13 2021-12-14 17:25:25.497 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/137/7b1adc98c4152/scrypt-0.8.13.tar.gz (53 kB) 2021-12-14 17:25:26.249 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 830)) (1.14.0) 2021-12-14 17:25:26.252 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 892)) (0.13.0) 2021-12-14 17:25:26.264 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 893)) (0.3.1) 2021-12-14 17:25:26.267 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 894)) (3.3.0) 2021-12-14 17:25:26.270 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 899)) (1.32.0) 2021-12-14 17:25:26.276 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 924)) (2.0.1) 2021-12-14 17:25:26.286 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 925)) (0.5.0) 2021-12-14 17:25:26.291 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 926)) (2.4.0) 2021-12-14 17:25:26.318 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 945)) (1.4.0) 2021-12-14 17:25:26.321 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 966)) (1.1.0) 2021-12-14 17:25:26.329 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 968)) (1.25.8) 2021-12-14 17:25:26.350 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 993)) (1.2.3) 2021-12-14 17:25:26.353 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (4.4.2) 2021-12-14 17:25:26.356 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 325)) (49.6.0) 2021-12-14 17:25:26.401 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-12-14 17:25:26.448 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (1.6.0) 2021-12-14 17:25:26.466 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (4.0.0) 2021-12-14 17:25:26.533 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-12-14 17:25:26.541 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-14 17:25:26.544 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (0.7.19) 2021-12-14 17:25:26.547 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-12-14 17:25:26.556 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-14 17:25:26.561 | Requirement already satisfied: cachetools===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (4.1.0) 2021-12-14 17:25:26.564 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (2.1.1) 2021-12-14 17:25:26.571 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2.5.2) 2021-12-14 17:25:26.576 | Requirement already satisfied: kombu===4.6.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (4.6.8) 2021-12-14 17:25:26.622 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (0.4.15) 2021-12-14 17:25:26.625 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-12-14 17:25:26.633 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-12-14 17:25:26.641 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-12-14 17:25:26.650 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (3.0.0) 2021-12-14 17:25:26.661 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (0.26.1) 2021-12-14 17:25:26.670 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) (4.0.3) 2021-12-14 17:25:26.684 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (0.1.12) 2021-12-14 17:25:26.687 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (0.10.9) 2021-12-14 17:25:26.694 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 587)) (19.1.0) 2021-12-14 17:25:26.793 | Collecting defusedxml===0.6.0 2021-12-14 17:25:26.800 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/668/7150770438374/defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) 2021-12-14 17:25:26.870 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-14 17:25:26.873 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.9) 2021-12-14 17:25:26.877 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-14 17:25:26.879 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-12-14 17:25:26.881 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (1.0.0) 2021-12-14 17:25:26.884 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 699)) (1.6.0) 2021-12-14 17:25:26.886 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (1.0.0) 2021-12-14 17:25:26.889 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 966)) (1.4.0) 2021-12-14 17:25:26.891 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1003)) (3.1.0) 2021-12-14 17:25:26.903 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) (1.7.0) 2021-12-14 17:25:26.908 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 987)) (1.12.1) 2021-12-14 17:25:26.911 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-12-14 17:25:26.919 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 656)) (1.0.4) 2021-12-14 17:25:26.921 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 970)) (1.3.0) 2021-12-14 17:25:26.924 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 785)) (0.7) 2021-12-14 17:25:26.932 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (1.5) 2021-12-14 17:25:26.934 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.15.0) 2021-12-14 17:25:26.936 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.14.1) 2021-12-14 17:25:26.942 | Building wheels for collected packages: scrypt 2021-12-14 17:25:26.943 | Building wheel for scrypt (setup.py): started 2021-12-14 17:25:29.702 | Building wheel for scrypt (setup.py): finished with status 'done' 2021-12-14 17:25:29.704 | Created wheel for scrypt: filename=scrypt-0.8.13-cp36-cp36m-linux_x86_64.whl size=73190 sha256=3f6a4d13e12f1142e2ac0ddbbe555c13ce18e8fe481d13850f52bcc4ceb5b19b 2021-12-14 17:25:29.704 | Stored in directory: /root/.cache/pip/wheels/0c/52/ad/29fdeb2dcf7a0cf9e289bca23d73e0ffde209047e21277a31a 2021-12-14 17:25:29.705 | Successfully built scrypt 2021-12-14 17:25:30.528 | Installing collected packages: itsdangerous, click, Werkzeug, Flask, aniso8601, Flask-RESTful, passlib, scrypt, oauthlib, defusedxml, pysaml2, PyJWT, keystone 2021-12-14 17:25:30.556 | Attempting uninstall: click 2021-12-14 17:25:30.558 | Found existing installation: click 6.7 2021-12-14 17:25:30.569 | Uninstalling click-6.7: 2021-12-14 17:25:30.587 | Successfully uninstalled click-6.7 2021-12-14 17:25:31.396 | Attempting uninstall: oauthlib 2021-12-14 17:25:31.398 | Found existing installation: oauthlib 2.0.6 2021-12-14 17:25:31.411 | Uninstalling oauthlib-2.0.6: 2021-12-14 17:25:31.428 | Successfully uninstalled oauthlib-2.0.6 2021-12-14 17:25:32.045 | Attempting uninstall: PyJWT 2021-12-14 17:25:32.047 | Found existing installation: PyJWT 1.5.3 2021-12-14 17:25:32.056 | Uninstalling PyJWT-1.5.3: 2021-12-14 17:25:32.072 | Successfully uninstalled PyJWT-1.5.3 2021-12-14 17:25:32.106 | Running setup.py develop for keystone 2021-12-14 17:25:33.931 | Successfully installed Flask-1.1.2 Flask-RESTful-0.3.8 PyJWT-1.7.1 Werkzeug-1.0.1 aniso8601-8.0.0 click-7.1.1 defusedxml-0.6.0 itsdangerous-1.1.0 keystone oauthlib-3.1.0 passlib-1.7.2 pysaml2-5.0.0 scrypt-0.8.13 2021-12-14 17:25:34.038 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:25:34.038 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:25:34.141 | + inc/python:pip_install:207 : result=0 2021-12-14 17:25:34.144 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:25:34.146 | + functions-common:time_stop:2331 : local name 2021-12-14 17:25:34.148 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:25:34.150 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:25:34.152 | + functions-common:time_stop:2334 : local total 2021-12-14 17:25:34.155 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:25:34.157 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:25:34.159 | + functions-common:time_stop:2338 : start_time=1639502716798 2021-12-14 17:25:34.161 | + functions-common:time_stop:2340 : [[ -z 1639502716798 ]] 2021-12-14 17:25:34.164 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:25:34.167 | + functions-common:time_stop:2343 : end_time=1639502734165 2021-12-14 17:25:34.169 | + functions-common:time_stop:2344 : elapsed_time=17367 2021-12-14 17:25:34.171 | + functions-common:time_stop:2345 : total=72768 2021-12-14 17:25:34.173 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:25:34.175 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=90135 2021-12-14 17:25:34.177 | + inc/python:pip_install:210 : return 0 2021-12-14 17:25:34.180 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-12-14 17:25:34.182 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-12-14 17:25:34.184 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-12-14 17:25:34.201 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-12-14 17:25:34.213 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/keystone 2021-12-14 17:25:34.215 | + inc/python:use_library_from_git:263 : local name=/opt/stack/keystone 2021-12-14 17:25:34.218 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:25:34.220 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:25:34.223 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/keystone, ]] 2021-12-14 17:25:34.225 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:25:34.228 | + lib/keystone:install_keystone:502 : is_service_enabled ldap 2021-12-14 17:25:34.243 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:25:34.246 | + lib/keystone:install_keystone:506 : '[' uwsgi == mod_wsgi ']' 2021-12-14 17:25:34.248 | + lib/keystone:install_keystone:508 : '[' uwsgi == uwsgi ']' 2021-12-14 17:25:34.250 | + lib/keystone:install_keystone:509 : pip_install uwsgi 2021-12-14 17:25:34.271 | Using python 3.6 to install uwsgi because python3_enabled=True 2021-12-14 17:25:34.277 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt uwsgi 2021-12-14 17:25:36.960 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:25:36.961 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-14 17:25:36.961 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.962 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.962 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.962 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.963 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.963 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.964 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.964 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.965 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.965 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.965 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.966 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.966 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.967 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.967 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.967 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.968 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.969 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.969 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.969 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.970 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.970 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.970 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.971 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.971 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.973 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.974 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.974 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.975 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.976 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.976 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.977 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.977 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.978 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.978 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.979 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.979 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.979 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.980 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.980 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.980 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.981 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.981 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.981 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.982 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.982 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.983 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.983 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.984 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.984 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.985 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.985 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.986 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.986 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.986 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.987 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.987 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.988 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.988 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.989 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.989 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.990 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.990 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.992 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.992 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.993 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.993 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.994 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.994 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.995 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.995 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.996 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.996 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.997 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.997 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.997 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.998 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.998 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:36.999 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:36.999 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:36.999 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.000 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.001 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.001 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.001 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.002 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.002 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.003 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.003 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.004 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.004 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.005 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.005 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.005 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.006 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.006 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.007 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.008 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.008 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.009 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.009 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.010 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.010 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.010 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.011 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.012 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.012 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.012 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.013 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.013 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.014 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.014 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.014 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.015 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.015 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.016 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.016 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.017 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.017 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.018 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.018 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.019 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.019 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.020 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.020 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.020 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.021 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.022 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.022 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.023 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.023 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.024 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.024 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.025 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.025 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.025 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.026 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.026 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.027 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.027 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.027 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.028 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.028 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.029 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.029 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.030 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.030 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.030 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.031 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.031 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.032 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.032 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.033 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.033 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.033 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.034 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.034 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.034 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.035 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.035 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.036 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.036 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.036 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.037 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.037 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.038 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.038 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.039 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.039 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.040 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.040 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.040 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.041 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.041 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.041 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.042 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.042 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.043 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.043 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.044 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.044 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.045 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.045 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.045 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.046 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.046 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.047 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.047 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.048 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.048 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.048 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.049 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.049 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.050 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.050 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.050 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.051 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.051 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.051 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.052 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.052 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.053 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.053 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.054 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.054 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.055 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.055 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.056 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.056 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.056 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.057 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.057 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.058 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.058 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.059 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.059 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.059 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.060 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.060 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.060 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.061 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.061 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.062 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.062 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.062 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.063 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.063 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.064 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.064 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.064 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.065 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.065 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.066 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.067 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.067 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.068 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.069 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.070 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.070 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.071 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.071 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.071 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.072 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.072 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.073 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.073 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.074 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.074 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.074 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.075 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.075 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.076 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.076 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.076 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.077 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.077 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.078 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.078 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.079 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.079 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.079 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.080 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.080 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.081 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.081 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.081 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.082 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.082 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.083 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.083 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.083 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.084 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.084 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.085 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.086 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.086 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.087 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.087 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.087 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.088 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.088 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.089 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.089 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.089 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.090 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.090 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.091 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.091 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.091 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.092 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.092 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.093 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.093 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.094 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.094 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.094 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.095 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.095 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.096 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.096 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.096 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.097 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.097 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.098 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.098 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.099 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.099 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.099 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.118 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.118 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.119 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.119 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.119 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.120 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.120 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.121 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.121 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.122 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.122 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.122 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.123 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.123 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.124 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.124 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.125 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.125 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.125 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.126 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.126 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.127 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.128 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.128 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.129 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.129 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.129 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.130 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.130 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.131 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.131 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.132 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.133 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.133 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.134 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.134 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.134 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.135 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.136 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.136 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.137 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.137 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.137 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.138 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.138 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.139 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.139 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.140 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.140 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.140 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.141 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.141 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.142 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.142 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.143 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.143 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.144 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.144 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.145 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.145 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.145 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.146 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.146 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.147 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.147 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.148 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.148 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.149 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.149 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.149 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.150 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.150 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.151 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.151 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.152 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.152 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.153 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.153 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.154 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.154 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.154 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.155 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.155 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.156 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.156 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.156 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.157 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.157 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.158 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.158 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.158 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.159 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.159 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.160 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.160 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.160 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.161 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.161 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.162 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.163 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.163 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.164 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.164 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.165 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.166 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.166 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.166 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:25:37.167 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:25:37.167 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:25:37.726 | Collecting uwsgi 2021-12-14 17:25:37.734 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/88a/b9867d8973d8a/uwsgi-2.0.20.tar.gz (804 kB) 2021-12-14 17:25:38.827 | Building wheels for collected packages: uwsgi 2021-12-14 17:25:38.828 | Building wheel for uwsgi (setup.py): started 2021-12-14 17:25:55.520 | Building wheel for uwsgi (setup.py): finished with status 'done' 2021-12-14 17:25:55.527 | Created wheel for uwsgi: filename=uWSGI-2.0.20-cp36-cp36m-linux_x86_64.whl size=597542 sha256=d8c92d5d133ccf379e65526b70299b165054eab3ed7646a30724c854085cd9e4 2021-12-14 17:25:55.527 | Stored in directory: /root/.cache/pip/wheels/9a/16/df/02037ed390c1561aad34458ea9eb30a0c78f21377405d3f9e9 2021-12-14 17:25:55.528 | Successfully built uwsgi 2021-12-14 17:25:57.104 | Installing collected packages: uwsgi 2021-12-14 17:25:57.225 | Successfully installed uwsgi-2.0.20 2021-12-14 17:25:57.337 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:25:57.337 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:25:57.462 | + inc/python:pip_install:207 : result=0 2021-12-14 17:25:57.465 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:25:57.469 | + functions-common:time_stop:2331 : local name 2021-12-14 17:25:57.473 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:25:57.477 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:25:57.479 | + functions-common:time_stop:2334 : local total 2021-12-14 17:25:57.481 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:25:57.484 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:25:57.486 | + functions-common:time_stop:2338 : start_time=1639502734266 2021-12-14 17:25:57.488 | + functions-common:time_stop:2340 : [[ -z 1639502734266 ]] 2021-12-14 17:25:57.491 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:25:57.495 | + functions-common:time_stop:2343 : end_time=1639502757492 2021-12-14 17:25:57.497 | + functions-common:time_stop:2344 : elapsed_time=23226 2021-12-14 17:25:57.500 | + functions-common:time_stop:2345 : total=90135 2021-12-14 17:25:57.502 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:25:57.504 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=113361 2021-12-14 17:25:57.507 | + inc/python:pip_install:210 : return 0 2021-12-14 17:25:57.510 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-14 17:25:57.512 | + ./stack.sh:main:877 : configure_keystone 2021-12-14 17:25:57.514 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2021-12-14 17:25:57.526 | + lib/keystone:configure_keystone:204 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2021-12-14 17:25:57.528 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2021-12-14 17:25:57.533 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2021-12-14 17:25:57.551 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:25:57.554 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2021-12-14 17:25:57.582 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2021-12-14 17:25:57.607 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2021-12-14 17:25:57.633 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2021-12-14 17:25:57.662 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2021-12-14 17:25:57.692 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2021-12-14 17:25:57.719 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2021-12-14 17:25:57.744 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2021-12-14 17:25:57.769 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2021-12-14 17:25:57.771 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2021-12-14 17:25:57.774 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2021-12-14 17:25:57.776 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2021-12-14 17:25:57.778 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-12-14 17:25:57.781 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-14 17:25:57.796 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:25:57.799 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-12-14 17:25:57.801 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-12-14 17:25:57.804 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-14 17:25:57.819 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:25:57.821 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/ 2021-12-14 17:25:57.824 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/ 2021-12-14 17:25:57.850 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-14 17:25:57.853 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-14 17:25:57.855 | + lib/keystone:configure_keystone:225 : local service_port=5000 2021-12-14 17:25:57.858 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2021-12-14 17:25:57.860 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2021-12-14 17:25:57.875 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:25:57.878 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.53/identity 2021-12-14 17:25:57.906 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.53/identity 2021-12-14 17:25:57.937 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2021-12-14 17:25:57.939 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2021-12-14 17:25:57.966 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2021-12-14 17:25:57.969 | ++ lib/database:database_connection_url:132 : local db=keystone 2021-12-14 17:25:57.971 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2021-12-14 17:25:57.974 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2021-12-14 17:25:57.976 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-12-14 17:25:57.979 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-12-14 17:25:58.008 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2021-12-14 17:25:58.010 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2021-12-14 17:25:58.012 | + functions:setup_logging:655 : local conf_file=/etc/keystone/keystone.conf 2021-12-14 17:25:58.015 | + functions:setup_logging:656 : local other_cond=False 2021-12-14 17:25:58.018 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-14 17:25:58.020 | + functions:setup_logging:658 : setup_systemd_logging /etc/keystone/keystone.conf 2021-12-14 17:25:58.023 | + functions:setup_systemd_logging:686 : local conf_file=/etc/keystone/keystone.conf 2021-12-14 17:25:58.025 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-14 17:25:58.029 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-14 17:25:58.049 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-14 17:25:58.052 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-14 17:25:58.054 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-14 17:25:58.057 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-14 17:25:58.059 | + functions:setup_systemd_logging:700 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-14 17:25:58.083 | + functions:setup_systemd_logging:702 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:25:58.108 | + functions:setup_systemd_logging:703 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:25:58.133 | + functions:setup_systemd_logging:704 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-14 17:25:58.157 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2021-12-14 17:25:58.182 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2021-12-14 17:25:58.186 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2021-12-14 17:25:58.189 | + lib/apache:write_uwsgi_config:264 : local file=/etc/keystone/keystone-uwsgi-public.ini 2021-12-14 17:25:58.193 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/keystone-wsgi-public 2021-12-14 17:25:58.196 | + lib/apache:write_uwsgi_config:266 : local url=/identity 2021-12-14 17:25:58.198 | + lib/apache:write_uwsgi_config:267 : local http= 2021-12-14 17:25:58.201 | + lib/apache:write_uwsgi_config:268 : local name= 2021-12-14 17:25:58.204 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/keystone-wsgi-public 2021-12-14 17:25:58.208 | + lib/apache:write_uwsgi_config:269 : name=keystone-wsgi-public 2021-12-14 17:25:58.211 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-12-14 17:25:58.213 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-12-14 17:25:58.229 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-12-14 17:25:58.229 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-12-14 17:25:58.236 | d /var/run/uwsgi 0755 ubuntu root 2021-12-14 17:25:58.239 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-12-14 17:25:58.252 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2021-12-14 17:25:58.255 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2021-12-14 17:25:58.259 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2021-12-14 17:25:58.287 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2021-12-14 17:25:58.311 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2021-12-14 17:25:58.337 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2021-12-14 17:25:58.361 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2021-12-14 17:25:58.385 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2021-12-14 17:25:58.410 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2021-12-14 17:25:58.435 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2021-12-14 17:25:58.459 | + lib/apache:write_uwsgi_config:298 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2021-12-14 17:25:58.483 | + lib/apache:write_uwsgi_config:300 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-14 17:25:58.507 | + lib/apache:write_uwsgi_config:302 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2021-12-14 17:25:58.531 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2021-12-14 17:25:58.555 | + lib/apache:write_uwsgi_config:306 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2021-12-14 17:25:58.579 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-12-14 17:25:58.581 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-12-14 17:25:58.584 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for keystone-wsgi-public 2021-12-14 17:25:58.587 | ++ lib/apache:apache_site_config_for:196 : local site=keystone-wsgi-public 2021-12-14 17:25:58.589 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-12-14 17:25:58.592 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:25:58.594 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:25:58.596 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-12-14 17:25:58.599 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2021-12-14 17:25:58.601 | + lib/apache:write_uwsgi_config:314 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2021-12-14 17:25:58.625 | + lib/apache:write_uwsgi_config:315 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2021-12-14 17:25:58.650 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 ' 2021-12-14 17:25:58.651 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-12-14 17:25:58.658 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 2021-12-14 17:25:58.661 | + lib/apache:write_uwsgi_config:317 : enable_apache_site keystone-wsgi-public 2021-12-14 17:25:58.663 | + lib/apache:enable_apache_site:213 : local site=keystone-wsgi-public 2021-12-14 17:25:58.666 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-12-14 17:25:58.668 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-12-14 17:25:58.671 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-14 17:25:58.673 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:25:58.675 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:25:58.678 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-12-14 17:25:58.680 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-12-14 17:25:58.682 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:25:58.685 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:25:58.687 | + lib/apache:enable_apache_site:217 : sudo a2ensite keystone-wsgi-public 2021-12-14 17:25:58.750 | Enabling site keystone-wsgi-public. 2021-12-14 17:25:58.758 | To activate the new configuration, you need to run: 2021-12-14 17:25:58.758 | systemctl reload apache2 2021-12-14 17:25:58.763 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-12-14 17:25:58.767 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-14 17:25:58.770 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-14 17:25:58.773 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-14 17:25:58.924 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2021-12-14 17:25:58.926 | + lib/apache:write_uwsgi_config:264 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2021-12-14 17:25:58.929 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2021-12-14 17:25:58.931 | + lib/apache:write_uwsgi_config:266 : local url=/identity_admin 2021-12-14 17:25:58.933 | + lib/apache:write_uwsgi_config:267 : local http= 2021-12-14 17:25:58.936 | + lib/apache:write_uwsgi_config:268 : local name= 2021-12-14 17:25:58.939 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/keystone-wsgi-admin 2021-12-14 17:25:58.944 | + lib/apache:write_uwsgi_config:269 : name=keystone-wsgi-admin 2021-12-14 17:25:58.947 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-12-14 17:25:58.949 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-12-14 17:25:58.961 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-12-14 17:25:58.961 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-12-14 17:25:58.968 | d /var/run/uwsgi 0755 ubuntu root 2021-12-14 17:25:58.971 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-12-14 17:25:58.985 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2021-12-14 17:25:58.987 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2021-12-14 17:25:58.991 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2021-12-14 17:25:59.017 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2021-12-14 17:25:59.042 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2021-12-14 17:25:59.070 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2021-12-14 17:25:59.096 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2021-12-14 17:25:59.120 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2021-12-14 17:25:59.146 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2021-12-14 17:25:59.174 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2021-12-14 17:25:59.201 | + lib/apache:write_uwsgi_config:298 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2021-12-14 17:25:59.226 | + lib/apache:write_uwsgi_config:300 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-14 17:25:59.250 | + lib/apache:write_uwsgi_config:302 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2021-12-14 17:25:59.276 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2021-12-14 17:25:59.308 | + lib/apache:write_uwsgi_config:306 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2021-12-14 17:25:59.336 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-12-14 17:25:59.338 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-12-14 17:25:59.341 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for keystone-wsgi-admin 2021-12-14 17:25:59.344 | ++ lib/apache:apache_site_config_for:196 : local site=keystone-wsgi-admin 2021-12-14 17:25:59.347 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-12-14 17:25:59.349 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:25:59.353 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:25:59.356 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-12-14 17:25:59.359 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-12-14 17:25:59.361 | + lib/apache:write_uwsgi_config:314 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2021-12-14 17:25:59.390 | + lib/apache:write_uwsgi_config:315 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2021-12-14 17:25:59.416 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 ' 2021-12-14 17:25:59.416 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-12-14 17:25:59.423 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 2021-12-14 17:25:59.426 | + lib/apache:write_uwsgi_config:317 : enable_apache_site keystone-wsgi-admin 2021-12-14 17:25:59.429 | + lib/apache:enable_apache_site:213 : local site=keystone-wsgi-admin 2021-12-14 17:25:59.431 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-12-14 17:25:59.434 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-12-14 17:25:59.436 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-14 17:25:59.438 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:25:59.441 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:25:59.443 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-12-14 17:25:59.446 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-12-14 17:25:59.448 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:25:59.450 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:25:59.453 | + lib/apache:enable_apache_site:217 : sudo a2ensite keystone-wsgi-admin 2021-12-14 17:25:59.511 | Enabling site keystone-wsgi-admin. 2021-12-14 17:25:59.519 | To activate the new configuration, you need to run: 2021-12-14 17:25:59.519 | systemctl reload apache2 2021-12-14 17:25:59.525 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-12-14 17:25:59.527 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-14 17:25:59.530 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-14 17:25:59.532 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-14 17:25:59.674 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2021-12-14 17:25:59.702 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2021-12-14 17:25:59.731 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2021-12-14 17:25:59.760 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2021-12-14 17:25:59.763 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2021-12-14 17:25:59.790 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2021-12-14 17:25:59.815 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2021-12-14 17:25:59.839 | + ./stack.sh:main:881 : is_service_enabled swift 2021-12-14 17:25:59.855 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:25:59.858 | + ./stack.sh:main:882 : is_service_enabled ceilometer 2021-12-14 17:25:59.874 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:25:59.876 | + ./stack.sh:main:885 : stack_install_service swift 2021-12-14 17:25:59.879 | + lib/stack:stack_install_service:20 : local service=swift 2021-12-14 17:25:59.881 | + lib/stack:stack_install_service:21 : type install_swift 2021-12-14 17:25:59.884 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-14 17:25:59.886 | + lib/stack:stack_install_service:32 : install_swift 2021-12-14 17:25:59.888 | + lib/swift:install_swift:740 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift stable/ussuri 2021-12-14 17:25:59.891 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/swift.git 2021-12-14 17:25:59.893 | + functions-common:git_clone:524 : local git_dest=/opt/stack/swift 2021-12-14 17:25:59.896 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-14 17:25:59.898 | + functions-common:git_clone:526 : local orig_dir 2021-12-14 17:25:59.901 | ++ functions-common:git_clone:527 : pwd 2021-12-14 17:25:59.903 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-14 17:25:59.906 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-14 17:25:59.909 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-14 17:25:59.924 | + functions-common:git_clone:530 : RECLONE=False 2021-12-14 17:25:59.926 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-14 17:25:59.928 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-14 17:25:59.931 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-14 17:25:59.932 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-14 17:25:59.937 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/swift ]] 2021-12-14 17:25:59.940 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-14 17:25:59.942 | + functions-common:git_clone:592 : cd /opt/stack/swift 2021-12-14 17:25:59.945 | + functions-common:git_clone:593 : git show --oneline 2021-12-14 17:25:59.945 | + functions-common:git_clone:593 : head -1 2021-12-14 17:25:59.948 | 4b0d6a87e Merge "symlink: Ensure headers are returned as a list on py3" into stable/ussuri 2021-12-14 17:25:59.950 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-14 17:25:59.953 | + lib/swift:install_swift:743 : setup_develop /opt/stack/swift keystone 2021-12-14 17:25:59.955 | + inc/python:setup_develop:351 : local bindep 2021-12-14 17:25:59.958 | + inc/python:setup_develop:352 : [[ /opt/stack/swift == -bindep* ]] 2021-12-14 17:25:59.961 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/swift 2021-12-14 17:25:59.963 | + inc/python:setup_develop:357 : local extras=keystone 2021-12-14 17:25:59.966 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2021-12-14 17:25:59.968 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-12-14 17:25:59.971 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/swift == -bindep* ]] 2021-12-14 17:25:59.973 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/swift 2021-12-14 17:25:59.975 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-12-14 17:25:59.978 | + inc/python:_setup_package_with_constraints_edit:384 : local extras=keystone 2021-12-14 17:25:59.981 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/swift 2021-12-14 17:25:59.983 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-12-14 17:25:59.986 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/swift 2021-12-14 17:25:59.988 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-12-14 17:25:59.991 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-12-14 17:25:59.994 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2021-12-14 17:25:59.999 | + inc/python:_setup_package_with_constraints_edit:396 : name=swift 2021-12-14 17:26:00.002 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift '-e file:///opt/stack/swift#egg=swift' 2021-12-14 17:26:00.995 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/swift -e keystone 2021-12-14 17:26:00.999 | + inc/python:setup_package:430 : local bindep=0 2021-12-14 17:26:01.003 | + inc/python:setup_package:431 : local bindep_flag= 2021-12-14 17:26:01.007 | + inc/python:setup_package:432 : local bindep_profiles= 2021-12-14 17:26:01.010 | + inc/python:setup_package:433 : [[ /opt/stack/swift == -bindep* ]] 2021-12-14 17:26:01.014 | + inc/python:setup_package:438 : local project_dir=/opt/stack/swift 2021-12-14 17:26:01.017 | + inc/python:setup_package:439 : local flags=-e 2021-12-14 17:26:01.021 | + inc/python:setup_package:440 : local extras=keystone 2021-12-14 17:26:01.024 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-12-14 17:26:01.027 | + inc/python:setup_package:444 : [[ -z keystone ]] 2021-12-14 17:26:01.029 | + inc/python:setup_package:449 : [[ ! -z keystone ]] 2021-12-14 17:26:01.031 | + inc/python:setup_package:450 : extras='[keystone]' 2021-12-14 17:26:01.034 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-12-14 17:26:01.036 | + inc/python:setup_package:458 : pip_install -e '/opt/stack/swift[keystone]' 2021-12-14 17:26:01.056 | Using python 3.6 to install /opt/stack/swift because python3_enabled=True 2021-12-14 17:26:01.060 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2021-12-14 17:26:03.695 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:26:03.696 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-14 17:26:03.696 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.697 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.697 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.698 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.698 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.698 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.699 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.699 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.700 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.700 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.701 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.701 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.701 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.702 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.702 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.703 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.703 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.704 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.704 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.704 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.705 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.705 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.706 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.706 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.706 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.709 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.709 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.709 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.710 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.711 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.711 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.712 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.712 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.712 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.713 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.713 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.713 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.714 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.714 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.715 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.715 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.715 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.716 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.716 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.716 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.717 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.717 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.718 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.718 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.719 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.719 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.719 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.720 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.720 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.721 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.721 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.722 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.722 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.722 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.723 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.724 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.724 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.724 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.726 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.726 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.726 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.727 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.727 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.728 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.729 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.729 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.729 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.730 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.730 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.731 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.731 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.732 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.732 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.732 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.733 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.733 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.734 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.734 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.735 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.735 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.735 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.736 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.736 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.737 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.737 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.738 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.738 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.739 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.739 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.740 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.740 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.741 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.741 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.742 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.742 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.742 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.743 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.744 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.744 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.745 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.745 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.746 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.746 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.747 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.747 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.747 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.748 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.748 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.749 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.749 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.750 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.750 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.751 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.751 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.751 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.752 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.752 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.753 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.753 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.754 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.754 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.755 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.755 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.755 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.756 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.756 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.757 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.757 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.758 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.758 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.759 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.759 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.759 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.760 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.760 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.761 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.761 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.761 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.762 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.762 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.763 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.763 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.764 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.764 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.764 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.765 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.765 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.766 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.766 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.766 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.767 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.767 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.767 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.768 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.769 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.769 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.769 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.770 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.770 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.771 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.771 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.772 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.772 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.772 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.773 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.773 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.774 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.774 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.774 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.775 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.775 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.776 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.776 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.776 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.777 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.777 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.778 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.778 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.778 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.779 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.779 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.779 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.780 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.780 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.780 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.781 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.781 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.782 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.782 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.783 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.783 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.783 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.784 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.784 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.785 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.785 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.785 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.786 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.786 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.786 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.787 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.787 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.788 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.788 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.789 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.789 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.789 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.790 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.790 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.791 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.791 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.791 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.792 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.792 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.792 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.793 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.793 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.794 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.794 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.794 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.795 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.795 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.796 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.796 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.814 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.814 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.815 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.816 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.816 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.817 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.818 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.818 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.819 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.819 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.820 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.820 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.820 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.821 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.821 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.822 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.822 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.822 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.823 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.823 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.824 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.824 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.824 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.825 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.825 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.826 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.826 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.827 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.827 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.827 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.828 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.828 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.829 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.829 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.829 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.830 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.830 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.831 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.831 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.831 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.832 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.832 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.833 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.833 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.833 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.834 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.835 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.835 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.835 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.836 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.836 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.836 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.837 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.837 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.838 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.838 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.838 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.839 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.839 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.840 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.840 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.840 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.841 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.841 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.842 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.842 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.842 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.843 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.843 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.844 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.844 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.844 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.845 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.845 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.846 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.846 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.847 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.847 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.847 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.848 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.848 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.848 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.849 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.849 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.850 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.850 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.851 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.851 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.851 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.852 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.852 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.853 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.853 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.853 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.854 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.854 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.855 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.855 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.856 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.856 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.857 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.857 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.858 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.858 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.859 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.859 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.859 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.860 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.860 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.861 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.861 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.862 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.862 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.863 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.863 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.863 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.864 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.864 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.864 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.865 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.865 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.866 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.866 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.867 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.867 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.867 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.868 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.868 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.869 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.869 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.870 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.870 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.870 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.871 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.871 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.872 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.872 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.873 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.873 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.873 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.874 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.874 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.875 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.875 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.875 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.876 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.876 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.877 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.877 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.878 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.878 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.878 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.879 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.879 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.880 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.880 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.881 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.881 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.882 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.882 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.882 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.883 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.883 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.884 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.884 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.884 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.885 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.885 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.886 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.886 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.886 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.887 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.887 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.888 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.888 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.889 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.889 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.889 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.890 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.890 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.891 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.891 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.892 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.892 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.893 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.893 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:03.894 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:03.894 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:03.895 | Obtaining file:///opt/stack/swift 2021-12-14 17:26:05.228 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-14 17:26:06.567 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-12-14 17:26:06.575 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (2.9) 2021-12-14 17:26:06.620 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (0.26.1) 2021-12-14 17:26:06.630 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (0.4.15) 2021-12-14 17:26:06.633 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (9.0.0) 2021-12-14 17:26:07.680 | Collecting lxml===4.5.0 2021-12-14 17:26:07.703 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ebe/c08091a22c2be/lxml-4.5.0-cp36-cp36m-manylinux1_x86_64.whl (5.8 MB) 2021-12-14 17:26:07.931 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (1.5) 2021-12-14 17:26:07.934 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (0.10.9) 2021-12-14 17:26:07.937 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (2.3.1) 2021-12-14 17:26:07.972 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (8.0.5) 2021-12-14 17:26:07.986 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.0.3) 2021-12-14 17:26:07.993 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (4.0.1) 2021-12-14 17:26:08.001 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (4.1.3) 2021-12-14 17:26:08.046 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526)) (3.1.2) 2021-12-14 17:26:08.059 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (4.1.2) 2021-12-14 17:26:08.077 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (5.4.5) 2021-12-14 17:26:08.080 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 593)) (3.0.0) 2021-12-14 17:26:08.221 | Collecting pyeclib===1.6.0 2021-12-14 17:26:08.243 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2021-12-14 17:26:09.323 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 603)) (0.9.6) 2021-12-14 17:26:09.326 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (2.4.7) 2021-12-14 17:26:09.329 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 652)) (2.8.1) 2021-12-14 17:26:09.335 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 684)) (4.0.0) 2021-12-14 17:26:09.355 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 772)) (2019.3) 2021-12-14 17:26:09.359 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (2.23.0) 2021-12-14 17:26:09.382 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 799)) (1.4.0) 2021-12-14 17:26:09.387 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (1.14.0) 2021-12-14 17:26:09.390 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 900)) (1.32.0) 2021-12-14 17:26:09.396 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.25.8) 2021-12-14 17:26:09.573 | Collecting xattr===0.9.7 2021-12-14 17:26:09.580 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2021-12-14 17:26:10.378 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-14 17:26:10.382 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.15.0) 2021-12-14 17:26:10.384 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (4.0.0) 2021-12-14 17:26:10.454 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-14 17:26:10.470 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (0.9.0) 2021-12-14 17:26:10.474 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (0.7.19) 2021-12-14 17:26:10.477 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-14 17:26:10.481 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-12-14 17:26:10.489 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-14 17:26:10.494 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (0.6.2) 2021-12-14 17:26:10.497 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (0.1.12) 2021-12-14 17:26:10.500 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-14 17:26:10.503 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.9) 2021-12-14 17:26:10.507 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-14 17:26:10.510 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (2.20) 2021-12-14 17:26:10.513 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.7.0) 2021-12-14 17:26:10.518 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (4.4.2) 2021-12-14 17:26:10.521 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 988)) (1.12.1) 2021-12-14 17:26:10.524 | Building wheels for collected packages: pyeclib, xattr 2021-12-14 17:26:10.526 | Building wheel for pyeclib (setup.py): started 2021-12-14 17:26:11.737 | Building wheel for pyeclib (setup.py): finished with status 'done' 2021-12-14 17:26:11.738 | Created wheel for pyeclib: filename=pyeclib-1.6.0-cp36-cp36m-linux_x86_64.whl size=53028 sha256=2425a2850b182ffb9977451a39df48b2cef7b2b7ab15f8d18527f07bf47260b8 2021-12-14 17:26:11.738 | Stored in directory: /root/.cache/pip/wheels/d1/e7/5c/187cdc036d5d2f2d7173a0c15ffdcd6a80b739475f849c4829 2021-12-14 17:26:11.740 | Building wheel for xattr (setup.py): started 2021-12-14 17:26:13.057 | Building wheel for xattr (setup.py): finished with status 'done' 2021-12-14 17:26:13.059 | Created wheel for xattr: filename=xattr-0.9.7-cp36-cp36m-linux_x86_64.whl size=30924 sha256=ad8973a3a56ae24404a0c4f4fbc583d8f523d36d7bf8ee6575c6037d1e39d7bc 2021-12-14 17:26:13.059 | Stored in directory: /root/.cache/pip/wheels/6f/e1/5d/b2a3587e1783702a1ae6ae1c99d9d21d246d5a189b4b1a2038 2021-12-14 17:26:13.060 | Successfully built pyeclib xattr 2021-12-14 17:26:14.362 | Installing collected packages: lxml, xattr, pyeclib, swift 2021-12-14 17:26:14.707 | Running setup.py develop for swift 2021-12-14 17:26:16.337 | Successfully installed lxml-4.5.0 pyeclib-1.6.0 swift xattr-0.9.7 2021-12-14 17:26:16.447 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:26:16.447 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:26:16.558 | + inc/python:pip_install:207 : result=0 2021-12-14 17:26:16.561 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:26:16.565 | + functions-common:time_stop:2331 : local name 2021-12-14 17:26:16.569 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:26:16.572 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:26:16.575 | + functions-common:time_stop:2334 : local total 2021-12-14 17:26:16.578 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:26:16.581 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:26:16.584 | + functions-common:time_stop:2338 : start_time=1639502761051 2021-12-14 17:26:16.586 | + functions-common:time_stop:2340 : [[ -z 1639502761051 ]] 2021-12-14 17:26:16.590 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:26:16.593 | + functions-common:time_stop:2343 : end_time=1639502776591 2021-12-14 17:26:16.596 | + functions-common:time_stop:2344 : elapsed_time=15540 2021-12-14 17:26:16.599 | + functions-common:time_stop:2345 : total=113361 2021-12-14 17:26:16.601 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:26:16.603 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=128901 2021-12-14 17:26:16.606 | + inc/python:pip_install:210 : return 0 2021-12-14 17:26:16.608 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-12-14 17:26:16.611 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-12-14 17:26:16.614 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-12-14 17:26:16.630 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-12-14 17:26:16.642 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/swift 2021-12-14 17:26:16.644 | + inc/python:use_library_from_git:263 : local name=/opt/stack/swift 2021-12-14 17:26:16.647 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:26:16.649 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:26:16.652 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/swift, ]] 2021-12-14 17:26:16.654 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:26:16.657 | + lib/swift:install_swift:744 : '[' False == True ']' 2021-12-14 17:26:16.659 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-14 17:26:16.661 | + ./stack.sh:main:886 : configure_swift 2021-12-14 17:26:16.664 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2021-12-14 17:26:16.666 | + lib/swift:configure_swift:335 : local node_number 2021-12-14 17:26:16.668 | + lib/swift:configure_swift:336 : local swift_node_config 2021-12-14 17:26:16.670 | + lib/swift:configure_swift:337 : local swift_log_dir 2021-12-14 17:26:16.672 | + lib/swift:configure_swift:338 : local user_group 2021-12-14 17:26:16.674 | + lib/swift:configure_swift:341 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-12-14 17:26:17.483 | No container-auditor running 2021-12-14 17:26:17.483 | No object-server running 2021-12-14 17:26:17.483 | No account-replicator running 2021-12-14 17:26:17.483 | No object-auditor running 2021-12-14 17:26:17.484 | No account-server running 2021-12-14 17:26:17.484 | No container-updater running 2021-12-14 17:26:17.484 | No object-expirer running 2021-12-14 17:26:17.484 | No object-reconstructor running 2021-12-14 17:26:17.484 | No container-server running 2021-12-14 17:26:17.484 | No account-auditor running 2021-12-14 17:26:17.484 | No object-updater running 2021-12-14 17:26:17.484 | No proxy-server running 2021-12-14 17:26:17.484 | No container-replicator running 2021-12-14 17:26:17.484 | No container-reconciler running 2021-12-14 17:26:17.484 | No container-sync running 2021-12-14 17:26:17.484 | No container-sharder running 2021-12-14 17:26:17.484 | No object-replicator running 2021-12-14 17:26:17.484 | No account-reaper running 2021-12-14 17:26:17.534 | + lib/swift:configure_swift:341 : true 2021-12-14 17:26:17.538 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift 2021-12-14 17:26:17.555 | + lib/swift:configure_swift:344 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2021-12-14 17:26:17.566 | + lib/swift:configure_swift:346 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2021-12-14 17:26:17.569 | + lib/swift:configure_swift:359 : sudo tee /etc/rsyncd.conf 2021-12-14 17:26:17.570 | + lib/swift:configure_swift:355 : sed -e ' 2021-12-14 17:26:17.570 | s/%GROUP%//; 2021-12-14 17:26:17.570 | s/%USER%/ubuntu/; 2021-12-14 17:26:17.570 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2021-12-14 17:26:17.570 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2021-12-14 17:26:17.577 | uid = ubuntu 2021-12-14 17:26:17.577 | gid = 2021-12-14 17:26:17.577 | log file = /opt/stack/data/swift/logs/rsyncd.log 2021-12-14 17:26:17.577 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2021-12-14 17:26:17.577 | address = 127.0.0.1 2021-12-14 17:26:17.577 | 2021-12-14 17:26:17.577 | [account6612] 2021-12-14 17:26:17.577 | max connections = 25 2021-12-14 17:26:17.578 | path = /opt/stack/data/swift/1/node/ 2021-12-14 17:26:17.578 | read only = false 2021-12-14 17:26:17.578 | lock file = /opt/stack/data/swift/run/account6612.lock 2021-12-14 17:26:17.578 | 2021-12-14 17:26:17.578 | [account6622] 2021-12-14 17:26:17.578 | max connections = 25 2021-12-14 17:26:17.578 | path = /opt/stack/data/swift/2/node/ 2021-12-14 17:26:17.578 | read only = false 2021-12-14 17:26:17.578 | lock file = /opt/stack/data/swift/run/account6622.lock 2021-12-14 17:26:17.578 | 2021-12-14 17:26:17.578 | [account6632] 2021-12-14 17:26:17.578 | max connections = 25 2021-12-14 17:26:17.578 | path = /opt/stack/data/swift/3/node/ 2021-12-14 17:26:17.578 | read only = false 2021-12-14 17:26:17.578 | lock file = /opt/stack/data/swift/run/account6632.lock 2021-12-14 17:26:17.578 | 2021-12-14 17:26:17.578 | [account6642] 2021-12-14 17:26:17.578 | max connections = 25 2021-12-14 17:26:17.578 | path = /opt/stack/data/swift/4/node/ 2021-12-14 17:26:17.578 | read only = false 2021-12-14 17:26:17.578 | lock file = /opt/stack/data/swift/run/account6642.lock 2021-12-14 17:26:17.578 | 2021-12-14 17:26:17.578 | 2021-12-14 17:26:17.578 | [container6611] 2021-12-14 17:26:17.578 | max connections = 25 2021-12-14 17:26:17.578 | path = /opt/stack/data/swift/1/node/ 2021-12-14 17:26:17.578 | read only = false 2021-12-14 17:26:17.578 | lock file = /opt/stack/data/swift/run/container6611.lock 2021-12-14 17:26:17.578 | 2021-12-14 17:26:17.578 | [container6621] 2021-12-14 17:26:17.578 | max connections = 25 2021-12-14 17:26:17.578 | path = /opt/stack/data/swift/2/node/ 2021-12-14 17:26:17.578 | read only = false 2021-12-14 17:26:17.578 | lock file = /opt/stack/data/swift/run/container6621.lock 2021-12-14 17:26:17.579 | 2021-12-14 17:26:17.579 | [container6631] 2021-12-14 17:26:17.579 | max connections = 25 2021-12-14 17:26:17.579 | path = /opt/stack/data/swift/3/node/ 2021-12-14 17:26:17.579 | read only = false 2021-12-14 17:26:17.579 | lock file = /opt/stack/data/swift/run/container6631.lock 2021-12-14 17:26:17.579 | 2021-12-14 17:26:17.579 | [container6641] 2021-12-14 17:26:17.579 | max connections = 25 2021-12-14 17:26:17.579 | path = /opt/stack/data/swift/4/node/ 2021-12-14 17:26:17.579 | read only = false 2021-12-14 17:26:17.579 | lock file = /opt/stack/data/swift/run/container6641.lock 2021-12-14 17:26:17.579 | 2021-12-14 17:26:17.579 | 2021-12-14 17:26:17.579 | [object6613] 2021-12-14 17:26:17.579 | max connections = 25 2021-12-14 17:26:17.579 | path = /opt/stack/data/swift/1/node/ 2021-12-14 17:26:17.579 | read only = false 2021-12-14 17:26:17.579 | lock file = /opt/stack/data/swift/run/object6613.lock 2021-12-14 17:26:17.579 | 2021-12-14 17:26:17.579 | [object6623] 2021-12-14 17:26:17.579 | max connections = 25 2021-12-14 17:26:17.579 | path = /opt/stack/data/swift/2/node/ 2021-12-14 17:26:17.579 | read only = false 2021-12-14 17:26:17.579 | lock file = /opt/stack/data/swift/run/object6623.lock 2021-12-14 17:26:17.579 | 2021-12-14 17:26:17.579 | [object6633] 2021-12-14 17:26:17.579 | max connections = 25 2021-12-14 17:26:17.579 | path = /opt/stack/data/swift/3/node/ 2021-12-14 17:26:17.579 | read only = false 2021-12-14 17:26:17.579 | lock file = /opt/stack/data/swift/run/object6633.lock 2021-12-14 17:26:17.579 | 2021-12-14 17:26:17.579 | [object6643] 2021-12-14 17:26:17.579 | max connections = 25 2021-12-14 17:26:17.579 | path = /opt/stack/data/swift/4/node/ 2021-12-14 17:26:17.580 | read only = false 2021-12-14 17:26:17.580 | lock file = /opt/stack/data/swift/run/object6643.lock 2021-12-14 17:26:17.582 | + lib/swift:configure_swift:361 : is_ubuntu 2021-12-14 17:26:17.584 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:26:17.586 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:26:17.589 | + lib/swift:configure_swift:362 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2021-12-14 17:26:17.608 | + lib/swift:configure_swift:367 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2021-12-14 17:26:17.610 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2021-12-14 17:26:17.614 | + lib/swift:configure_swift:369 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2021-12-14 17:26:17.618 | + lib/swift:configure_swift:373 : local csyncfile=/etc/swift/container-sync-realms.conf 2021-12-14 17:26:17.620 | + lib/swift:configure_swift:374 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2021-12-14 17:26:17.624 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2021-12-14 17:26:17.649 | + lib/swift:configure_swift:376 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.53:8080/v1/ 2021-12-14 17:26:17.675 | + lib/swift:configure_swift:378 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2021-12-14 17:26:17.696 | + lib/swift:configure_swift:379 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2021-12-14 17:26:17.727 | + lib/swift:configure_swift:381 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2021-12-14 17:26:17.747 | + lib/swift:configure_swift:382 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2021-12-14 17:26:17.775 | + lib/swift:configure_swift:384 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2021-12-14 17:26:17.795 | + lib/swift:configure_swift:385 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2021-12-14 17:26:17.823 | + lib/swift:configure_swift:387 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2021-12-14 17:26:17.843 | + lib/swift:configure_swift:388 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2021-12-14 17:26:17.872 | + lib/swift:configure_swift:390 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2021-12-14 17:26:17.897 | + lib/swift:configure_swift:391 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2021-12-14 17:26:17.933 | + lib/swift:configure_swift:393 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2021-12-14 17:26:17.955 | + lib/swift:configure_swift:394 : is_service_enabled tls-proxy 2021-12-14 17:26:17.969 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:26:17.971 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2021-12-14 17:26:17.999 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2021-12-14 17:26:18.027 | + lib/swift:configure_swift:404 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2021-12-14 17:26:18.054 | + lib/swift:configure_swift:407 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2021-12-14 17:26:18.084 | + lib/swift:configure_swift:410 : is_service_enabled ceilometer 2021-12-14 17:26:18.105 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:26:18.107 | + lib/swift:configure_swift:421 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2021-12-14 17:26:18.135 | + lib/swift:configure_swift:427 : is_service_enabled s3api 2021-12-14 17:26:18.150 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:26:18.152 | + lib/swift:configure_swift:430 : is_service_enabled keystone 2021-12-14 17:26:18.167 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:26:18.170 | + lib/swift:configure_swift:431 : is_service_enabled s3api 2021-12-14 17:26:18.185 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:26:18.187 | + lib/swift:configure_swift:434 : swift_pipeline+=' authtoken keystoneauth' 2021-12-14 17:26:18.189 | + lib/swift:configure_swift:437 : swift_pipeline+=' tempauth ' 2021-12-14 17:26:18.192 | + lib/swift:configure_swift:439 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2021-12-14 17:26:18.200 | + lib/swift:configure_swift:440 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2021-12-14 17:26:18.208 | + lib/swift:configure_swift:442 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2021-12-14 17:26:18.242 | + lib/swift:configure_swift:443 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2021-12-14 17:26:18.274 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2021-12-14 17:26:18.303 | + lib/swift:configure_swift:451 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2021-12-14 17:26:18.334 | + lib/swift:configure_swift:453 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2021-12-14 17:26:18.362 | + lib/swift:configure_swift:454 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2021-12-14 17:26:18.364 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/swift/proxy-server.conf 2021-12-14 17:26:18.366 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=swift 2021-12-14 17:26:18.368 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=filter:authtoken 2021-12-14 17:26:18.371 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2021-12-14 17:26:18.399 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2021-12-14 17:26:18.432 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.53/identity 2021-12-14 17:26:18.462 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2021-12-14 17:26:18.490 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2021-12-14 17:26:18.517 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2021-12-14 17:26:18.546 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2021-12-14 17:26:18.579 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2021-12-14 17:26:18.610 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2021-12-14 17:26:18.637 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2021-12-14 17:26:18.668 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2021-12-14 17:26:18.695 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2021-12-14 17:26:18.726 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2021-12-14 17:26:18.753 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2021-12-14 17:26:18.783 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2021-12-14 17:26:18.811 | + lib/swift:configure_swift:465 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2021-12-14 17:26:18.831 | + lib/swift:configure_swift:466 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2021-12-14 17:26:18.858 | + lib/swift:configure_swift:469 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2021-12-14 17:26:18.892 | + lib/swift:configure_swift:471 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2021-12-14 17:26:18.897 | + lib/swift:configure_swift:472 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2021-12-14 17:26:18.935 | + lib/swift:configure_swift:473 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2021-12-14 17:26:18.967 | + lib/swift:configure_swift:474 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2021-12-14 17:26:18.991 | + lib/swift:configure_swift:476 : local node_number 2021-12-14 17:26:18.994 | + lib/swift:configure_swift:477 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-12-14 17:26:18.996 | + lib/swift:configure_swift:478 : local swift_node_config=/etc/swift/object-server/1.conf 2021-12-14 17:26:18.998 | + lib/swift:configure_swift:479 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2021-12-14 17:26:19.002 | + lib/swift:configure_swift:480 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2021-12-14 17:26:19.005 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2021-12-14 17:26:19.007 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-12-14 17:26:19.009 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2021-12-14 17:26:19.014 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2021-12-14 17:26:19.017 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-12-14 17:26:19.019 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-12-14 17:26:19.021 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2021-12-14 17:26:19.043 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2021-12-14 17:26:19.073 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2021-12-14 17:26:19.093 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2021-12-14 17:26:19.124 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2021-12-14 17:26:19.142 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2021-12-14 17:26:19.169 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2021-12-14 17:26:19.188 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-12-14 17:26:19.218 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2021-12-14 17:26:19.237 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-12-14 17:26:19.263 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2021-12-14 17:26:19.284 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2021-12-14 17:26:19.315 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2021-12-14 17:26:19.334 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2021-12-14 17:26:19.360 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2021-12-14 17:26:19.379 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2021-12-14 17:26:19.406 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2021-12-14 17:26:19.428 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2021-12-14 17:26:19.460 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2021-12-14 17:26:19.467 | + lib/swift:configure_swift:481 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2021-12-14 17:26:19.486 | + lib/swift:configure_swift:482 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-12-14 17:26:19.513 | + lib/swift:configure_swift:483 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2021-12-14 17:26:19.540 | + lib/swift:configure_swift:485 : swift_node_config=/etc/swift/container-server/1.conf 2021-12-14 17:26:19.542 | + lib/swift:configure_swift:486 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2021-12-14 17:26:19.546 | + lib/swift:configure_swift:487 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2021-12-14 17:26:19.549 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2021-12-14 17:26:19.551 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-12-14 17:26:19.553 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2021-12-14 17:26:19.555 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2021-12-14 17:26:19.558 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-12-14 17:26:19.560 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-12-14 17:26:19.562 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2021-12-14 17:26:19.580 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2021-12-14 17:26:19.607 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2021-12-14 17:26:19.624 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2021-12-14 17:26:19.651 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2021-12-14 17:26:19.669 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2021-12-14 17:26:19.695 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2021-12-14 17:26:19.713 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-12-14 17:26:19.740 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2021-12-14 17:26:19.758 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-12-14 17:26:19.786 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2021-12-14 17:26:19.805 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2021-12-14 17:26:19.831 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2021-12-14 17:26:19.850 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2021-12-14 17:26:19.881 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2021-12-14 17:26:19.900 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2021-12-14 17:26:19.925 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2021-12-14 17:26:19.944 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2021-12-14 17:26:19.969 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2021-12-14 17:26:19.974 | + lib/swift:configure_swift:488 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2021-12-14 17:26:19.992 | + lib/swift:configure_swift:489 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-12-14 17:26:20.023 | + lib/swift:configure_swift:491 : swift_node_config=/etc/swift/account-server/1.conf 2021-12-14 17:26:20.026 | + lib/swift:configure_swift:492 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2021-12-14 17:26:20.031 | + lib/swift:configure_swift:493 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2021-12-14 17:26:20.034 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2021-12-14 17:26:20.036 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-12-14 17:26:20.039 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2021-12-14 17:26:20.042 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2021-12-14 17:26:20.044 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-12-14 17:26:20.046 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-12-14 17:26:20.048 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2021-12-14 17:26:20.066 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2021-12-14 17:26:20.093 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2021-12-14 17:26:20.111 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2021-12-14 17:26:20.137 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2021-12-14 17:26:20.157 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2021-12-14 17:26:20.184 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2021-12-14 17:26:20.201 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-12-14 17:26:20.227 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2021-12-14 17:26:20.245 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-12-14 17:26:20.271 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2021-12-14 17:26:20.289 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2021-12-14 17:26:20.316 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2021-12-14 17:26:20.334 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2021-12-14 17:26:20.362 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2021-12-14 17:26:20.380 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2021-12-14 17:26:20.406 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2021-12-14 17:26:20.423 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2021-12-14 17:26:20.449 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2021-12-14 17:26:20.456 | + lib/swift:configure_swift:494 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2021-12-14 17:26:20.475 | + lib/swift:configure_swift:495 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-12-14 17:26:20.501 | + lib/swift:configure_swift:499 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2021-12-14 17:26:20.530 | + lib/swift:configure_swift:500 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2021-12-14 17:26:20.558 | + lib/swift:configure_swift:501 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2021-12-14 17:26:20.586 | + lib/swift:configure_swift:503 : testfile=/etc/swift/test.conf 2021-12-14 17:26:20.588 | + lib/swift:configure_swift:504 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2021-12-14 17:26:20.592 | + lib/swift:configure_swift:507 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2021-12-14 17:26:20.618 | + lib/swift:configure_swift:508 : iniset /etc/swift/test.conf func_test username swiftusertest1 2021-12-14 17:26:20.644 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2021-12-14 17:26:20.670 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2021-12-14 17:26:20.695 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2021-12-14 17:26:20.724 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2021-12-14 17:26:20.748 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2021-12-14 17:26:20.773 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test password4 testing4 2021-12-14 17:26:20.798 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test domain4 swift_test 2021-12-14 17:26:20.826 | + lib/swift:configure_swift:517 : is_service_enabled keystone 2021-12-14 17:26:20.842 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:26:20.844 | + lib/swift:configure_swift:518 : iniuncomment /etc/swift/test.conf func_test auth_version 2021-12-14 17:26:20.861 | + lib/swift:configure_swift:519 : local auth_vers 2021-12-14 17:26:20.864 | ++ lib/swift:configure_swift:520 : iniget /etc/swift/test.conf func_test auth_version 2021-12-14 17:26:20.883 | + lib/swift:configure_swift:520 : auth_vers=3 2021-12-14 17:26:20.885 | + lib/swift:configure_swift:521 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.53 2021-12-14 17:26:20.910 | + lib/swift:configure_swift:522 : [[ http == \h\t\t\p\s ]] 2021-12-14 17:26:20.912 | + lib/swift:configure_swift:525 : iniset /etc/swift/test.conf func_test auth_port 80 2021-12-14 17:26:20.936 | + lib/swift:configure_swift:527 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.53/identity 2021-12-14 17:26:20.965 | + lib/swift:configure_swift:528 : [[ 3 == \3 ]] 2021-12-14 17:26:20.967 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2021-12-14 17:26:20.991 | + lib/swift:configure_swift:533 : is_service_enabled tls-proxy 2021-12-14 17:26:21.006 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:26:21.008 | + lib/swift:configure_swift:539 : local user_group 2021-12-14 17:26:21.011 | ++ lib/swift:configure_swift:540 : id -g ubuntu 2021-12-14 17:26:21.015 | + lib/swift:configure_swift:540 : user_group=1000 2021-12-14 17:26:21.017 | + lib/swift:configure_swift:541 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2021-12-14 17:26:21.034 | + lib/swift:configure_swift:543 : local swift_log_dir=/opt/stack/data/swift/logs 2021-12-14 17:26:21.037 | + lib/swift:configure_swift:544 : sudo rm -rf /opt/stack/data/swift/logs 2021-12-14 17:26:21.047 | + lib/swift:configure_swift:545 : local swift_log_group=adm 2021-12-14 17:26:21.051 | + lib/swift:configure_swift:546 : is_suse 2021-12-14 17:26:21.053 | + functions-common:is_suse:462 : is_opensuse 2021-12-14 17:26:21.056 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-14 17:26:21.058 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-14 17:26:21.061 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-14 17:26:21.064 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-14 17:26:21.066 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-14 17:26:21.069 | + lib/swift:configure_swift:549 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2021-12-14 17:26:21.081 | + lib/swift:configure_swift:551 : [[ False != \F\a\l\s\e ]] 2021-12-14 17:26:21.084 | + lib/swift:configure_swift:559 : '[' False == True ']' 2021-12-14 17:26:21.087 | + ./stack.sh:main:889 : is_service_enabled s3api 2021-12-14 17:26:21.103 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:26:21.106 | + ./stack.sh:main:895 : is_service_enabled g-api n-api 2021-12-14 17:26:21.122 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:26:21.124 | + ./stack.sh:main:897 : stack_install_service glance 2021-12-14 17:26:21.127 | + lib/stack:stack_install_service:20 : local service=glance 2021-12-14 17:26:21.130 | + lib/stack:stack_install_service:21 : type install_glance 2021-12-14 17:26:21.132 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-14 17:26:21.135 | + lib/stack:stack_install_service:32 : install_glance 2021-12-14 17:26:21.137 | + lib/glance:install_glance:358 : glance_store_extras=() 2021-12-14 17:26:21.141 | + lib/glance:install_glance:358 : local glance_store_extras 2021-12-14 17:26:21.144 | + lib/glance:install_glance:360 : is_service_enabled cinder 2021-12-14 17:26:21.166 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:26:21.170 | + lib/glance:install_glance:361 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2021-12-14 17:26:21.174 | + lib/glance:install_glance:364 : is_service_enabled swift 2021-12-14 17:26:21.192 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:26:21.195 | + lib/glance:install_glance:365 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2021-12-14 17:26:21.198 | + lib/glance:install_glance:370 : use_library_from_git glance_store 2021-12-14 17:26:21.200 | + inc/python:use_library_from_git:263 : local name=glance_store 2021-12-14 17:26:21.203 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:26:21.205 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:26:21.208 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,glance_store, ]] 2021-12-14 17:26:21.211 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:26:21.214 | ++ lib/glance:install_glance:375 : join_extras swift cinder 2021-12-14 17:26:21.217 | ++ inc/python:join_extras:29 : local IFS=, 2021-12-14 17:26:21.220 | ++ inc/python:join_extras:30 : echo swift,cinder 2021-12-14 17:26:21.223 | + lib/glance:install_glance:375 : pip_install_gr_extras glance-store swift,cinder 2021-12-14 17:26:21.226 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2021-12-14 17:26:21.228 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2021-12-14 17:26:21.231 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2021-12-14 17:26:21.234 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2021-12-14 17:26:21.237 | ++ inc/python:get_version_constraints_from_global_requirements:250 : local package=glance-store 2021-12-14 17:26:21.239 | ++ inc/python:get_version_constraints_from_global_requirements:251 : local required_pkg_version_constraint 2021-12-14 17:26:21.243 | +++ inc/python:get_version_constraints_from_global_requirements:253 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2021-12-14 17:26:21.244 | +++ inc/python:get_version_constraints_from_global_requirements:253 : cut -d# -f1 2021-12-14 17:26:21.248 | ++ inc/python:get_version_constraints_from_global_requirements:253 : required_pkg_version_constraint='!=0.29.0 ' 2021-12-14 17:26:21.251 | ++ inc/python:get_version_constraints_from_global_requirements:254 : [[ !=0.29.0 == '' ]] 2021-12-14 17:26:21.253 | ++ inc/python:get_version_constraints_from_global_requirements:257 : echo '!=0.29.0' 2021-12-14 17:26:21.257 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2021-12-14 17:26:21.259 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2021-12-14 17:26:21.279 | Using python 3.6 to install glance-store[swift,cinder]!=0.29.0 because python3_enabled=True 2021-12-14 17:26:21.284 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2021-12-14 17:26:23.946 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:26:23.947 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-14 17:26:23.947 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.948 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.948 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.949 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.949 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.949 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.950 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.950 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.951 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.951 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.952 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.952 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.953 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.953 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.953 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.954 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.954 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.955 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.955 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.955 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.956 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.956 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.957 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.957 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.958 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.960 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.960 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.961 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.961 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.962 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.962 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.963 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.963 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.964 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.964 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.964 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.965 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.965 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.966 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.966 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.966 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.967 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.967 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.967 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.968 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.968 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.969 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.969 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.970 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.970 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.971 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.971 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.971 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.972 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.972 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.973 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.973 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.974 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.974 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.974 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.975 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.976 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.976 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.977 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.978 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.978 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.979 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.979 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.980 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.981 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.981 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.981 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.982 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.982 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.982 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.983 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.983 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.984 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.984 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.985 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.985 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.986 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.986 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.987 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.987 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.987 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.988 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.988 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.989 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.989 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.990 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.990 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.991 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.991 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.992 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.992 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.993 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.993 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.994 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.995 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.995 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.996 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.996 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.997 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.997 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.998 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.998 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:23.998 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:23.999 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:23.999 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.000 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.000 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.000 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.001 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.001 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.002 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.002 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.003 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.003 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.004 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.004 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.005 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.005 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.005 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.006 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.006 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.007 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.007 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.008 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.008 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.009 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.009 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.009 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.010 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.010 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.011 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.011 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.011 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.012 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.012 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.013 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.013 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.014 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.014 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.014 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.015 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.015 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.016 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.016 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.017 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.017 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.018 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.018 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.019 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.019 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.019 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.020 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.020 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.021 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.021 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.021 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.022 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.022 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.023 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.023 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.023 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.024 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.024 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.025 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.025 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.025 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.026 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.026 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.027 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.027 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.028 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.028 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.028 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.029 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.029 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.029 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.030 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.030 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.031 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.031 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.031 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.032 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.032 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.033 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.033 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.033 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.034 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.034 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.035 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.035 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.035 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.036 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.036 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.036 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.037 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.037 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.038 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.038 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.038 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.039 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.039 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.040 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.040 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.040 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.041 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.041 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.042 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.042 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.042 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.043 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.043 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.043 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.044 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.044 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.045 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.045 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.046 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.062 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.062 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.063 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.063 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.064 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.064 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.064 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.065 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.065 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.066 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.067 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.067 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.068 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.069 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.069 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.070 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.070 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.071 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.071 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.072 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.072 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.072 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.073 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.073 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.074 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.074 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.075 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.075 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.075 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.076 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.076 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.077 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.077 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.077 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.078 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.078 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.079 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.079 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.080 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.080 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.080 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.081 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.081 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.082 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.082 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.082 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.083 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.083 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.084 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.084 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.085 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.085 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.085 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.086 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.086 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.087 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.087 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.088 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.088 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.089 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.089 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.089 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.090 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.090 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.090 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.091 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.091 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.092 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.092 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.092 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.093 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.093 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.094 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.094 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.095 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.095 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.095 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.096 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.096 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.097 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.097 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.098 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.098 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.098 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.099 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.099 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.100 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.100 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.100 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.101 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.101 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.102 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.102 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.103 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.103 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.103 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.104 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.104 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.105 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.105 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.105 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.106 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.106 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.107 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.107 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.108 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.108 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.109 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.109 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.110 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.110 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.111 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.111 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.112 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.112 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.113 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.113 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.113 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.114 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.114 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.115 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.115 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.115 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.116 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.116 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.117 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.117 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.118 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.118 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.119 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.119 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.119 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.120 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.120 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.121 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.121 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.122 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.122 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.122 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.123 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.123 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.124 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.124 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.125 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.125 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.125 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.126 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.126 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.127 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.127 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.128 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.128 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.128 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.129 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.129 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.130 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.130 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.130 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.131 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.131 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.132 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.132 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.133 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.134 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.134 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.134 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.135 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.135 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.136 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.136 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.136 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.137 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.137 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.138 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.138 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.139 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.139 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.139 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.140 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.140 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.141 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.141 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.142 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.142 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.142 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.143 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.144 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.144 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.145 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.145 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.146 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.146 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.147 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:24.147 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:24.147 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:24.311 | Collecting glance-store===2.0.1 2021-12-14 17:26:24.321 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a85/dd1de1f97b3c1/glance_store-2.0.1-py2.py3-none-any.whl (209 kB) 2021-12-14 17:26:24.500 | Requirement already satisfied: httplib2===0.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) (0.17.2) 2021-12-14 17:26:24.502 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.2.0) 2021-12-14 17:26:24.537 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (4.0.0) 2021-12-14 17:26:24.801 | Collecting os-brick===3.0.8 2021-12-14 17:26:24.809 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/267/0716380e03849/os_brick-3.0.8-py3-none-any.whl (249 kB) 2021-12-14 17:26:24.919 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.7.0) 2021-12-14 17:26:24.923 | Requirement already satisfied: os-win===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 463)) (5.0.2) 2021-12-14 17:26:24.945 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (4.0.3) 2021-12-14 17:26:24.958 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (8.0.5) 2021-12-14 17:26:24.972 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.0.3) 2021-12-14 17:26:24.978 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (4.0.1) 2021-12-14 17:26:24.986 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (4.1.3) 2021-12-14 17:26:25.031 | Requirement already satisfied: oslo.privsep===2.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (2.1.2) 2021-12-14 17:26:25.047 | Requirement already satisfied: oslo.rootwrap===6.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (6.0.2) 2021-12-14 17:26:25.051 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526)) (3.1.2) 2021-12-14 17:26:25.064 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (2.1.1) 2021-12-14 17:26:25.095 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (4.1.2) 2021-12-14 17:26:25.113 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (5.4.5) 2021-12-14 17:26:25.115 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 603)) (0.9.6) 2021-12-14 17:26:25.118 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (2.4.7) 2021-12-14 17:26:25.121 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 614)) (0.16.0) 2021-12-14 17:26:25.271 | Collecting python-cinderclient===7.0.2 2021-12-14 17:26:25.278 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/161/797c9b42827cb/python_cinderclient-7.0.2-py3-none-any.whl (276 kB) 2021-12-14 17:26:25.381 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 652)) (2.8.1) 2021-12-14 17:26:25.387 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 684)) (4.0.0) 2021-12-14 17:26:25.522 | Collecting python-swiftclient===3.9.1 2021-12-14 17:26:25.531 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b7e/4bd4ef6ee026f/python_swiftclient-3.9.1-py2.py3-none-any.whl (84 kB) 2021-12-14 17:26:25.625 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 772)) (2019.3) 2021-12-14 17:26:25.629 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (2.23.0) 2021-12-14 17:26:25.733 | Collecting retrying===1.3.3 2021-12-14 17:26:25.740 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2021-12-14 17:26:25.838 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 799)) (1.4.0) 2021-12-14 17:26:25.842 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 829)) (3.17.0) 2021-12-14 17:26:25.846 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (1.14.0) 2021-12-14 17:26:25.849 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 900)) (1.32.0) 2021-12-14 17:26:25.855 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.25.8) 2021-12-14 17:26:25.877 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 994)) (1.2.3) 2021-12-14 17:26:25.880 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (0.26.1) 2021-12-14 17:26:25.889 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (1.6.0) 2021-12-14 17:26:25.909 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-12-14 17:26:25.957 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 325)) (49.6.0) 2021-12-14 17:26:26.012 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (0.1.12) 2021-12-14 17:26:26.015 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-14 17:26:26.020 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.14.1) 2021-12-14 17:26:26.026 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (0.7.19) 2021-12-14 17:26:26.033 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-14 17:26:26.036 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-12-14 17:26:26.052 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-14 17:26:26.060 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (0.4.15) 2021-12-14 17:26:26.063 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (0.6.2) 2021-12-14 17:26:26.066 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-12-14 17:26:26.074 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-12-14 17:26:26.082 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-14 17:26:26.097 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-12-14 17:26:26.106 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (3.0.0) 2021-12-14 17:26:26.117 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (0.10.9) 2021-12-14 17:26:26.120 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (0.7.2) 2021-12-14 17:26:26.123 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-14 17:26:26.125 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-14 17:26:26.128 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.9) 2021-12-14 17:26:26.132 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.15.0) 2021-12-14 17:26:26.134 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (1.5) 2021-12-14 17:26:26.137 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1004)) (3.1.0) 2021-12-14 17:26:26.149 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 988)) (1.12.1) 2021-12-14 17:26:26.151 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (2.20) 2021-12-14 17:26:26.154 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 786)) (0.7) 2021-12-14 17:26:26.162 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 927)) (2.4.0) 2021-12-14 17:26:26.181 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 946)) (1.4.0) 2021-12-14 17:26:26.185 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 700)) (1.6.0) 2021-12-14 17:26:26.187 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (1.0.0) 2021-12-14 17:26:26.190 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 967)) (1.1.0) 2021-12-14 17:26:26.197 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (1.0.0) 2021-12-14 17:26:26.200 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 967)) (1.4.0) 2021-12-14 17:26:27.548 | Installing collected packages: retrying, os-brick, python-cinderclient, python-swiftclient, glance-store 2021-12-14 17:26:28.550 | Successfully installed glance-store-2.0.1 os-brick-3.0.8 python-cinderclient-7.0.2 python-swiftclient-3.9.1 retrying-1.3.3 2021-12-14 17:26:28.665 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:26:28.665 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:26:28.759 | + inc/python:pip_install:207 : result=0 2021-12-14 17:26:28.763 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:26:28.766 | + functions-common:time_stop:2331 : local name 2021-12-14 17:26:28.770 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:26:28.774 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:26:28.776 | + functions-common:time_stop:2334 : local total 2021-12-14 17:26:28.779 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:26:28.781 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:26:28.784 | + functions-common:time_stop:2338 : start_time=1639502781274 2021-12-14 17:26:28.786 | + functions-common:time_stop:2340 : [[ -z 1639502781274 ]] 2021-12-14 17:26:28.789 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:26:28.793 | + functions-common:time_stop:2343 : end_time=1639502788790 2021-12-14 17:26:28.795 | + functions-common:time_stop:2344 : elapsed_time=7516 2021-12-14 17:26:28.798 | + functions-common:time_stop:2345 : total=128901 2021-12-14 17:26:28.800 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:26:28.802 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=136417 2021-12-14 17:26:28.806 | + inc/python:pip_install:210 : return 0 2021-12-14 17:26:28.809 | + lib/glance:install_glance:378 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance stable/ussuri 2021-12-14 17:26:28.812 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/glance.git 2021-12-14 17:26:28.815 | + functions-common:git_clone:524 : local git_dest=/opt/stack/glance 2021-12-14 17:26:28.818 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-14 17:26:28.820 | + functions-common:git_clone:526 : local orig_dir 2021-12-14 17:26:28.824 | ++ functions-common:git_clone:527 : pwd 2021-12-14 17:26:28.827 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-14 17:26:28.829 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-14 17:26:28.833 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-14 17:26:28.852 | + functions-common:git_clone:530 : RECLONE=False 2021-12-14 17:26:28.855 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-14 17:26:28.857 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-14 17:26:28.860 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-14 17:26:28.860 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-14 17:26:28.865 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/glance ]] 2021-12-14 17:26:28.867 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-14 17:26:28.870 | + functions-common:git_clone:592 : cd /opt/stack/glance 2021-12-14 17:26:28.873 | + functions-common:git_clone:593 : git show --oneline 2021-12-14 17:26:28.873 | + functions-common:git_clone:593 : head -1 2021-12-14 17:26:28.875 | e11b0e740 Merge "Add 20.1.1 reno" into stable/ussuri 2021-12-14 17:26:28.878 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-14 17:26:28.880 | + lib/glance:install_glance:380 : setup_develop /opt/stack/glance 2021-12-14 17:26:28.883 | + inc/python:setup_develop:351 : local bindep 2021-12-14 17:26:28.886 | + inc/python:setup_develop:352 : [[ /opt/stack/glance == -bindep* ]] 2021-12-14 17:26:28.888 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/glance 2021-12-14 17:26:28.891 | + inc/python:setup_develop:357 : local extras= 2021-12-14 17:26:28.894 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/glance -e 2021-12-14 17:26:28.897 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-12-14 17:26:28.899 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/glance == -bindep* ]] 2021-12-14 17:26:28.902 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/glance 2021-12-14 17:26:28.905 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-12-14 17:26:28.907 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-12-14 17:26:28.911 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/glance 2021-12-14 17:26:28.913 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-12-14 17:26:28.916 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/glance 2021-12-14 17:26:28.919 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-12-14 17:26:28.922 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-12-14 17:26:28.925 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2021-12-14 17:26:28.930 | + inc/python:_setup_package_with_constraints_edit:396 : name=glance 2021-12-14 17:26:28.933 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance' 2021-12-14 17:26:29.946 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/glance -e 2021-12-14 17:26:29.950 | + inc/python:setup_package:430 : local bindep=0 2021-12-14 17:26:29.953 | + inc/python:setup_package:431 : local bindep_flag= 2021-12-14 17:26:29.956 | + inc/python:setup_package:432 : local bindep_profiles= 2021-12-14 17:26:29.959 | + inc/python:setup_package:433 : [[ /opt/stack/glance == -bindep* ]] 2021-12-14 17:26:29.963 | + inc/python:setup_package:438 : local project_dir=/opt/stack/glance 2021-12-14 17:26:29.965 | + inc/python:setup_package:439 : local flags=-e 2021-12-14 17:26:29.968 | + inc/python:setup_package:440 : local extras= 2021-12-14 17:26:29.971 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-12-14 17:26:29.973 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-12-14 17:26:29.975 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-12-14 17:26:29.978 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-12-14 17:26:29.981 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-12-14 17:26:29.983 | + inc/python:setup_package:458 : pip_install -e /opt/stack/glance 2021-12-14 17:26:30.003 | Using python 3.6 to install /opt/stack/glance because python3_enabled=True 2021-12-14 17:26:30.008 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2021-12-14 17:26:32.682 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:26:32.682 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-14 17:26:32.683 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.683 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.684 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.684 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.685 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.685 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.685 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.686 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.686 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.687 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.687 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.688 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.688 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.688 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.689 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.689 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.690 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.690 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.691 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.691 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.691 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.692 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.692 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.693 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.693 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.695 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.696 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.696 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.697 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.697 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.698 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.698 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.699 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.699 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.699 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.700 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.700 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.700 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.701 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.701 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.702 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.702 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.702 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.703 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.703 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.704 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.704 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.705 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.705 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.705 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.706 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.706 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.707 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.707 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.707 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.708 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.709 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.709 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.709 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.710 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.711 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.711 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.711 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.713 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.713 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.713 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.714 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.715 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.715 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.716 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.717 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.717 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.717 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.718 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.718 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.719 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.719 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.720 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.720 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.720 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.721 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.722 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.722 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.722 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.723 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.723 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.724 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.724 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.725 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.725 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.726 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.726 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.726 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.727 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.728 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.728 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.728 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.729 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.729 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.730 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.730 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.731 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.731 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.732 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.732 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.733 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.733 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.734 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.734 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.734 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.735 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.735 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.736 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.736 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.737 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.737 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.738 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.738 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.739 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.739 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.739 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.740 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.740 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.741 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.741 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.742 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.742 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.743 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.743 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.744 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.744 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.744 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.745 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.745 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.746 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.746 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.747 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.747 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.747 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.748 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.748 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.749 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.749 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.749 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.750 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.751 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.751 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.751 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.752 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.752 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.753 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.753 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.753 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.754 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.754 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.755 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.755 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.755 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.756 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.756 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.757 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.757 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.757 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.758 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.759 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.759 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.759 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.760 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.760 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.761 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.761 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.761 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.762 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.762 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.762 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.763 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.763 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.764 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.764 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.765 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.765 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.765 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.766 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.766 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.767 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.767 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.767 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.768 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.768 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.769 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.769 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.770 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.770 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.770 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.771 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.787 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.788 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.788 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.788 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.789 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.789 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.790 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.791 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.791 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.791 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.792 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.792 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.792 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.793 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.793 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.794 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.794 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.795 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.795 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.795 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.796 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.796 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.797 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.797 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.797 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.798 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.798 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.799 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.799 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.799 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.800 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.800 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.801 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.801 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.802 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.802 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.802 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.804 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.804 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.804 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.806 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.806 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.806 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.807 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.807 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.808 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.808 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.809 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.809 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.810 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.811 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.811 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.812 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.812 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.813 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.813 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.813 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.814 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.814 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.815 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.815 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.816 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.816 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.816 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.817 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.817 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.818 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.818 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.819 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.819 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.819 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.820 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.820 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.821 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.821 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.822 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.822 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.822 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.823 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.823 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.824 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.824 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.825 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.825 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.825 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.826 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.826 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.827 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.827 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.828 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.828 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.828 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.829 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.829 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.829 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.830 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.830 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.831 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.831 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.832 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.832 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.832 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.833 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.833 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.834 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.834 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.835 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.835 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.835 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.836 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.836 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.837 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.837 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.838 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.838 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.838 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.839 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.839 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.840 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.840 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.841 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.841 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.841 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.842 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.842 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.843 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.843 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.843 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.844 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.844 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.845 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.845 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.846 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.846 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.847 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.848 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.848 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.848 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.849 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.849 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.850 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.850 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.851 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.851 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.851 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.852 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.852 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.853 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.853 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.854 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.854 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.855 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.855 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.855 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.856 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.856 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.857 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.857 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.858 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.858 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.858 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.859 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.859 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.860 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.860 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.861 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.861 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.862 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.862 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.863 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.863 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.863 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.864 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.864 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.865 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.865 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.865 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.866 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.866 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.866 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.867 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.868 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.868 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.868 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.869 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.869 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.870 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.870 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.871 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.871 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.872 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.872 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.873 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.873 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.873 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.874 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.874 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.875 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.875 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.876 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.876 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.876 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.877 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.877 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.878 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.878 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.878 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.879 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.879 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.880 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.880 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.881 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.881 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.882 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.882 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.883 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.883 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.884 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.884 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.885 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:32.885 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:32.886 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:32.886 | Obtaining file:///opt/stack/glance 2021-12-14 17:26:34.265 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-14 17:26:35.608 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-12-14 17:26:35.616 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-12-14 17:26:35.624 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-12-14 17:26:35.633 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-12-14 17:26:35.797 | Collecting WSME===0.10.0 2021-12-14 17:26:35.812 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e1/2c01e2820134f/WSME-0.10.0-py3-none-any.whl (60 kB) 2021-12-14 17:26:35.906 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-14 17:26:35.920 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-12-14 17:26:36.068 | Collecting castellan===3.0.4 2021-12-14 17:26:36.074 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e01/891bf9bf444e0/castellan-3.0.4-py3-none-any.whl (90 kB) 2021-12-14 17:26:36.171 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (2.9) 2021-12-14 17:26:36.293 | Collecting cursive===0.2.2 2021-12-14 17:26:36.301 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2021-12-14 17:26:36.384 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-12-14 17:26:36.392 | Requirement already satisfied: defusedxml===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (0.6.0) 2021-12-14 17:26:36.398 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (0.26.1) 2021-12-14 17:26:36.408 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (2.1.1) 2021-12-14 17:26:36.414 | Requirement already satisfied: glance-store===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 268)) (2.0.1) 2021-12-14 17:26:36.498 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (0.4.15) 2021-12-14 17:26:36.502 | Requirement already satisfied: httplib2===0.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) (0.17.2) 2021-12-14 17:26:36.504 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (0.1.12) 2021-12-14 17:26:36.507 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.2.0) 2021-12-14 17:26:36.539 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (4.0.0) 2021-12-14 17:26:36.606 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (9.0.0) 2021-12-14 17:26:36.666 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (1.5) 2021-12-14 17:26:36.668 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (0.7.19) 2021-12-14 17:26:36.671 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.7.0) 2021-12-14 17:26:36.676 | Requirement already satisfied: os-win===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 463)) (5.0.2) 2021-12-14 17:26:36.698 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (2.3.1) 2021-12-14 17:26:36.734 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (4.0.3) 2021-12-14 17:26:36.747 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (8.0.5) 2021-12-14 17:26:36.761 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.0.3) 2021-12-14 17:26:36.767 | Requirement already satisfied: oslo.db===8.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) (8.1.1) 2021-12-14 17:26:36.822 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (4.0.1) 2021-12-14 17:26:36.831 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (4.1.3) 2021-12-14 17:26:36.874 | Requirement already satisfied: oslo.messaging===12.1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (12.1.6) 2021-12-14 17:26:36.939 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 506)) (4.0.2) 2021-12-14 17:26:36.983 | Requirement already satisfied: oslo.policy===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (3.1.2) 2021-12-14 17:26:37.001 | Requirement already satisfied: oslo.reports===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (2.0.1) 2021-12-14 17:26:37.016 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526)) (3.1.2) 2021-12-14 17:26:37.030 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (2.1.1) 2021-12-14 17:26:37.058 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (1.0.1) 2021-12-14 17:26:37.068 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (4.1.2) 2021-12-14 17:26:37.085 | Requirement already satisfied: osprofiler===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (3.1.0) 2021-12-14 17:26:37.130 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (5.4.5) 2021-12-14 17:26:37.133 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (0.7.2) 2021-12-14 17:26:37.136 | Requirement already satisfied: psutil===5.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 582)) (5.7.0) 2021-12-14 17:26:37.141 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 588)) (19.1.0) 2021-12-14 17:26:37.157 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 593)) (3.0.0) 2021-12-14 17:26:37.170 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 603)) (0.9.6) 2021-12-14 17:26:37.173 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (2.4.7) 2021-12-14 17:26:37.177 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 614)) (0.16.0) 2021-12-14 17:26:37.298 | Collecting python-barbicanclient===4.10.0 2021-12-14 17:26:37.305 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/db4/5b44e5682dc6d/python_barbicanclient-4.10.0-py3-none-any.whl (82 kB) 2021-12-14 17:26:37.396 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 652)) (2.8.1) 2021-12-14 17:26:37.401 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 657)) (1.0.4) 2021-12-14 17:26:37.404 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 684)) (4.0.0) 2021-12-14 17:26:37.423 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 772)) (2019.3) 2021-12-14 17:26:37.428 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 786)) (0.7) 2021-12-14 17:26:37.436 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (2.23.0) 2021-12-14 17:26:37.458 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 797)) (1.3.3) 2021-12-14 17:26:37.463 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 799)) (1.4.0) 2021-12-14 17:26:37.547 | Collecting simplegeneric===0.8.1 2021-12-14 17:26:37.554 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2021-12-14 17:26:38.299 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (1.14.0) 2021-12-14 17:26:38.302 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 893)) (0.13.0) 2021-12-14 17:26:38.313 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 894)) (0.3.1) 2021-12-14 17:26:38.316 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 895)) (3.3.0) 2021-12-14 17:26:38.319 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 900)) (1.32.0) 2021-12-14 17:26:38.491 | Collecting taskflow===4.1.0 2021-12-14 17:26:38.497 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/92b/5da73d9bdbc5d/taskflow-4.1.0-py3-none-any.whl (490 kB) 2021-12-14 17:26:38.649 | Requirement already satisfied: tenacity===6.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 923)) (6.1.0) 2021-12-14 17:26:38.662 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 926)) (2.0.1) 2021-12-14 17:26:38.672 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 927)) (0.5.0) 2021-12-14 17:26:38.678 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 928)) (2.4.0) 2021-12-14 17:26:38.697 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 947)) (1.4.0) 2021-12-14 17:26:38.701 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 968)) (1.1.0) 2021-12-14 17:26:38.708 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 970)) (1.25.8) 2021-12-14 17:26:38.731 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 989)) (1.12.1) 2021-12-14 17:26:38.734 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 995)) (1.2.3) 2021-12-14 17:26:38.738 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-12-14 17:26:38.746 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-14 17:26:38.751 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-14 17:26:38.755 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.15.0) 2021-12-14 17:26:38.758 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-12-14 17:26:38.801 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (1.6.0) 2021-12-14 17:26:38.820 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 325)) (49.6.0) 2021-12-14 17:26:38.866 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (0.9.0) 2021-12-14 17:26:38.870 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.14.1) 2021-12-14 17:26:38.875 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-14 17:26:38.879 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2.5.2) 2021-12-14 17:26:38.885 | Requirement already satisfied: cachetools===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (4.1.0) 2021-12-14 17:26:38.888 | Requirement already satisfied: kombu===4.6.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.6.8) 2021-12-14 17:26:38.935 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-12-14 17:26:38.943 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (0.6.2) 2021-12-14 17:26:38.946 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (3.0.0) 2021-12-14 17:26:38.958 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (0.10.9) 2021-12-14 17:26:38.962 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (3.1.0) 2021-12-14 17:26:38.977 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-14 17:26:38.980 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.9) 2021-12-14 17:26:38.984 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-14 17:26:38.986 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (4.4.2) 2021-12-14 17:26:38.990 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-12-14 17:26:39.080 | Collecting pydot===1.4.1 2021-12-14 17:26:39.087 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67b/e714300c78fda/pydot-1.4.1-py2.py3-none-any.whl (19 kB) 2021-12-14 17:26:39.280 | Collecting automaton===2.0.1 2021-12-14 17:26:39.287 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/869/0800a16118ebf/automaton-2.0.1-py3-none-any.whl (22 kB) 2021-12-14 17:26:39.525 | Collecting networkx===2.4 2021-12-14 17:26:39.535 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cdf/bf698749a5014/networkx-2.4-py3-none-any.whl (1.6 MB) 2021-12-14 17:26:39.724 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 700)) (1.6.0) 2021-12-14 17:26:39.727 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (1.0.0) 2021-12-14 17:26:39.729 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (1.0.0) 2021-12-14 17:26:39.732 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 968)) (1.4.0) 2021-12-14 17:26:39.735 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-12-14 17:26:39.738 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (2.20) 2021-12-14 17:26:39.741 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1005)) (3.1.0) 2021-12-14 17:26:39.753 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 972)) (1.3.0) 2021-12-14 17:26:39.756 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (0.8.9) 2021-12-14 17:26:39.774 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 611)) (1.8.0) 2021-12-14 17:26:39.776 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 980)) (0.1.9) 2021-12-14 17:26:39.780 | Building wheels for collected packages: simplegeneric 2021-12-14 17:26:39.780 | Building wheel for simplegeneric (setup.py): started 2021-12-14 17:26:40.496 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2021-12-14 17:26:40.498 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5074 sha256=afde01ed99ca815c97585ef7d0dec7151bac26d2096bade1bf268b39ed6df01d 2021-12-14 17:26:40.498 | Stored in directory: /root/.cache/pip/wheels/17/b5/18/7c8e3ef2ac5cd764f26ea6ec4bfd228353d17b72c30045fad4 2021-12-14 17:26:40.499 | Successfully built simplegeneric 2021-12-14 17:26:41.528 | Installing collected packages: pydot, automaton, networkx, taskflow, simplegeneric, WSME, python-barbicanclient, castellan, cursive, glance 2021-12-14 17:26:43.875 | Running setup.py develop for glance 2021-12-14 17:26:45.484 | Successfully installed WSME-0.10.0 automaton-2.0.1 castellan-3.0.4 cursive-0.2.2 glance networkx-2.4 pydot-1.4.1 python-barbicanclient-4.10.0 simplegeneric-0.8.1 taskflow-4.1.0 2021-12-14 17:26:45.602 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:26:45.602 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:26:45.702 | + inc/python:pip_install:207 : result=0 2021-12-14 17:26:45.706 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:26:45.709 | + functions-common:time_stop:2331 : local name 2021-12-14 17:26:45.713 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:26:45.716 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:26:45.719 | + functions-common:time_stop:2334 : local total 2021-12-14 17:26:45.722 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:26:45.726 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:26:45.728 | + functions-common:time_stop:2338 : start_time=1639502789998 2021-12-14 17:26:45.731 | + functions-common:time_stop:2340 : [[ -z 1639502789998 ]] 2021-12-14 17:26:45.733 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:26:45.737 | + functions-common:time_stop:2343 : end_time=1639502805734 2021-12-14 17:26:45.739 | + functions-common:time_stop:2344 : elapsed_time=15736 2021-12-14 17:26:45.741 | + functions-common:time_stop:2345 : total=136417 2021-12-14 17:26:45.744 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:26:45.746 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=152153 2021-12-14 17:26:45.749 | + inc/python:pip_install:210 : return 0 2021-12-14 17:26:45.751 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-12-14 17:26:45.754 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-12-14 17:26:45.756 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-12-14 17:26:45.774 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-12-14 17:26:45.786 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/glance 2021-12-14 17:26:45.788 | + inc/python:use_library_from_git:263 : local name=/opt/stack/glance 2021-12-14 17:26:45.791 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:26:45.793 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:26:45.796 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/glance, ]] 2021-12-14 17:26:45.799 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:26:45.801 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-14 17:26:45.803 | + ./stack.sh:main:898 : configure_glance 2021-12-14 17:26:45.806 | + lib/glance:configure_glance:136 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2021-12-14 17:26:45.818 | + lib/glance:configure_glance:139 : iniset /etc/glance/glance-registry.conf DEFAULT debug True 2021-12-14 17:26:45.844 | + lib/glance:configure_glance:140 : iniset /etc/glance/glance-registry.conf DEFAULT bind_host 0.0.0.0 2021-12-14 17:26:45.871 | + lib/glance:configure_glance:141 : iniset /etc/glance/glance-registry.conf DEFAULT workers 2 2021-12-14 17:26:45.897 | + lib/glance:configure_glance:142 : local dburl 2021-12-14 17:26:45.900 | ++ lib/glance:configure_glance:143 : database_connection_url glance 2021-12-14 17:26:45.903 | ++ lib/database:database_connection_url:132 : local db=glance 2021-12-14 17:26:45.905 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2021-12-14 17:26:45.907 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2021-12-14 17:26:45.910 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-12-14 17:26:45.912 | + lib/glance:configure_glance:143 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-12-14 17:26:45.915 | + lib/glance:configure_glance:144 : iniset /etc/glance/glance-registry.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-12-14 17:26:45.940 | + lib/glance:configure_glance:145 : iniset /etc/glance/glance-registry.conf DEFAULT use_syslog False 2021-12-14 17:26:45.965 | + lib/glance:configure_glance:146 : iniset /etc/glance/glance-registry.conf paste_deploy flavor keystone 2021-12-14 17:26:45.990 | + lib/glance:configure_glance:147 : configure_keystone_authtoken_middleware /etc/glance/glance-registry.conf glance 2021-12-14 17:26:45.993 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-registry.conf 2021-12-14 17:26:45.995 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2021-12-14 17:26:45.998 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-12-14 17:26:46.000 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-registry.conf keystone_authtoken auth_type password 2021-12-14 17:26:46.026 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-registry.conf keystone_authtoken interface public 2021-12-14 17:26:46.050 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-registry.conf keystone_authtoken auth_url http://10.222.0.53/identity 2021-12-14 17:26:46.075 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-registry.conf keystone_authtoken username glance 2021-12-14 17:26:46.099 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-registry.conf keystone_authtoken password Passw0rd 2021-12-14 17:26:46.125 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-registry.conf keystone_authtoken user_domain_name Default 2021-12-14 17:26:46.150 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-registry.conf keystone_authtoken project_name service 2021-12-14 17:26:46.174 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-registry.conf keystone_authtoken project_domain_name Default 2021-12-14 17:26:46.206 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-registry.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-12-14 17:26:46.235 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-registry.conf keystone_authtoken memcached_servers localhost:11211 2021-12-14 17:26:46.260 | + lib/glance:configure_glance:148 : iniset /etc/glance/glance-registry.conf oslo_messaging_notifications driver messagingv2 2021-12-14 17:26:46.288 | + lib/glance:configure_glance:149 : iniset_rpc_backend glance /etc/glance/glance-registry.conf 2021-12-14 17:26:46.291 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2021-12-14 17:26:46.293 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-registry.conf 2021-12-14 17:26:46.295 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-12-14 17:26:46.298 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-12-14 17:26:46.300 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-14 17:26:46.315 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:26:46.318 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-12-14 17:26:46.320 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-12-14 17:26:46.322 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-14 17:26:46.337 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:26:46.340 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/ 2021-12-14 17:26:46.343 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-registry.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/ 2021-12-14 17:26:46.371 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-14 17:26:46.373 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-14 17:26:46.375 | + lib/glance:configure_glance:150 : iniset /etc/glance/glance-registry.conf DEFAULT graceful_shutdown_timeout 5 2021-12-14 17:26:46.402 | + lib/glance:configure_glance:153 : [[ False == \T\r\u\e ]] 2021-12-14 17:26:46.404 | + lib/glance:configure_glance:163 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2021-12-14 17:26:46.434 | + lib/glance:configure_glance:164 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-12-14 17:26:46.462 | + lib/glance:configure_glance:165 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2021-12-14 17:26:46.491 | + lib/glance:configure_glance:166 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-12-14 17:26:46.517 | + lib/glance:configure_glance:167 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2021-12-14 17:26:46.544 | + lib/glance:configure_glance:168 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2021-12-14 17:26:46.570 | + lib/glance:configure_glance:169 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2021-12-14 17:26:46.573 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-api.conf 2021-12-14 17:26:46.575 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2021-12-14 17:26:46.578 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-12-14 17:26:46.580 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2021-12-14 17:26:46.606 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2021-12-14 17:26:46.631 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.53/identity 2021-12-14 17:26:46.662 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2021-12-14 17:26:46.687 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2021-12-14 17:26:46.714 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2021-12-14 17:26:46.739 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2021-12-14 17:26:46.769 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2021-12-14 17:26:46.797 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-12-14 17:26:46.823 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2021-12-14 17:26:46.849 | + lib/glance:configure_glance:170 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2021-12-14 17:26:46.876 | + lib/glance:configure_glance:171 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2021-12-14 17:26:46.878 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2021-12-14 17:26:46.881 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2021-12-14 17:26:46.883 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-12-14 17:26:46.886 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-12-14 17:26:46.888 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-14 17:26:46.904 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:26:46.907 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-12-14 17:26:46.909 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-12-14 17:26:46.912 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-14 17:26:46.928 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:26:46.931 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/ 2021-12-14 17:26:46.933 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/ 2021-12-14 17:26:46.960 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-14 17:26:46.963 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-14 17:26:46.965 | + lib/glance:configure_glance:172 : '[' libvirt = xenserver ']' 2021-12-14 17:26:46.967 | + lib/glance:configure_glance:176 : '[' libvirt = libvirt ']' 2021-12-14 17:26:46.970 | + lib/glance:configure_glance:176 : '[' kvm = parallels ']' 2021-12-14 17:26:46.972 | + lib/glance:configure_glance:182 : '[' False '!=' True ']' 2021-12-14 17:26:46.974 | + lib/glance:configure_glance:183 : iniset /etc/glance/glance-api.conf DEFAULT enable_v1_api False 2021-12-14 17:26:46.999 | + lib/glance:configure_glance:187 : [[ False == \T\r\u\e ]] 2021-12-14 17:26:47.001 | + lib/glance:configure_glance:199 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-12-14 17:26:47.030 | ++ lib/glance:configure_glance:201 : ipv6_unquote 10.222.0.53 2021-12-14 17:26:47.033 | ++ functions-common:ipv6_unquote:2129 : echo 10.222.0.53 2021-12-14 17:26:47.033 | ++ functions-common:ipv6_unquote:2129 : tr -d '[]' 2021-12-14 17:26:47.038 | + lib/glance:configure_glance:201 : iniset /etc/glance/glance-api.conf DEFAULT registry_host 10.222.0.53 2021-12-14 17:26:47.065 | + lib/glance:configure_glance:204 : '[' -n '' ']' 2021-12-14 17:26:47.067 | + lib/glance:configure_glance:207 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.53 2021-12-14 17:26:47.095 | + lib/glance:configure_glance:212 : is_service_enabled s-proxy 2021-12-14 17:26:47.112 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:26:47.114 | + lib/glance:configure_glance:213 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2021-12-14 17:26:47.139 | + lib/glance:configure_glance:214 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2021-12-14 17:26:47.164 | + lib/glance:configure_glance:215 : python3_enabled 2021-12-14 17:26:47.167 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-12-14 17:26:47.169 | + inc/python:python3_enabled:468 : return 0 2021-12-14 17:26:47.172 | + lib/glance:configure_glance:216 : iniset /etc/glance/glance-api.conf glance_store swift_store_auth_insecure True 2021-12-14 17:26:47.196 | + lib/glance:configure_glance:219 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2021-12-14 17:26:47.223 | + lib/glance:configure_glance:220 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2021-12-14 17:26:47.254 | + lib/glance:configure_glance:221 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2021-12-14 17:26:47.282 | + lib/glance:configure_glance:222 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2021-12-14 17:26:47.314 | + lib/glance:configure_glance:224 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2021-12-14 17:26:47.342 | + lib/glance:configure_glance:226 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2021-12-14 17:26:47.366 | + lib/glance:configure_glance:227 : python3_enabled 2021-12-14 17:26:47.369 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-12-14 17:26:47.371 | + inc/python:python3_enabled:468 : return 0 2021-12-14 17:26:47.373 | + lib/glance:configure_glance:230 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.53/identity/v3 2021-12-14 17:26:47.400 | + lib/glance:configure_glance:234 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2021-12-14 17:26:47.425 | + lib/glance:configure_glance:239 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.53/image 2021-12-14 17:26:47.454 | + lib/glance:configure_glance:241 : is_service_enabled tls-proxy 2021-12-14 17:26:47.473 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:26:47.476 | + lib/glance:configure_glance:249 : is_service_enabled tls-proxy 2021-12-14 17:26:47.494 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:26:47.496 | + lib/glance:configure_glance:254 : setup_logging /etc/glance/glance-api.conf 2021-12-14 17:26:47.499 | + functions:setup_logging:655 : local conf_file=/etc/glance/glance-api.conf 2021-12-14 17:26:47.502 | + functions:setup_logging:656 : local other_cond=False 2021-12-14 17:26:47.505 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-14 17:26:47.508 | + functions:setup_logging:658 : setup_systemd_logging /etc/glance/glance-api.conf 2021-12-14 17:26:47.510 | + functions:setup_systemd_logging:686 : local conf_file=/etc/glance/glance-api.conf 2021-12-14 17:26:47.513 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-14 17:26:47.516 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-14 17:26:47.533 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-14 17:26:47.536 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-14 17:26:47.538 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-14 17:26:47.541 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-14 17:26:47.543 | + functions:setup_systemd_logging:700 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-14 17:26:47.569 | + functions:setup_systemd_logging:702 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:26:47.593 | + functions:setup_systemd_logging:703 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:26:47.617 | + functions:setup_systemd_logging:704 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-14 17:26:47.642 | + lib/glance:configure_glance:255 : setup_logging /etc/glance/glance-registry.conf 2021-12-14 17:26:47.645 | + functions:setup_logging:655 : local conf_file=/etc/glance/glance-registry.conf 2021-12-14 17:26:47.647 | + functions:setup_logging:656 : local other_cond=False 2021-12-14 17:26:47.650 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-14 17:26:47.652 | + functions:setup_logging:658 : setup_systemd_logging /etc/glance/glance-registry.conf 2021-12-14 17:26:47.655 | + functions:setup_systemd_logging:686 : local conf_file=/etc/glance/glance-registry.conf 2021-12-14 17:26:47.657 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-14 17:26:47.660 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-14 17:26:47.675 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-14 17:26:47.678 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-14 17:26:47.680 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-14 17:26:47.682 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-14 17:26:47.685 | + functions:setup_systemd_logging:700 : iniset /etc/glance/glance-registry.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-14 17:26:47.709 | + functions:setup_systemd_logging:702 : iniset /etc/glance/glance-registry.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:26:47.734 | + functions:setup_systemd_logging:703 : iniset /etc/glance/glance-registry.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:26:47.759 | + functions:setup_systemd_logging:704 : iniset /etc/glance/glance-registry.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-14 17:26:47.787 | + lib/glance:configure_glance:257 : cp -p /opt/stack/glance/etc/glance-registry-paste.ini /etc/glance/glance-registry-paste.ini 2021-12-14 17:26:47.793 | + lib/glance:configure_glance:258 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2021-12-14 17:26:47.798 | + lib/glance:configure_glance:261 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2021-12-14 17:26:47.831 | + lib/glance:configure_glance:262 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2021-12-14 17:26:47.858 | + lib/glance:configure_glance:263 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-12-14 17:26:47.883 | + lib/glance:configure_glance:264 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.53/identity 2021-12-14 17:26:47.908 | + lib/glance:configure_glance:265 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2021-12-14 17:26:47.934 | + lib/glance:configure_glance:266 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2021-12-14 17:26:47.960 | + lib/glance:configure_glance:267 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2021-12-14 17:26:47.986 | ++ lib/glance:configure_glance:268 : ipv6_unquote 10.222.0.53 2021-12-14 17:26:47.989 | ++ functions-common:ipv6_unquote:2129 : echo 10.222.0.53 2021-12-14 17:26:47.990 | ++ functions-common:ipv6_unquote:2129 : tr -d '[]' 2021-12-14 17:26:47.994 | + lib/glance:configure_glance:268 : iniset /etc/glance/glance-cache.conf DEFAULT registry_host 10.222.0.53 2021-12-14 17:26:48.019 | + lib/glance:configure_glance:271 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-12-14 17:26:48.048 | + lib/glance:configure_glance:274 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2021-12-14 17:26:48.074 | + lib/glance:configure_glance:275 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2021-12-14 17:26:48.101 | + lib/glance:configure_glance:276 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2021-12-14 17:26:48.129 | + lib/glance:configure_glance:278 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2021-12-14 17:26:48.135 | + lib/glance:configure_glance:280 : cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2021-12-14 17:26:48.142 | + lib/glance:configure_glance:282 : is_service_enabled tls-proxy 2021-12-14 17:26:48.161 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:26:48.163 | + lib/glance:configure_glance:290 : [[ uwsgi == \u\w\s\g\i ]] 2021-12-14 17:26:48.166 | + lib/glance:configure_glance:291 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2021-12-14 17:26:48.168 | + lib/apache:write_local_uwsgi_http_config:329 : local file=/etc/glance/glance-uwsgi.ini 2021-12-14 17:26:48.171 | + lib/apache:write_local_uwsgi_http_config:330 : local wsgi=/usr/local/bin/glance-wsgi-api 2021-12-14 17:26:48.173 | + lib/apache:write_local_uwsgi_http_config:331 : local url=/image 2021-12-14 17:26:48.176 | ++ lib/apache:write_local_uwsgi_http_config:332 : basename /usr/local/bin/glance-wsgi-api 2021-12-14 17:26:48.180 | + lib/apache:write_local_uwsgi_http_config:332 : name=glance-wsgi-api 2021-12-14 17:26:48.183 | + lib/apache:write_local_uwsgi_http_config:338 : rm -rf /etc/glance/glance-uwsgi.ini 2021-12-14 17:26:48.187 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2021-12-14 17:26:48.213 | ++ lib/apache:write_local_uwsgi_http_config:340 : get_random_port 2021-12-14 17:26:48.215 | ++ functions:get_random_port:815 : read lower_port upper_port 2021-12-14 17:26:48.217 | ++ functions:get_random_port:816 : true 2021-12-14 17:26:48.220 | ++ functions:get_random_port:817 : (( port = upper_port )) 2021-12-14 17:26:48.222 | ++ functions:get_random_port:817 : (( port >= lower_port )) 2021-12-14 17:26:48.224 | ++ functions:get_random_port:818 : sudo lsof -i :60999 2021-12-14 17:26:48.298 | ++ functions:get_random_port:819 : [[ 1 > 0 ]] 2021-12-14 17:26:48.301 | ++ functions:get_random_port:820 : break 2 2021-12-14 17:26:48.305 | ++ functions:get_random_port:824 : echo 60999 2021-12-14 17:26:48.308 | + lib/apache:write_local_uwsgi_http_config:340 : port=60999 2021-12-14 17:26:48.310 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2021-12-14 17:26:48.335 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2021-12-14 17:26:48.359 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2021-12-14 17:26:48.383 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2021-12-14 17:26:48.407 | + lib/apache:write_local_uwsgi_http_config:347 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2021-12-14 17:26:48.431 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2021-12-14 17:26:48.455 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2021-12-14 17:26:48.480 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2021-12-14 17:26:48.506 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-14 17:26:48.534 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2021-12-14 17:26:48.558 | + lib/apache:write_local_uwsgi_http_config:358 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2021-12-14 17:26:48.583 | + lib/apache:write_local_uwsgi_http_config:360 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2021-12-14 17:26:48.608 | + lib/apache:write_local_uwsgi_http_config:362 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2021-12-14 17:26:48.632 | + lib/apache:write_local_uwsgi_http_config:363 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2021-12-14 17:26:48.657 | + lib/apache:write_local_uwsgi_http_config:364 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2021-12-14 17:26:48.682 | + lib/apache:write_local_uwsgi_http_config:365 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2021-12-14 17:26:48.706 | + lib/apache:write_local_uwsgi_http_config:366 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2021-12-14 17:26:48.731 | + lib/apache:write_local_uwsgi_http_config:367 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2021-12-14 17:26:48.755 | + lib/apache:write_local_uwsgi_http_config:369 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2021-12-14 17:26:48.780 | + lib/apache:write_local_uwsgi_http_config:371 : enable_apache_mod proxy 2021-12-14 17:26:48.783 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2021-12-14 17:26:48.785 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-14 17:26:48.788 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:26:48.790 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:26:48.793 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2021-12-14 17:26:48.795 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2021-12-14 17:26:48.851 | proxy (enabled by site administrator) 2021-12-14 17:26:48.855 | + lib/apache:write_local_uwsgi_http_config:372 : enable_apache_mod proxy_http 2021-12-14 17:26:48.859 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2021-12-14 17:26:48.862 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-14 17:26:48.866 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:26:48.870 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:26:48.873 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2021-12-14 17:26:48.876 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2021-12-14 17:26:48.938 | No module matches proxy_http 2021-12-14 17:26:48.942 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2021-12-14 17:26:49.013 | Considering dependency proxy for proxy_http: 2021-12-14 17:26:49.013 | Module proxy already enabled 2021-12-14 17:26:49.013 | Enabling module proxy_http. 2021-12-14 17:26:49.022 | To activate the new configuration, you need to run: 2021-12-14 17:26:49.022 | systemctl restart apache2 2021-12-14 17:26:49.027 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2021-12-14 17:26:49.030 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-14 17:26:49.032 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-14 17:26:49.034 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-14 17:26:49.185 | + lib/apache:write_local_uwsgi_http_config:373 : local apache_conf= 2021-12-14 17:26:49.188 | ++ lib/apache:write_local_uwsgi_http_config:374 : apache_site_config_for glance-wsgi-api 2021-12-14 17:26:49.191 | ++ lib/apache:apache_site_config_for:196 : local site=glance-wsgi-api 2021-12-14 17:26:49.193 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-12-14 17:26:49.195 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:26:49.198 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:26:49.200 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2021-12-14 17:26:49.203 | + lib/apache:write_local_uwsgi_http_config:374 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2021-12-14 17:26:49.206 | + lib/apache:write_local_uwsgi_http_config:375 : echo 'KeepAlive Off' 2021-12-14 17:26:49.207 | + lib/apache:write_local_uwsgi_http_config:375 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2021-12-14 17:26:49.214 | KeepAlive Off 2021-12-14 17:26:49.218 | + lib/apache:write_local_uwsgi_http_config:376 : echo 'SetEnv proxy-sendchunked 1' 2021-12-14 17:26:49.219 | + lib/apache:write_local_uwsgi_http_config:376 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-12-14 17:26:49.226 | SetEnv proxy-sendchunked 1 2021-12-14 17:26:49.230 | + lib/apache:write_local_uwsgi_http_config:377 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2021-12-14 17:26:49.230 | + lib/apache:write_local_uwsgi_http_config:377 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-12-14 17:26:49.240 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2021-12-14 17:26:49.244 | + lib/apache:write_local_uwsgi_http_config:378 : enable_apache_site glance-wsgi-api 2021-12-14 17:26:49.246 | + lib/apache:enable_apache_site:213 : local site=glance-wsgi-api 2021-12-14 17:26:49.248 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-12-14 17:26:49.251 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-12-14 17:26:49.253 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-14 17:26:49.255 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:26:49.258 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:26:49.260 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-12-14 17:26:49.262 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-12-14 17:26:49.265 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:26:49.267 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:26:49.270 | + lib/apache:enable_apache_site:217 : sudo a2ensite glance-wsgi-api 2021-12-14 17:26:49.341 | Enabling site glance-wsgi-api. 2021-12-14 17:26:49.349 | To activate the new configuration, you need to run: 2021-12-14 17:26:49.349 | systemctl reload apache2 2021-12-14 17:26:49.356 | + lib/apache:write_local_uwsgi_http_config:379 : restart_apache_server 2021-12-14 17:26:49.359 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-14 17:26:49.364 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-14 17:26:49.369 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-14 17:26:49.541 | + ./stack.sh:main:901 : is_service_enabled cinder 2021-12-14 17:26:49.559 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:26:49.562 | + ./stack.sh:main:903 : stack_install_service cinder 2021-12-14 17:26:49.564 | + lib/stack:stack_install_service:20 : local service=cinder 2021-12-14 17:26:49.567 | + lib/stack:stack_install_service:21 : type install_cinder 2021-12-14 17:26:49.569 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-14 17:26:49.572 | + lib/stack:stack_install_service:32 : install_cinder 2021-12-14 17:26:49.575 | + lib/cinder:install_cinder:417 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder stable/ussuri 2021-12-14 17:26:49.577 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/cinder.git 2021-12-14 17:26:49.579 | + functions-common:git_clone:524 : local git_dest=/opt/stack/cinder 2021-12-14 17:26:49.582 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-14 17:26:49.584 | + functions-common:git_clone:526 : local orig_dir 2021-12-14 17:26:49.587 | ++ functions-common:git_clone:527 : pwd 2021-12-14 17:26:49.590 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-14 17:26:49.592 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-14 17:26:49.595 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-14 17:26:49.611 | + functions-common:git_clone:530 : RECLONE=False 2021-12-14 17:26:49.614 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-14 17:26:49.616 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-14 17:26:49.619 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-14 17:26:49.619 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-14 17:26:49.624 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/cinder ]] 2021-12-14 17:26:49.626 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-14 17:26:49.629 | + functions-common:git_clone:592 : cd /opt/stack/cinder 2021-12-14 17:26:49.632 | + functions-common:git_clone:593 : git show --oneline 2021-12-14 17:26:49.632 | + functions-common:git_clone:593 : head -1 2021-12-14 17:26:49.635 | 37f61486c [stable-only] Pin virtualenv and setuptools 2021-12-14 17:26:49.638 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-14 17:26:49.640 | + lib/cinder:install_cinder:418 : setup_develop /opt/stack/cinder 2021-12-14 17:26:49.644 | + inc/python:setup_develop:351 : local bindep 2021-12-14 17:26:49.646 | + inc/python:setup_develop:352 : [[ /opt/stack/cinder == -bindep* ]] 2021-12-14 17:26:49.649 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/cinder 2021-12-14 17:26:49.651 | + inc/python:setup_develop:357 : local extras= 2021-12-14 17:26:49.654 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2021-12-14 17:26:49.657 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-12-14 17:26:49.659 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/cinder == -bindep* ]] 2021-12-14 17:26:49.662 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/cinder 2021-12-14 17:26:49.664 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-12-14 17:26:49.667 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-12-14 17:26:49.670 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/cinder 2021-12-14 17:26:49.673 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-12-14 17:26:49.676 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/cinder 2021-12-14 17:26:49.679 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-12-14 17:26:49.681 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-12-14 17:26:49.684 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2021-12-14 17:26:49.690 | + inc/python:_setup_package_with_constraints_edit:396 : name=cinder 2021-12-14 17:26:49.692 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder' 2021-12-14 17:26:50.677 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/cinder -e 2021-12-14 17:26:50.680 | + inc/python:setup_package:430 : local bindep=0 2021-12-14 17:26:50.683 | + inc/python:setup_package:431 : local bindep_flag= 2021-12-14 17:26:50.687 | + inc/python:setup_package:432 : local bindep_profiles= 2021-12-14 17:26:50.689 | + inc/python:setup_package:433 : [[ /opt/stack/cinder == -bindep* ]] 2021-12-14 17:26:50.692 | + inc/python:setup_package:438 : local project_dir=/opt/stack/cinder 2021-12-14 17:26:50.695 | + inc/python:setup_package:439 : local flags=-e 2021-12-14 17:26:50.699 | + inc/python:setup_package:440 : local extras= 2021-12-14 17:26:50.703 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-12-14 17:26:50.706 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-12-14 17:26:50.710 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-12-14 17:26:50.714 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-12-14 17:26:50.717 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-12-14 17:26:50.720 | + inc/python:setup_package:458 : pip_install -e /opt/stack/cinder 2021-12-14 17:26:50.742 | Using python 3.6 to install /opt/stack/cinder because python3_enabled=True 2021-12-14 17:26:50.747 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2021-12-14 17:26:53.390 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:26:53.391 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-14 17:26:53.391 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.392 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.392 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.392 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.393 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.394 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.394 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.395 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.395 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.395 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.396 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.396 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.397 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.397 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.397 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.398 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.398 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.399 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.399 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.399 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.400 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.400 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.401 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.401 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.402 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.404 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.404 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.405 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.405 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.406 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.406 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.407 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.407 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.407 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.408 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.408 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.408 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.409 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.409 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.410 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.410 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.410 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.411 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.411 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.412 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.412 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.413 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.413 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.414 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.414 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.415 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.415 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.415 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.416 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.416 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.417 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.417 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.418 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.418 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.419 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.419 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.420 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.420 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.421 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.422 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.422 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.422 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.423 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.423 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.424 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.425 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.425 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.425 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.426 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.426 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.427 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.427 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.427 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.428 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.428 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.429 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.429 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.430 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.430 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.431 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.431 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.431 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.432 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.432 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.433 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.433 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.434 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.434 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.434 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.435 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.435 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.436 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.436 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.437 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.437 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.438 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.438 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.439 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.439 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.440 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.440 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.441 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.441 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.442 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.442 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.442 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.443 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.443 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.444 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.444 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.444 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.445 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.445 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.446 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.446 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.447 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.447 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.448 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.448 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.449 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.449 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.450 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.450 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.450 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.451 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.451 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.452 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.452 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.452 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.453 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.453 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.454 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.454 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.454 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.455 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.455 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.456 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.456 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.456 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.457 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.457 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.458 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.458 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.459 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.459 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.459 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.460 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.460 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.461 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.461 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.461 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.462 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.462 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.463 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.463 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.464 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.464 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.464 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.465 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.465 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.465 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.466 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.466 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.467 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.467 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.467 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.485 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.485 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.486 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.486 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.486 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.487 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.487 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.488 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.488 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.488 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.489 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.489 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.489 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.490 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.490 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.491 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.491 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.491 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.492 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.492 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.493 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.493 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.493 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.494 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.494 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.495 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.495 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.496 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.496 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.496 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.497 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.497 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.498 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.498 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.498 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.499 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.499 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.500 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.500 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.500 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.501 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.501 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.501 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.502 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.502 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.502 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.503 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.503 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.504 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.504 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.504 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.505 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.505 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.506 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.506 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.507 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.507 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.507 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.508 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.508 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.508 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.510 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.510 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.510 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.512 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.512 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.512 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.513 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.513 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.514 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.514 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.515 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.515 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.515 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.516 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.516 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.516 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.517 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.517 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.518 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.519 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.519 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.519 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.520 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.520 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.521 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.521 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.521 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.522 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.522 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.523 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.523 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.524 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.524 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.524 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.525 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.525 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.525 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.526 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.526 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.527 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.527 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.528 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.528 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.529 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.529 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.529 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.530 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.530 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.530 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.531 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.531 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.532 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.532 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.533 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.533 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.533 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.534 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.534 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.535 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.535 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.535 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.536 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.536 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.536 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.537 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.537 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.538 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.538 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.539 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.539 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.540 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.540 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.540 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.541 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.541 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.541 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.542 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.542 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.543 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.543 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.543 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.544 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.544 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.545 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.545 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.546 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.546 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.546 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.547 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.547 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.548 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.548 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.548 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.549 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.549 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.550 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.550 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.551 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.552 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.552 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.552 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.553 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.553 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.554 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.554 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.555 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.555 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.555 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.556 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.556 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.557 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.557 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.557 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.558 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.558 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.559 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.559 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.560 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.560 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.560 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.561 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.561 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.562 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.562 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.563 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.563 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.563 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.564 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.564 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.565 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.565 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.566 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.566 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.566 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.567 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.567 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.568 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.568 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.569 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.569 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.569 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.570 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.570 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.571 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.571 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.571 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.572 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.572 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.573 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.573 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.574 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.574 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.575 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.575 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.576 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.576 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.577 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.577 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.577 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.578 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.578 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.579 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.579 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.579 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.580 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.580 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.580 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.581 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.581 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.582 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.582 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.583 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.583 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.583 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.584 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.585 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.585 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.585 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.586 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.586 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.587 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.587 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.588 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:26:53.588 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:26:53.589 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:26:53.589 | Obtaining file:///opt/stack/cinder 2021-12-14 17:26:55.737 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-14 17:26:57.920 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-12-14 17:26:57.928 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-12-14 17:26:57.937 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-12-14 17:26:57.945 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-12-14 17:26:57.967 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-14 17:26:57.981 | Requirement already satisfied: castellan===3.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.4) 2021-12-14 17:26:58.005 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (2.9) 2021-12-14 17:26:58.046 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (0.2.2) 2021-12-14 17:26:58.061 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (4.4.2) 2021-12-14 17:26:58.064 | Requirement already satisfied: defusedxml===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (0.6.0) 2021-12-14 17:26:58.070 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (0.26.1) 2021-12-14 17:26:58.323 | Collecting google-api-python-client===1.8.0 2021-12-14 17:26:58.331 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/503/2ad1af5046889/google_api_python_client-1.8.0-py3-none-any.whl (57 kB) 2021-12-14 17:26:58.609 | Collecting google-auth===1.13.1 2021-12-14 17:26:58.617 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cab/6c707e6ee20e5/google_auth-1.13.1-py2.py3-none-any.whl (87 kB) 2021-12-14 17:26:58.799 | Collecting google-auth-httplib2===0.0.3 2021-12-14 17:26:58.806 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f1c/437842155680c/google_auth_httplib2-0.0.3-py2.py3-none-any.whl (6.3 kB) 2021-12-14 17:26:58.885 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) (0.4.15) 2021-12-14 17:26:58.888 | Requirement already satisfied: httplib2===0.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (0.17.2) 2021-12-14 17:26:58.890 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (0.1.12) 2021-12-14 17:26:58.894 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (3.2.0) 2021-12-14 17:26:58.925 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (4.0.0) 2021-12-14 17:26:58.992 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (9.0.0) 2021-12-14 17:26:59.051 | Requirement already satisfied: lxml===4.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (4.5.0) 2021-12-14 17:26:59.062 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (1.5) 2021-12-14 17:26:59.195 | Collecting oauth2client===4.1.3 2021-12-14 17:26:59.202 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2021-12-14 17:26:59.314 | Requirement already satisfied: os-brick===3.0.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (3.0.8) 2021-12-14 17:26:59.343 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) (1.7.0) 2021-12-14 17:26:59.348 | Requirement already satisfied: os-win===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 464)) (5.0.2) 2021-12-14 17:26:59.370 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) (2.3.1) 2021-12-14 17:26:59.408 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (4.0.3) 2021-12-14 17:26:59.421 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (8.0.5) 2021-12-14 17:26:59.436 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (3.0.3) 2021-12-14 17:26:59.443 | Requirement already satisfied: oslo.db===8.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (8.1.1) 2021-12-14 17:26:59.495 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 491)) (4.0.1) 2021-12-14 17:26:59.503 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (4.1.3) 2021-12-14 17:26:59.547 | Requirement already satisfied: oslo.messaging===12.1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (12.1.6) 2021-12-14 17:26:59.612 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 507)) (4.0.2) 2021-12-14 17:26:59.632 | Requirement already satisfied: oslo.policy===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (3.1.2) 2021-12-14 17:26:59.652 | Requirement already satisfied: oslo.privsep===2.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (2.1.2) 2021-12-14 17:26:59.668 | Requirement already satisfied: oslo.reports===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (2.0.1) 2021-12-14 17:26:59.683 | Requirement already satisfied: oslo.rootwrap===6.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (6.0.2) 2021-12-14 17:26:59.688 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (3.1.2) 2021-12-14 17:26:59.704 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (2.1.1) 2021-12-14 17:26:59.731 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (1.0.1) 2021-12-14 17:26:59.741 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (4.1.2) 2021-12-14 17:26:59.759 | Requirement already satisfied: oslo.versionedobjects===2.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (2.0.2) 2021-12-14 17:26:59.953 | Collecting oslo.vmware===3.3.1 2021-12-14 17:26:59.961 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/423/621a2e77be165/oslo.vmware-3.3.1-py3-none-any.whl (358 kB) 2021-12-14 17:27:00.079 | Requirement already satisfied: osprofiler===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (3.1.0) 2021-12-14 17:27:00.122 | Requirement already satisfied: paramiko===2.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (2.7.1) 2021-12-14 17:27:00.158 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (5.4.5) 2021-12-14 17:27:00.161 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (0.7.2) 2021-12-14 17:27:00.164 | Requirement already satisfied: psutil===5.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 583)) (5.7.0) 2021-12-14 17:27:00.314 | Collecting pyasn1===0.4.8 2021-12-14 17:27:00.322 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2021-12-14 17:27:00.523 | Collecting pyasn1-modules===0.2.8 2021-12-14 17:27:00.531 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2021-12-14 17:27:00.619 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 594)) (3.0.0) 2021-12-14 17:27:00.630 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 604)) (0.9.6) 2021-12-14 17:27:00.632 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 611)) (2.4.7) 2021-12-14 17:27:00.636 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 615)) (0.16.0) 2021-12-14 17:27:00.642 | Requirement already satisfied: python-barbicanclient===4.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 633)) (4.10.0) 2021-12-14 17:27:00.659 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 653)) (2.8.1) 2021-12-14 17:27:00.817 | Collecting python-glanceclient===3.1.2 2021-12-14 17:27:00.825 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/33f/c23354e421374/python_glanceclient-3.1.2-py3-none-any.whl (191 kB) 2021-12-14 17:27:00.926 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 685)) (4.0.0) 2021-12-14 17:27:00.946 | Requirement already satisfied: python-novaclient===17.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 719)) (17.0.1) 2021-12-14 17:27:00.965 | Requirement already satisfied: python-swiftclient===3.9.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 754)) (3.9.1) 2021-12-14 17:27:00.988 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 773)) (2019.3) 2021-12-14 17:27:00.993 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (0.7) 2021-12-14 17:27:01.000 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 788)) (2.23.0) 2021-12-14 17:27:01.023 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 798)) (1.3.3) 2021-12-14 17:27:01.028 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 800)) (1.4.0) 2021-12-14 17:27:01.150 | Collecting rsa===4.0 2021-12-14 17:27:01.156 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/14b/a45700ff1ec9e/rsa-4.0-py2.py3-none-any.whl (38 kB) 2021-12-14 17:27:01.357 | Collecting rtslib-fb===2.1.71 2021-12-14 17:27:01.364 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d0b/a9368b6dc11c8/rtslib-fb-2.1.71.tar.gz (72 kB) 2021-12-14 17:27:02.170 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 830)) (3.17.0) 2021-12-14 17:27:02.174 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 832)) (1.14.0) 2021-12-14 17:27:02.177 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 894)) (0.13.0) 2021-12-14 17:27:02.188 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 895)) (0.3.1) 2021-12-14 17:27:02.192 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 896)) (3.3.0) 2021-12-14 17:27:02.195 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 901)) (1.32.0) 2021-12-14 17:27:02.292 | Collecting suds-jurko===0.6 2021-12-14 17:27:02.300 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB) 2021-12-14 17:27:02.493 | Collecting tabulate===0.8.7 2021-12-14 17:27:02.499 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ac6/4cb76d53b1231/tabulate-0.8.7-py3-none-any.whl (24 kB) 2021-12-14 17:27:02.580 | Requirement already satisfied: taskflow===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 920)) (4.1.0) 2021-12-14 17:27:02.640 | Requirement already satisfied: tenacity===6.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 924)) (6.1.0) 2021-12-14 17:27:02.655 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 927)) (2.0.1) 2021-12-14 17:27:02.667 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 928)) (0.5.0) 2021-12-14 17:27:02.673 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 929)) (2.4.0) 2021-12-14 17:27:02.692 | Requirement already satisfied: tooz===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 937)) (2.3.1) 2021-12-14 17:27:02.755 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 948)) (1.4.0) 2021-12-14 17:27:02.759 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.1.0) 2021-12-14 17:27:02.860 | Collecting uritemplate===3.0.1 2021-12-14 17:27:02.866 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) 2021-12-14 17:27:02.945 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.25.8) 2021-12-14 17:27:02.967 | Requirement already satisfied: voluptuous===0.11.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 977)) (0.11.7) 2021-12-14 17:27:03.080 | Collecting warlock===1.3.3 2021-12-14 17:27:03.086 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB) 2021-12-14 17:27:03.170 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 990)) (1.12.1) 2021-12-14 17:27:03.173 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 996)) (1.2.3) 2021-12-14 17:27:03.177 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-14 17:27:03.182 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-14 17:27:03.185 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.15.0) 2021-12-14 17:27:03.348 | Collecting google-api-core===1.16.0 2021-12-14 17:27:03.355 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/859/f7392676761f2/google_api_core-1.16.0-py2.py3-none-any.whl (70 kB) 2021-12-14 17:27:03.460 | Requirement already satisfied: cachetools===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (4.1.0) 2021-12-14 17:27:03.465 | Requirement already satisfied: setuptools>=40.3.0 in /usr/local/lib/python3.6/dist-packages (from google-auth===1.13.1->-c /opt/stack/requirements/upper-constraints.txt (line 273)) (49.6.0) 2021-12-14 17:27:03.512 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (1.6.0) 2021-12-14 17:27:03.530 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-12-14 17:27:03.573 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (0.9.0) 2021-12-14 17:27:03.577 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.14.1) 2021-12-14 17:27:03.583 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-14 17:27:03.586 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-12-14 17:27:03.594 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (0.7.19) 2021-12-14 17:27:03.598 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-12-14 17:27:03.607 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2.5.2) 2021-12-14 17:27:03.612 | Requirement already satisfied: kombu===4.6.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (4.6.8) 2021-12-14 17:27:03.658 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (2.1.1) 2021-12-14 17:27:03.665 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-12-14 17:27:03.672 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375)) (0.6.2) 2021-12-14 17:27:03.675 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (3.0.0) 2021-12-14 17:27:03.687 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.10.9) 2021-12-14 17:27:03.690 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (3.1.7) 2021-12-14 17:27:03.699 | Requirement already satisfied: PyNaCl===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 40)) (1.3.0) 2021-12-14 17:27:03.713 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (3.1.0) 2021-12-14 17:27:03.728 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 589)) (19.1.0) 2021-12-14 17:27:03.743 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-14 17:27:03.745 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (2.9) 2021-12-14 17:27:03.749 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-14 17:27:03.852 | Collecting pyudev===0.22.0 2021-12-14 17:27:03.859 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB) 2021-12-14 17:27:03.939 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-12-14 17:27:03.942 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 600)) (1.4.1) 2021-12-14 17:27:03.947 | Requirement already satisfied: automaton===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (2.0.1) 2021-12-14 17:27:03.955 | Requirement already satisfied: networkx===2.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) (2.4) 2021-12-14 17:27:03.997 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 701)) (1.6.0) 2021-12-14 17:27:03.999 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (1.0.0) 2021-12-14 17:27:04.002 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (1.0.0) 2021-12-14 17:27:04.004 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.4.0) 2021-12-14 17:27:04.007 | Requirement already satisfied: jsonpatch===1.25 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (1.25) 2021-12-14 17:27:04.012 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 597)) (2.20) 2021-12-14 17:27:04.127 | Collecting googleapis-common-protos===1.51.0 2021-12-14 17:27:04.134 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/013/c917042791191/googleapis-common-protos-1.51.0.tar.gz (35 kB) 2021-12-14 17:27:04.966 | Requirement already satisfied: protobuf===3.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 582)) (3.11.3) 2021-12-14 17:27:04.971 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1006)) (3.1.0) 2021-12-14 17:27:04.983 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 658)) (1.0.4) 2021-12-14 17:27:04.986 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-12-14 17:27:04.994 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 973)) (1.3.0) 2021-12-14 17:27:04.998 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-12-14 17:27:05.001 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (0.8.9) 2021-12-14 17:27:05.017 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (2.0) 2021-12-14 17:27:05.021 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 612)) (1.8.0) 2021-12-14 17:27:05.024 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 981)) (0.1.9) 2021-12-14 17:27:05.028 | Building wheels for collected packages: googleapis-common-protos, rtslib-fb 2021-12-14 17:27:05.029 | Building wheel for googleapis-common-protos (setup.py): started 2021-12-14 17:27:05.867 | Building wheel for googleapis-common-protos (setup.py): finished with status 'done' 2021-12-14 17:27:05.869 | Created wheel for googleapis-common-protos: filename=googleapis_common_protos-1.51.0-py3-none-any.whl size=77593 sha256=086574ede73720cd76d407ca5c9b536a668a8d121d6ab97578f9302345b1f191 2021-12-14 17:27:05.869 | Stored in directory: /root/.cache/pip/wheels/67/e9/f7/4ea74a2d6503c8f2f0c8de74b582abfd78da45243ce576382e 2021-12-14 17:27:05.872 | Building wheel for rtslib-fb (setup.py): started 2021-12-14 17:27:06.685 | Building wheel for rtslib-fb (setup.py): finished with status 'done' 2021-12-14 17:27:06.687 | Created wheel for rtslib-fb: filename=rtslib_fb-2.1.71-py3-none-any.whl size=84474 sha256=9eadfce02e546afd6ffe9bb1b080d0b0978bb27ceaadeff4a43cb66cae15bac3 2021-12-14 17:27:06.687 | Stored in directory: /root/.cache/pip/wheels/62/74/68/a9f5b076eea345c7800bdfe3996a4cfde2d665eb1c7d31cbb1 2021-12-14 17:27:06.688 | Successfully built googleapis-common-protos rtslib-fb 2021-12-14 17:27:07.660 | Installing collected packages: pyasn1, rsa, pyasn1-modules, oauth2client, warlock, python-glanceclient, pyudev, rtslib-fb, tabulate, suds-jurko, oslo.vmware, uritemplate, google-auth, googleapis-common-protos, google-api-core, google-auth-httplib2, google-api-python-client, cinder 2021-12-14 17:27:07.660 | Attempting uninstall: pyasn1 2021-12-14 17:27:07.662 | Found existing installation: pyasn1 0.4.2 2021-12-14 17:27:07.673 | Uninstalling pyasn1-0.4.2: 2021-12-14 17:27:07.698 | Successfully uninstalled pyasn1-0.4.2 2021-12-14 17:27:09.258 | Running setup.py develop for cinder 2021-12-14 17:27:11.570 | Successfully installed cinder google-api-core-1.16.0 google-api-python-client-1.8.0 google-auth-1.13.1 google-auth-httplib2-0.0.3 googleapis-common-protos-1.51.0 oauth2client-4.1.3 oslo.vmware-3.3.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 python-glanceclient-3.1.2 pyudev-0.22.0 rsa-4.0 rtslib-fb-2.1.71 suds-jurko-0.6 tabulate-0.8.7 uritemplate-3.0.1 warlock-1.3.3 2021-12-14 17:27:11.698 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:27:11.699 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:27:11.817 | + inc/python:pip_install:207 : result=0 2021-12-14 17:27:11.821 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:27:11.825 | + functions-common:time_stop:2331 : local name 2021-12-14 17:27:11.828 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:27:11.832 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:27:11.836 | + functions-common:time_stop:2334 : local total 2021-12-14 17:27:11.839 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:27:11.841 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:27:11.843 | + functions-common:time_stop:2338 : start_time=1639502810736 2021-12-14 17:27:11.846 | + functions-common:time_stop:2340 : [[ -z 1639502810736 ]] 2021-12-14 17:27:11.849 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:27:11.853 | + functions-common:time_stop:2343 : end_time=1639502831850 2021-12-14 17:27:11.856 | + functions-common:time_stop:2344 : elapsed_time=21114 2021-12-14 17:27:11.859 | + functions-common:time_stop:2345 : total=152153 2021-12-14 17:27:11.861 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:27:11.864 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=173267 2021-12-14 17:27:11.870 | + inc/python:pip_install:210 : return 0 2021-12-14 17:27:11.873 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-12-14 17:27:11.876 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-12-14 17:27:11.879 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-12-14 17:27:11.899 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-12-14 17:27:11.912 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/cinder 2021-12-14 17:27:11.916 | + inc/python:use_library_from_git:263 : local name=/opt/stack/cinder 2021-12-14 17:27:11.919 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:27:11.923 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:27:11.926 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/cinder, ]] 2021-12-14 17:27:11.928 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:27:11.932 | + lib/cinder:install_cinder:419 : [[ tgtadm == \t\g\t\a\d\m ]] 2021-12-14 17:27:11.935 | + lib/cinder:install_cinder:420 : install_package tgt 2021-12-14 17:27:11.938 | + functions-common:install_package:1333 : update_package_repo 2021-12-14 17:27:11.941 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-14 17:27:11.944 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-14 17:27:11.946 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-14 17:27:11.950 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-14 17:27:11.952 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-14 17:27:11.955 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:27:11.958 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:27:11.961 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-14 17:27:11.964 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-14 17:27:11.966 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-14 17:27:11.970 | + functions-common:apt_get_update:1069 : return 2021-12-14 17:27:11.972 | + functions-common:install_package:1334 : real_install_package tgt 2021-12-14 17:27:11.975 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-14 17:27:11.978 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:27:11.981 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:27:11.983 | + functions-common:real_install_package:1320 : apt_get install tgt 2021-12-14 17:27:12.008 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install tgt 2021-12-14 17:27:12.134 | Reading package lists... 2021-12-14 17:27:12.419 | Building dependency tree... 2021-12-14 17:27:12.420 | Reading state information... 2021-12-14 17:27:12.648 | The following packages were automatically installed and are no longer required: 2021-12-14 17:27:12.649 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-12-14 17:27:12.649 | python3-click python3-colorama python3-configobj python3-constantly 2021-12-14 17:27:12.649 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-12-14 17:27:12.649 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-14 17:27:12.649 | python3-twisted-bin python3-zope.interface 2021-12-14 17:27:12.649 | Use 'sudo apt autoremove' to remove them. 2021-12-14 17:27:12.650 | The following additional packages will be installed: 2021-12-14 17:27:12.650 | ibverbs-providers libconfig-general-perl libibverbs1 librdmacm1 2021-12-14 17:27:12.651 | libsgutils2-2 sg3-utils 2021-12-14 17:27:12.652 | Suggested packages: 2021-12-14 17:27:12.652 | tgt-rbd 2021-12-14 17:27:12.712 | The following NEW packages will be installed: 2021-12-14 17:27:12.712 | libconfig-general-perl librdmacm1 libsgutils2-2 sg3-utils tgt 2021-12-14 17:27:12.713 | The following packages will be upgraded: 2021-12-14 17:27:12.714 | ibverbs-providers libibverbs1 2021-12-14 17:27:12.837 | 2 upgraded, 5 newly installed, 0 to remove and 174 not upgraded. 2021-12-14 17:27:12.838 | Need to get 1,406 kB of archives. 2021-12-14 17:27:12.838 | After this operation, 3,551 kB of additional disk space will be used. 2021-12-14 17:27:12.838 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 ibverbs-providers amd64 24.0-2~cloud0 [220 kB] 2021-12-14 17:27:13.018 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libconfig-general-perl all 2.63-1 [53.9 kB] 2021-12-14 17:27:13.102 | Get:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 libibverbs1 amd64 24.0-2~cloud0 [50.8 kB] 2021-12-14 17:27:13.145 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 librdmacm1 amd64 24.0-2~cloud0 [58.4 kB] 2021-12-14 17:27:13.454 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsgutils2-2 amd64 1.42-2ubuntu1.18.04.2 [59.8 kB] 2021-12-14 17:27:13.544 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sg3-utils amd64 1.42-2ubuntu1.18.04.2 [749 kB] 2021-12-14 17:27:14.012 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 tgt amd64 1:1.0.72-1ubuntu1 [214 kB] 2021-12-14 17:27:14.669 | Fetched 1,406 kB in 1s (1,061 kB/s) 2021-12-14 17:27:14.754 | (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 ... 76971 files and directories currently installed.) 2021-12-14 17:27:14.757 | Preparing to unpack .../0-ibverbs-providers_24.0-2~cloud0_amd64.deb ... 2021-12-14 17:27:14.794 | Unpacking ibverbs-providers:amd64 (24.0-2~cloud0) over (17.1-1ubuntu0.2) ... 2021-12-14 17:27:14.942 | Preparing to unpack .../1-libibverbs1_24.0-2~cloud0_amd64.deb ... 2021-12-14 17:27:14.967 | Unpacking libibverbs1:amd64 (24.0-2~cloud0) over (17.1-1ubuntu0.2) ... 2021-12-14 17:27:15.048 | Selecting previously unselected package libconfig-general-perl. 2021-12-14 17:27:15.059 | Preparing to unpack .../2-libconfig-general-perl_2.63-1_all.deb ... 2021-12-14 17:27:15.063 | Unpacking libconfig-general-perl (2.63-1) ... 2021-12-14 17:27:15.170 | Selecting previously unselected package librdmacm1:amd64. 2021-12-14 17:27:15.178 | Preparing to unpack .../3-librdmacm1_24.0-2~cloud0_amd64.deb ... 2021-12-14 17:27:15.183 | Unpacking librdmacm1:amd64 (24.0-2~cloud0) ... 2021-12-14 17:27:15.280 | Selecting previously unselected package libsgutils2-2. 2021-12-14 17:27:15.288 | Preparing to unpack .../4-libsgutils2-2_1.42-2ubuntu1.18.04.2_amd64.deb ... 2021-12-14 17:27:15.291 | Unpacking libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2021-12-14 17:27:15.362 | Selecting previously unselected package sg3-utils. 2021-12-14 17:27:15.370 | Preparing to unpack .../5-sg3-utils_1.42-2ubuntu1.18.04.2_amd64.deb ... 2021-12-14 17:27:15.374 | Unpacking sg3-utils (1.42-2ubuntu1.18.04.2) ... 2021-12-14 17:27:15.625 | Selecting previously unselected package tgt. 2021-12-14 17:27:15.634 | Preparing to unpack .../6-tgt_1%3a1.0.72-1ubuntu1_amd64.deb ... 2021-12-14 17:27:15.640 | Unpacking tgt (1:1.0.72-1ubuntu1) ... 2021-12-14 17:27:15.779 | Setting up libibverbs1:amd64 (24.0-2~cloud0) ... 2021-12-14 17:27:15.803 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-14 17:27:15.828 | Setting up librdmacm1:amd64 (24.0-2~cloud0) ... 2021-12-14 17:27:15.860 | Setting up libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2021-12-14 17:27:15.891 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-12-14 17:27:15.924 | Setting up ibverbs-providers:amd64 (24.0-2~cloud0) ... 2021-12-14 17:27:16.137 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-14 17:27:16.362 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-14 17:27:18.238 | Setting up sg3-utils (1.42-2ubuntu1.18.04.2) ... 2021-12-14 17:27:18.270 | Setting up libconfig-general-perl (2.63-1) ... 2021-12-14 17:27:18.303 | Setting up tgt (1:1.0.72-1ubuntu1) ... 2021-12-14 17:27:18.619 | Created symlink /etc/systemd/system/multi-user.target.wants/tgt.service → /lib/systemd/system/tgt.service. 2021-12-14 17:27:19.388 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-12-14 17:27:19.419 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-14 17:27:19.617 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-14 17:27:21.727 | + functions-common:apt_get:1113 : result=0 2021-12-14 17:27:21.731 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-14 17:27:21.734 | + functions-common:time_stop:2331 : local name 2021-12-14 17:27:21.738 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:27:21.741 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:27:21.744 | + functions-common:time_stop:2334 : local total 2021-12-14 17:27:21.748 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:27:21.751 | + functions-common:time_stop:2337 : name=apt-get 2021-12-14 17:27:21.754 | + functions-common:time_stop:2338 : start_time=1639502832005 2021-12-14 17:27:21.757 | + functions-common:time_stop:2340 : [[ -z 1639502832005 ]] 2021-12-14 17:27:21.761 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:27:21.765 | + functions-common:time_stop:2343 : end_time=1639502841762 2021-12-14 17:27:21.768 | + functions-common:time_stop:2344 : elapsed_time=9757 2021-12-14 17:27:21.770 | + functions-common:time_stop:2345 : total=217226 2021-12-14 17:27:21.773 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:27:21.776 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=226983 2021-12-14 17:27:21.779 | + functions-common:apt_get:1117 : return 0 2021-12-14 17:27:21.782 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-14 17:27:21.784 | + ./stack.sh:main:904 : configure_cinder 2021-12-14 17:27:21.788 | + lib/cinder:configure_cinder:198 : sudo install -d -o ubuntu -m 755 /etc/cinder 2021-12-14 17:27:21.800 | + lib/cinder:configure_cinder:200 : rm -f /etc/cinder/cinder.conf 2021-12-14 17:27:21.804 | + lib/cinder:configure_cinder:202 : configure_rootwrap cinder 2021-12-14 17:27:21.806 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2021-12-14 17:27:21.809 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-12-14 17:27:21.812 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2021-12-14 17:27:21.813 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-12-14 17:27:21.817 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2021-12-14 17:27:21.819 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2021-12-14 17:27:21.821 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-12-14 17:27:21.824 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2021-12-14 17:27:21.826 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2021-12-14 17:27:21.828 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2021-12-14 17:27:21.830 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2021-12-14 17:27:21.833 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2021-12-14 17:27:21.844 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2021-12-14 17:27:21.856 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2021-12-14 17:27:21.869 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2021-12-14 17:27:21.885 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2021-12-14 17:27:21.898 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-12-14 17:27:21.900 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-12-14 17:27:21.905 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.PHPCA90xda 2021-12-14 17:27:21.908 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-12-14 17:27:21.910 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-12-14 17:27:21.914 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2021-12-14 17:27:21.917 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.PHPCA90xda 2021-12-14 17:27:21.921 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.PHPCA90xda 2021-12-14 17:27:21.935 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.PHPCA90xda /etc/sudoers.d/cinder-rootwrap 2021-12-14 17:27:21.951 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2021-12-14 17:27:21.955 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-12-14 17:27:21.959 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-12-14 17:27:21.961 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-12-14 17:27:21.964 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-12-14 17:27:21.967 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2021-12-14 17:27:21.970 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2021-12-14 17:27:21.973 | + lib/cinder:configure_cinder:204 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2021-12-14 17:27:21.976 | + lib/cinder:configure_cinder:205 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2021-12-14 17:27:21.980 | + lib/cinder:configure_cinder:208 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2021-12-14 17:27:21.985 | + lib/cinder:configure_cinder:210 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2021-12-14 17:27:22.004 | + lib/cinder:configure_cinder:211 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2021-12-14 17:27:22.024 | + lib/cinder:configure_cinder:212 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2021-12-14 17:27:22.045 | + lib/cinder:configure_cinder:213 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2021-12-14 17:27:22.064 | + lib/cinder:configure_cinder:214 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2021-12-14 17:27:22.086 | + lib/cinder:configure_cinder:215 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2021-12-14 17:27:22.105 | + lib/cinder:configure_cinder:216 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2021-12-14 17:27:22.123 | + lib/cinder:configure_cinder:217 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2021-12-14 17:27:22.141 | + lib/cinder:configure_cinder:219 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2021-12-14 17:27:22.144 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2021-12-14 17:27:22.147 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=cinder 2021-12-14 17:27:22.149 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-12-14 17:27:22.152 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2021-12-14 17:27:22.180 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2021-12-14 17:27:22.206 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.53/identity 2021-12-14 17:27:22.233 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2021-12-14 17:27:22.261 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2021-12-14 17:27:22.288 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2021-12-14 17:27:22.318 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2021-12-14 17:27:22.348 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2021-12-14 17:27:22.379 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-12-14 17:27:22.411 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2021-12-14 17:27:22.439 | + lib/cinder:configure_cinder:221 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2021-12-14 17:27:22.467 | + lib/cinder:configure_cinder:223 : iniset /etc/cinder/cinder.conf DEFAULT target_helper tgtadm 2021-12-14 17:27:22.495 | ++ lib/cinder:configure_cinder:224 : database_connection_url cinder 2021-12-14 17:27:22.497 | ++ lib/database:database_connection_url:132 : local db=cinder 2021-12-14 17:27:22.500 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2021-12-14 17:27:22.503 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=cinder 2021-12-14 17:27:22.505 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-12-14 17:27:22.508 | + lib/cinder:configure_cinder:224 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-12-14 17:27:22.535 | + lib/cinder:configure_cinder:225 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2021-12-14 17:27:22.565 | + lib/cinder:configure_cinder:226 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2021-12-14 17:27:22.592 | + lib/cinder:configure_cinder:227 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2021-12-14 17:27:22.618 | + lib/cinder:configure_cinder:228 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2021-12-14 17:27:22.648 | + lib/cinder:configure_cinder:229 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2021-12-14 17:27:22.679 | + lib/cinder:configure_cinder:230 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2021-12-14 17:27:22.706 | + lib/cinder:configure_cinder:231 : [[ 4 == 6 ]] 2021-12-14 17:27:22.709 | + lib/cinder:configure_cinder:234 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.53 2021-12-14 17:27:22.736 | + lib/cinder:configure_cinder:236 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2021-12-14 17:27:22.770 | ++ lib/cinder:configure_cinder:237 : openssl rand -hex 16 2021-12-14 17:27:22.778 | + lib/cinder:configure_cinder:237 : iniset /etc/cinder/cinder.conf key_manager fixed_key 37372dbae663895e1d75bedb4db4d82e 2021-12-14 17:27:22.805 | + lib/cinder:configure_cinder:239 : is_service_enabled c-vol 2021-12-14 17:27:22.823 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:27:22.826 | + lib/cinder:configure_cinder:264 : is_service_enabled c-bak 2021-12-14 17:27:22.842 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:27:22.844 | + lib/cinder:configure_cinder:273 : is_service_enabled ceilometer 2021-12-14 17:27:22.860 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:27:22.863 | + lib/cinder:configure_cinder:277 : is_service_enabled tls-proxy 2021-12-14 17:27:22.879 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:27:22.882 | + lib/cinder:configure_cinder:291 : '[' False '!=' False ']' 2021-12-14 17:27:22.884 | + lib/cinder:configure_cinder:295 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2021-12-14 17:27:22.887 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2021-12-14 17:27:22.889 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2021-12-14 17:27:22.892 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-12-14 17:27:22.894 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-12-14 17:27:22.897 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-14 17:27:22.914 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:27:22.917 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-12-14 17:27:22.921 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-12-14 17:27:22.923 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-14 17:27:22.940 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:27:22.943 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/ 2021-12-14 17:27:22.946 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/ 2021-12-14 17:27:22.974 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-14 17:27:22.977 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-14 17:27:22.980 | + lib/cinder:configure_cinder:298 : setup_logging /etc/cinder/cinder.conf True 2021-12-14 17:27:22.983 | + functions:setup_logging:655 : local conf_file=/etc/cinder/cinder.conf 2021-12-14 17:27:22.986 | + functions:setup_logging:656 : local other_cond=True 2021-12-14 17:27:22.988 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-14 17:27:22.991 | + functions:setup_logging:658 : setup_systemd_logging /etc/cinder/cinder.conf 2021-12-14 17:27:22.994 | + functions:setup_systemd_logging:686 : local conf_file=/etc/cinder/cinder.conf 2021-12-14 17:27:22.997 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-14 17:27:23.000 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-14 17:27:23.019 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-14 17:27:23.022 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-14 17:27:23.025 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-14 17:27:23.027 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-14 17:27:23.030 | + functions:setup_systemd_logging:700 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-14 17:27:23.059 | + functions:setup_systemd_logging:702 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:27:23.089 | + functions:setup_systemd_logging:703 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:27:23.114 | + functions:setup_systemd_logging:704 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-14 17:27:23.143 | + lib/cinder:configure_cinder:300 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2021-12-14 17:27:23.146 | + lib/apache:write_uwsgi_config:264 : local file=/etc/cinder/cinder-api-uwsgi.ini 2021-12-14 17:27:23.148 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/cinder-wsgi 2021-12-14 17:27:23.151 | + lib/apache:write_uwsgi_config:266 : local url=/volume 2021-12-14 17:27:23.154 | + lib/apache:write_uwsgi_config:267 : local http= 2021-12-14 17:27:23.157 | + lib/apache:write_uwsgi_config:268 : local name= 2021-12-14 17:27:23.160 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/cinder-wsgi 2021-12-14 17:27:23.164 | + lib/apache:write_uwsgi_config:269 : name=cinder-wsgi 2021-12-14 17:27:23.167 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-12-14 17:27:23.169 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-12-14 17:27:23.185 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-12-14 17:27:23.186 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-12-14 17:27:23.193 | d /var/run/uwsgi 0755 ubuntu root 2021-12-14 17:27:23.198 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-12-14 17:27:23.213 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2021-12-14 17:27:23.216 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2021-12-14 17:27:23.220 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2021-12-14 17:27:23.248 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2021-12-14 17:27:23.273 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2021-12-14 17:27:23.301 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2021-12-14 17:27:23.326 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2021-12-14 17:27:23.352 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-12-14 17:27:23.383 | + lib/apache:write_uwsgi_config:295 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2021-12-14 17:27:23.413 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2021-12-14 17:27:23.441 | + lib/apache:write_uwsgi_config:298 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2021-12-14 17:27:23.468 | + lib/apache:write_uwsgi_config:300 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-14 17:27:23.494 | + lib/apache:write_uwsgi_config:302 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2021-12-14 17:27:23.519 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-12-14 17:27:23.548 | + lib/apache:write_uwsgi_config:306 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2021-12-14 17:27:23.577 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-12-14 17:27:23.580 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-12-14 17:27:23.584 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for cinder-wsgi 2021-12-14 17:27:23.587 | ++ lib/apache:apache_site_config_for:196 : local site=cinder-wsgi 2021-12-14 17:27:23.590 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-12-14 17:27:23.593 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:27:23.596 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:27:23.598 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2021-12-14 17:27:23.602 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2021-12-14 17:27:23.605 | + lib/apache:write_uwsgi_config:314 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2021-12-14 17:27:23.633 | + lib/apache:write_uwsgi_config:315 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2021-12-14 17:27:23.660 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 ' 2021-12-14 17:27:23.660 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2021-12-14 17:27:23.671 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 2021-12-14 17:27:23.676 | + lib/apache:write_uwsgi_config:317 : enable_apache_site cinder-wsgi 2021-12-14 17:27:23.678 | + lib/apache:enable_apache_site:213 : local site=cinder-wsgi 2021-12-14 17:27:23.681 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-12-14 17:27:23.683 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-12-14 17:27:23.686 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-14 17:27:23.688 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:27:23.691 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:27:23.693 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-12-14 17:27:23.696 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-12-14 17:27:23.698 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:27:23.701 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:27:23.703 | + lib/apache:enable_apache_site:217 : sudo a2ensite cinder-wsgi 2021-12-14 17:27:23.771 | Enabling site cinder-wsgi. 2021-12-14 17:27:23.777 | To activate the new configuration, you need to run: 2021-12-14 17:27:23.777 | systemctl reload apache2 2021-12-14 17:27:23.783 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-12-14 17:27:23.786 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-14 17:27:23.789 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-14 17:27:23.792 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-14 17:27:23.933 | + lib/cinder:configure_cinder:302 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2021-12-14 17:27:23.935 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2021-12-14 17:27:23.966 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.53/image 2021-12-14 17:27:23.997 | + lib/cinder:configure_cinder:309 : is_service_enabled tls-proxy 2021-12-14 17:27:24.014 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:27:24.016 | + lib/cinder:configure_cinder:314 : '[' False '!=' True ']' 2021-12-14 17:27:24.020 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_version 2 2021-12-14 17:27:24.049 | + lib/cinder:configure_cinder:319 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2021-12-14 17:27:24.051 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2021-12-14 17:27:24.054 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-12-14 17:27:24.056 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2021-12-14 17:27:24.059 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf nova auth_type password 2021-12-14 17:27:24.086 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf nova interface public 2021-12-14 17:27:24.116 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.53/identity 2021-12-14 17:27:24.148 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf nova username nova 2021-12-14 17:27:24.178 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2021-12-14 17:27:24.206 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2021-12-14 17:27:24.233 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova project_name service 2021-12-14 17:27:24.258 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2021-12-14 17:27:24.284 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-12-14 17:27:24.311 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2021-12-14 17:27:24.344 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2021-12-14 17:27:24.373 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2021-12-14 17:27:24.402 | + lib/cinder:configure_cinder:323 : [[ ! -z '' ]] 2021-12-14 17:27:24.404 | + lib/cinder:configure_cinder:325 : is_service_enabled etcd3 2021-12-14 17:27:24.421 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:27:24.424 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.53:2379 2021-12-14 17:27:24.457 | + ./stack.sh:main:907 : is_service_enabled neutron 2021-12-14 17:27:24.474 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:27:24.477 | + ./stack.sh:main:909 : stack_install_service neutron 2021-12-14 17:27:24.479 | + lib/stack:stack_install_service:20 : local service=neutron 2021-12-14 17:27:24.482 | + lib/stack:stack_install_service:21 : type install_neutron 2021-12-14 17:27:24.484 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-14 17:27:24.487 | + lib/stack:stack_install_service:32 : install_neutron 2021-12-14 17:27:24.489 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2021-12-14 17:27:24.493 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-14 17:27:24.493 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-14 17:27:24.498 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-14 17:27:24.501 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-14 17:27:24.503 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-12-14 17:27:24.506 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-14 17:27:24.509 | + lib/neutron:install_neutron:659 : install_mutnauq 2021-12-14 17:27:24.512 | + lib/neutron-legacy:install_mutnauq:436 : use_library_from_git neutron-lib 2021-12-14 17:27:24.514 | + inc/python:use_library_from_git:263 : local name=neutron-lib 2021-12-14 17:27:24.517 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:27:24.521 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:27:24.523 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,neutron-lib, ]] 2021-12-14 17:27:24.526 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:27:24.529 | + lib/neutron-legacy:install_mutnauq:441 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron stable/ussuri 2021-12-14 17:27:24.532 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/neutron.git 2021-12-14 17:27:24.534 | + functions-common:git_clone:524 : local git_dest=/opt/stack/neutron 2021-12-14 17:27:24.537 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-14 17:27:24.539 | + functions-common:git_clone:526 : local orig_dir 2021-12-14 17:27:24.542 | ++ functions-common:git_clone:527 : pwd 2021-12-14 17:27:24.545 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-14 17:27:24.547 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-14 17:27:24.551 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-14 17:27:24.569 | + functions-common:git_clone:530 : RECLONE=False 2021-12-14 17:27:24.571 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-14 17:27:24.574 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-14 17:27:24.577 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-14 17:27:24.578 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-14 17:27:24.583 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/neutron ]] 2021-12-14 17:27:24.586 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-14 17:27:24.588 | + functions-common:git_clone:592 : cd /opt/stack/neutron 2021-12-14 17:27:24.592 | + functions-common:git_clone:593 : git show --oneline 2021-12-14 17:27:24.592 | + functions-common:git_clone:593 : head -1 2021-12-14 17:27:24.594 | d384849918 [stable-only] "_clean_logs_by_target_id" to use old notifications 2021-12-14 17:27:24.597 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-14 17:27:24.600 | + lib/neutron-legacy:install_mutnauq:442 : setup_develop /opt/stack/neutron 2021-12-14 17:27:24.603 | + inc/python:setup_develop:351 : local bindep 2021-12-14 17:27:24.606 | + inc/python:setup_develop:352 : [[ /opt/stack/neutron == -bindep* ]] 2021-12-14 17:27:24.608 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/neutron 2021-12-14 17:27:24.611 | + inc/python:setup_develop:357 : local extras= 2021-12-14 17:27:24.613 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2021-12-14 17:27:24.616 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-12-14 17:27:24.619 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/neutron == -bindep* ]] 2021-12-14 17:27:24.622 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/neutron 2021-12-14 17:27:24.624 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-12-14 17:27:24.627 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-12-14 17:27:24.632 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/neutron 2021-12-14 17:27:24.634 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-12-14 17:27:24.639 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/neutron 2021-12-14 17:27:24.642 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-12-14 17:27:24.646 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-12-14 17:27:24.649 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2021-12-14 17:27:24.656 | + inc/python:_setup_package_with_constraints_edit:396 : name=neutron 2021-12-14 17:27:24.659 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron '-e file:///opt/stack/neutron#egg=neutron' 2021-12-14 17:27:25.633 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/neutron -e 2021-12-14 17:27:25.636 | + inc/python:setup_package:430 : local bindep=0 2021-12-14 17:27:25.638 | + inc/python:setup_package:431 : local bindep_flag= 2021-12-14 17:27:25.642 | + inc/python:setup_package:432 : local bindep_profiles= 2021-12-14 17:27:25.645 | + inc/python:setup_package:433 : [[ /opt/stack/neutron == -bindep* ]] 2021-12-14 17:27:25.647 | + inc/python:setup_package:438 : local project_dir=/opt/stack/neutron 2021-12-14 17:27:25.650 | + inc/python:setup_package:439 : local flags=-e 2021-12-14 17:27:25.653 | + inc/python:setup_package:440 : local extras= 2021-12-14 17:27:25.655 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-12-14 17:27:25.658 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-12-14 17:27:25.660 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-12-14 17:27:25.663 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-12-14 17:27:25.666 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-12-14 17:27:25.669 | + inc/python:setup_package:458 : pip_install -e /opt/stack/neutron 2021-12-14 17:27:25.690 | Using python 3.6 to install /opt/stack/neutron because python3_enabled=True 2021-12-14 17:27:25.697 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2021-12-14 17:27:28.407 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:27:28.408 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-14 17:27:28.408 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.409 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.409 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.409 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.410 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.410 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.411 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.411 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.412 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.412 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.412 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.413 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.413 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.414 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.414 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.415 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.415 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.416 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.416 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.416 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.417 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.417 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.418 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.418 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.419 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.421 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.421 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.422 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.422 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.423 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.423 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.424 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.424 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.424 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.425 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.425 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.426 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.426 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.426 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.427 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.427 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.427 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.428 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.428 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.429 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.429 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.429 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.430 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.430 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.431 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.431 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.432 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.432 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.433 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.433 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.434 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.434 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.434 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.435 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.435 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.436 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.437 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.437 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.438 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.438 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.439 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.439 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.440 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.440 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.441 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.441 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.442 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.442 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.443 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.443 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.443 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.444 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.460 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.461 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.461 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.462 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.462 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.463 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.463 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.464 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.464 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.464 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.465 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.466 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.466 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.467 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.467 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.467 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.468 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.469 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.469 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.469 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.470 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.470 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.471 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.471 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.472 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.472 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.473 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.473 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.474 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.474 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.474 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.475 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.475 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.476 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.476 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.477 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.477 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.478 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.478 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.479 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.479 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.479 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.482 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.483 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.483 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.484 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.484 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.484 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.485 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.485 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.486 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.486 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.487 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.487 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.488 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.488 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.488 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.489 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.489 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.490 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.490 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.490 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.491 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.491 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.492 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.492 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.492 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.493 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.494 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.494 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.494 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.495 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.495 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.496 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.496 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.496 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.497 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.497 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.498 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.498 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.498 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.499 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.499 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.500 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.500 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.501 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.501 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.501 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.502 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.502 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.503 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.503 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.503 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.504 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.504 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.505 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.505 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.505 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.506 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.506 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.506 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.507 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.507 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.508 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.508 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.508 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.509 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.509 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.510 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.510 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.511 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.511 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.511 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.512 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.512 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.512 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.513 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.513 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.514 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.514 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.515 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.515 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.515 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.516 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.516 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.517 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.517 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.517 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.518 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.518 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.519 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.519 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.520 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.520 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.520 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.521 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.521 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.522 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.522 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.522 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.523 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.523 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.523 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.524 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.524 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.525 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.525 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.526 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.526 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.526 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.527 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.527 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.528 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.528 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.528 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.530 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.530 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.531 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.532 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.532 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.533 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.533 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.533 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.534 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.534 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.535 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.535 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.536 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.536 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.536 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.537 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.537 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.538 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.538 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.539 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.539 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.539 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.540 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.540 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.541 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.541 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.542 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.542 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.542 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.543 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.543 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.544 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.544 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.544 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.545 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.545 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.546 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.546 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.547 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.547 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.547 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.548 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.548 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.549 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.549 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.550 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.550 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.550 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.551 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.551 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.552 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.552 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.553 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.553 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.553 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.554 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.554 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.554 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.555 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.555 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.556 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.556 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.557 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.557 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.557 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.558 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.558 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.559 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.559 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.560 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.560 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.561 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.561 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.562 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.562 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.562 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.563 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.563 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.563 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.564 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.564 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.565 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.565 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.566 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.566 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.567 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.567 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.567 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.568 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.568 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.568 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.569 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.569 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.570 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.570 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.571 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.571 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.572 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.572 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.573 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.573 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.574 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.574 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.575 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.575 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.576 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.576 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.576 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.577 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.577 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.578 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.578 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.579 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.579 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.579 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.580 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.580 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.581 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.581 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.582 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.582 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.582 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.583 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.583 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.584 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.584 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.585 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.585 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.585 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.586 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.586 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.587 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.587 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.588 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.588 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.589 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.589 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.589 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.590 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.590 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.591 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.591 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.591 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.592 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.593 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.593 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.593 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.594 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.594 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.595 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.595 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.596 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.596 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.597 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.597 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.598 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.598 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.598 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.599 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.599 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.600 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.600 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.600 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.601 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.601 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.602 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.602 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.602 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.603 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.603 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.604 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.604 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.605 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.605 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.605 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.606 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.607 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.607 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.607 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.608 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.609 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.609 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.609 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:28.610 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:28.610 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:28.611 | Obtaining file:///opt/stack/neutron 2021-12-14 17:27:30.871 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-14 17:27:33.154 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-12-14 17:27:33.162 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-12-14 17:27:33.166 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-12-14 17:27:33.174 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-12-14 17:27:33.183 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-12-14 17:27:33.192 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-12-14 17:27:33.215 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-14 17:27:33.229 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-12-14 17:27:33.238 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-12-14 17:27:33.247 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-12-14 17:27:33.250 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) (0.26.1) 2021-12-14 17:27:33.260 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (2.1.1) 2021-12-14 17:27:33.267 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) (0.4.15) 2021-12-14 17:27:33.270 | Requirement already satisfied: httplib2===0.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (0.17.2) 2021-12-14 17:27:33.273 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-12-14 17:27:33.340 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (9.0.0) 2021-12-14 17:27:33.400 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (1.5) 2021-12-14 17:27:33.402 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-12-14 17:27:33.406 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-12-14 17:27:33.409 | Requirement already satisfied: neutron-lib===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (2.3.0) 2021-12-14 17:27:33.453 | Requirement already satisfied: openstacksdk===0.46.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) (0.46.1) 2021-12-14 17:27:33.481 | Requirement already satisfied: os-ken===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (1.0.0) 2021-12-14 17:27:33.501 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) (1.7.0) 2021-12-14 17:27:33.508 | Requirement already satisfied: os-traits===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456)) (2.3.0) 2021-12-14 17:27:33.515 | Requirement already satisfied: os-vif===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 461)) (2.0.1) 2021-12-14 17:27:33.542 | Requirement already satisfied: os-xenapi===0.3.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467)) (0.3.4) 2021-12-14 17:27:33.563 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) (2.3.1) 2021-12-14 17:27:33.598 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (4.0.3) 2021-12-14 17:27:33.612 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (8.0.5) 2021-12-14 17:27:33.626 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (3.0.3) 2021-12-14 17:27:33.633 | Requirement already satisfied: oslo.db===8.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (8.1.1) 2021-12-14 17:27:33.685 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 491)) (4.0.1) 2021-12-14 17:27:33.694 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (4.1.3) 2021-12-14 17:27:33.738 | Requirement already satisfied: oslo.messaging===12.1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (12.1.6) 2021-12-14 17:27:33.814 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 507)) (4.0.2) 2021-12-14 17:27:33.835 | Requirement already satisfied: oslo.policy===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (3.1.2) 2021-12-14 17:27:33.852 | Requirement already satisfied: oslo.privsep===2.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (2.1.2) 2021-12-14 17:27:33.869 | Requirement already satisfied: oslo.reports===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (2.0.1) 2021-12-14 17:27:33.884 | Requirement already satisfied: oslo.rootwrap===6.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (6.0.2) 2021-12-14 17:27:33.889 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (3.1.2) 2021-12-14 17:27:33.902 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (2.1.1) 2021-12-14 17:27:33.930 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (1.0.1) 2021-12-14 17:27:33.940 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (4.1.2) 2021-12-14 17:27:33.957 | Requirement already satisfied: oslo.versionedobjects===2.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (2.0.2) 2021-12-14 17:27:33.979 | Requirement already satisfied: osprofiler===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (3.1.0) 2021-12-14 17:27:34.024 | Requirement already satisfied: ovs===2.11.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) (2.11.0) 2021-12-14 17:27:34.028 | Requirement already satisfied: ovsdbapp===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (1.2.3) 2021-12-14 17:27:34.040 | Requirement already satisfied: paramiko===2.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (2.7.1) 2021-12-14 17:27:34.075 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (5.4.5) 2021-12-14 17:27:34.078 | Requirement already satisfied: pecan===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (1.3.3) 2021-12-14 17:27:34.088 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (0.7.2) 2021-12-14 17:27:34.091 | Requirement already satisfied: psutil===5.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 583)) (5.7.0) 2021-12-14 17:27:34.097 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 589)) (19.1.0) 2021-12-14 17:27:34.111 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 594)) (3.0.0) 2021-12-14 17:27:34.123 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 604)) (0.9.6) 2021-12-14 17:27:34.126 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 611)) (2.4.7) 2021-12-14 17:27:34.130 | Requirement already satisfied: pyroute2===0.5.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 614)) (0.5.11) 2021-12-14 17:27:34.137 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 653)) (2.8.1) 2021-12-14 17:27:34.143 | Requirement already satisfied: python-designateclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 655)) (4.0.0) 2021-12-14 17:27:34.171 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 658)) (1.0.4) 2021-12-14 17:27:34.175 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 685)) (4.0.0) 2021-12-14 17:27:34.197 | Requirement already satisfied: python-neutronclient===7.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 715)) (7.1.1) 2021-12-14 17:27:34.232 | Requirement already satisfied: python-novaclient===17.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 719)) (17.0.1) 2021-12-14 17:27:34.251 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 773)) (2019.3) 2021-12-14 17:27:34.255 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (0.7) 2021-12-14 17:27:34.263 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 788)) (2.23.0) 2021-12-14 17:27:34.286 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 796)) (1.4.0) 2021-12-14 17:27:34.289 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 800)) (1.4.0) 2021-12-14 17:27:34.294 | Requirement already satisfied: setproctitle===1.1.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 827)) (1.1.10) 2021-12-14 17:27:34.297 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 830)) (3.17.0) 2021-12-14 17:27:34.301 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 832)) (1.14.0) 2021-12-14 17:27:34.304 | Requirement already satisfied: sortedcontainers===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 837)) (2.1.0) 2021-12-14 17:27:34.308 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 894)) (0.13.0) 2021-12-14 17:27:34.319 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 895)) (0.3.1) 2021-12-14 17:27:34.322 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 896)) (3.3.0) 2021-12-14 17:27:34.326 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 901)) (1.32.0) 2021-12-14 17:27:34.332 | Requirement already satisfied: tenacity===6.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 924)) (6.1.0) 2021-12-14 17:27:34.346 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 927)) (2.0.1) 2021-12-14 17:27:34.355 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 928)) (0.5.0) 2021-12-14 17:27:34.362 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 929)) (2.4.0) 2021-12-14 17:27:34.380 | Requirement already satisfied: tinyrpc===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 935)) (1.0.4) 2021-12-14 17:27:34.400 | Requirement already satisfied: tooz===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 937)) (2.3.1) 2021-12-14 17:27:34.463 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 948)) (1.4.0) 2021-12-14 17:27:34.467 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.1.0) 2021-12-14 17:27:34.475 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.25.8) 2021-12-14 17:27:34.498 | Requirement already satisfied: voluptuous===0.11.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 977)) (0.11.7) 2021-12-14 17:27:34.503 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 990)) (1.12.1) 2021-12-14 17:27:34.506 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 996)) (1.2.3) 2021-12-14 17:27:34.510 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-12-14 17:27:34.523 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (1.15.0) 2021-12-14 17:27:34.528 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-12-14 17:27:34.531 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-14 17:27:34.535 | Requirement already satisfied: jmespath===0.9.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (0.9.5) 2021-12-14 17:27:34.538 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) (2.5.0) 2021-12-14 17:27:34.564 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (2.9) 2021-12-14 17:27:34.607 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (1.4.3) 2021-12-14 17:27:34.610 | Requirement already satisfied: jsonpatch===1.25 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.25) 2021-12-14 17:27:34.615 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-12-14 17:27:34.620 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (0.6.2) 2021-12-14 17:27:34.624 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-14 17:27:34.629 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (0.14.1) 2021-12-14 17:27:34.634 | Requirement already satisfied: cachetools===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (4.1.0) 2021-12-14 17:27:34.638 | Requirement already satisfied: kombu===4.6.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (4.6.8) 2021-12-14 17:27:34.685 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2.5.2) 2021-12-14 17:27:34.691 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-14 17:27:34.695 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.0.0) 2021-12-14 17:27:34.706 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (3.1.7) 2021-12-14 17:27:34.716 | Requirement already satisfied: PyNaCl===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 40)) (1.3.0) 2021-12-14 17:27:34.729 | Requirement already satisfied: logutils===0.3.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (0.3.5) 2021-12-14 17:27:34.732 | Requirement already satisfied: WebTest===2.0.34 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) (2.0.34) 2021-12-14 17:27:34.756 | Requirement already satisfied: osc-lib===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (2.0.0) 2021-12-14 17:27:34.805 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (3.2.0) 2021-12-14 17:27:34.839 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (3.1.0) 2021-12-14 17:27:34.860 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (2.1.0) 2021-12-14 17:27:34.866 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-14 17:27:34.870 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-14 17:27:34.873 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-12-14 17:27:34.877 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-12-14 17:27:34.880 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 701)) (1.6.0) 2021-12-14 17:27:34.883 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (1.0.0) 2021-12-14 17:27:34.886 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (1.0.0) 2021-12-14 17:27:34.889 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.4.0) 2021-12-14 17:27:34.893 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.0) 2021-12-14 17:27:34.897 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (1.6.0) 2021-12-14 17:27:34.917 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 973)) (1.3.0) 2021-12-14 17:27:34.920 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 597)) (2.20) 2021-12-14 17:27:34.924 | Requirement already satisfied: waitress===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 979)) (1.4.3) 2021-12-14 17:27:34.936 | Requirement already satisfied: beautifulsoup4===4.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (4.9.0) 2021-12-14 17:27:34.945 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 327)) (49.6.0) 2021-12-14 17:27:34.990 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-12-14 17:27:35.034 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 615)) (0.16.0) 2021-12-14 17:27:35.041 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) (0.8.9) 2021-12-14 17:27:35.056 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1006)) (3.1.0) 2021-12-14 17:27:35.068 | Requirement already satisfied: soupsieve===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 839)) (2.0) 2021-12-14 17:27:35.073 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 612)) (1.8.0) 2021-12-14 17:27:35.076 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 981)) (0.1.9) 2021-12-14 17:27:36.024 | Installing collected packages: neutron 2021-12-14 17:27:36.024 | Attempting uninstall: neutron 2021-12-14 17:27:36.026 | Found existing installation: neutron 16.4.2 2021-12-14 17:27:37.203 | Uninstalling neutron-16.4.2: 2021-12-14 17:27:37.293 | Successfully uninstalled neutron-16.4.2 2021-12-14 17:27:37.295 | Running setup.py develop for neutron 2021-12-14 17:27:40.028 | Successfully installed neutron 2021-12-14 17:27:40.158 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:27:40.158 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:27:40.253 | + inc/python:pip_install:207 : result=0 2021-12-14 17:27:40.255 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:27:40.257 | + functions-common:time_stop:2331 : local name 2021-12-14 17:27:40.260 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:27:40.262 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:27:40.264 | + functions-common:time_stop:2334 : local total 2021-12-14 17:27:40.267 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:27:40.269 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:27:40.271 | + functions-common:time_stop:2338 : start_time=1639502845684 2021-12-14 17:27:40.274 | + functions-common:time_stop:2340 : [[ -z 1639502845684 ]] 2021-12-14 17:27:40.276 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:27:40.280 | + functions-common:time_stop:2343 : end_time=1639502860278 2021-12-14 17:27:40.282 | + functions-common:time_stop:2344 : elapsed_time=14594 2021-12-14 17:27:40.284 | + functions-common:time_stop:2345 : total=173267 2021-12-14 17:27:40.286 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:27:40.289 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=187861 2021-12-14 17:27:40.291 | + inc/python:pip_install:210 : return 0 2021-12-14 17:27:40.293 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-12-14 17:27:40.296 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-12-14 17:27:40.298 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-12-14 17:27:40.315 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-12-14 17:27:40.327 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/neutron 2021-12-14 17:27:40.329 | + inc/python:use_library_from_git:263 : local name=/opt/stack/neutron 2021-12-14 17:27:40.332 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:27:40.334 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:27:40.337 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/neutron, ]] 2021-12-14 17:27:40.340 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:27:40.342 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-14 17:27:40.345 | + ./stack.sh:main:912 : is_service_enabled nova 2021-12-14 17:27:40.361 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:27:40.364 | + ./stack.sh:main:914 : stack_install_service nova 2021-12-14 17:27:40.367 | + lib/stack:stack_install_service:20 : local service=nova 2021-12-14 17:27:40.369 | + lib/stack:stack_install_service:21 : type install_nova 2021-12-14 17:27:40.372 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-14 17:27:40.374 | + lib/stack:stack_install_service:32 : install_nova 2021-12-14 17:27:40.377 | + lib/nova:install_nova:809 : use_library_from_git os-vif 2021-12-14 17:27:40.379 | + inc/python:use_library_from_git:263 : local name=os-vif 2021-12-14 17:27:40.382 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:27:40.384 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:27:40.387 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,os-vif, ]] 2021-12-14 17:27:40.389 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:27:40.392 | + lib/nova:install_nova:814 : is_service_enabled n-cpu 2021-12-14 17:27:40.407 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:27:40.410 | + lib/nova:install_nova:818 : is_service_enabled n-novnc 2021-12-14 17:27:40.426 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:27:40.428 | + lib/nova:install_nova:830 : is_service_enabled n-spice 2021-12-14 17:27:40.444 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:27:40.446 | + lib/nova:install_nova:842 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova stable/ussuri 2021-12-14 17:27:40.449 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/nova.git 2021-12-14 17:27:40.451 | + functions-common:git_clone:524 : local git_dest=/opt/stack/nova 2021-12-14 17:27:40.454 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-14 17:27:40.456 | + functions-common:git_clone:526 : local orig_dir 2021-12-14 17:27:40.459 | ++ functions-common:git_clone:527 : pwd 2021-12-14 17:27:40.462 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-14 17:27:40.464 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-14 17:27:40.467 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-14 17:27:40.482 | + functions-common:git_clone:530 : RECLONE=False 2021-12-14 17:27:40.484 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-14 17:27:40.487 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-14 17:27:40.490 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-14 17:27:40.490 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-14 17:27:40.494 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/nova ]] 2021-12-14 17:27:40.496 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-14 17:27:40.499 | + functions-common:git_clone:592 : cd /opt/stack/nova 2021-12-14 17:27:40.501 | + functions-common:git_clone:593 : git show --oneline 2021-12-14 17:27:40.502 | + functions-common:git_clone:593 : head -1 2021-12-14 17:27:40.508 | 6667fcb92b Merge "Fix error that cannot overwrite policy rule for 'forced_host'" into stable/ussuri 2021-12-14 17:27:40.511 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-14 17:27:40.513 | + lib/nova:install_nova:843 : setup_develop /opt/stack/nova 2021-12-14 17:27:40.516 | + inc/python:setup_develop:351 : local bindep 2021-12-14 17:27:40.518 | + inc/python:setup_develop:352 : [[ /opt/stack/nova == -bindep* ]] 2021-12-14 17:27:40.521 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/nova 2021-12-14 17:27:40.523 | + inc/python:setup_develop:357 : local extras= 2021-12-14 17:27:40.526 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/nova -e 2021-12-14 17:27:40.528 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-12-14 17:27:40.531 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/nova == -bindep* ]] 2021-12-14 17:27:40.533 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/nova 2021-12-14 17:27:40.536 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-12-14 17:27:40.538 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-12-14 17:27:40.541 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/nova 2021-12-14 17:27:40.544 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-12-14 17:27:40.547 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/nova 2021-12-14 17:27:40.549 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-12-14 17:27:40.552 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-12-14 17:27:40.555 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2021-12-14 17:27:40.560 | + inc/python:_setup_package_with_constraints_edit:396 : name=nova 2021-12-14 17:27:40.563 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova '-e file:///opt/stack/nova#egg=nova' 2021-12-14 17:27:41.544 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/nova -e 2021-12-14 17:27:41.547 | + inc/python:setup_package:430 : local bindep=0 2021-12-14 17:27:41.549 | + inc/python:setup_package:431 : local bindep_flag= 2021-12-14 17:27:41.551 | + inc/python:setup_package:432 : local bindep_profiles= 2021-12-14 17:27:41.554 | + inc/python:setup_package:433 : [[ /opt/stack/nova == -bindep* ]] 2021-12-14 17:27:41.556 | + inc/python:setup_package:438 : local project_dir=/opt/stack/nova 2021-12-14 17:27:41.559 | + inc/python:setup_package:439 : local flags=-e 2021-12-14 17:27:41.561 | + inc/python:setup_package:440 : local extras= 2021-12-14 17:27:41.563 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-12-14 17:27:41.566 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-12-14 17:27:41.568 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-12-14 17:27:41.570 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-12-14 17:27:41.573 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-12-14 17:27:41.575 | + inc/python:setup_package:458 : pip_install -e /opt/stack/nova 2021-12-14 17:27:41.594 | Using python 3.6 to install /opt/stack/nova because python3_enabled=True 2021-12-14 17:27:41.599 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2021-12-14 17:27:44.313 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:27:44.314 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-14 17:27:44.315 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.315 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.316 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.316 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.316 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.317 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.317 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.318 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.318 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.319 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.319 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.320 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.320 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.320 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.321 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.321 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.322 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.322 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.322 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.323 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.323 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.324 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.324 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.325 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.325 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.327 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.328 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.328 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.329 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.329 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.329 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.330 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.330 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.331 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.331 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.332 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.332 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.332 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.333 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.333 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.334 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.334 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.334 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.335 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.335 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.335 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.336 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.336 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.337 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.337 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.338 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.338 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.339 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.339 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.340 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.340 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.341 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.341 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.341 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.342 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.343 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.343 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.344 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.345 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.345 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.345 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.346 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.346 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.347 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.348 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.348 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.348 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.349 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.349 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.350 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.350 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.351 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.351 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.351 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.352 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.352 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.353 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.353 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.354 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.354 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.354 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.355 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.355 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.356 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.356 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.357 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.358 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.358 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.358 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.359 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.359 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.360 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.360 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.361 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.361 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.362 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.362 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.363 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.363 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.364 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.364 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.365 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.365 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.365 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.366 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.366 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.367 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.367 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.367 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.368 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.368 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.369 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.369 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.370 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.370 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.371 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.371 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.372 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.372 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.373 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.373 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.374 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.374 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.374 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.375 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.375 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.376 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.376 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.377 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.377 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.377 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.378 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.378 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.379 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.379 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.379 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.380 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.380 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.381 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.381 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.382 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.382 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.382 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.383 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.383 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.384 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.384 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.385 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.385 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.385 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.386 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.386 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.386 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.387 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.387 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.388 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.388 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.389 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.389 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.389 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.390 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.390 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.391 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.391 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.393 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.393 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.394 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.395 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.395 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.396 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.396 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.396 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.398 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.399 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.400 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.400 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.402 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.402 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.402 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.403 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.403 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.404 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.404 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.404 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.405 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.405 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.406 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.406 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.407 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.407 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.407 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.408 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.408 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.408 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.409 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.409 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.410 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.410 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.410 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.411 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.411 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.412 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.412 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.412 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.413 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.413 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.414 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.414 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.414 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.415 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.415 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.415 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.416 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.416 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.417 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.417 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.418 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.418 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.418 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.419 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.419 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.420 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.420 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.420 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.421 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.421 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.422 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.423 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.423 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.424 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.425 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.425 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.426 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.426 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.427 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.427 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.427 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.428 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.428 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.429 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.429 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.430 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.430 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.430 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.431 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.431 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.432 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.432 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.432 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.433 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.433 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.434 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.434 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.435 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.435 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.435 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.436 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.436 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.437 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.437 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.437 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.438 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.438 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.439 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.439 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.440 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.440 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.440 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.441 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.441 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.442 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.442 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.443 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.443 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.443 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.444 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.444 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.445 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.445 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.446 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.446 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.446 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.447 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.447 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.447 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.448 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.448 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.449 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.449 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.450 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.450 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.451 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.451 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.451 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.452 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.452 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.453 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.453 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.454 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.454 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.454 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.455 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.455 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.456 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.456 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.456 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.457 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.457 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.458 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.458 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.458 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.459 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.459 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.460 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.460 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.461 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.461 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.461 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.462 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.462 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.463 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.463 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.464 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.464 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.465 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.466 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.466 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.467 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.467 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.467 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.468 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.468 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.469 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.469 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.470 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.470 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.470 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.471 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.471 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.472 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.472 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.473 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.473 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.474 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.474 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.474 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.475 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.475 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.476 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.476 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.476 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.477 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.477 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.478 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.478 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.479 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.479 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.480 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.480 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.481 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.481 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.481 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.482 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.482 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.483 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.483 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.483 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.484 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.484 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.485 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.485 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.486 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.486 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.486 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.487 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.487 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.488 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.488 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.489 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.489 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.490 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.490 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.491 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.491 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.491 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.492 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.492 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.493 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.493 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.494 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.494 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.494 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.495 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.495 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.496 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.496 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.496 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.497 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.497 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.498 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.498 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.499 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.499 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.500 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.500 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.500 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.501 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.502 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.502 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.502 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:27:44.503 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:27:44.503 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:27:44.504 | Obtaining file:///opt/stack/nova 2021-12-14 17:27:47.949 | Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-14 17:27:51.407 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-14 17:27:51.412 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-12-14 17:27:51.420 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-12-14 17:27:51.424 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-12-14 17:27:51.432 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-12-14 17:27:51.441 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-12-14 17:27:51.450 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-12-14 17:27:51.472 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-14 17:27:51.488 | Requirement already satisfied: castellan===3.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.4) 2021-12-14 17:27:51.512 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (2.9) 2021-12-14 17:27:51.554 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) (0.2.2) 2021-12-14 17:27:51.995 | Collecting dataclasses===0.7 2021-12-14 17:27:52.003 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/345/9118f7ede7c8b/dataclasses-0.7-py3-none-any.whl (18 kB) 2021-12-14 17:27:52.096 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-12-14 17:27:52.100 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) (0.26.1) 2021-12-14 17:27:52.110 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (2.1.1) 2021-12-14 17:27:52.117 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) (0.4.15) 2021-12-14 17:27:52.120 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-12-14 17:27:52.123 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (3.2.0) 2021-12-14 17:27:52.156 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-12-14 17:27:52.224 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (9.0.0) 2021-12-14 17:27:52.288 | Requirement already satisfied: lxml===4.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (4.5.0) 2021-12-14 17:27:52.706 | Collecting microversion-parse===1.0.1 2021-12-14 17:27:52.714 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2021-12-14 17:27:52.803 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (1.5) 2021-12-14 17:27:52.805 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-12-14 17:27:52.810 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-12-14 17:27:52.814 | Requirement already satisfied: openstacksdk===0.46.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (0.46.1) 2021-12-14 17:27:52.843 | Requirement already satisfied: os-brick===3.0.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (3.0.8) 2021-12-14 17:27:53.370 | Collecting os-resource-classes===1.0.0 2021-12-14 17:27:53.378 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3a/6c732391350de/os_resource_classes-1.0.0-py3-none-any.whl (10 kB) 2021-12-14 17:27:53.466 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.7.0) 2021-12-14 17:27:53.471 | Requirement already satisfied: os-traits===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 457)) (2.3.0) 2021-12-14 17:27:53.476 | Requirement already satisfied: os-vif===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462)) (2.0.1) 2021-12-14 17:27:53.503 | Requirement already satisfied: os-win===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) (5.0.2) 2021-12-14 17:27:53.526 | Requirement already satisfied: os-xenapi===0.3.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (0.3.4) 2021-12-14 17:27:53.545 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 472)) (2.3.1) 2021-12-14 17:27:53.581 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (4.0.3) 2021-12-14 17:27:53.594 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (8.0.5) 2021-12-14 17:27:53.608 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 484)) (3.0.3) 2021-12-14 17:27:53.615 | Requirement already satisfied: oslo.db===8.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 488)) (8.1.1) 2021-12-14 17:27:53.669 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 492)) (4.0.1) 2021-12-14 17:27:53.677 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500)) (4.1.3) 2021-12-14 17:27:53.722 | Requirement already satisfied: oslo.messaging===12.1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 504)) (12.1.6) 2021-12-14 17:27:53.787 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 508)) (4.0.2) 2021-12-14 17:27:53.808 | Requirement already satisfied: oslo.policy===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 512)) (3.1.2) 2021-12-14 17:27:53.827 | Requirement already satisfied: oslo.privsep===2.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (2.1.2) 2021-12-14 17:27:53.843 | Requirement already satisfied: oslo.reports===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (2.0.1) 2021-12-14 17:27:53.861 | Requirement already satisfied: oslo.rootwrap===6.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (6.0.2) 2021-12-14 17:27:53.866 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (3.1.2) 2021-12-14 17:27:53.879 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) (2.1.1) 2021-12-14 17:27:53.907 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.0.1) 2021-12-14 17:27:53.917 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (4.1.2) 2021-12-14 17:27:53.936 | Requirement already satisfied: oslo.versionedobjects===2.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) (2.0.2) 2021-12-14 17:27:53.957 | Requirement already satisfied: ovsdbapp===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.2.3) 2021-12-14 17:27:53.969 | Requirement already satisfied: paramiko===2.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 567)) (2.7.1) 2021-12-14 17:27:54.004 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (5.4.5) 2021-12-14 17:27:54.007 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (0.7.2) 2021-12-14 17:27:54.010 | Requirement already satisfied: psutil===5.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 584)) (5.7.0) 2021-12-14 17:27:54.015 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 595)) (3.0.0) 2021-12-14 17:27:54.028 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 605)) (0.9.6) 2021-12-14 17:27:54.031 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 612)) (2.4.7) 2021-12-14 17:27:54.490 | Collecting pypowervm===1.1.24 2021-12-14 17:27:54.505 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b3b/12598607ad9d3/pypowervm-1.1.24-py2.py3-none-any.whl (1.1 MB) 2021-12-14 17:27:54.700 | Requirement already satisfied: pyroute2===0.5.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 615)) (0.5.11) 2021-12-14 17:27:54.707 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 616)) (0.16.0) 2021-12-14 17:27:54.713 | Requirement already satisfied: python-barbicanclient===4.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 634)) (4.10.0) 2021-12-14 17:27:54.730 | Requirement already satisfied: python-cinderclient===7.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 641)) (7.0.2) 2021-12-14 17:27:54.751 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 654)) (2.8.1) 2021-12-14 17:27:54.756 | Requirement already satisfied: python-glanceclient===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 666)) (3.1.2) 2021-12-14 17:27:54.777 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 686)) (4.0.0) 2021-12-14 17:27:54.797 | Requirement already satisfied: python-neutronclient===7.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 716)) (7.1.1) 2021-12-14 17:27:54.831 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 774)) (2019.3) 2021-12-14 17:27:54.835 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 788)) (0.7) 2021-12-14 17:27:54.843 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 789)) (2.23.0) 2021-12-14 17:27:54.866 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 797)) (1.4.0) 2021-12-14 17:27:54.869 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 799)) (1.3.3) 2021-12-14 17:27:54.874 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 801)) (1.4.0) 2021-12-14 17:27:54.879 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (3.17.0) 2021-12-14 17:27:54.882 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 833)) (1.14.0) 2021-12-14 17:27:54.886 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 895)) (0.13.0) 2021-12-14 17:27:54.898 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 896)) (0.3.1) 2021-12-14 17:27:54.901 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 897)) (3.3.0) 2021-12-14 17:27:54.904 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 902)) (1.32.0) 2021-12-14 17:27:54.910 | Requirement already satisfied: taskflow===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 921)) (4.1.0) 2021-12-14 17:27:54.972 | Requirement already satisfied: tenacity===6.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 925)) (6.1.0) 2021-12-14 17:27:54.985 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 928)) (2.0.1) 2021-12-14 17:27:54.996 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 929)) (0.5.0) 2021-12-14 17:27:55.002 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 930)) (2.4.0) 2021-12-14 17:27:55.021 | Requirement already satisfied: tooz===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 938)) (2.3.1) 2021-12-14 17:27:55.084 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 949)) (1.4.0) 2021-12-14 17:27:55.088 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 970)) (1.1.0) 2021-12-14 17:27:55.096 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 972)) (1.25.8) 2021-12-14 17:27:55.118 | Requirement already satisfied: voluptuous===0.11.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 978)) (0.11.7) 2021-12-14 17:27:55.123 | Requirement already satisfied: warlock===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 981)) (1.3.3) 2021-12-14 17:27:55.632 | Collecting websockify===0.9.0 2021-12-14 17:27:55.639 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/427/91706b55e301d/websockify-0.9.0-py3-none-any.whl (35 kB) 2021-12-14 17:27:55.726 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 991)) (1.12.1) 2021-12-14 17:27:55.729 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 997)) (1.2.3) 2021-12-14 17:27:55.830 | Collecting zVMCloudConnector===1.4.1 2021-12-14 17:27:55.838 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238 kB) 2021-12-14 17:27:56.755 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-14 17:27:56.759 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (1.15.0) 2021-12-14 17:27:56.762 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-12-14 17:27:56.806 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (1.6.0) 2021-12-14 17:27:56.827 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 327)) (49.6.0) 2021-12-14 17:27:56.872 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (1.4.3) 2021-12-14 17:27:56.876 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-12-14 17:27:56.880 | Requirement already satisfied: jmespath===0.9.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (0.9.5) 2021-12-14 17:27:56.883 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-14 17:27:56.887 | Requirement already satisfied: jsonpatch===1.25 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.25) 2021-12-14 17:27:56.893 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) (2.5.0) 2021-12-14 17:27:56.917 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-12-14 17:27:56.925 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (0.14.1) 2021-12-14 17:27:56.931 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-12-14 17:27:56.940 | Requirement already satisfied: cachetools===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (4.1.0) 2021-12-14 17:27:56.944 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2.5.2) 2021-12-14 17:27:56.950 | Requirement already satisfied: kombu===4.6.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (4.6.8) 2021-12-14 17:27:56.998 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (0.6.2) 2021-12-14 17:27:57.002 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.0.0) 2021-12-14 17:27:57.015 | Requirement already satisfied: ovs===2.11.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 560)) (2.11.0) 2021-12-14 17:27:57.019 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (3.1.7) 2021-12-14 17:27:57.028 | Requirement already satisfied: PyNaCl===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 40)) (1.3.0) 2021-12-14 17:27:57.042 | Requirement already satisfied: pyasn1===0.4.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 592)) (0.4.8) 2021-12-14 17:27:57.045 | Requirement already satisfied: pyasn1-modules===0.2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 593)) (0.2.8) 2021-12-14 17:27:57.051 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (3.1.0) 2021-12-14 17:27:57.067 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (19.1.0) 2021-12-14 17:27:57.082 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) (2.1.0) 2021-12-14 17:27:57.087 | Requirement already satisfied: osc-lib===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (2.0.0) 2021-12-14 17:27:57.108 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-14 17:27:57.111 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-12-14 17:27:57.115 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-14 17:27:57.117 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-12-14 17:27:57.120 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 601)) (1.4.1) 2021-12-14 17:27:57.125 | Requirement already satisfied: networkx===2.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (2.4) 2021-12-14 17:27:57.169 | Requirement already satisfied: automaton===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (2.0.1) 2021-12-14 17:27:57.178 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (1.0.0) 2021-12-14 17:27:57.181 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 702)) (1.6.0) 2021-12-14 17:27:57.184 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (1.0.0) 2021-12-14 17:27:57.187 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 970)) (1.4.0) 2021-12-14 17:27:59.738 | Collecting numpy===1.18.2 2021-12-14 17:27:59.794 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6d2/05249a0293e62/numpy-1.18.2-cp36-cp36m-manylinux1_x86_64.whl (20.2 MB) 2021-12-14 17:28:00.334 | Requirement already satisfied: PyJWT===1.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 37)) (1.7.1) 2021-12-14 17:28:00.354 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 598)) (2.20) 2021-12-14 17:28:00.357 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1007)) (3.1.0) 2021-12-14 17:28:00.369 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.0) 2021-12-14 17:28:00.373 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 659)) (1.0.4) 2021-12-14 17:28:00.376 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-12-14 17:28:00.384 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 974)) (1.3.0) 2021-12-14 17:28:00.388 | Requirement already satisfied: sortedcontainers===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 838)) (2.1.0) 2021-12-14 17:28:00.391 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) (0.8.9) 2021-12-14 17:28:00.408 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (1.8.0) 2021-12-14 17:28:00.411 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 982)) (0.1.9) 2021-12-14 17:28:00.414 | Building wheels for collected packages: zVMCloudConnector 2021-12-14 17:28:00.415 | Building wheel for zVMCloudConnector (setup.py): started 2021-12-14 17:28:01.398 | Building wheel for zVMCloudConnector (setup.py): finished with status 'done' 2021-12-14 17:28:01.401 | Created wheel for zVMCloudConnector: filename=zVMCloudConnector-1.4.1-py3-none-any.whl size=303900 sha256=9eb3d45da0bb54b8e4e84771cf2354de543bbe689fe0efc85a00fac98bc66e3d 2021-12-14 17:28:01.401 | Stored in directory: /root/.cache/pip/wheels/77/e9/f7/60f0d1ed62c86db5498c1a2c54e062ef948abfc58230673f10 2021-12-14 17:28:01.402 | Successfully built zVMCloudConnector 2021-12-14 17:28:02.398 | Installing collected packages: numpy, websockify, os-resource-classes, microversion-parse, pypowervm, zVMCloudConnector, dataclasses, nova 2021-12-14 17:28:06.125 | Running setup.py develop for nova 2021-12-14 17:28:09.706 | Successfully installed dataclasses-0.7 microversion-parse-1.0.1 nova numpy-1.18.2 os-resource-classes-1.0.0 pypowervm-1.1.24 websockify-0.9.0 zVMCloudConnector-1.4.1 2021-12-14 17:28:09.839 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:28:09.839 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:28:09.964 | + inc/python:pip_install:207 : result=0 2021-12-14 17:28:09.967 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:28:09.969 | + functions-common:time_stop:2331 : local name 2021-12-14 17:28:09.972 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:28:09.974 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:28:09.976 | + functions-common:time_stop:2334 : local total 2021-12-14 17:28:09.978 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:28:09.981 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:28:09.983 | + functions-common:time_stop:2338 : start_time=1639502861589 2021-12-14 17:28:09.985 | + functions-common:time_stop:2340 : [[ -z 1639502861589 ]] 2021-12-14 17:28:09.988 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:28:09.991 | + functions-common:time_stop:2343 : end_time=1639502889988 2021-12-14 17:28:09.993 | + functions-common:time_stop:2344 : elapsed_time=28399 2021-12-14 17:28:09.995 | + functions-common:time_stop:2345 : total=187861 2021-12-14 17:28:09.998 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:28:10.000 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=216260 2021-12-14 17:28:10.002 | + inc/python:pip_install:210 : return 0 2021-12-14 17:28:10.004 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-12-14 17:28:10.007 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-12-14 17:28:10.009 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-12-14 17:28:10.027 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-12-14 17:28:10.039 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/nova 2021-12-14 17:28:10.041 | + inc/python:use_library_from_git:263 : local name=/opt/stack/nova 2021-12-14 17:28:10.044 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:28:10.046 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:28:10.049 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/nova, ]] 2021-12-14 17:28:10.052 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:28:10.054 | + lib/nova:install_nova:844 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2021-12-14 17:28:10.067 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-14 17:28:10.069 | + ./stack.sh:main:915 : configure_nova 2021-12-14 17:28:10.072 | + lib/nova:configure_nova:240 : sudo install -d -o ubuntu /etc/nova 2021-12-14 17:28:10.084 | + lib/nova:configure_nova:242 : configure_rootwrap nova 2021-12-14 17:28:10.087 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2021-12-14 17:28:10.089 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-12-14 17:28:10.093 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2021-12-14 17:28:10.093 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-12-14 17:28:10.097 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2021-12-14 17:28:10.100 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2021-12-14 17:28:10.102 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-12-14 17:28:10.105 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2021-12-14 17:28:10.108 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2021-12-14 17:28:10.110 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2021-12-14 17:28:10.112 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2021-12-14 17:28:10.115 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2021-12-14 17:28:10.126 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2021-12-14 17:28:10.139 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2021-12-14 17:28:10.151 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2021-12-14 17:28:10.163 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2021-12-14 17:28:10.175 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-12-14 17:28:10.179 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-12-14 17:28:10.183 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.O7GUZ4ixVs 2021-12-14 17:28:10.188 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-12-14 17:28:10.191 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-12-14 17:28:10.194 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2021-12-14 17:28:10.197 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-12-14 17:28:10.200 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-12-14 17:28:10.202 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.O7GUZ4ixVs 2021-12-14 17:28:10.206 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.O7GUZ4ixVs 2021-12-14 17:28:10.218 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.O7GUZ4ixVs /etc/sudoers.d/nova-rootwrap 2021-12-14 17:28:10.230 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2021-12-14 17:28:10.234 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-12-14 17:28:10.236 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-12-14 17:28:10.239 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-12-14 17:28:10.241 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-12-14 17:28:10.244 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2021-12-14 17:28:10.247 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2021-12-14 17:28:10.249 | + lib/nova:configure_nova:244 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2021-12-14 17:28:10.252 | + lib/nova:configure_nova:246 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2021-12-14 17:28:10.256 | + lib/nova:configure_nova:249 : is_service_enabled n-cpu 2021-12-14 17:28:10.272 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:28:10.274 | + lib/nova:configure_nova:327 : create_nova_conf 2021-12-14 17:28:10.277 | + lib/nova:create_nova_conf:394 : rm -f /opt/stack/nova/bin/nova.conf 2021-12-14 17:28:10.281 | + lib/nova:create_nova_conf:397 : rm -f /etc/nova/nova.conf 2021-12-14 17:28:10.284 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf DEFAULT debug True 2021-12-14 17:28:10.309 | + lib/nova:create_nova_conf:399 : '[' True == True ']' 2021-12-14 17:28:10.311 | + lib/nova:create_nova_conf:400 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2021-12-14 17:28:10.335 | + lib/nova:create_nova_conf:402 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2021-12-14 17:28:10.360 | + lib/nova:create_nova_conf:403 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2021-12-14 17:28:10.384 | + lib/nova:create_nova_conf:404 : iniset /etc/nova/nova.conf scheduler driver filter_scheduler 2021-12-14 17:28:10.411 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2021-12-14 17:28:10.437 | + lib/nova:create_nova_conf:406 : [[ filter_scheduler == \f\i\l\t\e\r\_\s\c\h\e\d\u\l\e\r ]] 2021-12-14 17:28:10.439 | + lib/nova:create_nova_conf:407 : iniset /etc/nova/nova.conf scheduler workers 2 2021-12-14 17:28:10.465 | + lib/nova:create_nova_conf:409 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2021-12-14 17:28:10.490 | + lib/nova:create_nova_conf:410 : [[ 4 == 6 ]] 2021-12-14 17:28:10.492 | + lib/nova:create_nova_conf:413 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.53 2021-12-14 17:28:10.517 | + lib/nova:create_nova_conf:415 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2021-12-14 17:28:10.541 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2021-12-14 17:28:10.565 | + lib/nova:create_nova_conf:417 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2021-12-14 17:28:10.588 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2021-12-14 17:28:10.612 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2021-12-14 17:28:10.638 | + lib/nova:create_nova_conf:422 : is_fedora 2021-12-14 17:28:10.640 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-14 17:28:10.643 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-14 17:28:10.645 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-14 17:28:10.647 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-14 17:28:10.649 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-14 17:28:10.652 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-14 17:28:10.654 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-14 17:28:10.656 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-14 17:28:10.658 | + lib/nova:create_nova_conf:422 : is_suse 2021-12-14 17:28:10.661 | + functions-common:is_suse:462 : is_opensuse 2021-12-14 17:28:10.663 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-14 17:28:10.665 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-14 17:28:10.667 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-14 17:28:10.670 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-14 17:28:10.672 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-14 17:28:10.674 | + lib/nova:create_nova_conf:431 : is_service_enabled n-api n-cond n-sched 2021-12-14 17:28:10.689 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:10.691 | + lib/nova:create_nova_conf:435 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-12-14 17:28:10.693 | + lib/nova:create_nova_conf:438 : local db=nova_cell0 2021-12-14 17:28:10.695 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2021-12-14 17:28:10.720 | ++ lib/nova:create_nova_conf:444 : database_connection_url nova_cell0 2021-12-14 17:28:10.723 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-12-14 17:28:10.725 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-12-14 17:28:10.727 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2021-12-14 17:28:10.729 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-12-14 17:28:10.732 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-12-14 17:28:10.758 | ++ lib/nova:create_nova_conf:445 : database_connection_url nova_api 2021-12-14 17:28:10.760 | ++ lib/database:database_connection_url:132 : local db=nova_api 2021-12-14 17:28:10.762 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2021-12-14 17:28:10.765 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_api 2021-12-14 17:28:10.767 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-12-14 17:28:10.770 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-12-14 17:28:10.796 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf cache enabled True 2021-12-14 17:28:10.823 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2021-12-14 17:28:10.847 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2021-12-14 17:28:10.872 | + lib/nova:create_nova_conf:455 : is_service_enabled n-api 2021-12-14 17:28:10.887 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:10.890 | + lib/nova:create_nova_conf:456 : is_service_enabled n-api-meta 2021-12-14 17:28:10.905 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:10.909 | ++ lib/nova:create_nova_conf:458 : echo osapi_compute,metadata 2021-12-14 17:28:10.909 | ++ lib/nova:create_nova_conf:458 : sed s/,metadata// 2021-12-14 17:28:10.913 | + lib/nova:create_nova_conf:458 : NOVA_ENABLED_APIS=osapi_compute 2021-12-14 17:28:10.916 | + lib/nova:create_nova_conf:460 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2021-12-14 17:28:10.941 | + lib/nova:create_nova_conf:461 : is_service_enabled tls-proxy 2021-12-14 17:28:10.956 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:28:10.958 | + lib/nova:create_nova_conf:467 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2021-12-14 17:28:10.960 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/nova/nova.conf 2021-12-14 17:28:10.962 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-12-14 17:28:10.965 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-12-14 17:28:10.967 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2021-12-14 17:28:10.995 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2021-12-14 17:28:11.019 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.53/identity 2021-12-14 17:28:11.044 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2021-12-14 17:28:11.068 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2021-12-14 17:28:11.093 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2021-12-14 17:28:11.117 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2021-12-14 17:28:11.143 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2021-12-14 17:28:11.168 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-12-14 17:28:11.193 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2021-12-14 17:28:11.217 | + lib/nova:create_nova_conf:470 : is_service_enabled cinder 2021-12-14 17:28:11.233 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:11.235 | + lib/nova:create_nova_conf:471 : configure_cinder_access 2021-12-14 17:28:11.237 | + lib/nova:configure_cinder_access:592 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2021-12-14 17:28:11.263 | + lib/nova:configure_cinder_access:593 : iniset /etc/nova/nova.conf cinder auth_type password 2021-12-14 17:28:11.288 | + lib/nova:configure_cinder_access:594 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.53/identity 2021-12-14 17:28:11.313 | + lib/nova:configure_cinder_access:601 : iniset /etc/nova/nova.conf cinder username nova 2021-12-14 17:28:11.337 | + lib/nova:configure_cinder_access:602 : iniset /etc/nova/nova.conf cinder password Passw0rd 2021-12-14 17:28:11.361 | + lib/nova:configure_cinder_access:603 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2021-12-14 17:28:11.385 | + lib/nova:configure_cinder_access:604 : iniset /etc/nova/nova.conf cinder project_name service 2021-12-14 17:28:11.410 | + lib/nova:configure_cinder_access:605 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2021-12-14 17:28:11.434 | + lib/nova:configure_cinder_access:606 : is_service_enabled tls-proxy 2021-12-14 17:28:11.449 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:28:11.452 | + lib/nova:create_nova_conf:474 : '[' -n /opt/stack/data/nova ']' 2021-12-14 17:28:11.454 | + lib/nova:create_nova_conf:475 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2021-12-14 17:28:11.479 | + lib/nova:create_nova_conf:476 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2021-12-14 17:28:11.505 | + lib/nova:create_nova_conf:478 : '[' -n /opt/stack/data/nova/instances ']' 2021-12-14 17:28:11.507 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2021-12-14 17:28:11.531 | + lib/nova:create_nova_conf:481 : '[' False '!=' False ']' 2021-12-14 17:28:11.534 | + lib/nova:create_nova_conf:484 : '[' False '!=' False ']' 2021-12-14 17:28:11.536 | + lib/nova:create_nova_conf:489 : is_suse 2021-12-14 17:28:11.539 | + functions-common:is_suse:462 : is_opensuse 2021-12-14 17:28:11.542 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-14 17:28:11.544 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-14 17:28:11.547 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-14 17:28:11.549 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-14 17:28:11.551 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-14 17:28:11.554 | + lib/nova:create_nova_conf:494 : setup_logging /etc/nova/nova.conf 2021-12-14 17:28:11.556 | + functions:setup_logging:655 : local conf_file=/etc/nova/nova.conf 2021-12-14 17:28:11.559 | + functions:setup_logging:656 : local other_cond=False 2021-12-14 17:28:11.561 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-14 17:28:11.563 | + functions:setup_logging:658 : setup_systemd_logging /etc/nova/nova.conf 2021-12-14 17:28:11.566 | + functions:setup_systemd_logging:686 : local conf_file=/etc/nova/nova.conf 2021-12-14 17:28:11.568 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-14 17:28:11.571 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-14 17:28:11.587 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-14 17:28:11.589 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-14 17:28:11.592 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-14 17:28:11.594 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-14 17:28:11.596 | + functions:setup_systemd_logging:700 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-14 17:28:11.621 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:28:11.646 | + functions:setup_systemd_logging:703 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:28:11.670 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-14 17:28:11.694 | + lib/nova:create_nova_conf:496 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2021-12-14 17:28:11.721 | + lib/nova:create_nova_conf:498 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2021-12-14 17:28:11.724 | + lib/apache:write_uwsgi_config:264 : local file=/etc/nova/nova-api-uwsgi.ini 2021-12-14 17:28:11.726 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/nova-api-wsgi 2021-12-14 17:28:11.728 | + lib/apache:write_uwsgi_config:266 : local url=/compute 2021-12-14 17:28:11.731 | + lib/apache:write_uwsgi_config:267 : local http= 2021-12-14 17:28:11.733 | + lib/apache:write_uwsgi_config:268 : local name= 2021-12-14 17:28:11.736 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/nova-api-wsgi 2021-12-14 17:28:11.739 | + lib/apache:write_uwsgi_config:269 : name=nova-api-wsgi 2021-12-14 17:28:11.742 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-12-14 17:28:11.744 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-12-14 17:28:11.755 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-12-14 17:28:11.756 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-12-14 17:28:11.763 | d /var/run/uwsgi 0755 ubuntu root 2021-12-14 17:28:11.766 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-12-14 17:28:11.780 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2021-12-14 17:28:11.782 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/nova/nova-api-uwsgi.ini 2021-12-14 17:28:11.786 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2021-12-14 17:28:11.812 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2021-12-14 17:28:11.836 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2021-12-14 17:28:11.860 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2021-12-14 17:28:11.884 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2021-12-14 17:28:11.908 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-12-14 17:28:11.932 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2021-12-14 17:28:11.957 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2021-12-14 17:28:11.981 | + lib/apache:write_uwsgi_config:298 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2021-12-14 17:28:12.005 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-14 17:28:12.029 | + lib/apache:write_uwsgi_config:302 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2021-12-14 17:28:12.053 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-12-14 17:28:12.078 | + lib/apache:write_uwsgi_config:306 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2021-12-14 17:28:12.102 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-12-14 17:28:12.105 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-12-14 17:28:12.108 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for nova-api-wsgi 2021-12-14 17:28:12.110 | ++ lib/apache:apache_site_config_for:196 : local site=nova-api-wsgi 2021-12-14 17:28:12.113 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-12-14 17:28:12.115 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:28:12.117 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:28:12.120 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2021-12-14 17:28:12.123 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2021-12-14 17:28:12.125 | + lib/apache:write_uwsgi_config:314 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2021-12-14 17:28:12.149 | + lib/apache:write_uwsgi_config:315 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2021-12-14 17:28:12.175 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 ' 2021-12-14 17:28:12.175 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2021-12-14 17:28:12.183 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 2021-12-14 17:28:12.186 | + lib/apache:write_uwsgi_config:317 : enable_apache_site nova-api-wsgi 2021-12-14 17:28:12.189 | + lib/apache:enable_apache_site:213 : local site=nova-api-wsgi 2021-12-14 17:28:12.191 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-12-14 17:28:12.193 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-12-14 17:28:12.196 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-14 17:28:12.198 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:28:12.200 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:28:12.203 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-12-14 17:28:12.205 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-12-14 17:28:12.207 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:28:12.209 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:28:12.212 | + lib/apache:enable_apache_site:217 : sudo a2ensite nova-api-wsgi 2021-12-14 17:28:12.271 | Enabling site nova-api-wsgi. 2021-12-14 17:28:12.276 | To activate the new configuration, you need to run: 2021-12-14 17:28:12.276 | systemctl reload apache2 2021-12-14 17:28:12.281 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-12-14 17:28:12.283 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-14 17:28:12.286 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-14 17:28:12.288 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-14 17:28:12.428 | + lib/nova:create_nova_conf:499 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2021-12-14 17:28:12.430 | + lib/apache:write_uwsgi_config:264 : local file=/etc/nova/nova-metadata-uwsgi.ini 2021-12-14 17:28:12.433 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2021-12-14 17:28:12.437 | + lib/apache:write_uwsgi_config:266 : local url= 2021-12-14 17:28:12.439 | + lib/apache:write_uwsgi_config:267 : local http=0.0.0.0:8775 2021-12-14 17:28:12.442 | + lib/apache:write_uwsgi_config:268 : local name= 2021-12-14 17:28:12.445 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/nova-metadata-wsgi 2021-12-14 17:28:12.448 | + lib/apache:write_uwsgi_config:269 : name=nova-metadata-wsgi 2021-12-14 17:28:12.450 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-12-14 17:28:12.453 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-12-14 17:28:12.464 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-12-14 17:28:12.465 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-12-14 17:28:12.472 | d /var/run/uwsgi 0755 ubuntu root 2021-12-14 17:28:12.475 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-12-14 17:28:12.488 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2021-12-14 17:28:12.491 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2021-12-14 17:28:12.494 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2021-12-14 17:28:12.521 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2021-12-14 17:28:12.545 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2021-12-14 17:28:12.570 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2021-12-14 17:28:12.594 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2021-12-14 17:28:12.619 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2021-12-14 17:28:12.643 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2021-12-14 17:28:12.668 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2021-12-14 17:28:12.692 | + lib/apache:write_uwsgi_config:298 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2021-12-14 17:28:12.717 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-14 17:28:12.741 | + lib/apache:write_uwsgi_config:302 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2021-12-14 17:28:12.766 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2021-12-14 17:28:12.792 | + lib/apache:write_uwsgi_config:306 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2021-12-14 17:28:12.817 | + lib/apache:write_uwsgi_config:309 : [[ -n 0.0.0.0:8775 ]] 2021-12-14 17:28:12.819 | + lib/apache:write_uwsgi_config:310 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2021-12-14 17:28:12.844 | + lib/nova:create_nova_conf:501 : is_service_enabled ceilometer 2021-12-14 17:28:12.860 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:28:12.862 | + lib/nova:create_nova_conf:509 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2021-12-14 17:28:12.889 | ++ lib/nova:create_nova_conf:510 : get_notification_url 2021-12-14 17:28:12.892 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2021-12-14 17:28:12.895 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2021-12-14 17:28:12.911 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:12.913 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/ 2021-12-14 17:28:12.916 | + lib/nova:create_nova_conf:510 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/ 2021-12-14 17:28:12.940 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2021-12-14 17:28:12.967 | + lib/nova:create_nova_conf:512 : iniset_rpc_backend nova /etc/nova/nova.conf 2021-12-14 17:28:12.969 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-12-14 17:28:12.971 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2021-12-14 17:28:12.974 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-12-14 17:28:12.976 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-12-14 17:28:12.978 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-14 17:28:12.994 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:12.997 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-12-14 17:28:12.999 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-12-14 17:28:13.002 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-14 17:28:13.018 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:13.020 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/ 2021-12-14 17:28:13.023 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/ 2021-12-14 17:28:13.052 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-14 17:28:13.054 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-14 17:28:13.057 | + lib/nova:create_nova_conf:514 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2021-12-14 17:28:13.082 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2021-12-14 17:28:13.108 | + lib/nova:create_nova_conf:517 : iniset /etc/nova/nova.conf conductor workers 2 2021-12-14 17:28:13.134 | + lib/nova:create_nova_conf:519 : is_service_enabled tls-proxy 2021-12-14 17:28:13.150 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:28:13.153 | + lib/nova:create_nova_conf:524 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2021-12-14 17:28:13.179 | + lib/nova:create_nova_conf:526 : '[' False == True ']' 2021-12-14 17:28:13.181 | + lib/nova:create_nova_conf:530 : is_service_enabled n-cond 2021-12-14 17:28:13.197 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:13.200 | ++ lib/nova:create_nova_conf:531 : seq 1 1 2021-12-14 17:28:13.203 | + lib/nova:create_nova_conf:531 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-14 17:28:13.206 | + lib/nova:create_nova_conf:532 : local conf 2021-12-14 17:28:13.208 | + lib/nova:create_nova_conf:533 : local vhost 2021-12-14 17:28:13.211 | ++ lib/nova:create_nova_conf:534 : conductor_conf 1 2021-12-14 17:28:13.213 | ++ lib/nova:conductor_conf:744 : local cell=1 2021-12-14 17:28:13.216 | ++ lib/nova:conductor_conf:745 : echo /etc/nova/nova_cell1.conf 2021-12-14 17:28:13.219 | + lib/nova:create_nova_conf:534 : conf=/etc/nova/nova_cell1.conf 2021-12-14 17:28:13.221 | + lib/nova:create_nova_conf:535 : vhost=nova_cell1 2021-12-14 17:28:13.224 | + lib/nova:create_nova_conf:537 : rm -f /etc/nova/nova_cell1.conf 2021-12-14 17:28:13.228 | ++ lib/nova:create_nova_conf:538 : database_connection_url nova_cell1 2021-12-14 17:28:13.230 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2021-12-14 17:28:13.233 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2021-12-14 17:28:13.235 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell1 2021-12-14 17:28:13.237 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-12-14 17:28:13.240 | + lib/nova:create_nova_conf:538 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-12-14 17:28:13.282 | + lib/nova:create_nova_conf:539 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2021-12-14 17:28:13.311 | + lib/nova:create_nova_conf:540 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2021-12-14 17:28:13.338 | + lib/nova:create_nova_conf:542 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-12-14 17:28:13.340 | + lib/nova:create_nova_conf:545 : rpc_backend_add_vhost nova_cell1 2021-12-14 17:28:13.343 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2021-12-14 17:28:13.345 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2021-12-14 17:28:13.361 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:13.365 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2021-12-14 17:28:13.365 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2021-12-14 17:28:14.427 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2021-12-14 17:28:14.430 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2021-12-14 17:28:15.509 | Creating vhost "nova_cell1" 2021-12-14 17:28:15.570 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2021-12-14 17:28:16.607 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" 2021-12-14 17:28:16.633 | + lib/nova:create_nova_conf:546 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2021-12-14 17:28:16.636 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-12-14 17:28:16.639 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2021-12-14 17:28:16.641 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-12-14 17:28:16.644 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2021-12-14 17:28:16.646 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-14 17:28:16.662 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:16.665 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2021-12-14 17:28:16.668 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2021-12-14 17:28:16.670 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-14 17:28:16.685 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:16.688 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/nova_cell1 2021-12-14 17:28:16.691 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/nova_cell1 2021-12-14 17:28:16.715 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-14 17:28:16.719 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-14 17:28:16.722 | + lib/nova:create_nova_conf:550 : is_service_enabled placement placement-client 2021-12-14 17:28:16.744 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:16.747 | + lib/nova:create_nova_conf:551 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2021-12-14 17:28:16.750 | + lib/nova:configure_placement_nova_compute:579 : local conf=/etc/nova/nova_cell1.conf 2021-12-14 17:28:16.753 | + lib/nova:configure_placement_nova_compute:580 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2021-12-14 17:28:16.785 | + lib/nova:configure_placement_nova_compute:581 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.53/identity 2021-12-14 17:28:16.812 | + lib/nova:configure_placement_nova_compute:582 : iniset /etc/nova/nova_cell1.conf placement username placement 2021-12-14 17:28:16.836 | + lib/nova:configure_placement_nova_compute:583 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2021-12-14 17:28:16.861 | + lib/nova:configure_placement_nova_compute:584 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2021-12-14 17:28:16.885 | + lib/nova:configure_placement_nova_compute:585 : iniset /etc/nova/nova_cell1.conf placement project_name service 2021-12-14 17:28:16.910 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2021-12-14 17:28:16.935 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2021-12-14 17:28:16.960 | + lib/nova:create_nova_conf:555 : setup_logging /etc/nova/nova_cell1.conf 2021-12-14 17:28:16.962 | + functions:setup_logging:655 : local conf_file=/etc/nova/nova_cell1.conf 2021-12-14 17:28:16.965 | + functions:setup_logging:656 : local other_cond=False 2021-12-14 17:28:16.967 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-14 17:28:16.970 | + functions:setup_logging:658 : setup_systemd_logging /etc/nova/nova_cell1.conf 2021-12-14 17:28:16.972 | + functions:setup_systemd_logging:686 : local conf_file=/etc/nova/nova_cell1.conf 2021-12-14 17:28:16.974 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-14 17:28:16.977 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-14 17:28:16.993 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-14 17:28:16.995 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-14 17:28:16.998 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-14 17:28:17.000 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-14 17:28:17.002 | + functions:setup_systemd_logging:700 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-14 17:28:17.030 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:28:17.060 | + functions:setup_systemd_logging:703 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:28:17.089 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-14 17:28:17.116 | + lib/nova:create_nova_conf:562 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-12-14 17:28:17.119 | ++ lib/nova:create_nova_conf:565 : seq 1 1 2021-12-14 17:28:17.123 | + lib/nova:create_nova_conf:565 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-14 17:28:17.125 | + lib/nova:create_nova_conf:566 : local conf 2021-12-14 17:28:17.127 | + lib/nova:create_nova_conf:567 : local offset 2021-12-14 17:28:17.130 | ++ lib/nova:create_nova_conf:568 : conductor_conf 1 2021-12-14 17:28:17.133 | ++ lib/nova:conductor_conf:744 : local cell=1 2021-12-14 17:28:17.136 | ++ lib/nova:conductor_conf:745 : echo /etc/nova/nova_cell1.conf 2021-12-14 17:28:17.139 | + lib/nova:create_nova_conf:568 : conf=/etc/nova/nova_cell1.conf 2021-12-14 17:28:17.141 | + lib/nova:create_nova_conf:569 : offset=0 2021-12-14 17:28:17.143 | + lib/nova:create_nova_conf:570 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2021-12-14 17:28:17.146 | + lib/nova:configure_console_proxies:679 : local conf=/etc/nova/nova_cell1.conf 2021-12-14 17:28:17.148 | + lib/nova:configure_console_proxies:680 : local offset=0 2021-12-14 17:28:17.150 | + lib/nova:configure_console_proxies:684 : offset=0 2021-12-14 17:28:17.153 | + lib/nova:configure_console_proxies:686 : is_service_enabled n-novnc 2021-12-14 17:28:17.168 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:28:17.170 | + lib/nova:configure_console_proxies:686 : is_service_enabled n-xvnc 2021-12-14 17:28:17.186 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:28:17.188 | + lib/nova:configure_console_proxies:686 : '[' False '!=' False ']' 2021-12-14 17:28:17.191 | + lib/nova:configure_console_proxies:720 : is_service_enabled n-spice 2021-12-14 17:28:17.206 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:28:17.208 | + lib/nova:configure_console_proxies:725 : is_service_enabled n-sproxy 2021-12-14 17:28:17.223 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:28:17.225 | + lib/nova:configure_nova:329 : is_service_enabled n-cpu 2021-12-14 17:28:17.245 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:28:17.248 | + ./stack.sh:main:918 : is_service_enabled placement 2021-12-14 17:28:17.268 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:17.272 | + ./stack.sh:main:920 : stack_install_service placement 2021-12-14 17:28:17.275 | + lib/stack:stack_install_service:20 : local service=placement 2021-12-14 17:28:17.278 | + lib/stack:stack_install_service:21 : type install_placement 2021-12-14 17:28:17.282 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-14 17:28:17.284 | + lib/stack:stack_install_service:32 : install_placement 2021-12-14 17:28:17.288 | + lib/placement:install_placement:137 : install_apache_wsgi 2021-12-14 17:28:17.291 | + lib/apache:install_apache_wsgi:149 : is_ubuntu 2021-12-14 17:28:17.294 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:28:17.297 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:28:17.300 | + lib/apache:install_apache_wsgi:151 : install_package apache2 2021-12-14 17:28:17.303 | + functions-common:install_package:1333 : update_package_repo 2021-12-14 17:28:17.305 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-14 17:28:17.311 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-14 17:28:17.314 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-14 17:28:17.316 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-14 17:28:17.318 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-14 17:28:17.322 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:28:17.324 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:28:17.327 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-14 17:28:17.329 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-14 17:28:17.332 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-14 17:28:17.334 | + functions-common:apt_get_update:1069 : return 2021-12-14 17:28:17.337 | + functions-common:install_package:1334 : real_install_package apache2 2021-12-14 17:28:17.339 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-14 17:28:17.342 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:28:17.344 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:28:17.347 | + functions-common:real_install_package:1320 : apt_get install apache2 2021-12-14 17:28:17.368 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2021-12-14 17:28:17.493 | Reading package lists... 2021-12-14 17:28:17.758 | Building dependency tree... 2021-12-14 17:28:17.759 | Reading state information... 2021-12-14 17:28:17.979 | apache2 is already the newest version (2.4.29-1ubuntu4.20). 2021-12-14 17:28:17.979 | The following packages were automatically installed and are no longer required: 2021-12-14 17:28:17.979 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-12-14 17:28:17.980 | python3-click python3-colorama python3-configobj python3-constantly 2021-12-14 17:28:17.980 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-12-14 17:28:17.980 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-14 17:28:17.980 | python3-twisted-bin python3-zope.interface 2021-12-14 17:28:17.980 | Use 'sudo apt autoremove' to remove them. 2021-12-14 17:28:18.059 | 0 upgraded, 0 newly installed, 0 to remove and 174 not upgraded. 2021-12-14 17:28:18.065 | + functions-common:apt_get:1113 : result=0 2021-12-14 17:28:18.068 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-14 17:28:18.071 | + functions-common:time_stop:2331 : local name 2021-12-14 17:28:18.074 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:28:18.076 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:28:18.079 | + functions-common:time_stop:2334 : local total 2021-12-14 17:28:18.082 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:28:18.084 | + functions-common:time_stop:2337 : name=apt-get 2021-12-14 17:28:18.087 | + functions-common:time_stop:2338 : start_time=1639502897365 2021-12-14 17:28:18.090 | + functions-common:time_stop:2340 : [[ -z 1639502897365 ]] 2021-12-14 17:28:18.093 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:28:18.098 | + functions-common:time_stop:2343 : end_time=1639502898094 2021-12-14 17:28:18.100 | + functions-common:time_stop:2344 : elapsed_time=729 2021-12-14 17:28:18.103 | + functions-common:time_stop:2345 : total=226983 2021-12-14 17:28:18.107 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:28:18.110 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=227712 2021-12-14 17:28:18.112 | + functions-common:apt_get:1117 : return 0 2021-12-14 17:28:18.116 | + lib/apache:install_apache_wsgi:152 : python3_enabled 2021-12-14 17:28:18.119 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-12-14 17:28:18.121 | + inc/python:python3_enabled:468 : return 0 2021-12-14 17:28:18.125 | + lib/apache:install_apache_wsgi:153 : is_package_installed libapache2-mod-wsgi 2021-12-14 17:28:18.128 | + functions-common:is_package_installed:1342 : [[ -z libapache2-mod-wsgi ]] 2021-12-14 17:28:18.131 | + functions-common:is_package_installed:1346 : [[ -z deb ]] 2021-12-14 17:28:18.134 | + functions-common:is_package_installed:1350 : [[ deb = \d\e\b ]] 2021-12-14 17:28:18.136 | + functions-common:is_package_installed:1351 : dpkg -s libapache2-mod-wsgi 2021-12-14 17:28:18.161 | + lib/apache:install_apache_wsgi:156 : install_package libapache2-mod-wsgi-py3 2021-12-14 17:28:18.163 | + functions-common:install_package:1333 : update_package_repo 2021-12-14 17:28:18.166 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-14 17:28:18.169 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-14 17:28:18.173 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-14 17:28:18.175 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-14 17:28:18.179 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-14 17:28:18.183 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:28:18.185 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:28:18.188 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-14 17:28:18.190 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-14 17:28:18.193 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-14 17:28:18.195 | + functions-common:apt_get_update:1069 : return 2021-12-14 17:28:18.198 | + functions-common:install_package:1334 : real_install_package libapache2-mod-wsgi-py3 2021-12-14 17:28:18.200 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-14 17:28:18.203 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:28:18.206 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:28:18.208 | + functions-common:real_install_package:1320 : apt_get install libapache2-mod-wsgi-py3 2021-12-14 17:28:18.228 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2021-12-14 17:28:18.353 | Reading package lists... 2021-12-14 17:28:18.625 | Building dependency tree... 2021-12-14 17:28:18.626 | Reading state information... 2021-12-14 17:28:18.851 | The following packages were automatically installed and are no longer required: 2021-12-14 17:28:18.851 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-12-14 17:28:18.851 | python3-click python3-colorama python3-configobj python3-constantly 2021-12-14 17:28:18.852 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-12-14 17:28:18.852 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-14 17:28:18.852 | python3-twisted-bin python3-zope.interface 2021-12-14 17:28:18.852 | Use 'sudo apt autoremove' to remove them. 2021-12-14 17:28:18.921 | The following NEW packages will be installed: 2021-12-14 17:28:18.922 | libapache2-mod-wsgi-py3 2021-12-14 17:28:19.220 | 0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded. 2021-12-14 17:28:19.220 | Need to get 88.3 kB of archives. 2021-12-14 17:28:19.220 | After this operation, 278 kB of additional disk space will be used. 2021-12-14 17:28:19.220 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-wsgi-py3 amd64 4.5.17-1ubuntu1 [88.3 kB] 2021-12-14 17:28:20.205 | Fetched 88.3 kB in 1s (135 kB/s) 2021-12-14 17:28:20.276 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2021-12-14 17:28:20.320 | (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 ... 77245 files and directories currently installed.) 2021-12-14 17:28:20.324 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.5.17-1ubuntu1_amd64.deb ... 2021-12-14 17:28:20.328 | Unpacking libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2021-12-14 17:28:20.418 | Setting up libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2021-12-14 17:28:20.615 | apache2_invoke: Enable module wsgi 2021-12-14 17:28:23.107 | + functions-common:apt_get:1113 : result=0 2021-12-14 17:28:23.110 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-14 17:28:23.113 | + functions-common:time_stop:2331 : local name 2021-12-14 17:28:23.116 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:28:23.118 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:28:23.122 | + functions-common:time_stop:2334 : local total 2021-12-14 17:28:23.124 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:28:23.126 | + functions-common:time_stop:2337 : name=apt-get 2021-12-14 17:28:23.130 | + functions-common:time_stop:2338 : start_time=1639502898225 2021-12-14 17:28:23.132 | + functions-common:time_stop:2340 : [[ -z 1639502898225 ]] 2021-12-14 17:28:23.135 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:28:23.139 | + functions-common:time_stop:2343 : end_time=1639502903136 2021-12-14 17:28:23.142 | + functions-common:time_stop:2344 : elapsed_time=4911 2021-12-14 17:28:23.144 | + functions-common:time_stop:2345 : total=227712 2021-12-14 17:28:23.147 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:28:23.150 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=232623 2021-12-14 17:28:23.152 | + functions-common:apt_get:1117 : return 0 2021-12-14 17:28:23.155 | + lib/apache:install_apache_wsgi:174 : enable_apache_mod wsgi 2021-12-14 17:28:23.158 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2021-12-14 17:28:23.160 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-14 17:28:23.163 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:28:23.166 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:28:23.169 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2021-12-14 17:28:23.171 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2021-12-14 17:28:23.224 | wsgi (enabled by maintainer script) 2021-12-14 17:28:23.229 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2021-12-14 17:28:23.234 | + inc/python:pip_install_gr:76 : local name=osc-placement 2021-12-14 17:28:23.238 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-14 17:28:23.242 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2021-12-14 17:28:23.247 | ++ inc/python:get_from_global_requirements:238 : local package=osc-placement 2021-12-14 17:28:23.251 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-14 17:28:23.256 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2021-12-14 17:28:23.257 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-14 17:28:23.262 | ++ inc/python:get_from_global_requirements:240 : required_pkg='osc-placement ' 2021-12-14 17:28:23.265 | ++ inc/python:get_from_global_requirements:241 : [[ osc-placement == '' ]] 2021-12-14 17:28:23.268 | ++ inc/python:get_from_global_requirements:244 : echo osc-placement 2021-12-14 17:28:23.271 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2021-12-14 17:28:23.273 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2021-12-14 17:28:23.294 | Using python 3.6 to install osc-placement because python3_enabled=True 2021-12-14 17:28:23.299 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2021-12-14 17:28:26.088 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:28:26.089 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-14 17:28:26.089 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.090 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.090 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.091 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.091 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.092 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.092 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.093 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.093 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.093 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.094 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.094 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.095 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.095 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.096 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.096 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.096 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.097 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.097 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.098 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.098 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.099 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.099 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.099 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.100 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.102 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.102 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.103 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.104 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.104 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.105 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.105 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.106 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.106 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.106 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.107 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.107 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.108 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.108 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.108 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.109 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.109 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.109 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.110 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.110 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.111 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.111 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.112 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.112 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.112 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.113 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.113 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.114 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.114 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.115 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.115 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.116 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.116 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.117 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.117 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.118 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.118 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.119 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.120 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.120 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.121 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.121 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.122 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.122 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.123 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.124 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.124 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.124 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.125 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.125 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.126 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.126 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.127 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.127 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.127 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.128 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.129 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.129 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.129 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.130 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.130 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.131 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.131 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.132 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.132 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.132 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.133 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.133 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.134 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.135 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.135 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.136 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.136 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.137 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.137 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.138 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.138 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.139 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.139 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.140 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.140 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.140 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.141 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.141 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.142 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.143 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.143 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.143 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.144 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.144 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.145 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.145 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.146 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.146 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.147 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.147 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.148 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.148 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.148 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.149 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.149 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.150 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.151 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.151 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.152 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.152 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.152 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.153 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.153 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.154 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.154 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.155 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.155 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.155 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.156 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.156 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.157 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.157 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.157 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.158 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.159 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.159 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.159 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.160 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.160 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.161 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.161 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.161 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.162 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.162 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.163 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.163 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.163 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.164 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.164 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.165 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.165 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.165 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.166 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.167 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.167 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.168 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.168 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.168 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.169 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.169 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.170 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.170 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.170 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.171 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.171 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.172 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.172 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.173 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.173 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.173 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.174 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.174 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.174 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.175 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.175 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.176 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.176 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.176 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.177 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.177 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.178 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.178 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.178 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.179 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.179 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.180 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.180 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.180 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.181 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.181 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.182 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.182 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.183 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.183 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.184 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.184 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.184 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.185 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.185 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.186 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.186 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.186 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.187 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.187 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.188 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.188 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.188 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.189 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.189 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.190 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.190 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.190 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.191 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.191 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.191 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.192 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.192 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.193 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.193 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.194 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.194 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.195 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.196 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.196 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.197 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.198 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.199 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.200 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.201 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.202 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.202 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.203 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.204 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.204 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.205 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.205 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.205 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.206 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.206 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.207 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.207 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.207 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.208 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.208 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.209 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.209 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.210 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.210 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.210 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.211 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.211 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.212 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.212 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.213 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.213 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.214 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.214 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.215 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.215 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.215 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.216 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.216 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.217 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.218 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.219 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.219 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.220 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.221 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.221 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.221 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.222 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.222 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.223 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.223 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.224 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.224 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.224 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.225 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.225 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.226 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.226 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.226 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.227 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.227 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.228 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.228 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.229 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.230 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.231 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.231 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.231 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.232 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.232 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.233 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.233 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.233 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.234 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.234 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.235 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.235 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.236 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.236 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.236 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.237 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.237 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.238 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.238 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.239 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.239 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.239 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.240 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.240 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.241 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.241 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.242 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.251 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.251 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.251 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.251 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.251 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.251 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.251 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.252 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.253 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.253 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.254 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.254 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.254 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.255 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.255 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.256 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.256 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.257 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.257 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.258 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.258 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.258 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.259 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.260 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.260 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.261 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.261 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.261 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.262 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.262 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.263 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.263 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.264 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.264 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.265 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.265 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.265 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.266 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.266 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.267 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.267 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.268 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.269 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.269 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.270 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.270 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.271 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.271 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.271 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.272 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.272 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.272 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.273 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.273 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.274 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.274 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.275 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.275 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.275 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.276 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.277 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.277 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.278 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.278 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.279 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.279 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.280 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.280 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.281 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.281 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.282 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.282 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.282 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.283 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:26.283 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:26.284 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:26.432 | Collecting osc-placement===2.0.0 2021-12-14 17:28:26.441 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4b6/d1519a04ac4be/osc_placement-2.0.0-py3-none-any.whl (57 kB) 2021-12-14 17:28:26.545 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (4.1.2) 2021-12-14 17:28:26.562 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (5.4.5) 2021-12-14 17:28:26.565 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 612)) (2.4.7) 2021-12-14 17:28:26.569 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 774)) (2019.3) 2021-12-14 17:28:26.573 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (3.17.0) 2021-12-14 17:28:26.577 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 833)) (1.14.0) 2021-12-14 17:28:26.580 | Requirement already satisfied: osc-lib===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (2.0.0) 2021-12-14 17:28:26.600 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-12-14 17:28:26.667 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 492)) (4.0.1) 2021-12-14 17:28:26.676 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-12-14 17:28:26.684 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-12-14 17:28:26.687 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-12-14 17:28:26.691 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-12-14 17:28:26.694 | Requirement already satisfied: openstacksdk===0.46.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (0.46.1) 2021-12-14 17:28:26.721 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-14 17:28:26.726 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (3.1.0) 2021-12-14 17:28:26.742 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 902)) (1.32.0) 2021-12-14 17:28:26.749 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.7.0) 2021-12-14 17:28:26.754 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 789)) (2.23.0) 2021-12-14 17:28:26.777 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 991)) (1.12.1) 2021-12-14 17:28:26.780 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-12-14 17:28:26.784 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-12-14 17:28:26.788 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-14 17:28:26.792 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 797)) (1.4.0) 2021-12-14 17:28:26.794 | Requirement already satisfied: jsonpatch===1.25 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.25) 2021-12-14 17:28:26.800 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (2.9) 2021-12-14 17:28:26.841 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (1.4.3) 2021-12-14 17:28:26.845 | Requirement already satisfied: jmespath===0.9.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (0.9.5) 2021-12-14 17:28:26.848 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) (2.5.0) 2021-12-14 17:28:26.871 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) (0.8.9) 2021-12-14 17:28:26.887 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (0.7.2) 2021-12-14 17:28:26.890 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-14 17:28:26.893 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-12-14 17:28:26.897 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-14 17:28:26.900 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 972)) (1.25.8) 2021-12-14 17:28:26.922 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.0) 2021-12-14 17:28:26.925 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-14 17:28:26.930 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (1.8.0) 2021-12-14 17:28:26.933 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 982)) (0.1.9) 2021-12-14 17:28:26.936 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 598)) (2.20) 2021-12-14 17:28:28.818 | Installing collected packages: osc-placement 2021-12-14 17:28:28.991 | Successfully installed osc-placement-2.0.0 2021-12-14 17:28:29.129 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:28:29.129 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:28:29.217 | + inc/python:pip_install:207 : result=0 2021-12-14 17:28:29.220 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:28:29.223 | + functions-common:time_stop:2331 : local name 2021-12-14 17:28:29.227 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:28:29.231 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:28:29.234 | + functions-common:time_stop:2334 : local total 2021-12-14 17:28:29.236 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:28:29.239 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:28:29.241 | + functions-common:time_stop:2338 : start_time=1639502903288 2021-12-14 17:28:29.244 | + functions-common:time_stop:2340 : [[ -z 1639502903288 ]] 2021-12-14 17:28:29.247 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:28:29.251 | + functions-common:time_stop:2343 : end_time=1639502909248 2021-12-14 17:28:29.253 | + functions-common:time_stop:2344 : elapsed_time=5960 2021-12-14 17:28:29.256 | + functions-common:time_stop:2345 : total=216260 2021-12-14 17:28:29.258 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:28:29.261 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=222220 2021-12-14 17:28:29.264 | + inc/python:pip_install:210 : return 0 2021-12-14 17:28:29.266 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement stable/ussuri 2021-12-14 17:28:29.269 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/placement.git 2021-12-14 17:28:29.272 | + functions-common:git_clone:524 : local git_dest=/opt/stack/placement 2021-12-14 17:28:29.274 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-14 17:28:29.277 | + functions-common:git_clone:526 : local orig_dir 2021-12-14 17:28:29.280 | ++ functions-common:git_clone:527 : pwd 2021-12-14 17:28:29.283 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-14 17:28:29.286 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-14 17:28:29.289 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-14 17:28:29.308 | + functions-common:git_clone:530 : RECLONE=False 2021-12-14 17:28:29.312 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-14 17:28:29.315 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-14 17:28:29.318 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-14 17:28:29.318 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-14 17:28:29.323 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/placement ]] 2021-12-14 17:28:29.326 | + functions-common:git_clone:559 : [[ False = \T\r\u\e ]] 2021-12-14 17:28:29.328 | + functions-common:git_clone:565 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/ussuri 2021-12-14 17:28:29.331 | + functions-common:git_timed:617 : local count=0 2021-12-14 17:28:29.333 | + functions-common:git_timed:618 : local timeout=0 2021-12-14 17:28:29.335 | + functions-common:git_timed:620 : [[ -n 0 ]] 2021-12-14 17:28:29.338 | + functions-common:git_timed:621 : timeout=0 2021-12-14 17:28:29.340 | + functions-common:git_timed:624 : time_start git_timed 2021-12-14 17:28:29.342 | + functions-common:time_start:2317 : local name=git_timed 2021-12-14 17:28:29.345 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:28:29.347 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:28:29.350 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:28:29.354 | + functions-common:time_start:2322 : _TIME_START[$name]=1639502909351 2021-12-14 17:28:29.357 | + functions-common:git_timed:625 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/ussuri 2021-12-14 17:28:29.360 | Cloning into '/opt/stack/placement'... 2021-12-14 17:28:40.758 | + functions-common:git_timed:639 : time_stop git_timed 2021-12-14 17:28:40.763 | + functions-common:time_stop:2331 : local name 2021-12-14 17:28:40.766 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:28:40.769 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:28:40.772 | + functions-common:time_stop:2334 : local total 2021-12-14 17:28:40.774 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:28:40.777 | + functions-common:time_stop:2337 : name=git_timed 2021-12-14 17:28:40.780 | + functions-common:time_stop:2338 : start_time=1639502909351 2021-12-14 17:28:40.783 | + functions-common:time_stop:2340 : [[ -z 1639502909351 ]] 2021-12-14 17:28:40.786 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:28:40.791 | + functions-common:time_stop:2343 : end_time=1639502920787 2021-12-14 17:28:40.794 | + functions-common:time_stop:2344 : elapsed_time=11436 2021-12-14 17:28:40.797 | + functions-common:time_stop:2345 : total=0 2021-12-14 17:28:40.800 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:28:40.803 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=11436 2021-12-14 17:28:40.806 | + functions-common:git_clone:592 : cd /opt/stack/placement 2021-12-14 17:28:40.809 | + functions-common:git_clone:593 : git show --oneline 2021-12-14 17:28:40.810 | + functions-common:git_clone:593 : head -1 2021-12-14 17:28:40.813 | de030ef7 Fix Placement Doc 2021-12-14 17:28:40.816 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-14 17:28:40.820 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2021-12-14 17:28:40.823 | + inc/python:setup_develop:351 : local bindep 2021-12-14 17:28:40.827 | + inc/python:setup_develop:352 : [[ /opt/stack/placement == -bindep* ]] 2021-12-14 17:28:40.829 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/placement 2021-12-14 17:28:40.832 | + inc/python:setup_develop:357 : local extras= 2021-12-14 17:28:40.834 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/placement -e 2021-12-14 17:28:40.837 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-12-14 17:28:40.839 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/placement == -bindep* ]] 2021-12-14 17:28:40.841 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/placement 2021-12-14 17:28:40.844 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-12-14 17:28:40.846 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-12-14 17:28:40.849 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/placement 2021-12-14 17:28:40.852 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-12-14 17:28:40.855 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/placement 2021-12-14 17:28:40.857 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-12-14 17:28:40.860 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-12-14 17:28:40.864 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2021-12-14 17:28:40.870 | + inc/python:_setup_package_with_constraints_edit:396 : name=openstack-placement 2021-12-14 17:28:40.872 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement '-e file:///opt/stack/placement#egg=openstack-placement' 2021-12-14 17:28:41.858 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/placement -e 2021-12-14 17:28:41.863 | + inc/python:setup_package:430 : local bindep=0 2021-12-14 17:28:41.867 | + inc/python:setup_package:431 : local bindep_flag= 2021-12-14 17:28:41.871 | + inc/python:setup_package:432 : local bindep_profiles= 2021-12-14 17:28:41.874 | + inc/python:setup_package:433 : [[ /opt/stack/placement == -bindep* ]] 2021-12-14 17:28:41.877 | + inc/python:setup_package:438 : local project_dir=/opt/stack/placement 2021-12-14 17:28:41.879 | + inc/python:setup_package:439 : local flags=-e 2021-12-14 17:28:41.882 | + inc/python:setup_package:440 : local extras= 2021-12-14 17:28:41.884 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-12-14 17:28:41.887 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-12-14 17:28:41.890 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-12-14 17:28:41.893 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-12-14 17:28:41.896 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-12-14 17:28:41.898 | + inc/python:setup_package:458 : pip_install -e /opt/stack/placement 2021-12-14 17:28:41.917 | Using python 3.6 to install /opt/stack/placement because python3_enabled=True 2021-12-14 17:28:41.922 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2021-12-14 17:28:44.679 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:28:44.679 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-14 17:28:44.680 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.680 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.681 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.681 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.681 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.682 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.682 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.683 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.683 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.683 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.684 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.684 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.685 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.686 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.686 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.686 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.687 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.687 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.688 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.688 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.689 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.689 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.689 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.690 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.690 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.692 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.693 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.693 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.694 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.694 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.695 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.695 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.696 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.696 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.696 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.697 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.697 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.698 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.698 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.698 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.699 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.699 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.699 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.700 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.700 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.701 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.701 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.702 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.702 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.703 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.703 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.704 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.704 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.705 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.705 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.705 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.706 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.706 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.707 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.707 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.708 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.708 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.709 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.710 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.710 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.711 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.711 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.712 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.712 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.713 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.714 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.714 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.714 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.715 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.715 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.716 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.716 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.717 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.717 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.718 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.718 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.719 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.719 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.720 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.720 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.720 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.721 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.721 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.722 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.722 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.723 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.723 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.724 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.724 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.725 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.725 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.726 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.726 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.727 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.727 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.728 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.728 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.729 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.729 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.730 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.730 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.731 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.731 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.731 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.732 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.732 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.733 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.733 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.734 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.734 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.734 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.735 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.735 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.736 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.736 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.737 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.737 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.738 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.738 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.739 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.739 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.740 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.740 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.741 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.741 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.742 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.742 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.742 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.743 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.743 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.743 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.744 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.744 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.745 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.745 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.746 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.746 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.746 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.747 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.747 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.748 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.748 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.749 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.749 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.750 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.750 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.751 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.751 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.751 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.752 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.752 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.752 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.753 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.753 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.754 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.754 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.754 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.755 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.755 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.756 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.756 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.757 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.757 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.757 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.758 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.758 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.758 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.759 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.759 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.760 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.760 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.760 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.761 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.761 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.762 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.762 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.763 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.763 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.763 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.764 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.764 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.764 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.765 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.765 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.766 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.766 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.766 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.767 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.768 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.768 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.768 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.769 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.769 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.770 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.770 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.770 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.771 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.771 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.772 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.772 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.772 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.773 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.773 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.774 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.774 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.774 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.775 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.775 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.775 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.776 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.776 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.777 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.777 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.778 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.778 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.778 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.779 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.779 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.780 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.780 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.780 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.781 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.781 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.782 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.782 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.782 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.783 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.784 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.785 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.785 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.786 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.787 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.787 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.787 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.788 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.788 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.789 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.789 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.789 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.790 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.790 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.791 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.791 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.791 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.792 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.792 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.793 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.793 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.793 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.794 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.794 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.795 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.795 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.796 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.796 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.796 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.797 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.797 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.798 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.799 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.799 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.800 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.800 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.801 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.801 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.802 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.802 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.803 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.804 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.804 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.805 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.805 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.805 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.806 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.806 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.807 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.807 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.808 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.808 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.808 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.809 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.809 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.810 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.810 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.811 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.811 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.812 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.812 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.812 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.813 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.813 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.814 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.814 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.815 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.815 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.815 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.816 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.816 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.817 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.817 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.818 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.818 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.818 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.819 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.819 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.819 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.820 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.820 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.821 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.821 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.822 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.822 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.823 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.823 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.823 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.824 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.824 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.824 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.825 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.825 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.826 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.826 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.827 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.827 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.828 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.829 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.829 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.830 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.830 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.830 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.831 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.831 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.832 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.832 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.833 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.833 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.833 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.834 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.834 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.835 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.835 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.835 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.836 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.836 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.837 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.837 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.838 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.838 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.839 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.839 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.839 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.840 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.840 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.841 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.841 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.842 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.842 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.843 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.843 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.844 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.844 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.844 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.845 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.845 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.846 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.846 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.846 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.847 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.847 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.848 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.848 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.849 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.849 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.849 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.850 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.850 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.851 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.851 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.852 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.852 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.853 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.853 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.854 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.854 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.855 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.855 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.855 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.856 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.856 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.857 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.857 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.858 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.858 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.858 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.859 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.859 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.859 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.860 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.860 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.861 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.861 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.862 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.862 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.863 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.863 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.863 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.864 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.865 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.865 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.866 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:44.866 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:44.866 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:44.867 | Obtaining file:///opt/stack/placement 2021-12-14 17:28:46.284 | Obtaining openstack-placement from file:///opt/stack/placement#egg=openstack-placement (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-14 17:28:47.729 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-12-14 17:28:47.739 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-12-14 17:28:47.763 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-14 17:28:47.778 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (3.2.0) 2021-12-14 17:28:47.810 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (9.0.0) 2021-12-14 17:28:47.871 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (1.0.1) 2021-12-14 17:28:47.876 | Requirement already satisfied: os-resource-classes===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.0.0) 2021-12-14 17:28:47.881 | Requirement already satisfied: os-traits===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (2.3.0) 2021-12-14 17:28:47.887 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) (2.3.1) 2021-12-14 17:28:47.924 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (4.0.3) 2021-12-14 17:28:47.938 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (8.0.5) 2021-12-14 17:28:47.953 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 485)) (3.0.3) 2021-12-14 17:28:47.959 | Requirement already satisfied: oslo.db===8.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489)) (8.1.1) 2021-12-14 17:28:48.013 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493)) (4.0.1) 2021-12-14 17:28:48.023 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (4.1.3) 2021-12-14 17:28:48.068 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509)) (4.0.2) 2021-12-14 17:28:48.089 | Requirement already satisfied: oslo.policy===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 513)) (3.1.2) 2021-12-14 17:28:48.108 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (3.1.2) 2021-12-14 17:28:48.121 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (1.0.1) 2021-12-14 17:28:48.132 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (4.1.2) 2021-12-14 17:28:48.150 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (5.4.5) 2021-12-14 17:28:48.153 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 581)) (0.7.2) 2021-12-14 17:28:48.156 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (3.0.0) 2021-12-14 17:28:48.169 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 606)) (0.9.6) 2021-12-14 17:28:48.172 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (2.4.7) 2021-12-14 17:28:48.176 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 617)) (0.16.0) 2021-12-14 17:28:48.182 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 655)) (2.8.1) 2021-12-14 17:28:48.188 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 687)) (4.0.0) 2021-12-14 17:28:48.208 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 775)) (2019.3) 2021-12-14 17:28:48.213 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 789)) (0.7) 2021-12-14 17:28:48.221 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 790)) (2.23.0) 2021-12-14 17:28:48.244 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 802)) (1.4.0) 2021-12-14 17:28:48.250 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 834)) (1.14.0) 2021-12-14 17:28:48.253 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 896)) (0.13.0) 2021-12-14 17:28:48.265 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 897)) (0.3.1) 2021-12-14 17:28:48.269 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 898)) (3.3.0) 2021-12-14 17:28:48.272 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 903)) (1.32.0) 2021-12-14 17:28:48.278 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 929)) (2.0.1) 2021-12-14 17:28:48.289 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 930)) (0.5.0) 2021-12-14 17:28:48.295 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 931)) (2.4.0) 2021-12-14 17:28:48.314 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 950)) (1.4.0) 2021-12-14 17:28:48.318 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.1.0) 2021-12-14 17:28:48.326 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 973)) (1.25.8) 2021-12-14 17:28:48.350 | 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.6/dist-packages (from openstack-placement==3.0.1) (49.6.0) 2021-12-14 17:28:48.397 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-12-14 17:28:48.441 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (1.6.0) 2021-12-14 17:28:48.460 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-12-14 17:28:48.528 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-12-14 17:28:48.533 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (0.14.1) 2021-12-14 17:28:48.539 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-12-14 17:28:48.542 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-12-14 17:28:48.551 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-14 17:28:48.555 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-12-14 17:28:48.564 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-14 17:28:48.570 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-12-14 17:28:48.577 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (0.6.2) 2021-12-14 17:28:48.581 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-12-14 17:28:48.584 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-12-14 17:28:48.587 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-12-14 17:28:48.592 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-14 17:28:48.595 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-14 17:28:48.598 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-12-14 17:28:48.602 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-12-14 17:28:48.605 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 703)) (1.6.0) 2021-12-14 17:28:48.608 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (1.0.0) 2021-12-14 17:28:48.614 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.0.0) 2021-12-14 17:28:48.626 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (1.0.0) 2021-12-14 17:28:48.629 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.4.0) 2021-12-14 17:28:48.632 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1008)) (3.1.0) 2021-12-14 17:28:48.644 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452)) (1.7.0) 2021-12-14 17:28:48.649 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (1.5) 2021-12-14 17:28:48.652 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 992)) (1.12.1) 2021-12-14 17:28:48.656 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 660)) (1.0.4) 2021-12-14 17:28:48.659 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-12-14 17:28:48.667 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-12-14 17:28:50.289 | Installing collected packages: openstack-placement 2021-12-14 17:28:50.291 | Running setup.py develop for openstack-placement 2021-12-14 17:28:51.973 | Successfully installed openstack-placement 2021-12-14 17:28:52.149 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:28:52.149 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:28:52.226 | + inc/python:pip_install:207 : result=0 2021-12-14 17:28:52.230 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:28:52.234 | + functions-common:time_stop:2331 : local name 2021-12-14 17:28:52.238 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:28:52.242 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:28:52.247 | + functions-common:time_stop:2334 : local total 2021-12-14 17:28:52.249 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:28:52.252 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:28:52.255 | + functions-common:time_stop:2338 : start_time=1639502921912 2021-12-14 17:28:52.258 | + functions-common:time_stop:2340 : [[ -z 1639502921912 ]] 2021-12-14 17:28:52.265 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:28:52.269 | + functions-common:time_stop:2343 : end_time=1639502932266 2021-12-14 17:28:52.272 | + functions-common:time_stop:2344 : elapsed_time=10354 2021-12-14 17:28:52.276 | + functions-common:time_stop:2345 : total=222220 2021-12-14 17:28:52.280 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:28:52.284 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=232574 2021-12-14 17:28:52.288 | + inc/python:pip_install:210 : return 0 2021-12-14 17:28:52.292 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-12-14 17:28:52.295 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-12-14 17:28:52.299 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-12-14 17:28:52.323 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-12-14 17:28:52.339 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/placement 2021-12-14 17:28:52.343 | + inc/python:use_library_from_git:263 : local name=/opt/stack/placement 2021-12-14 17:28:52.345 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:28:52.348 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:28:52.350 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/placement, ]] 2021-12-14 17:28:52.353 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:28:52.356 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-14 17:28:52.358 | + ./stack.sh:main:921 : configure_placement 2021-12-14 17:28:52.361 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2021-12-14 17:28:52.373 | + lib/placement:configure_placement:107 : create_placement_conf 2021-12-14 17:28:52.376 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2021-12-14 17:28:52.380 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2021-12-14 17:28:52.382 | ++ lib/database:database_connection_url:132 : local db=placement 2021-12-14 17:28:52.386 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2021-12-14 17:28:52.388 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=placement 2021-12-14 17:28:52.391 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2021-12-14 17:28:52.395 | + lib/placement:create_placement_conf:97 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2021-12-14 17:28:52.427 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2021-12-14 17:28:52.456 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2021-12-14 17:28:52.484 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2021-12-14 17:28:52.487 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/placement/placement.conf 2021-12-14 17:28:52.489 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=placement 2021-12-14 17:28:52.492 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-12-14 17:28:52.495 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2021-12-14 17:28:52.525 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2021-12-14 17:28:52.556 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.53/identity 2021-12-14 17:28:52.585 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2021-12-14 17:28:52.620 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2021-12-14 17:28:52.655 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2021-12-14 17:28:52.685 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2021-12-14 17:28:52.713 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2021-12-14 17:28:52.744 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-12-14 17:28:52.772 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2021-12-14 17:28:52.803 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2021-12-14 17:28:52.806 | + functions:setup_logging:655 : local conf_file=/etc/placement/placement.conf 2021-12-14 17:28:52.809 | + functions:setup_logging:656 : local other_cond=False 2021-12-14 17:28:52.823 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-14 17:28:52.826 | + functions:setup_logging:658 : setup_systemd_logging /etc/placement/placement.conf 2021-12-14 17:28:52.829 | + functions:setup_systemd_logging:686 : local conf_file=/etc/placement/placement.conf 2021-12-14 17:28:52.832 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-14 17:28:52.835 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-14 17:28:52.852 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-14 17:28:52.854 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-14 17:28:52.857 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-14 17:28:52.860 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-14 17:28:52.862 | + functions:setup_systemd_logging:700 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-14 17:28:52.888 | + functions:setup_systemd_logging:702 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:28:52.921 | + functions:setup_systemd_logging:703 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:28:52.955 | + functions:setup_systemd_logging:704 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-14 17:28:52.985 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2021-12-14 17:28:52.989 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2021-12-14 17:28:52.991 | + lib/apache:write_uwsgi_config:264 : local file=/etc/placement/placement-uwsgi.ini 2021-12-14 17:28:52.994 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/placement-api 2021-12-14 17:28:52.997 | + lib/apache:write_uwsgi_config:266 : local url=/placement 2021-12-14 17:28:53.000 | + lib/apache:write_uwsgi_config:267 : local http= 2021-12-14 17:28:53.003 | + lib/apache:write_uwsgi_config:268 : local name= 2021-12-14 17:28:53.006 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/placement-api 2021-12-14 17:28:53.010 | + lib/apache:write_uwsgi_config:269 : name=placement-api 2021-12-14 17:28:53.012 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-12-14 17:28:53.015 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-12-14 17:28:53.027 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-12-14 17:28:53.028 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-12-14 17:28:53.035 | d /var/run/uwsgi 0755 ubuntu root 2021-12-14 17:28:53.038 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-12-14 17:28:53.052 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/placement-api.socket 2021-12-14 17:28:53.055 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/placement/placement-uwsgi.ini 2021-12-14 17:28:53.058 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2021-12-14 17:28:53.088 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2021-12-14 17:28:53.117 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2021-12-14 17:28:53.147 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2021-12-14 17:28:53.173 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2021-12-14 17:28:53.203 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2021-12-14 17:28:53.233 | + lib/apache:write_uwsgi_config:295 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2021-12-14 17:28:53.260 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2021-12-14 17:28:53.286 | + lib/apache:write_uwsgi_config:298 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2021-12-14 17:28:53.316 | + lib/apache:write_uwsgi_config:300 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-14 17:28:53.349 | + lib/apache:write_uwsgi_config:302 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2021-12-14 17:28:53.377 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2021-12-14 17:28:53.404 | + lib/apache:write_uwsgi_config:306 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2021-12-14 17:28:53.432 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-12-14 17:28:53.435 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-12-14 17:28:53.438 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for placement-api 2021-12-14 17:28:53.441 | ++ lib/apache:apache_site_config_for:196 : local site=placement-api 2021-12-14 17:28:53.443 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-12-14 17:28:53.446 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:28:53.449 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:28:53.451 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/placement-api.conf 2021-12-14 17:28:53.455 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2021-12-14 17:28:53.457 | + lib/apache:write_uwsgi_config:314 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2021-12-14 17:28:53.482 | + lib/apache:write_uwsgi_config:315 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2021-12-14 17:28:53.512 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 ' 2021-12-14 17:28:53.513 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2021-12-14 17:28:53.521 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 2021-12-14 17:28:53.525 | + lib/apache:write_uwsgi_config:317 : enable_apache_site placement-api 2021-12-14 17:28:53.528 | + lib/apache:enable_apache_site:213 : local site=placement-api 2021-12-14 17:28:53.530 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-12-14 17:28:53.534 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-12-14 17:28:53.536 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-14 17:28:53.540 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:28:53.544 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:28:53.546 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-12-14 17:28:53.549 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-12-14 17:28:53.552 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:28:53.554 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:28:53.557 | + lib/apache:enable_apache_site:217 : sudo a2ensite placement-api 2021-12-14 17:28:53.615 | Enabling site placement-api. 2021-12-14 17:28:53.623 | To activate the new configuration, you need to run: 2021-12-14 17:28:53.623 | systemctl reload apache2 2021-12-14 17:28:53.629 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-12-14 17:28:53.632 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-14 17:28:53.634 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-14 17:28:53.637 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-14 17:28:53.803 | + ./stack.sh:main:928 : is_service_enabled placement placement-client 2021-12-14 17:28:53.823 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:53.825 | + ./stack.sh:main:929 : is_service_enabled n-cpu 2021-12-14 17:28:53.842 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:28:53.844 | + ./stack.sh:main:929 : is_service_enabled n-sch 2021-12-14 17:28:53.863 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:53.866 | + ./stack.sh:main:930 : configure_placement_nova_compute 2021-12-14 17:28:53.868 | + lib/nova:configure_placement_nova_compute:579 : local conf=/etc/nova/nova.conf 2021-12-14 17:28:53.871 | + lib/nova:configure_placement_nova_compute:580 : iniset /etc/nova/nova.conf placement auth_type password 2021-12-14 17:28:53.899 | + lib/nova:configure_placement_nova_compute:581 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.53/identity 2021-12-14 17:28:53.925 | + lib/nova:configure_placement_nova_compute:582 : iniset /etc/nova/nova.conf placement username placement 2021-12-14 17:28:53.951 | + lib/nova:configure_placement_nova_compute:583 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-12-14 17:28:53.978 | + lib/nova:configure_placement_nova_compute:584 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-12-14 17:28:54.006 | + lib/nova:configure_placement_nova_compute:585 : iniset /etc/nova/nova.conf placement project_name service 2021-12-14 17:28:54.034 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-12-14 17:28:54.061 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova.conf placement region_name RegionOne 2021-12-14 17:28:54.087 | + ./stack.sh:main:934 : is_service_enabled horizon 2021-12-14 17:28:54.107 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:28:54.111 | + ./stack.sh:main:939 : is_service_enabled tls-proxy 2021-12-14 17:28:54.127 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:28:54.130 | + ./stack.sh:main:947 : run_phase stack install 2021-12-14 17:28:54.133 | + functions-common:run_phase:1759 : local mode=stack 2021-12-14 17:28:54.135 | + functions-common:run_phase:1760 : local phase=install 2021-12-14 17:28:54.138 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-14 17:28:54.140 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-12-14 17:28:54.143 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-14 17:28:54.146 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-12-14 17:28:54.149 | + functions-common:run_phase:1769 : local extra 2021-12-14 17:28:54.152 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-14 17:28:54.156 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-12-14 17:28:54.160 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-14 17:28:54.163 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-14 17:28:54.167 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2021-12-14 17:28:54.170 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-14 17:28:54.187 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:28:54.190 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-12-14 17:28:54.193 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:28:54.196 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2021-12-14 17:28:54.199 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2021-12-14 17:28:54.202 | ++ ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:28:54.205 | ++ ./stack.sh:echo_summary:428 : echo -e Installing Tempest 2021-12-14 17:28:54.207 | ++ extras.d/80-tempest.sh:source:9 : install_tempest 2021-12-14 17:28:54.210 | ++ lib/tempest:install_tempest:750 : git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest master 2021-12-14 17:28:54.213 | ++ functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/tempest.git 2021-12-14 17:28:54.215 | ++ functions-common:git_clone:524 : local git_dest=/opt/stack/tempest 2021-12-14 17:28:54.218 | ++ functions-common:git_clone:525 : local git_ref=master 2021-12-14 17:28:54.220 | ++ functions-common:git_clone:526 : local orig_dir 2021-12-14 17:28:54.223 | +++ functions-common:git_clone:527 : pwd 2021-12-14 17:28:54.225 | ++ functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-14 17:28:54.227 | ++ functions-common:git_clone:528 : local git_clone_flags= 2021-12-14 17:28:54.230 | +++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-14 17:28:54.246 | ++ functions-common:git_clone:530 : RECLONE=False 2021-12-14 17:28:54.248 | ++ functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-14 17:28:54.250 | ++ functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-14 17:28:54.253 | ++ functions-common:git_clone:544 : egrep -q '^refs' 2021-12-14 17:28:54.253 | ++ functions-common:git_clone:544 : echo master 2021-12-14 17:28:54.258 | ++ functions-common:git_clone:558 : [[ ! -d /opt/stack/tempest ]] 2021-12-14 17:28:54.260 | ++ functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-14 17:28:54.262 | ++ functions-common:git_clone:592 : cd /opt/stack/tempest 2021-12-14 17:28:54.265 | ++ functions-common:git_clone:593 : git show --oneline 2021-12-14 17:28:54.265 | ++ functions-common:git_clone:593 : head -1 2021-12-14 17:28:54.269 | 24864bac2 Merge "Deprecate the old API microversion fixture" 2021-12-14 17:28:54.272 | ++ functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-14 17:28:54.275 | ++ lib/tempest:install_tempest:751 : pip_install 'tox!=2.8.0' 2021-12-14 17:28:54.300 | Using python 3.6 to install tox!=2.8.0 because python3_enabled=True 2021-12-14 17:28:54.306 | ++ inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt 'tox!=2.8.0' 2021-12-14 17:28:57.105 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:28:57.105 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-14 17:28:57.106 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.107 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.107 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.107 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.108 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.108 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.109 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.109 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.110 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.110 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.111 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.111 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.111 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.112 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.112 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.113 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.113 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.114 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.114 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.114 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.115 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.115 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.116 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.116 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.117 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.119 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.119 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.120 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.120 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.121 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.121 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.122 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.122 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.123 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.123 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.123 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.124 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.124 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.125 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.125 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.125 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.126 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.126 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.126 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.127 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.127 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.128 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.128 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.128 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.129 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.130 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.130 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.130 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.131 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.131 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.132 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.132 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.133 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.133 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.133 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.134 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.135 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.136 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.137 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.137 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.137 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.138 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.138 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.139 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.140 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.140 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.141 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.141 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.141 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.142 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.143 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.143 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.143 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.144 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.145 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.145 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.146 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.146 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.147 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.147 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.147 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.148 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.148 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.149 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.149 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.150 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.150 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.151 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.151 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.152 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.152 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.153 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.153 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.154 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.154 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.154 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.155 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.156 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.156 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.156 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.157 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.157 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.158 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.158 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.159 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.159 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.160 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.160 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.160 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.161 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.161 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.162 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.162 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.163 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.163 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.164 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.164 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.164 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.165 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.165 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.166 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.166 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.167 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.167 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.168 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.168 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.169 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.169 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.169 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.170 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.170 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.171 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.171 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.171 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.172 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.172 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.173 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.173 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.173 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.174 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.174 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.175 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.175 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.176 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.176 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.177 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.177 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.177 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.178 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.178 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.179 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.179 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.179 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.180 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.180 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.181 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.181 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.181 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.182 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.182 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.183 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.183 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.183 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.184 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.184 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.185 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.185 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.185 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.186 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.186 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.187 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.187 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.187 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.188 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.188 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.188 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.189 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.189 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.190 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.190 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.191 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.191 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.191 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.192 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.192 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.193 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.193 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.193 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.194 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.194 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.194 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.195 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.195 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.196 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.196 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.196 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.197 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.197 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.198 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.198 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.198 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.199 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.199 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.200 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.200 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.200 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.201 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.201 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.201 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.202 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.202 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.203 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.203 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.203 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.204 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.204 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.205 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.205 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.205 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.206 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.206 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.207 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.207 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.208 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.208 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.209 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.210 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.211 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.211 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.212 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.213 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.213 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.214 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.214 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.215 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.215 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.215 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.216 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.216 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.217 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.217 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.218 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.218 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.218 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.219 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.219 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.220 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.220 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.220 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.221 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.221 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.222 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.222 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.223 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.223 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.223 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.224 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.224 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.225 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.225 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.225 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.226 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.226 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.227 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.227 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.227 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.228 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.228 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.229 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.229 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.230 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.230 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.230 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.231 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.231 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.232 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.232 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.233 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.233 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.233 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.234 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.234 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.235 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.235 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.235 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.236 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.236 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.237 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.237 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.237 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.238 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.239 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.239 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.240 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.240 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.240 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.241 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.241 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.242 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.242 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.243 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.243 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.243 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.244 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.244 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.244 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.245 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.245 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.246 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.246 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.247 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.247 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.247 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.248 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.248 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.249 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.249 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.249 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.250 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.250 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.251 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.251 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.252 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.252 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.253 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.254 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.254 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.254 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.255 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.255 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.256 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.256 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.257 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.257 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.258 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.258 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.258 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.259 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.259 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.260 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.260 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.260 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.261 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.261 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.262 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.262 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.263 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.263 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.263 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.264 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.264 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.265 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.265 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.266 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.266 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.266 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.267 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.268 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.268 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.269 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.269 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.270 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.270 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.270 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.271 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.271 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.272 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.272 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.272 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.273 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.273 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.274 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.274 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.275 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.275 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.275 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.276 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.277 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.277 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.277 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.278 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.279 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.279 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.279 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.280 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.280 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.281 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.281 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.281 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.282 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.282 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.283 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.283 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.283 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.284 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.284 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.285 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.285 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.286 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.286 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.286 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.287 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.288 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.288 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.288 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.289 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.290 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.290 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.290 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.291 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:28:57.291 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:28:57.292 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:28:57.611 | Collecting tox!=2.8.0 2021-12-14 17:28:57.619 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e2/74227a53dc9ef/tox-3.24.4-py2.py3-none-any.whl (85 kB) 2021-12-14 17:28:57.906 | Collecting py===1.8.1 2021-12-14 17:28:57.913 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c20/fdd83a5dbc0af/py-1.8.1-py2.py3-none-any.whl (83 kB) 2021-12-14 17:28:58.008 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (1.6.0) 2021-12-14 17:28:58.139 | Collecting toml>=0.9.4 2021-12-14 17:28:58.185 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/806/143ae5bfb6a3c/toml-0.10.2-py2.py3-none-any.whl (16 kB) 2021-12-14 17:28:58.278 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 834)) (1.14.0) 2021-12-14 17:28:58.461 | Collecting virtualenv===20.0.17 2021-12-14 17:28:58.479 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/00c/fe8605fb97f5a/virtualenv-20.0.17-py2.py3-none-any.whl (4.6 MB) 2021-12-14 17:28:58.769 | Collecting pluggy===0.13.1 2021-12-14 17:28:58.776 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/966/c145cd83c9650/pluggy-0.13.1-py2.py3-none-any.whl (18 kB) 2021-12-14 17:28:58.913 | Collecting filelock===3.0.12 2021-12-14 17:28:58.920 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/929/b7d63ec5b7d6b/filelock-3.0.12-py3-none-any.whl (7.6 kB) 2021-12-14 17:28:59.063 | Collecting packaging===20.3 2021-12-14 17:28:59.069 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/82f/77b9bee21c1ba/packaging-20.3-py2.py3-none-any.whl (37 kB) 2021-12-14 17:28:59.167 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1008)) (3.1.0) 2021-12-14 17:28:59.598 | Collecting importlib-resources===1.4.0 2021-12-14 17:28:59.605 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dd9/8ceeef3f5ad2e/importlib_resources-1.4.0-py2.py3-none-any.whl (20 kB) 2021-12-14 17:28:59.662 | Collecting distlib===0.3.0 2021-12-14 17:28:59.670 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e1/66e231a26b36d/distlib-0.3.0.zip (571 kB) 2021-12-14 17:29:00.503 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (1.4.3) 2021-12-14 17:29:00.508 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (2.4.7) 2021-12-14 17:29:00.513 | Building wheels for collected packages: distlib 2021-12-14 17:29:00.514 | Building wheel for distlib (setup.py): started 2021-12-14 17:29:01.394 | Building wheel for distlib (setup.py): finished with status 'done' 2021-12-14 17:29:01.399 | Created wheel for distlib: filename=distlib-0.3.0-py3-none-any.whl size=340427 sha256=489c3081232b436047710a20981f8157e9631584131519d1a1cc6f975ecde4e7 2021-12-14 17:29:01.399 | Stored in directory: /root/.cache/pip/wheels/14/b6/e6/549abf820f04713b7183dfe13dac6b2ac3aa12ccf9f1efa0e2 2021-12-14 17:29:01.401 | Successfully built distlib 2021-12-14 17:29:03.759 | Installing collected packages: distlib, filelock, importlib-resources, packaging, pluggy, py, virtualenv, toml, tox 2021-12-14 17:29:03.759 | Attempting uninstall: distlib 2021-12-14 17:29:03.761 | Found existing installation: distlib 0.3.4 2021-12-14 17:29:03.771 | Uninstalling distlib-0.3.4: 2021-12-14 17:29:03.772 | Successfully uninstalled distlib-0.3.4 2021-12-14 17:29:03.930 | Attempting uninstall: filelock 2021-12-14 17:29:03.934 | Found existing installation: filelock 3.4.0 2021-12-14 17:29:03.946 | Uninstalling filelock-3.4.0: 2021-12-14 17:29:03.949 | Successfully uninstalled filelock-3.4.0 2021-12-14 17:29:03.967 | Attempting uninstall: importlib-resources 2021-12-14 17:29:03.970 | Found existing installation: importlib-resources 5.4.0 2021-12-14 17:29:03.992 | Uninstalling importlib-resources-5.4.0: 2021-12-14 17:29:03.995 | Successfully uninstalled importlib-resources-5.4.0 2021-12-14 17:29:04.204 | Attempting uninstall: virtualenv 2021-12-14 17:29:04.206 | Found existing installation: virtualenv 20.10.0 2021-12-14 17:29:04.274 | Uninstalling virtualenv-20.10.0: 2021-12-14 17:29:04.281 | Successfully uninstalled virtualenv-20.10.0 2021-12-14 17:29:04.740 | Successfully installed distlib-0.3.0 filelock-3.0.12 importlib-resources-1.4.0 packaging-20.3 pluggy-0.13.1 py-1.8.1 toml-0.10.2 tox-3.24.4 virtualenv-20.0.17 2021-12-14 17:29:04.884 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:29:04.884 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:29:04.998 | ++ inc/python:pip_install:207 : result=0 2021-12-14 17:29:05.002 | ++ inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:29:05.006 | ++ functions-common:time_stop:2331 : local name 2021-12-14 17:29:05.010 | ++ functions-common:time_stop:2332 : local end_time 2021-12-14 17:29:05.013 | ++ functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:29:05.018 | ++ functions-common:time_stop:2334 : local total 2021-12-14 17:29:05.021 | ++ functions-common:time_stop:2335 : local start_time 2021-12-14 17:29:05.025 | ++ functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:29:05.028 | ++ functions-common:time_stop:2338 : start_time=1639502934294 2021-12-14 17:29:05.033 | ++ functions-common:time_stop:2340 : [[ -z 1639502934294 ]] 2021-12-14 17:29:05.036 | +++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:29:05.041 | ++ functions-common:time_stop:2343 : end_time=1639502945037 2021-12-14 17:29:05.043 | ++ functions-common:time_stop:2344 : elapsed_time=10743 2021-12-14 17:29:05.046 | ++ functions-common:time_stop:2345 : total=232574 2021-12-14 17:29:05.048 | ++ functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:29:05.051 | ++ functions-common:time_stop:2348 : _TIME_TOTAL[$name]=243317 2021-12-14 17:29:05.053 | ++ inc/python:pip_install:210 : return 0 2021-12-14 17:29:05.056 | ++ lib/tempest:install_tempest:752 : pushd /opt/stack/tempest 2021-12-14 17:29:05.056 | /opt/stack/tempest ~/devstack 2021-12-14 17:29:05.058 | ++ lib/tempest:install_tempest:756 : git checkout master 2021-12-14 17:29:05.083 | M .coveragerc 2021-12-14 17:29:05.083 | M .gitignore 2021-12-14 17:29:05.083 | M .gitreview 2021-12-14 17:29:05.083 | M .mailmap 2021-12-14 17:29:05.083 | M .stestr.conf 2021-12-14 17:29:05.083 | M CONTRIBUTING.rst 2021-12-14 17:29:05.083 | M HACKING.rst 2021-12-14 17:29:05.083 | M LICENSE 2021-12-14 17:29:05.083 | M README.rst 2021-12-14 17:29:05.083 | M REVIEWING.rst 2021-12-14 17:29:05.083 | M bindep.txt 2021-12-14 17:29:05.083 | M doc/requirements.txt 2021-12-14 17:29:05.083 | M doc/source/_extra/.htaccess 2021-12-14 17:29:05.083 | M doc/source/_static/.keep 2021-12-14 17:29:05.083 | M doc/source/account_generator.rst 2021-12-14 17:29:05.083 | M doc/source/cleanup.rst 2021-12-14 17:29:05.083 | M doc/source/conf.py 2021-12-14 17:29:05.083 | M doc/source/configuration.rst 2021-12-14 17:29:05.083 | M doc/source/contributor/contributing.rst 2021-12-14 17:29:05.083 | M doc/source/data/tempest-non-active-plugins-registry.header 2021-12-14 17:29:05.083 | M doc/source/data/tempest-plugins-registry.header 2021-12-14 17:29:05.083 | M doc/source/index.rst 2021-12-14 17:29:05.083 | M doc/source/keystone_scopes_and_roles_support.rst 2021-12-14 17:29:05.083 | M doc/source/library.rst 2021-12-14 17:29:05.083 | M doc/source/library/api_microversion_testing.rst 2021-12-14 17:29:05.083 | M doc/source/library/auth.rst 2021-12-14 17:29:05.083 | M doc/source/library/cli.rst 2021-12-14 17:29:05.084 | M doc/source/library/clients.rst 2021-12-14 17:29:05.084 | M doc/source/library/credential_providers.rst 2021-12-14 17:29:05.084 | M doc/source/library/decorators.rst 2021-12-14 17:29:05.084 | M doc/source/library/rest_client.rst 2021-12-14 17:29:05.084 | M doc/source/library/service_clients/compute_clients.rst 2021-12-14 17:29:05.084 | M doc/source/library/utils.rst 2021-12-14 17:29:05.084 | M doc/source/library/validation_resources.rst 2021-12-14 17:29:05.084 | M doc/source/microversion_testing.rst 2021-12-14 17:29:05.084 | M doc/source/overview.rst 2021-12-14 17:29:05.084 | M doc/source/plugins/index.rst 2021-12-14 17:29:05.084 | M doc/source/plugins/plugin.rst 2021-12-14 17:29:05.084 | M doc/source/requirement_upper_constraint_for_tempest.rst 2021-12-14 17:29:05.084 | M doc/source/run.rst 2021-12-14 17:29:05.084 | M doc/source/sampleconf.rst 2021-12-14 17:29:05.084 | M doc/source/stable_branch_support_policy.rst 2021-12-14 17:29:05.084 | M doc/source/stable_branch_testing_policy.rst 2021-12-14 17:29:05.084 | M doc/source/subunit_describe_calls.rst 2021-12-14 17:29:05.084 | M doc/source/supported_version.rst 2021-12-14 17:29:05.084 | M doc/source/tempest_and_plugins_compatible_version_policy.rst 2021-12-14 17:29:05.084 | M doc/source/test_removal.rst 2021-12-14 17:29:05.084 | M doc/source/tests/modules.rst 2021-12-14 17:29:05.084 | M doc/source/workspace.rst 2021-12-14 17:29:05.084 | M doc/source/write_tests.rst 2021-12-14 17:29:05.084 | M etc/accounts.yaml.sample 2021-12-14 17:29:05.084 | M etc/allow-list.yaml 2021-12-14 17:29:05.084 | M etc/logging.conf.sample 2021-12-14 17:29:05.084 | M etc/rbac-persona-accounts.yaml.sample 2021-12-14 17:29:05.084 | M playbooks/devstack-tempest-ipv6.yaml 2021-12-14 17:29:05.084 | M playbooks/devstack-tempest.yaml 2021-12-14 17:29:05.084 | M playbooks/post-tempest.yaml 2021-12-14 17:29:05.084 | M releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml 2021-12-14 17:29:05.084 | M releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml 2021-12-14 17:29:05.084 | M releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml 2021-12-14 17:29:05.085 | M releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml 2021-12-14 17:29:05.086 | M releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml 2021-12-14 17:29:05.087 | M releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/Add-keystone-v3-OS_FEDERATION-APIs-as-tempest-clients-fe9e10a0fe5f09d4.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/Add-volume_size_extend-config--opt-for-volume-tests-041f7d25fc2f3e05.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/Inclusive-jargon-17621346744f0cf4.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/Remove-deprecated-scenario.img_dir-option-da626e6153181e16.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/Remove-manager-2e0b0af48f01294a.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/Stabilize-scenario-manager-adf36d21b08e31a4.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/account_generator-6eb03f664a448c35.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/add-alt-project-dynamic-creds-1a3bc543e65d9433.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/add-assisted-volume-snapshot-client-737f5cb35d58c1b6.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/add-compute-feature-ide-bus-b63802502c378083.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml 2021-12-14 17:29:05.088 | M releasenotes/notes/add-compute-feature-shelve-migrate-fdbd3633abe65c4e.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-identity-roles-system-methods-519dc144231993a3.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-image-alt-ssh-user-config-option-1b775af2f468aa5b.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-placement-usage-client-method-8b6015cbd8a5e0f6.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-qos-apis-for-bandwidth-limit-rules-cc144660fcaa419a.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-qos-minimum-packet-rule-client-c8bfe09873032d4a.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml 2021-12-14 17:29:05.089 | M releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-volume-transfers-v3.55-73f75073ad2c4091.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add-worker-file-option-d949121a61156968.yaml 2021-12-14 17:29:05.090 | M releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/associate-disassociate-floating_ip-0b6cfebeef1304b0.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/create_loginable_secgroup_rule-73722fd4b4eb12d0.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/create_security_group_rule-16d58a8f0f0ff262.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/deprecate-and-enable-identity-application_credentials-1d4eaef4c3c9dcba.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/deprecate-and-enable-identity-project-tags-23b87518888e563a.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/deprecate-image-v1-service-clients-d12ed42210bb76b5.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/deprecate-old-api-microversion-fixture-a471aac985c0f3fb.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml 2021-12-14 17:29:05.091 | M releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/deprecate-volume-v2-service-clients-ff8a2a7be1797eb5.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/end-of-support-for-stein-f795b968d83497a9.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/end-of-support-for-train-83369468215d7485.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/fix-credential-logging-98089c897d801355.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/floating-ips-port-forwarding-client-cf8820b910bd7f4d.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/identity_client-635275d43abbb807.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/image-client-add-versions-and-tasks-ac289dbfe1c899cc.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/intermediate-wallaby-release-55a0b31b1dee7b23.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml 2021-12-14 17:29:05.092 | M releasenotes/notes/limits-client-d656f16a3d3e84fc.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/log-resource-client-20e58a295f729902.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/log_console_output-dae6b8740b5a5821.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/loggable-resource-client-5977d46a7ea52199.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/make-create-user-domain-aware-for-v3-creds-client-5054f58e715adc0c.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/merge-tempest-horizon-plugin-39d555339ab8c7ce.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/network-tag-client-f4614029af7927f0.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/random-bytes-size-limit-ee94a8c6534fe916.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml 2021-12-14 17:29:05.093 | M releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/remove-deprecated-volume-config-options-4b7ea93b88e5b982.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/remove-old-data-utils-e0966f882f7fe23a.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/remove-volume-v1-service-clients-9235e3a965f93c09.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/segments-client-866f02948f40d4ff.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/support-for-rbac-new-scope-6ec8164ce1e7288c.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/support-scope-in-get-roles-dynamic-creds-90bfab163c1c289a.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/swift-improve-cleanup-63cfc21ffb3aff6f.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/system-scope-44244cc955a7825f.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml 2021-12-14 17:29:05.094 | M releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml 2021-12-14 17:29:05.095 | M releasenotes/notes/tempest-wallaby-release-0f2cea5ccf63485e.yaml 2021-12-14 17:29:05.095 | M releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml 2021-12-14 17:29:05.095 | M releasenotes/notes/tempest-xena-release-3ffb30eb59e49f2c.yaml 2021-12-14 17:29:05.095 | M releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml 2021-12-14 17:29:05.095 | M releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml 2021-12-14 17:29:05.095 | M releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml 2021-12-14 17:29:05.095 | M releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml 2021-12-14 17:29:05.095 | M releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml 2021-12-14 17:29:05.095 | M releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml 2021-12-14 17:29:05.095 | M releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml 2021-12-14 17:29:05.095 | M releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml 2021-12-14 17:29:05.095 | M releasenotes/source/_static/.placeholder 2021-12-14 17:29:05.095 | M releasenotes/source/_templates/.placeholder 2021-12-14 17:29:05.095 | M releasenotes/source/conf.py 2021-12-14 17:29:05.095 | M releasenotes/source/index.rst 2021-12-14 17:29:05.095 | M releasenotes/source/unreleased.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v10.0.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v11.0.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v12.0.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v13.0.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v14.0.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v15.0.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v16.0.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v16.1.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v17.0.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v17.1.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v17.2.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v18.0.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v19.0.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v20.0.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v21.0.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v22.0.0.rst 2021-12-14 17:29:05.095 | M releasenotes/source/v22.1.0.rst 2021-12-14 17:29:05.096 | M releasenotes/source/v23.0.0.rst 2021-12-14 17:29:05.096 | M releasenotes/source/v24.0.0.rst 2021-12-14 17:29:05.096 | M releasenotes/source/v26.0.0.rst 2021-12-14 17:29:05.096 | M releasenotes/source/v26.1.0.rst 2021-12-14 17:29:05.096 | M releasenotes/source/v27.0.0.rst 2021-12-14 17:29:05.096 | M releasenotes/source/v28.0.0.rst 2021-12-14 17:29:05.096 | M releasenotes/source/v28.1.0.rst 2021-12-14 17:29:05.096 | M releasenotes/source/v29.0.0.rst 2021-12-14 17:29:05.096 | M requirements.txt 2021-12-14 17:29:05.096 | M roles/acl-devstack-files/README.rst 2021-12-14 17:29:05.096 | M roles/acl-devstack-files/defaults/main.yaml 2021-12-14 17:29:05.096 | M roles/acl-devstack-files/tasks/main.yaml 2021-12-14 17:29:05.096 | M roles/run-tempest-26/README.rst 2021-12-14 17:29:05.096 | M roles/run-tempest-26/defaults/main.yaml 2021-12-14 17:29:05.096 | M roles/run-tempest-26/tasks/main.yaml 2021-12-14 17:29:05.096 | M roles/run-tempest/README.rst 2021-12-14 17:29:05.096 | M roles/run-tempest/defaults/main.yaml 2021-12-14 17:29:05.096 | M roles/run-tempest/tasks/main.yaml 2021-12-14 17:29:05.096 | M roles/setup-tempest-data-dir/README.rst 2021-12-14 17:29:05.096 | M roles/setup-tempest-data-dir/defaults/main.yaml 2021-12-14 17:29:05.096 | M roles/setup-tempest-data-dir/tasks/main.yaml 2021-12-14 17:29:05.096 | M roles/setup-tempest-run-dir/README.rst 2021-12-14 17:29:05.096 | M roles/setup-tempest-run-dir/defaults/main.yaml 2021-12-14 17:29:05.096 | M roles/setup-tempest-run-dir/tasks/main.yaml 2021-12-14 17:29:05.096 | M roles/tempest-cleanup/README.rst 2021-12-14 17:29:05.096 | M roles/tempest-cleanup/defaults/main.yaml 2021-12-14 17:29:05.096 | M roles/tempest-cleanup/tasks/dry_run.yaml 2021-12-14 17:29:05.096 | M roles/tempest-cleanup/tasks/dry_run_checker.py 2021-12-14 17:29:05.096 | M roles/tempest-cleanup/tasks/main.yaml 2021-12-14 17:29:05.096 | M setup.cfg 2021-12-14 17:29:05.097 | M setup.py 2021-12-14 17:29:05.097 | M tempest/README.rst 2021-12-14 17:29:05.097 | M tempest/__init__.py 2021-12-14 17:29:05.097 | M tempest/api/README.rst 2021-12-14 17:29:05.097 | M tempest/api/__init__.py 2021-12-14 17:29:05.097 | M tempest/api/compute/__init__.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/__init__.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_agents.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_aggregates.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_aggregates_negative.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_auto_allocate_network.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_availability_zone.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_availability_zone_negative.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_create_server.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_delete_server.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_fixed_ips.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_fixed_ips_negative.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_flavors.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_flavors_access.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_flavors_access_negative.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_flavors_extra_specs.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_flavors_extra_specs_negative.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_flavors_microversions.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_floating_ips_bulk.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_hosts.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_hosts_negative.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_hypervisor.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_hypervisor_negative.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_instance_usage_audit_log.py 2021-12-14 17:29:05.097 | M tempest/api/compute/admin/test_instance_usage_audit_log_negative.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_keypairs_v210.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_live_migration.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_live_migration_negative.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_migrations.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_networks.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_quotas.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_quotas_negative.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_security_groups.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_server_diagnostics.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_server_diagnostics_negative.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_servers.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_servers_negative.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_servers_on_multinodes.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_services.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_services_negative.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_simple_tenant_usage.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_simple_tenant_usage_negative.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_volume.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_volume_swap.py 2021-12-14 17:29:05.098 | M tempest/api/compute/admin/test_volumes_negative.py 2021-12-14 17:29:05.098 | M tempest/api/compute/api_microversion_fixture.py 2021-12-14 17:29:05.098 | M tempest/api/compute/base.py 2021-12-14 17:29:05.098 | M tempest/api/compute/certificates/__init__.py 2021-12-14 17:29:05.098 | M tempest/api/compute/certificates/test_certificates.py 2021-12-14 17:29:05.098 | M tempest/api/compute/flavors/__init__.py 2021-12-14 17:29:05.098 | M tempest/api/compute/flavors/test_flavors.py 2021-12-14 17:29:05.098 | M tempest/api/compute/flavors/test_flavors_negative.py 2021-12-14 17:29:05.098 | M tempest/api/compute/floating_ips/__init__.py 2021-12-14 17:29:05.098 | M tempest/api/compute/floating_ips/base.py 2021-12-14 17:29:05.098 | M tempest/api/compute/floating_ips/test_floating_ips_actions.py 2021-12-14 17:29:05.098 | M tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py 2021-12-14 17:29:05.098 | M tempest/api/compute/floating_ips/test_list_floating_ips.py 2021-12-14 17:29:05.098 | M tempest/api/compute/floating_ips/test_list_floating_ips_negative.py 2021-12-14 17:29:05.099 | M tempest/api/compute/images/__init__.py 2021-12-14 17:29:05.099 | M tempest/api/compute/images/test_image_metadata.py 2021-12-14 17:29:05.099 | M tempest/api/compute/images/test_image_metadata_negative.py 2021-12-14 17:29:05.099 | M tempest/api/compute/images/test_images.py 2021-12-14 17:29:05.099 | M tempest/api/compute/images/test_images_negative.py 2021-12-14 17:29:05.099 | M tempest/api/compute/images/test_images_oneserver.py 2021-12-14 17:29:05.099 | M tempest/api/compute/images/test_images_oneserver_negative.py 2021-12-14 17:29:05.099 | M tempest/api/compute/images/test_list_image_filters.py 2021-12-14 17:29:05.099 | M tempest/api/compute/images/test_list_image_filters_negative.py 2021-12-14 17:29:05.099 | M tempest/api/compute/images/test_list_images.py 2021-12-14 17:29:05.099 | M tempest/api/compute/keypairs/__init__.py 2021-12-14 17:29:05.099 | M tempest/api/compute/keypairs/base.py 2021-12-14 17:29:05.099 | M tempest/api/compute/keypairs/test_keypairs.py 2021-12-14 17:29:05.099 | M tempest/api/compute/keypairs/test_keypairs_negative.py 2021-12-14 17:29:05.099 | M tempest/api/compute/keypairs/test_keypairs_v22.py 2021-12-14 17:29:05.099 | M tempest/api/compute/limits/__init__.py 2021-12-14 17:29:05.099 | M tempest/api/compute/limits/test_absolute_limits.py 2021-12-14 17:29:05.099 | M tempest/api/compute/limits/test_absolute_limits_negative.py 2021-12-14 17:29:05.099 | M tempest/api/compute/security_groups/__init__.py 2021-12-14 17:29:05.099 | M tempest/api/compute/security_groups/base.py 2021-12-14 17:29:05.099 | M tempest/api/compute/security_groups/test_security_group_rules.py 2021-12-14 17:29:05.099 | M tempest/api/compute/security_groups/test_security_group_rules_negative.py 2021-12-14 17:29:05.099 | M tempest/api/compute/security_groups/test_security_groups.py 2021-12-14 17:29:05.099 | M tempest/api/compute/security_groups/test_security_groups_negative.py 2021-12-14 17:29:05.099 | M tempest/api/compute/servers/__init__.py 2021-12-14 17:29:05.099 | M tempest/api/compute/servers/test_attach_interfaces.py 2021-12-14 17:29:05.099 | M tempest/api/compute/servers/test_availability_zone.py 2021-12-14 17:29:05.099 | M tempest/api/compute/servers/test_create_server.py 2021-12-14 17:29:05.099 | M tempest/api/compute/servers/test_create_server_multi_nic.py 2021-12-14 17:29:05.099 | M tempest/api/compute/servers/test_delete_server.py 2021-12-14 17:29:05.099 | M tempest/api/compute/servers/test_device_tagging.py 2021-12-14 17:29:05.099 | M tempest/api/compute/servers/test_disk_config.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_instance_actions.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_instance_actions_negative.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_list_server_filters.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_list_servers_negative.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_multiple_create.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_multiple_create_negative.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_novnc.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_server_actions.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_server_addresses.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_server_addresses_negative.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_server_group.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_server_metadata.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_server_metadata_negative.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_server_password.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_server_personality.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_server_rescue.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_server_rescue_negative.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_server_tags.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_servers.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_servers_microversions.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_servers_negative.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_virtual_interfaces.py 2021-12-14 17:29:05.100 | M tempest/api/compute/servers/test_virtual_interfaces_negative.py 2021-12-14 17:29:05.100 | M tempest/api/compute/test_extensions.py 2021-12-14 17:29:05.100 | M tempest/api/compute/test_networks.py 2021-12-14 17:29:05.100 | M tempest/api/compute/test_quotas.py 2021-12-14 17:29:05.100 | M tempest/api/compute/test_tenant_networks.py 2021-12-14 17:29:05.100 | M tempest/api/compute/test_versions.py 2021-12-14 17:29:05.100 | M tempest/api/compute/volumes/__init__.py 2021-12-14 17:29:05.100 | M tempest/api/compute/volumes/test_attach_volume.py 2021-12-14 17:29:05.100 | M tempest/api/compute/volumes/test_attach_volume_negative.py 2021-12-14 17:29:05.100 | M tempest/api/compute/volumes/test_volume_snapshots.py 2021-12-14 17:29:05.100 | M tempest/api/compute/volumes/test_volumes_get.py 2021-12-14 17:29:05.101 | M tempest/api/compute/volumes/test_volumes_list.py 2021-12-14 17:29:05.101 | M tempest/api/compute/volumes/test_volumes_negative.py 2021-12-14 17:29:05.101 | M tempest/api/identity/__init__.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/__init__.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v2/__init__.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v2/test_endpoints.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v2/test_roles.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v2/test_roles_negative.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v2/test_services.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v2/test_tenant_negative.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v2/test_tenants.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v2/test_tokens.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v2/test_tokens_negative.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v2/test_users.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v2/test_users_negative.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/__init__.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_application_credentials.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_credentials.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_default_project_id.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_domain_configuration.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_domains.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_domains_negative.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_endpoint_groups.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_endpoints.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_endpoints_negative.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_groups.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_inherits.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_list_projects.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_list_users.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_oauth_consumers.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_policies.py 2021-12-14 17:29:05.101 | M tempest/api/identity/admin/v3/test_project_tags.py 2021-12-14 17:29:05.102 | M tempest/api/identity/admin/v3/test_projects.py 2021-12-14 17:29:05.102 | M tempest/api/identity/admin/v3/test_projects_negative.py 2021-12-14 17:29:05.102 | M tempest/api/identity/admin/v3/test_regions.py 2021-12-14 17:29:05.102 | M tempest/api/identity/admin/v3/test_roles.py 2021-12-14 17:29:05.102 | M tempest/api/identity/admin/v3/test_services.py 2021-12-14 17:29:05.102 | M tempest/api/identity/admin/v3/test_tokens.py 2021-12-14 17:29:05.102 | M tempest/api/identity/admin/v3/test_trusts.py 2021-12-14 17:29:05.102 | M tempest/api/identity/admin/v3/test_users.py 2021-12-14 17:29:05.102 | M tempest/api/identity/admin/v3/test_users_negative.py 2021-12-14 17:29:05.102 | M tempest/api/identity/base.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v2/__init__.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v2/test_api_discovery.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v2/test_ec2_credentials.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v2/test_extension.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v2/test_tenants.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v2/test_tokens.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v2/test_users.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v3/__init__.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v3/test_access_rules.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v3/test_api_discovery.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v3/test_application_credentials.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v3/test_catalog.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v3/test_domains.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v3/test_ec2_credentials.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v3/test_projects.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v3/test_tokens.py 2021-12-14 17:29:05.102 | M tempest/api/identity/v3/test_users.py 2021-12-14 17:29:05.102 | M tempest/api/image/__init__.py 2021-12-14 17:29:05.102 | M tempest/api/image/base.py 2021-12-14 17:29:05.102 | M tempest/api/image/v1/__init__.py 2021-12-14 17:29:05.102 | M tempest/api/image/v1/test_image_members.py 2021-12-14 17:29:05.102 | M tempest/api/image/v1/test_image_members_negative.py 2021-12-14 17:29:05.102 | M tempest/api/image/v1/test_images.py 2021-12-14 17:29:05.102 | M tempest/api/image/v1/test_images_negative.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/__init__.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/admin/__init__.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/admin/test_images.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_objects.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_properties.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_tags.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/admin/test_images_metadefs_namespaces.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/admin/test_images_metadefs_resource_types.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/test_images.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/test_images_member.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/test_images_member_negative.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/test_images_metadefs_schema.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/test_images_negative.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/test_images_tags.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/test_images_tags_negative.py 2021-12-14 17:29:05.103 | M tempest/api/image/v2/test_versions.py 2021-12-14 17:29:05.103 | M tempest/api/network/__init__.py 2021-12-14 17:29:05.103 | M tempest/api/network/admin/__init__.py 2021-12-14 17:29:05.103 | M tempest/api/network/admin/test_dhcp_agent_scheduler.py 2021-12-14 17:29:05.103 | M tempest/api/network/admin/test_external_network_extension.py 2021-12-14 17:29:05.103 | M tempest/api/network/admin/test_external_networks_negative.py 2021-12-14 17:29:05.103 | M tempest/api/network/admin/test_floating_ips_admin_actions.py 2021-12-14 17:29:05.103 | M tempest/api/network/admin/test_metering_extensions.py 2021-12-14 17:29:05.103 | M tempest/api/network/admin/test_negative_quotas.py 2021-12-14 17:29:05.103 | M tempest/api/network/admin/test_ports.py 2021-12-14 17:29:05.103 | M tempest/api/network/admin/test_quotas.py 2021-12-14 17:29:05.103 | M tempest/api/network/admin/test_routers.py 2021-12-14 17:29:05.103 | M tempest/api/network/admin/test_routers_dvr.py 2021-12-14 17:29:05.103 | M tempest/api/network/admin/test_routers_negative.py 2021-12-14 17:29:05.103 | M tempest/api/network/base.py 2021-12-14 17:29:05.103 | M tempest/api/network/base_security_groups.py 2021-12-14 17:29:05.103 | M tempest/api/network/test_agent_management_negative.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_allowed_address_pair.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_dhcp_ipv6.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_extensions.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_extra_dhcp_options.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_floating_ips.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_floating_ips_negative.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_networks.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_networks_negative.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_ports.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_routers.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_routers_negative.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_security_groups.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_security_groups_negative.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_service_providers.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_subnetpools_extensions.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_tags.py 2021-12-14 17:29:05.104 | M tempest/api/network/test_versions.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/__init__.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/base.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/test_account_bulk.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/test_account_quotas.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/test_account_quotas_negative.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/test_account_services.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/test_account_services_negative.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/test_container_acl.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/test_container_acl_negative.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/test_container_quotas.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/test_container_services.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/test_container_services_negative.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/test_container_staticweb.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/test_container_sync.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/test_container_sync_middleware.py 2021-12-14 17:29:05.104 | M tempest/api/object_storage/test_crossdomain.py 2021-12-14 17:29:05.105 | M tempest/api/object_storage/test_healthcheck.py 2021-12-14 17:29:05.105 | M tempest/api/object_storage/test_object_expiry.py 2021-12-14 17:29:05.105 | M tempest/api/object_storage/test_object_formpost.py 2021-12-14 17:29:05.105 | M tempest/api/object_storage/test_object_formpost_negative.py 2021-12-14 17:29:05.105 | M tempest/api/object_storage/test_object_services.py 2021-12-14 17:29:05.105 | M tempest/api/object_storage/test_object_slo.py 2021-12-14 17:29:05.105 | M tempest/api/object_storage/test_object_temp_url.py 2021-12-14 17:29:05.105 | M tempest/api/object_storage/test_object_temp_url_negative.py 2021-12-14 17:29:05.105 | M tempest/api/object_storage/test_object_version.py 2021-12-14 17:29:05.105 | M tempest/api/volume/__init__.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/__init__.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_backends_capabilities.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_encrypted_volumes_extend.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_group_snapshots.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_group_type_specs.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_group_types.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_groups.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_multi_backend.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_qos.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_snapshot_manage.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_snapshots_actions.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_user_messages.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_volume_hosts.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_volume_manage.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_volume_pools.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_volume_quota_classes.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_volume_quotas.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_volume_quotas_negative.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_volume_retype.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_volume_services.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_volume_services_negative.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py 2021-12-14 17:29:05.105 | M tempest/api/volume/admin/test_volume_type_access.py 2021-12-14 17:29:05.106 | M tempest/api/volume/admin/test_volume_types.py 2021-12-14 17:29:05.106 | M tempest/api/volume/admin/test_volume_types_extra_specs.py 2021-12-14 17:29:05.106 | M tempest/api/volume/admin/test_volume_types_extra_specs_negative.py 2021-12-14 17:29:05.106 | M tempest/api/volume/admin/test_volume_types_negative.py 2021-12-14 17:29:05.106 | M tempest/api/volume/admin/test_volumes_actions.py 2021-12-14 17:29:05.106 | M tempest/api/volume/admin/test_volumes_backup.py 2021-12-14 17:29:05.106 | M tempest/api/volume/admin/test_volumes_list.py 2021-12-14 17:29:05.106 | M tempest/api/volume/api_microversion_fixture.py 2021-12-14 17:29:05.106 | M tempest/api/volume/base.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_availability_zone.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_extensions.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_image_metadata.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_snapshot_metadata.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_versions.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volume_absolute_limits.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volume_delete_cascade.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volume_metadata.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volume_transfers.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volumes_actions.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volumes_backup.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volumes_clone.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volumes_clone_negative.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volumes_extend.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volumes_get.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volumes_list.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volumes_negative.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volumes_snapshots.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volumes_snapshots_list.py 2021-12-14 17:29:05.106 | M tempest/api/volume/test_volumes_snapshots_negative.py 2021-12-14 17:29:05.106 | M tempest/clients.py 2021-12-14 17:29:05.106 | M tempest/cmd/__init__.py 2021-12-14 17:29:05.106 | M tempest/cmd/cleanup.py 2021-12-14 17:29:05.106 | M tempest/cmd/cleanup_service.py 2021-12-14 17:29:05.107 | M tempest/cmd/config-generator.tempest.conf 2021-12-14 17:29:05.107 | M tempest/cmd/init.py 2021-12-14 17:29:05.107 | M tempest/cmd/list_plugins.py 2021-12-14 17:29:05.107 | M tempest/cmd/main.py 2021-12-14 17:29:05.107 | M tempest/cmd/run.py 2021-12-14 17:29:05.107 | M tempest/cmd/subunit_describe_calls.py 2021-12-14 17:29:05.107 | M tempest/cmd/verify_tempest_config.py 2021-12-14 17:29:05.107 | M tempest/cmd/workspace.py 2021-12-14 17:29:05.107 | M tempest/common/__init__.py 2021-12-14 17:29:05.107 | M tempest/common/compute.py 2021-12-14 17:29:05.107 | M tempest/common/credentials_factory.py 2021-12-14 17:29:05.107 | M tempest/common/custom_matchers.py 2021-12-14 17:29:05.107 | M tempest/common/identity.py 2021-12-14 17:29:05.107 | M tempest/common/image.py 2021-12-14 17:29:05.107 | M tempest/common/tempest_fixtures.py 2021-12-14 17:29:05.107 | M tempest/common/utils/__init__.py 2021-12-14 17:29:05.107 | M tempest/common/utils/linux/__init__.py 2021-12-14 17:29:05.107 | M tempest/common/utils/linux/remote_client.py 2021-12-14 17:29:05.107 | M tempest/common/utils/net_info.py 2021-12-14 17:29:05.107 | M tempest/common/utils/net_utils.py 2021-12-14 17:29:05.107 | M tempest/common/waiters.py 2021-12-14 17:29:05.107 | M tempest/config.py 2021-12-14 17:29:05.107 | M tempest/hacking/__init__.py 2021-12-14 17:29:05.107 | M tempest/hacking/checks.py 2021-12-14 17:29:05.107 | M tempest/lib/__init__.py 2021-12-14 17:29:05.107 | M tempest/lib/api_schema/__init__.py 2021-12-14 17:29:05.107 | M tempest/lib/api_schema/response/__init__.py 2021-12-14 17:29:05.107 | M tempest/lib/api_schema/response/compute/__init__.py 2021-12-14 17:29:05.107 | M tempest/lib/api_schema/response/compute/v2_1/__init__.py 2021-12-14 17:29:05.107 | M tempest/lib/api_schema/response/compute/v2_1/agents.py 2021-12-14 17:29:05.107 | M tempest/lib/api_schema/response/compute/v2_1/aggregates.py 2021-12-14 17:29:05.107 | M tempest/lib/api_schema/response/compute/v2_1/availability_zone.py 2021-12-14 17:29:05.107 | M tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py 2021-12-14 17:29:05.107 | M tempest/lib/api_schema/response/compute/v2_1/certificates.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/extensions.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/flavors.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/flavors_access.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/floating_ips.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/hosts.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/hypervisors.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/images.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/interfaces.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/keypairs.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/limits.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/migrations.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/parameter_types.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/quota_classes.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/quotas.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/security_groups.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/server_groups.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/servers.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/services.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/snapshots.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/versions.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_1/volumes.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_11/__init__.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_11/services.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_13/__init__.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_13/server_groups.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_16/__init__.py 2021-12-14 17:29:05.108 | M tempest/lib/api_schema/response/compute/v2_16/servers.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_19/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_19/servers.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_2/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_2/keypairs.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_23/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_23/migrations.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_26/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_26/servers.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_28/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_28/hypervisors.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_3/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_3/servers.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_36/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_36/limits.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_36/quotas.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_39/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_39/limits.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_41/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_41/aggregates.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_45/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_45/images.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_47/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_47/servers.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_48/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_48/servers.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_51/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_51/servers.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_53/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_53/services.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_54/__init__.py 2021-12-14 17:29:05.109 | M tempest/lib/api_schema/response/compute/v2_54/servers.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_55/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_55/flavors.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_57/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_57/limits.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_57/quotas.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_57/servers.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_58/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_58/servers.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_59/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_59/migrations.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_6/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_6/servers.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_61/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_61/flavors.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_62/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_62/servers.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_63/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_63/servers.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_70/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_70/interfaces.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_70/servers.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_71/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_71/servers.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_73/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_73/servers.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_79/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_79/servers.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_8/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_8/servers.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_9/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/compute/v2_9/servers.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/volume/__init__.py 2021-12-14 17:29:05.110 | M tempest/lib/api_schema/response/volume/backups.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/capabilities.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/extensions.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/group_snapshots.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/group_types.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/groups.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/hosts.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/limits.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/manage_snapshot.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/manage_volume.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/messages.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/qos.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/quota_classes.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/quotas.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/scheduler_stats.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/services.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/snapshots.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/transfers.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/v3_7/__init__.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/v3_7/services.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/volume_types.py 2021-12-14 17:29:05.111 | M tempest/lib/api_schema/response/volume/volumes.py 2021-12-14 17:29:05.111 | M tempest/lib/auth.py 2021-12-14 17:29:05.111 | M tempest/lib/base.py 2021-12-14 17:29:05.111 | M tempest/lib/cli/__init__.py 2021-12-14 17:29:05.111 | M tempest/lib/cli/base.py 2021-12-14 17:29:05.111 | M tempest/lib/cli/output_parser.py 2021-12-14 17:29:05.111 | M tempest/lib/cmd/__init__.py 2021-12-14 17:29:05.111 | M tempest/lib/common/__init__.py 2021-12-14 17:29:05.111 | M tempest/lib/common/api_microversion_fixture.py 2021-12-14 17:29:05.111 | M tempest/lib/common/api_version_request.py 2021-12-14 17:29:05.111 | M tempest/lib/common/api_version_utils.py 2021-12-14 17:29:05.111 | M tempest/lib/common/cred_client.py 2021-12-14 17:29:05.111 | M tempest/lib/common/cred_provider.py 2021-12-14 17:29:05.112 | M tempest/lib/common/dynamic_creds.py 2021-12-14 17:29:05.112 | M tempest/lib/common/fixed_network.py 2021-12-14 17:29:05.112 | M tempest/lib/common/http.py 2021-12-14 17:29:05.112 | M tempest/lib/common/jsonschema_validator.py 2021-12-14 17:29:05.112 | M tempest/lib/common/preprov_creds.py 2021-12-14 17:29:05.112 | M tempest/lib/common/profiler.py 2021-12-14 17:29:05.112 | M tempest/lib/common/rest_client.py 2021-12-14 17:29:05.112 | M tempest/lib/common/ssh.py 2021-12-14 17:29:05.112 | M tempest/lib/common/thread.py 2021-12-14 17:29:05.112 | M tempest/lib/common/utils/__init__.py 2021-12-14 17:29:05.112 | M tempest/lib/common/utils/data_utils.py 2021-12-14 17:29:05.112 | M tempest/lib/common/utils/linux/__init__.py 2021-12-14 17:29:05.112 | M tempest/lib/common/utils/linux/remote_client.py 2021-12-14 17:29:05.112 | M tempest/lib/common/utils/misc.py 2021-12-14 17:29:05.112 | M tempest/lib/common/utils/test_utils.py 2021-12-14 17:29:05.112 | M tempest/lib/common/validation_resources.py 2021-12-14 17:29:05.112 | M tempest/lib/decorators.py 2021-12-14 17:29:05.112 | M tempest/lib/exceptions.py 2021-12-14 17:29:05.112 | M tempest/lib/services/__init__.py 2021-12-14 17:29:05.112 | M tempest/lib/services/clients.py 2021-12-14 17:29:05.112 | M tempest/lib/services/compute/__init__.py 2021-12-14 17:29:05.112 | M tempest/lib/services/compute/agents_client.py 2021-12-14 17:29:05.112 | M tempest/lib/services/compute/aggregates_client.py 2021-12-14 17:29:05.112 | M tempest/lib/services/compute/assisted_volume_snapshots_client.py 2021-12-14 17:29:05.112 | M tempest/lib/services/compute/availability_zone_client.py 2021-12-14 17:29:05.112 | M tempest/lib/services/compute/baremetal_nodes_client.py 2021-12-14 17:29:05.112 | M tempest/lib/services/compute/base_compute_client.py 2021-12-14 17:29:05.112 | M tempest/lib/services/compute/certificates_client.py 2021-12-14 17:29:05.112 | M tempest/lib/services/compute/extensions_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/fixed_ips_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/flavors_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/floating_ip_pools_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/floating_ips_bulk_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/floating_ips_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/hosts_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/hypervisor_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/images_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/instance_usage_audit_log_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/interfaces_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/keypairs_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/limits_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/migrations_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/networks_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/quota_classes_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/quotas_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/security_group_default_rules_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/security_group_rules_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/security_groups_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/server_groups_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/servers_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/services_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/snapshots_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/tenant_networks_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/tenant_usages_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/versions_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/compute/volumes_client.py 2021-12-14 17:29:05.113 | M tempest/lib/services/identity/__init__.py 2021-12-14 17:29:05.113 | M tempest/lib/services/identity/v2/__init__.py 2021-12-14 17:29:05.113 | M tempest/lib/services/identity/v2/endpoints_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v2/identity_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v2/roles_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v2/services_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v2/tenants_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v2/token_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v2/users_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/__init__.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/access_rules_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/application_credentials_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/catalog_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/credentials_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/domain_configuration_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/domains_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/endpoint_filter_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/endpoint_groups_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/endpoints_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/groups_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/identity_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/identity_providers_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/inherited_roles_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/limits_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/mappings_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/oauth_consumers_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/oauth_token_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/policies_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/project_tags_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/projects_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/protocols_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/regions_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/role_assignments_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/roles_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/service_providers_client.py 2021-12-14 17:29:05.114 | M tempest/lib/services/identity/v3/services_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/identity/v3/token_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/identity/v3/trusts_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/identity/v3/users_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/identity/v3/versions_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/image/__init__.py 2021-12-14 17:29:05.115 | M tempest/lib/services/image/v1/__init__.py 2021-12-14 17:29:05.115 | M tempest/lib/services/image/v1/image_members_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/image/v1/images_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/image/v2/__init__.py 2021-12-14 17:29:05.115 | M tempest/lib/services/image/v2/image_members_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/image/v2/images_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/image/v2/namespace_objects_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/image/v2/namespace_properties_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/image/v2/namespace_tags_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/image/v2/namespaces_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/image/v2/resource_types_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/image/v2/schemas_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/image/v2/versions_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/__init__.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/agents_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/base.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/extensions_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/floating_ips_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/floating_ips_port_forwarding_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/log_resource_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/loggable_resource_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/metering_label_rules_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/metering_labels_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/networks_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/ports_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/qos_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/qos_limit_bandwidth_rules_client.py 2021-12-14 17:29:05.115 | M tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/network/qos_minimum_packet_rate_rules_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/network/quotas_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/network/routers_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/network/security_group_rules_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/network/security_groups_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/network/segments_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/network/service_providers_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/network/subnetpools_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/network/subnets_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/network/tags_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/network/trunks_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/network/versions_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/object_storage/__init__.py 2021-12-14 17:29:05.116 | M tempest/lib/services/object_storage/account_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/object_storage/bulk_middleware_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/object_storage/capabilities_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/object_storage/container_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/object_storage/object_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/placement/__init__.py 2021-12-14 17:29:05.116 | M tempest/lib/services/placement/base_placement_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/placement/placement_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/placement/resource_providers_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/volume/__init__.py 2021-12-14 17:29:05.116 | M tempest/lib/services/volume/base_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/volume/v2/__init__.py 2021-12-14 17:29:05.116 | M tempest/lib/services/volume/v2/availability_zone_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/volume/v2/backups_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/volume/v2/capabilities_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/volume/v2/encryption_types_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/volume/v2/extensions_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/volume/v2/hosts_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/volume/v2/limits_client.py 2021-12-14 17:29:05.116 | M tempest/lib/services/volume/v2/qos_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v2/quota_classes_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v2/quotas_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v2/scheduler_stats_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v2/services_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v2/snapshot_manage_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v2/snapshots_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v2/transfers_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v2/types_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v2/volume_manage_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v2/volumes_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/__init__.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/attachments_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/availability_zone_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/backups_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/base_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/capabilities_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/encryption_types_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/extensions_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/group_snapshots_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/group_types_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/groups_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/hosts_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/limits_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/messages_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/qos_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/quota_classes_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/quotas_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/scheduler_stats_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/services_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/snapshot_manage_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/snapshots_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/transfers_client.py 2021-12-14 17:29:05.117 | M tempest/lib/services/volume/v3/types_client.py 2021-12-14 17:29:05.118 | M tempest/lib/services/volume/v3/versions_client.py 2021-12-14 17:29:05.118 | M tempest/lib/services/volume/v3/volume_manage_client.py 2021-12-14 17:29:05.118 | M tempest/lib/services/volume/v3/volumes_client.py 2021-12-14 17:29:05.118 | M tempest/scenario/README.rst 2021-12-14 17:29:05.118 | M tempest/scenario/__init__.py 2021-12-14 17:29:05.118 | M tempest/scenario/manager.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_aggregates_basic_ops.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_dashboard_basic_ops.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_encrypted_cinder_volumes.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_minimum_basic.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_network_advanced_server_ops.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_network_basic_ops.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_network_qos_placement.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_network_v6.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_object_storage_basic_ops.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_security_groups_basic_ops.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_server_advanced_ops.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_server_basic_ops.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_server_multinode.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_shelve_instance.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_snapshot_pattern.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_stamp_pattern.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_unified_limits.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_volume_backup_restore.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_volume_boot_pattern.py 2021-12-14 17:29:05.118 | M tempest/scenario/test_volume_migrate_attached.py 2021-12-14 17:29:05.118 | M tempest/services/__init__.py 2021-12-14 17:29:05.118 | M tempest/services/orchestration/__init__.py 2021-12-14 17:29:05.118 | M tempest/services/orchestration/json/__init__.py 2021-12-14 17:29:05.118 | M tempest/services/orchestration/json/orchestration_client.py 2021-12-14 17:29:05.118 | M tempest/test.py 2021-12-14 17:29:05.118 | M tempest/test_discover/__init__.py 2021-12-14 17:29:05.119 | M tempest/test_discover/plugins.py 2021-12-14 17:29:05.119 | M tempest/test_discover/test_discover.py 2021-12-14 17:29:05.119 | M tempest/tests/README.rst 2021-12-14 17:29:05.119 | M tempest/tests/__init__.py 2021-12-14 17:29:05.119 | M tempest/tests/api/__init__.py 2021-12-14 17:29:05.119 | M tempest/tests/api/compute/__init__.py 2021-12-14 17:29:05.119 | M tempest/tests/api/compute/test_base.py 2021-12-14 17:29:05.119 | M tempest/tests/base.py 2021-12-14 17:29:05.119 | M tempest/tests/cmd/__init__.py 2021-12-14 17:29:05.119 | M tempest/tests/cmd/subunit_describe_calls_data/calls.subunit 2021-12-14 17:29:05.119 | M tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json 2021-12-14 17:29:05.119 | M tempest/tests/cmd/test_account_generator.py 2021-12-14 17:29:05.119 | M tempest/tests/cmd/test_cleanup.py 2021-12-14 17:29:05.119 | M tempest/tests/cmd/test_cleanup_services.py 2021-12-14 17:29:05.119 | M tempest/tests/cmd/test_list_plugins.py 2021-12-14 17:29:05.119 | M tempest/tests/cmd/test_run.py 2021-12-14 17:29:05.119 | M tempest/tests/cmd/test_saved_state_json.json 2021-12-14 17:29:05.119 | M tempest/tests/cmd/test_subunit_describe_calls.py 2021-12-14 17:29:05.119 | M tempest/tests/cmd/test_tempest_init.py 2021-12-14 17:29:05.119 | M tempest/tests/cmd/test_verify_tempest_config.py 2021-12-14 17:29:05.119 | M tempest/tests/cmd/test_workspace.py 2021-12-14 17:29:05.119 | M tempest/tests/common/__init__.py 2021-12-14 17:29:05.119 | M tempest/tests/common/test_admin_available.py 2021-12-14 17:29:05.119 | M tempest/tests/common/test_alt_available.py 2021-12-14 17:29:05.119 | M tempest/tests/common/test_compute.py 2021-12-14 17:29:05.119 | M tempest/tests/common/test_credentials_factory.py 2021-12-14 17:29:05.119 | M tempest/tests/common/test_custom_matchers.py 2021-12-14 17:29:05.119 | M tempest/tests/common/test_image.py 2021-12-14 17:29:05.119 | M tempest/tests/common/utils/__init__.py 2021-12-14 17:29:05.119 | M tempest/tests/common/utils/linux/__init__.py 2021-12-14 17:29:05.119 | M tempest/tests/common/utils/linux/test_remote_client.py 2021-12-14 17:29:05.120 | M tempest/tests/common/utils/test_net_utils.py 2021-12-14 17:29:05.120 | M tempest/tests/fake_config.py 2021-12-14 17:29:05.120 | M tempest/tests/fake_tempest_plugin.py 2021-12-14 17:29:05.120 | M tempest/tests/files/__init__.py 2021-12-14 17:29:05.120 | M tempest/tests/files/failing-tests 2021-12-14 17:29:05.120 | M tempest/tests/files/passing-tests 2021-12-14 17:29:05.120 | M tempest/tests/files/setup.cfg 2021-12-14 17:29:05.120 | M tempest/tests/files/testr-conf 2021-12-14 17:29:05.120 | M tempest/tests/lib/__init__.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/cli/__init__.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/cli/test_command_failed.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/cli/test_execute.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/cli/test_output_parser.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/cmd/__init__.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/cmd/test_check_uuid.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/__init__.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/test_api_version_request.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/test_api_version_utils.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/test_cred_client.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/test_dynamic_creds.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/test_http.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/test_jsonschema_validator.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/test_preprov_creds.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/test_profiler.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/test_rest_client.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/test_validation_resources.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/utils/__init__.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/utils/linux/__init__.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/utils/linux/test_remote_client.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/utils/test_data_utils.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/utils/test_misc.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/common/utils/test_test_utils.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/fake_auth_provider.py 2021-12-14 17:29:05.120 | M tempest/tests/lib/fake_credentials.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/fake_http.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/fake_identity.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/__init__.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/base.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/__init__.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_agents_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_aggregates_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_assisted_volume_snapshots_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_availability_zone_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_baremetal_nodes_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_base_compute_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_certificates_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_extensions_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_fixedIPs_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_flavors_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_floating_ip_pools_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_floating_ips_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_hosts_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_hypervisor_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_images_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_interfaces_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_keypairs_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_limits_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_migrations_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_networks_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_quota_classes_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_quotas_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_security_group_default_rules_client.py 2021-12-14 17:29:05.121 | M tempest/tests/lib/services/compute/test_security_group_rules_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/compute/test_security_groups_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/compute/test_server_groups_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/compute/test_servers_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/compute/test_services_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/compute/test_snapshots_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/compute/test_tenant_networks_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/compute/test_tenant_usages_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/compute/test_versions_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/compute/test_volumes_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/__init__.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v2/__init__.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v2/test_endpoints_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v2/test_identity_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v2/test_roles_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v2/test_services_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v2/test_tenants_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v2/test_token_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v2/test_users_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/__init__.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/test_access_rules_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/test_application_credentials_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/test_catalog_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/test_credentials_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/test_domains_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/test_endpoints_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/test_groups_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/test_identity_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/test_identity_providers_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py 2021-12-14 17:29:05.122 | M tempest/tests/lib/services/identity/v3/test_limit_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_mappings_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_oauth_token_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_policies_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_project_tags_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_projects_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_protocols_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_regions_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_role_assignments_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_roles_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_service_providers_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_services_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_token_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_trusts_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_users_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/identity/v3/test_versions_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/image/__init__.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/image/v1/__init__.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/image/v1/test_image_members_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/image/v2/__init__.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/image/v2/test_image_members_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/image/v2/test_images_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/image/v2/test_namespace_object_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/image/v2/test_namespace_properties_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/image/v2/test_namespace_tags_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/image/v2/test_namespaces_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/image/v2/test_resource_types_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/image/v2/test_schemas_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/image/v2/test_versions_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/network/__init__.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/network/test_agents_client.py 2021-12-14 17:29:05.123 | M tempest/tests/lib/services/network/test_base_network_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_extensions_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_floating_ips_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_floating_ips_port_forwarding_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_log_resource_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_loggable_resource_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_metering_label_rules_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_metering_labels_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_networks_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_ports_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_qos_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_qos_limit_bandwidth_rules_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_qos_minimum_packet_rate_rules_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_quotas_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_routers_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_security_group_rules_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_security_groups_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_segments_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_service_providers_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_subnetpools_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_subnets_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_tags_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_trunks_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/network/test_versions_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/object_storage/__init__.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/object_storage/test_capabilities_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/object_storage/test_object_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/placement/__init__.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/placement/test_placement_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/placement/test_resource_providers_client.py 2021-12-14 17:29:05.124 | M tempest/tests/lib/services/registry_fixture.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/test_clients.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/__init__.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/__init__.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_attachments_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_availability_zone_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_backups_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_capabilities_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_encryption_types_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_extensions_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_group_types_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_groups_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_hosts_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_limits_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_quota_classes_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_quoSwitched to branch 'master' 2021-12-14 17:29:05.125 | tas_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_services_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_snapshots_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_transfers_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_types_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_user_messages_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_versions_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_volume_manage_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/services/volume/v3/test_volumes_client.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/test_api_microversion_fixture.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/test_auth.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/test_base.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/test_credentials.py 2021-12-14 17:29:05.125 | M tempest/tests/lib/test_decorators.py 2021-12-14 17:29:05.126 | M tempest/tests/lib/test_ssh.py 2021-12-14 17:29:05.126 | M tempest/tests/lib/test_tempest_lib.py 2021-12-14 17:29:05.126 | M tempest/tests/test_base_test.py 2021-12-14 17:29:05.126 | M tempest/tests/test_config.py 2021-12-14 17:29:05.126 | M tempest/tests/test_decorators.py 2021-12-14 17:29:05.126 | M tempest/tests/test_hacking.py 2021-12-14 17:29:05.126 | M tempest/tests/test_imports.py 2021-12-14 17:29:05.126 | M tempest/tests/test_list_tests.py 2021-12-14 17:29:05.126 | M tempest/tests/test_microversions.py 2021-12-14 17:29:05.126 | M tempest/tests/test_tempest_plugin.py 2021-12-14 17:29:05.126 | M tempest/tests/test_test.py 2021-12-14 17:29:05.126 | M tempest/tests/utils.py 2021-12-14 17:29:05.126 | M tempest/version.py 2021-12-14 17:29:05.126 | M test-requirements.txt 2021-12-14 17:29:05.126 | M tools/generate-tempest-plugins-list.py 2021-12-14 17:29:05.126 | M tools/tempest-integrated-gate-compute-exclude-list.txt 2021-12-14 17:29:05.126 | M tools/tempest-integrated-gate-networking-exclude-list.txt 2021-12-14 17:29:05.126 | M tools/tempest-integrated-gate-object-storage-exclude-list.txt 2021-12-14 17:29:05.126 | M tools/tempest-integrated-gate-placement-exclude-list.txt 2021-12-14 17:29:05.126 | M tools/tempest-integrated-gate-storage-exclude-list.txt 2021-12-14 17:29:05.126 | M tools/tempest-plugin-sanity.sh 2021-12-14 17:29:05.126 | M tox.ini 2021-12-14 17:29:05.126 | M zuul.d/base.yaml 2021-12-14 17:29:05.126 | M zuul.d/integrated-gate.yaml 2021-12-14 17:29:05.126 | M zuul.d/project.yaml 2021-12-14 17:29:05.126 | M zuul.d/stable-jobs.yaml 2021-12-14 17:29:05.126 | M zuul.d/tempest-specific.yaml 2021-12-14 17:29:05.126 | Your branch is up to date with 'origin/master'. 2021-12-14 17:29:05.126 | ++ lib/tempest:install_tempest:758 : local tmp_u_c_m 2021-12-14 17:29:05.126 | +++ lib/tempest:install_tempest:759 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2021-12-14 17:29:05.126 | ++ lib/tempest:install_tempest:759 : tmp_u_c_m=/tmp/tempest_u_c_m.Yv0n903xzD 2021-12-14 17:29:05.126 | ++ lib/tempest:install_tempest:760 : set_tempest_venv_constraints /tmp/tempest_u_c_m.Yv0n903xzD 2021-12-14 17:29:05.126 | ++ lib/tempest:set_tempest_venv_constraints:114 : local tmp_c 2021-12-14 17:29:05.126 | ++ lib/tempest:set_tempest_venv_constraints:115 : tmp_c=/tmp/tempest_u_c_m.Yv0n903xzD 2021-12-14 17:29:05.127 | ++ lib/tempest:set_tempest_venv_constraints:116 : [[ master == \m\a\s\t\e\r ]] 2021-12-14 17:29:05.127 | ++ lib/tempest:set_tempest_venv_constraints:117 : cd /opt/stack/requirements 2021-12-14 17:29:05.127 | ++ lib/tempest:set_tempest_venv_constraints:117 : git show origin/master:upper-constraints.txt 2021-12-14 17:29:05.127 | ++ lib/tempest:install_tempest:762 : tox -r --notest -efull 2021-12-14 17:29:05.778 | full create: /opt/stack/tempest/.tox/tempest 2021-12-14 17:29:06.707 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-12-14 17:29:32.858 | full develop-inst: /opt/stack/tempest 2021-12-14 17:29:38.389 | full installed: attrs==21.2.0,autopage==0.4.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.9,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.0,debtcollector==2.3.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==3.3,importlib-metadata==4.8.2,importlib-resources==5.4.0,iso8601==1.0.2,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,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.0,packaging==21.3,paramiko==2.8.1,pbr==5.8.0,prettytable==2.4.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==3.0.6,pyperclip==1.8.2,pyrsistent==0.18.0,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.26.0,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@24864bac273ff5d91dfda4723c46e0f0868c686d#egg=tempest,testtools==2.5.0,traceback2==1.4.0,typing-extensions==4.0.1,unittest2==1.1.0,urllib3==1.26.7,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3,zipp==3.6.0 2021-12-14 17:29:38.390 | ___________________________________ summary ____________________________________ 2021-12-14 17:29:38.390 | full: skipped tests 2021-12-14 17:29:38.390 | congratulations :) 2021-12-14 17:29:38.424 | ++ lib/tempest:install_tempest:766 : /opt/stack/tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.Yv0n903xzD -r requirements.txt 2021-12-14 17:29:39.134 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.184 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.265 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.296 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.341 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.509 | Ignoring funcparserlib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.538 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.561 | Ignoring nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.601 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.676 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.747 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.751 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.847 | Ignoring kombu: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.864 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.918 | Ignoring jaeger-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:39.981 | Ignoring decorator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:40.065 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:40.072 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:40.106 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:29:40.108 | Requirement already satisfied: oslo.concurrency===4.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 26)) (4.5.0) 2021-12-14 17:29:40.119 | Requirement already satisfied: pbr===5.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 47)) (5.8.0) 2021-12-14 17:29:40.122 | Requirement already satisfied: oslo.i18n===5.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 54)) (5.1.0) 2021-12-14 17:29:40.127 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 65)) (3.0.0) 2021-12-14 17:29:40.138 | Requirement already satisfied: debtcollector===2.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 122)) (2.3.0) 2021-12-14 17:29:40.150 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 140)) (0.8.0) 2021-12-14 17:29:40.157 | Requirement already satisfied: prettytable===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 149)) (2.4.0) 2021-12-14 17:29:40.171 | Requirement already satisfied: paramiko===2.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 175)) (2.8.1) 2021-12-14 17:29:40.220 | Requirement already satisfied: urllib3===1.26.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 180)) (1.26.7) 2021-12-14 17:29:40.242 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 185)) (1.4.0) 2021-12-14 17:29:40.257 | Requirement already satisfied: PyYAML===6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 189)) (6.0) 2021-12-14 17:29:40.260 | Requirement already satisfied: cryptography===36.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 194)) (36.0.0) 2021-12-14 17:29:40.302 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 212)) (1.1.0) 2021-12-14 17:29:40.309 | Requirement already satisfied: bcrypt===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 220)) (3.2.0) 2021-12-14 17:29:40.319 | Requirement already satisfied: cliff===3.10.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 258)) (3.10.0) 2021-12-14 17:29:40.333 | Requirement already satisfied: oslo.log===4.6.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 293)) (4.6.1) 2021-12-14 17:29:40.374 | Requirement already satisfied: importlib-metadata===4.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 297)) (4.8.2) 2021-12-14 17:29:40.417 | Requirement already satisfied: stestr===3.2.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 323)) (3.2.1) 2021-12-14 17:29:40.446 | Requirement already satisfied: oslo.serialization===4.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 324)) (4.2.0) 2021-12-14 17:29:40.455 | Requirement already satisfied: autopage===0.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 335)) (0.4.0) 2021-12-14 17:29:40.458 | Requirement already satisfied: testtools===2.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 364)) (2.5.0) 2021-12-14 17:29:40.469 | Requirement already satisfied: PyNaCl===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 404)) (1.4.0) 2021-12-14 17:29:40.482 | Requirement already satisfied: msgpack===1.0.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 412)) (1.0.3) 2021-12-14 17:29:40.486 | Requirement already satisfied: oslo.config===8.7.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 414)) (8.7.1) 2021-12-14 17:29:40.535 | Requirement already satisfied: pyparsing===3.0.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 429)) (3.0.6) 2021-12-14 17:29:40.541 | Requirement already satisfied: stevedore===3.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 441)) (3.5.0) 2021-12-14 17:29:40.550 | Requirement already satisfied: cmd2===2.3.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 451)) (2.3.3) 2021-12-14 17:29:40.610 | Requirement already satisfied: six===1.16.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 469)) (1.16.0) 2021-12-14 17:29:40.613 | Requirement already satisfied: wrapt===1.13.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 500)) (1.13.3) 2021-12-14 17:29:40.617 | Requirement already satisfied: rfc3986===1.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 511)) (1.5.0) 2021-12-14 17:29:40.622 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 516)) (0.18.2) 2021-12-14 17:29:40.625 | Requirement already satisfied: importlib-resources===5.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 545)) (5.4.0) 2021-12-14 17:29:40.653 | Requirement already satisfied: cffi===1.15.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 562)) (1.15.0) 2021-12-14 17:29:40.657 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 565)) (3.2.0) 2021-12-14 17:29:40.688 | Requirement already satisfied: zipp===3.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 578)) (3.6.0) 2021-12-14 17:29:40.714 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 593)) (0.14.1) 2021-12-14 17:29:40.720 | Requirement already satisfied: oslo.utils===4.12.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 600)) (4.12.0) 2021-12-14 17:29:40.736 | Requirement already satisfied: python-dateutil===2.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 606)) (2.8.2) 2021-12-14 17:29:40.741 | Requirement already satisfied: pytz===2021.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 611)) (2021.3) 2021-12-14 17:29:40.746 | Requirement already satisfied: setuptools===59.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 620)) (59.5.0) 2021-12-14 17:29:40.798 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 146)) (0.2.5) 2021-12-14 17:29:40.804 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 170)) (1.0.0) 2021-12-14 17:29:40.807 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 153)) (1.4.0) 2021-12-14 17:29:40.810 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.6/site-packages (from unittest2===1.1.0->-c /tmp/tempest_u_c_m.Yv0n903xzD (line 212)) (1.4.0) 2021-12-14 17:29:40.814 | Requirement already satisfied: oslo.context===3.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 57)) (3.4.0) 2021-12-14 17:29:40.820 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 121)) (0.9.6) 2021-12-14 17:29:40.822 | Requirement already satisfied: typing_extensions===4.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 172)) (4.0.1) 2021-12-14 17:29:40.825 | Requirement already satisfied: voluptuous===0.12.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 2)) (0.12.2) 2021-12-14 17:29:40.830 | Requirement already satisfied: requests===2.26.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 230)) (2.26.0) 2021-12-14 17:29:40.858 | Requirement already satisfied: attrs===21.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 50)) (21.2.0) 2021-12-14 17:29:40.917 | Requirement already satisfied: pyperclip===1.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 283)) (1.8.2) 2021-12-14 17:29:40.919 | Requirement already satisfied: pycparser===2.21 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 187)) (2.21) 2021-12-14 17:29:40.922 | Requirement already satisfied: pyrsistent===0.18.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 509)) (0.18.0) 2021-12-14 17:29:40.927 | Requirement already satisfied: monotonic===1.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 531)) (1.6) 2021-12-14 17:29:40.930 | Requirement already satisfied: packaging===21.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 350)) (21.3) 2021-12-14 17:29:40.936 | Requirement already satisfied: iso8601===1.0.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 378)) (1.0.2) 2021-12-14 17:29:40.939 | Requirement already satisfied: netifaces===0.11.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 538)) (0.11.0) 2021-12-14 17:29:40.943 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 380)) (1.0.0) 2021-12-14 17:29:40.945 | Requirement already satisfied: idna===3.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 382)) (3.3) 2021-12-14 17:29:40.949 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.6/site-packages (from requests===2.26.0->-c /tmp/tempest_u_c_m.Yv0n903xzD (line 230)) (2021.10.8) 2021-12-14 17:29:40.951 | Requirement already satisfied: charset-normalizer===2.0.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Yv0n903xzD (line 586)) (2.0.9) 2021-12-14 17:29:41.049 | WARNING: You are using pip version 20.0.2; however, version 21.3.1 is available. 2021-12-14 17:29:41.049 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2021-12-14 17:29:41.113 | ++ lib/tempest:install_tempest:767 : PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest 2021-12-14 17:29:41.117 | ++ lib/tempest:install_tempest:768 : rm -f /tmp/tempest_u_c_m.Yv0n903xzD 2021-12-14 17:29:41.122 | ++ lib/tempest:install_tempest:769 : popd 2021-12-14 17:29:41.122 | ~/devstack 2021-12-14 17:29:41.126 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-12-14 17:29:41.129 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-12-14 17:29:41.132 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-12-14 17:29:41.135 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-14 17:29:41.137 | + functions-common:run_phase:1786 : run_plugins stack install 2021-12-14 17:29:41.140 | + functions-common:run_plugins:1745 : local mode=stack 2021-12-14 17:29:41.143 | + functions-common:run_plugins:1746 : local phase=install 2021-12-14 17:29:41.145 | + functions-common:run_plugins:1748 : local plugins= 2021-12-14 17:29:41.148 | + functions-common:run_plugins:1749 : local plugin 2021-12-14 17:29:41.151 | + ./stack.sh:main:950 : use_library_from_git python-openstackclient 2021-12-14 17:29:41.153 | + inc/python:use_library_from_git:263 : local name=python-openstackclient 2021-12-14 17:29:41.156 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-14 17:29:41.158 | + inc/python:use_library_from_git:265 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-12-14 17:29:41.161 | + inc/python:use_library_from_git:265 : [[ ,cinder-tempest-plugin, =~ ,python-openstackclient, ]] 2021-12-14 17:29:41.164 | + inc/python:use_library_from_git:266 : return 1 2021-12-14 17:29:41.166 | + ./stack.sh:main:954 : pip_install_gr python-openstackclient 2021-12-14 17:29:41.169 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2021-12-14 17:29:41.171 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-14 17:29:41.175 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2021-12-14 17:29:41.178 | ++ inc/python:get_from_global_requirements:238 : local package=python-openstackclient 2021-12-14 17:29:41.180 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-14 17:29:41.184 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2021-12-14 17:29:41.185 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-14 17:29:41.189 | ++ inc/python:get_from_global_requirements:240 : required_pkg='python-openstackclient ' 2021-12-14 17:29:41.192 | ++ inc/python:get_from_global_requirements:241 : [[ python-openstackclient == '' ]] 2021-12-14 17:29:41.196 | ++ inc/python:get_from_global_requirements:244 : echo python-openstackclient 2021-12-14 17:29:41.200 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2021-12-14 17:29:41.204 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2021-12-14 17:29:41.233 | Using python 3.6 to install python-openstackclient because python3_enabled=True 2021-12-14 17:29:41.241 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2021-12-14 17:29:44.060 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:29:44.060 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-14 17:29:44.060 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.061 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.061 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.062 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.062 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.063 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.063 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.064 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.064 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.064 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.065 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.065 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.066 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.066 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.067 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.067 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.067 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.068 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.068 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.069 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.069 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.070 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.070 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.071 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.071 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.073 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.074 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.074 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.075 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.075 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.076 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.076 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.077 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.077 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.077 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.078 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.078 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.078 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.079 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.079 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.080 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.080 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.080 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.081 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.081 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.082 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.082 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.083 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.083 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.083 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.084 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.084 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.085 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.085 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.086 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.086 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.087 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.087 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.087 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.088 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.089 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.089 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.090 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.091 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.091 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.091 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.092 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.092 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.093 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.094 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.094 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.094 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.095 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.095 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.096 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.096 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.097 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.097 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.097 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.098 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.098 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.099 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.099 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.100 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.100 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.100 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.101 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.101 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.102 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.102 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.103 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.103 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.104 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.104 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.105 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.105 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.106 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.106 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.107 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.107 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.107 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.108 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.109 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.109 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.110 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.110 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.110 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.111 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.111 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.112 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.112 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.113 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.113 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.113 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.114 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.114 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.115 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.115 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.116 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.116 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.117 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.117 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.117 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.118 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.118 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.119 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.119 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.120 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.120 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.121 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.121 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.121 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.122 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.122 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.123 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.123 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.124 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.124 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.124 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.125 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.125 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.126 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.126 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.126 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.127 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.127 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.128 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.128 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.129 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.129 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.129 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.130 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.130 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.131 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.131 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.132 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.132 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.132 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.133 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.133 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.134 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.134 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.134 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.135 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.135 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.136 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.136 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.137 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.137 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.137 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.138 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.138 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.139 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.139 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.139 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.140 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.140 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.140 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.141 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.141 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.142 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.142 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.143 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.143 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.144 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.144 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.144 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.145 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.145 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.146 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.146 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.146 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.147 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.147 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.148 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.148 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.148 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.149 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.149 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.150 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.150 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.150 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.151 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.151 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.151 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.152 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.152 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.153 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.153 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.154 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.154 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.154 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.155 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.155 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.156 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.156 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.157 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.157 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.158 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.158 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.159 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.159 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.160 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.161 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.161 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.162 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.162 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.163 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.163 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.164 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.164 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.165 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.166 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.166 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.167 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.168 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.168 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.169 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.169 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.170 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.170 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.170 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.171 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.171 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.172 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.172 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.172 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.173 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.173 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.174 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.174 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.175 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.175 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.175 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.176 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.176 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.177 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.177 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.178 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.178 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.179 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.179 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.179 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.180 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.180 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.180 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.181 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.181 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.182 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.182 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.183 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.183 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.184 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.184 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.184 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.185 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.185 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.186 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.186 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.187 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.187 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.187 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.188 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.188 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.189 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.189 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.189 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.190 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.190 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.191 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.191 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.191 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.192 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.192 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.193 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.193 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.194 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.194 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.194 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.195 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.195 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.196 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.196 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.197 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.197 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.197 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.198 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.198 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.199 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.199 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.199 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.200 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.200 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.201 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.201 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.202 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.202 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.202 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.203 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.203 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.204 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.204 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.204 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.205 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.205 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.206 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.206 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.207 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.207 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.208 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.209 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.209 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.209 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.210 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.210 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.211 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.211 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.212 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.212 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.212 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.213 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.213 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.214 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.214 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.215 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.215 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.215 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.216 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.216 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.217 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.217 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.218 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.218 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.218 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.219 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.219 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.220 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.220 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.221 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.221 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.222 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.222 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.222 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.223 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.223 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.224 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.224 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.225 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.225 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.226 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.226 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.226 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.227 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.227 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.227 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.228 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.228 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.229 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.229 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.230 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.230 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.231 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.231 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.232 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.232 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.233 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.233 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.234 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.234 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.234 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.235 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.235 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.235 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.236 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.236 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.237 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.237 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.238 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.238 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.238 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.239 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.239 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.240 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.240 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.241 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.241 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.241 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.242 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.242 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.243 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.243 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.244 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.245 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.245 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.245 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:29:44.246 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:29:44.246 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:29:44.463 | Collecting python-openstackclient===5.2.0 2021-12-14 17:29:44.472 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a67/493fb470cff71/python_openstackclient-5.2.0-py3-none-any.whl (883 kB) 2021-12-14 17:29:44.619 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 834)) (1.14.0) 2021-12-14 17:29:44.623 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 687)) (4.0.0) 2021-12-14 17:29:44.644 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (4.1.2) 2021-12-14 17:29:44.662 | Requirement already satisfied: osc-lib===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (2.0.0) 2021-12-14 17:29:44.682 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493)) (4.0.1) 2021-12-14 17:29:44.691 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (5.4.5) 2021-12-14 17:29:44.694 | Requirement already satisfied: openstacksdk===0.46.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 429)) (0.46.1) 2021-12-14 17:29:44.722 | Requirement already satisfied: python-novaclient===17.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 721)) (17.0.1) 2021-12-14 17:29:44.742 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-14 17:29:44.747 | Requirement already satisfied: python-cinderclient===7.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 642)) (7.0.2) 2021-12-14 17:29:44.767 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (3.1.0) 2021-12-14 17:29:44.784 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 903)) (1.32.0) 2021-12-14 17:29:44.791 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-12-14 17:29:44.799 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 790)) (2.23.0) 2021-12-14 17:29:44.823 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (3.1.2) 2021-12-14 17:29:44.836 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-12-14 17:29:44.904 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (8.0.5) 2021-12-14 17:29:44.918 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-12-14 17:29:44.922 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 775)) (2019.3) 2021-12-14 17:29:44.926 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-12-14 17:29:44.930 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (2.4.7) 2021-12-14 17:29:44.933 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-12-14 17:29:44.937 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 832)) (3.17.0) 2021-12-14 17:29:44.940 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 798)) (1.4.0) 2021-12-14 17:29:44.943 | Requirement already satisfied: jmespath===0.9.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (0.9.5) 2021-12-14 17:29:44.947 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-14 17:29:44.951 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-12-14 17:29:44.954 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452)) (1.7.0) 2021-12-14 17:29:44.959 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-12-14 17:29:44.963 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (2.9) 2021-12-14 17:29:45.004 | Requirement already satisfied: jsonpatch===1.25 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.25) 2021-12-14 17:29:45.010 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (1.4.3) 2021-12-14 17:29:45.013 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) (2.5.0) 2021-12-14 17:29:45.038 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 581)) (0.7.2) 2021-12-14 17:29:45.041 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) (0.8.9) 2021-12-14 17:29:45.057 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 992)) (1.12.1) 2021-12-14 17:29:45.060 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 973)) (1.25.8) 2021-12-14 17:29:45.082 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-12-14 17:29:45.087 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-14 17:29:45.089 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-14 17:29:45.092 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (0.6.2) 2021-12-14 17:29:45.096 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 802)) (1.4.0) 2021-12-14 17:29:45.101 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-14 17:29:45.105 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.0) 2021-12-14 17:29:45.109 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 983)) (0.1.9) 2021-12-14 17:29:45.112 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 614)) (1.8.0) 2021-12-14 17:29:45.115 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 599)) (2.20) 2021-12-14 17:29:47.107 | Installing collected packages: python-openstackclient 2021-12-14 17:29:48.361 | Successfully installed python-openstackclient-5.2.0 2021-12-14 17:29:48.500 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:29:48.500 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:29:48.589 | + inc/python:pip_install:207 : result=0 2021-12-14 17:29:48.593 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:29:48.597 | + functions-common:time_stop:2331 : local name 2021-12-14 17:29:48.601 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:29:48.604 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:29:48.606 | + functions-common:time_stop:2334 : local total 2021-12-14 17:29:48.609 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:29:48.611 | + functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:29:48.613 | + functions-common:time_stop:2338 : start_time=1639502981226 2021-12-14 17:29:48.616 | + functions-common:time_stop:2340 : [[ -z 1639502981226 ]] 2021-12-14 17:29:48.619 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:29:48.623 | + functions-common:time_stop:2343 : end_time=1639502988620 2021-12-14 17:29:48.625 | + functions-common:time_stop:2344 : elapsed_time=7394 2021-12-14 17:29:48.628 | + functions-common:time_stop:2345 : total=243317 2021-12-14 17:29:48.630 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:29:48.633 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=250711 2021-12-14 17:29:48.635 | + inc/python:pip_install:210 : return 0 2021-12-14 17:29:48.638 | + ./stack.sh:main:959 : install_oscwrap 2021-12-14 17:29:48.641 | ++ functions-common:install_oscwrap:2376 : mktemp 2021-12-14 17:29:48.645 | + functions-common:install_oscwrap:2376 : OSCWRAP_TIMER_FILE=/tmp/tmp.QNieFIgjXt 2021-12-14 17:29:48.648 | + functions-common:install_oscwrap:2379 : shopt -s expand_aliases 2021-12-14 17:29:48.650 | + functions-common:install_oscwrap:2382 : unalias -a 2021-12-14 17:29:48.653 | + functions-common:install_oscwrap:2384 : alias openstack=oscwrap 2021-12-14 17:29:48.655 | + ./stack.sh:main:964 : [[ False != \F\a\l\s\e ]] 2021-12-14 17:29:48.658 | + ./stack.sh:main:1004 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-12-14 17:29:48.660 | + ./stack.sh:main:1012 : is_service_enabled mysql postgresql 2021-12-14 17:29:48.677 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:29:48.680 | + ./stack.sh:main:1013 : configure_database 2021-12-14 17:29:48.682 | + lib/database:configure_database:126 : configure_database_mysql 2021-12-14 17:29:48.685 | + lib/databases/mysql:configure_database_mysql:69 : local my_conf mysql slow_log 2021-12-14 17:29:48.687 | + lib/databases/mysql:configure_database_mysql:70 : echo_summary 'Configuring and starting MySQL' 2021-12-14 17:29:48.690 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:29:48.692 | + ./stack.sh:echo_summary:428 : echo -e Configuring and starting MySQL 2021-12-14 17:29:48.695 | + lib/databases/mysql:configure_database_mysql:72 : is_ubuntu 2021-12-14 17:29:48.697 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:29:48.700 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:29:48.702 | + lib/databases/mysql:configure_database_mysql:73 : my_conf=/etc/mysql/my.cnf 2021-12-14 17:29:48.705 | + lib/databases/mysql:configure_database_mysql:87 : is_fedora 2021-12-14 17:29:48.707 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-14 17:29:48.709 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-14 17:29:48.712 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-14 17:29:48.714 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-14 17:29:48.716 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-14 17:29:48.719 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-14 17:29:48.721 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-14 17:29:48.723 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-14 17:29:48.726 | + lib/databases/mysql:configure_database_mysql:87 : is_suse 2021-12-14 17:29:48.728 | + functions-common:is_suse:462 : is_opensuse 2021-12-14 17:29:48.731 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-14 17:29:48.733 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-14 17:29:48.736 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-14 17:29:48.738 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-14 17:29:48.741 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-14 17:29:48.743 | + lib/databases/mysql:configure_database_mysql:95 : sudo mysqladmin -u root password Passw0rd 2021-12-14 17:29:48.763 | mysqladmin: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:29:48.764 | Warning: Since password will be sent to server in plain text, use ssl connection to ensure password safety. 2021-12-14 17:29:48.769 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2021-12-14 17:29:48.772 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:29:48.775 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:29:48.777 | + lib/databases/mysql:configure_database_mysql:99 : '[' mysql == mariadb ']' 2021-12-14 17:29:48.780 | + lib/databases/mysql:configure_database_mysql:102 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2021-12-14 17:29:48.782 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2021-12-14 17:29:48.784 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:29:48.787 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:29:48.790 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2021-12-14 17:29:48.792 | + lib/databases/mysql:configure_database_mysql:113 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2021-12-14 17:29:48.802 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:29:48.821 | + lib/databases/mysql:configure_database_mysql:115 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2021-12-14 17:29:48.830 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:29:48.848 | ++ lib/databases/mysql:configure_database_mysql:121 : ipv6_unquote 0.0.0.0 2021-12-14 17:29:48.851 | ++ functions-common:ipv6_unquote:2129 : echo 0.0.0.0 2021-12-14 17:29:48.852 | ++ functions-common:ipv6_unquote:2129 : tr -d '[]' 2021-12-14 17:29:48.857 | + lib/databases/mysql:configure_database_mysql:121 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2021-12-14 17:29:48.914 | + lib/databases/mysql:configure_database_mysql:122 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2021-12-14 17:29:48.960 | + lib/databases/mysql:configure_database_mysql:123 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2021-12-14 17:29:49.005 | + lib/databases/mysql:configure_database_mysql:124 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2021-12-14 17:29:49.051 | + lib/databases/mysql:configure_database_mysql:126 : [[ False == \T\r\u\e ]] 2021-12-14 17:29:49.053 | + lib/databases/mysql:configure_database_mysql:146 : restart_service mysql 2021-12-14 17:29:49.056 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-14 17:29:49.059 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart mysql 2021-12-14 17:29:51.199 | + ./stack.sh:main:1017 : save_stackenv 1017 2021-12-14 17:29:51.203 | + functions-common:save_stackenv:60 : local tag=1017 2021-12-14 17:29:51.206 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-12-14 17:29:51.210 | + functions-common:save_stackenv:62 : time_stamp=2021-12-14-172951 2021-12-14 17:29:51.213 | + functions-common:save_stackenv:63 : echo '# 2021-12-14-172951 1017' 2021-12-14 17:29:51.216 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:29:51.218 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-14 17:29:51.221 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:29:51.223 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-12-14 17:29:51.226 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:29:51.229 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-12-14 17:29:51.231 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:29:51.234 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-12-14 17:29:51.236 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:29:51.239 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.53 2021-12-14 17:29:51.242 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:29:51.244 | + functions-common:save_stackenv:65 : echo KEYSTONE_AUTH_URI=http://10.222.0.53/identity 2021-12-14 17:29:51.247 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:29:51.249 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.53/identity 2021-12-14 17:29:51.252 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:29:51.255 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-12-14-171931 2021-12-14 17:29:51.257 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:29:51.260 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-12-14 17:29:51.263 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:29:51.265 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.53 2021-12-14 17:29:51.269 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:29:51.271 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-12-14 17:29:51.274 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:29:51.276 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-12-14 17:29:51.279 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:29:51.282 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-12-14 17:29:51.284 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:29:51.287 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-12-14 17:29:51.289 | + ./stack.sh:main:1029 : [[ True == \T\r\u\e ]] 2021-12-14 17:29:51.292 | + ./stack.sh:main:1030 : [[ -f /sys/kernel/mm/ksm/run ]] 2021-12-14 17:29:51.294 | + ./stack.sh:main:1031 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2021-12-14 17:29:51.307 | + ./stack.sh:main:1043 : start_dstat 2021-12-14 17:29:51.311 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-14 17:29:51.314 | + functions-common:run_process:1582 : local service=dstat 2021-12-14 17:29:51.317 | + functions-common:run_process:1583 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-14 17:29:51.320 | + functions-common:run_process:1584 : local group= 2021-12-14 17:29:51.323 | + functions-common:run_process:1585 : local user= 2021-12-14 17:29:51.326 | + functions-common:run_process:1587 : local name=dstat 2021-12-14 17:29:51.328 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:29:51.331 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:29:51.334 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:29:51.336 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:29:51.340 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:29:51.344 | + functions-common:time_start:2322 : _TIME_START[$name]=1639502991341 2021-12-14 17:29:51.347 | + functions-common:run_process:1590 : is_service_enabled dstat 2021-12-14 17:29:51.364 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:29:51.367 | + functions-common:run_process:1591 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2021-12-14 17:29:51.370 | + functions-common:_run_under_systemd:1547 : local service=dstat 2021-12-14 17:29:51.373 | + functions-common:_run_under_systemd:1548 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-14 17:29:51.375 | + functions-common:_run_under_systemd:1549 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-14 17:29:51.378 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-14 17:29:51.382 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-14 17:29:51.384 | + functions-common:_common_systemd_pitfalls:1522 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2021-12-14 17:29:51.387 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2021-12-14 17:29:51.390 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@dstat.service 2021-12-14 17:29:51.392 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:29:51.395 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:29:51.398 | + functions-common:_run_under_systemd:1556 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2021-12-14 17:29:51.402 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2021-12-14 17:29:51.406 | + functions-common:write_user_unit_file:1464 : local service=devstack@dstat.service 2021-12-14 17:29:51.409 | + functions-common:write_user_unit_file:1465 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-14 17:29:51.413 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:29:51.416 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:29:51.418 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:29:51.421 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:29:51.424 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@dstat.service 2021-12-14 17:29:51.426 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:29:51.431 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2021-12-14 17:29:51.491 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2021-12-14 17:29:51.550 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-14 17:29:51.598 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2021-12-14 17:29:51.644 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2021-12-14 17:29:51.695 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:29:51.741 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:29:51.744 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2021-12-14 17:29:51.799 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:29:51.981 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@dstat.service 2021-12-14 17:29:51.997 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2021-12-14 17:29:52.178 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@dstat.service 2021-12-14 17:29:52.202 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:29:52.205 | + functions-common:time_stop:2331 : local name 2021-12-14 17:29:52.207 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:29:52.210 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:29:52.212 | + functions-common:time_stop:2334 : local total 2021-12-14 17:29:52.215 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:29:52.218 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:29:52.220 | + functions-common:time_stop:2338 : start_time=1639502991341 2021-12-14 17:29:52.223 | + functions-common:time_stop:2340 : [[ -z 1639502991341 ]] 2021-12-14 17:29:52.226 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:29:52.230 | + functions-common:time_stop:2343 : end_time=1639502992227 2021-12-14 17:29:52.233 | + functions-common:time_stop:2344 : elapsed_time=886 2021-12-14 17:29:52.235 | + functions-common:time_stop:2345 : total=0 2021-12-14 17:29:52.238 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:29:52.240 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=886 2021-12-14 17:29:52.243 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2021-12-14 17:29:52.246 | + functions-common:run_process:1582 : local service=memory_tracker 2021-12-14 17:29:52.248 | + functions-common:run_process:1583 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2021-12-14 17:29:52.251 | + functions-common:run_process:1584 : local group= 2021-12-14 17:29:52.257 | + functions-common:run_process:1585 : local user=root 2021-12-14 17:29:52.259 | + functions-common:run_process:1587 : local name=memory_tracker 2021-12-14 17:29:52.262 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:29:52.265 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:29:52.267 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:29:52.270 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:29:52.275 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:29:52.278 | + functions-common:time_start:2322 : _TIME_START[$name]=1639502992275 2021-12-14 17:29:52.281 | + functions-common:run_process:1590 : is_service_enabled memory_tracker 2021-12-14 17:29:52.300 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:29:52.303 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:29:52.306 | + functions-common:time_stop:2331 : local name 2021-12-14 17:29:52.308 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:29:52.311 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:29:52.313 | + functions-common:time_stop:2334 : local total 2021-12-14 17:29:52.316 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:29:52.318 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:29:52.321 | + functions-common:time_stop:2338 : start_time=1639502992275 2021-12-14 17:29:52.323 | + functions-common:time_stop:2340 : [[ -z 1639502992275 ]] 2021-12-14 17:29:52.326 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:29:52.330 | + functions-common:time_stop:2343 : end_time=1639502992327 2021-12-14 17:29:52.333 | + functions-common:time_stop:2344 : elapsed_time=52 2021-12-14 17:29:52.335 | + functions-common:time_stop:2345 : total=886 2021-12-14 17:29:52.338 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:29:52.340 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=938 2021-12-14 17:29:52.343 | + lib/dstat:start_dstat:39 : is_service_enabled peakmem_tracker 2021-12-14 17:29:52.360 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:29:52.363 | + ./stack.sh:main:1047 : is_service_enabled tcpdump 2021-12-14 17:29:52.379 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:29:52.383 | + ./stack.sh:main:1055 : is_service_enabled etcd3 2021-12-14 17:29:52.400 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:29:52.403 | + ./stack.sh:main:1056 : start_etcd3 2021-12-14 17:29:52.405 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2021-12-14 17:29:52.408 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-cinder-821737-1-iscsi --data-dir /opt/stack/data/etcd' 2021-12-14 17:29:52.410 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2021-12-14 17:29:52.413 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-cinder-821737-1-iscsi=http://10.222.0.53:2380' 2021-12-14 17:29:52.416 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.53:2380' 2021-12-14 17:29:52.418 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.53:2379' 2021-12-14 17:29:52.421 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2021-12-14 17:29:52.423 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2021-12-14 17:29:52.426 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.53:2379' 2021-12-14 17:29:52.429 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2021-12-14 17:29:52.431 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2021-12-14 17:29:52.434 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-12-14 17:29:52.436 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-cinder-821737-1-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-cinder-821737-1-iscsi=http://10.222.0.53:2380 --initial-advertise-peer-urls http://10.222.0.53:2380 --advertise-client-urls http://10.222.0.53:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.53:2379 --debug' '' root 2021-12-14 17:29:52.439 | + functions-common:write_user_unit_file:1464 : local service=devstack@etcd.service 2021-12-14 17:29:52.441 | + functions-common:write_user_unit_file:1465 : local 'command=/opt/stack/bin/etcd --name dv-cinder-821737-1-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-cinder-821737-1-iscsi=http://10.222.0.53:2380 --initial-advertise-peer-urls http://10.222.0.53:2380 --advertise-client-urls http://10.222.0.53:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.53:2379 --debug' 2021-12-14 17:29:52.444 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:29:52.446 | + functions-common:write_user_unit_file:1467 : local user=root 2021-12-14 17:29:52.449 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:29:52.451 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:29:52.454 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-12-14 17:29:52.456 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:29:52.461 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2021-12-14 17:29:52.517 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2021-12-14 17:29:52.578 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-cinder-821737-1-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-cinder-821737-1-iscsi=http://10.222.0.53:2380 --initial-advertise-peer-urls http://10.222.0.53:2380 --advertise-client-urls http://10.222.0.53:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.53:2379 --debug' 2021-12-14 17:29:52.634 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2021-12-14 17:29:52.682 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2021-12-14 17:29:52.734 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:29:52.781 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:29:52.783 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2021-12-14 17:29:52.839 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:29:53.030 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2021-12-14 17:29:53.078 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2021-12-14 17:29:53.124 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2021-12-14 17:29:53.173 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2021-12-14 17:29:53.222 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2021-12-14 17:29:53.226 | ++ functions-common:is_arch:428 : uname -m 2021-12-14 17:29:53.229 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-12-14 17:29:53.232 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2021-12-14 17:29:53.444 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2021-12-14 17:29:53.463 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2021-12-14 17:29:53.650 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2021-12-14 17:29:53.910 | + ./stack.sh:main:1067 : cat 2021-12-14 17:29:53.915 | + ./stack.sh:main:1082 : is_service_enabled tls-proxy 2021-12-14 17:29:53.932 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:29:53.935 | + ./stack.sh:main:1087 : source /home/ubuntu/devstack/userrc_early 2021-12-14 17:29:53.937 | ++ userrc_early:source:4 : export OS_IDENTITY_API_VERSION=3 2021-12-14 17:29:53.940 | ++ userrc_early:source:4 : OS_IDENTITY_API_VERSION=3 2021-12-14 17:29:53.943 | ++ userrc_early:source:5 : export OS_AUTH_URL=http://10.222.0.53/identity 2021-12-14 17:29:53.946 | ++ userrc_early:source:5 : OS_AUTH_URL=http://10.222.0.53/identity 2021-12-14 17:29:53.949 | ++ userrc_early:source:6 : export OS_USERNAME=admin 2021-12-14 17:29:53.952 | ++ userrc_early:source:6 : OS_USERNAME=admin 2021-12-14 17:29:53.955 | ++ userrc_early:source:7 : export OS_USER_DOMAIN_ID=default 2021-12-14 17:29:53.957 | ++ userrc_early:source:7 : OS_USER_DOMAIN_ID=default 2021-12-14 17:29:53.961 | ++ userrc_early:source:8 : export OS_PASSWORD=Passw0rd 2021-12-14 17:29:53.963 | ++ userrc_early:source:8 : OS_PASSWORD=Passw0rd 2021-12-14 17:29:53.966 | ++ userrc_early:source:9 : export OS_PROJECT_NAME=admin 2021-12-14 17:29:53.969 | ++ userrc_early:source:9 : OS_PROJECT_NAME=admin 2021-12-14 17:29:53.972 | ++ userrc_early:source:10 : export OS_PROJECT_DOMAIN_ID=default 2021-12-14 17:29:53.975 | ++ userrc_early:source:10 : OS_PROJECT_DOMAIN_ID=default 2021-12-14 17:29:53.979 | ++ userrc_early:source:11 : export OS_REGION_NAME=RegionOne 2021-12-14 17:29:53.981 | ++ userrc_early:source:11 : OS_REGION_NAME=RegionOne 2021-12-14 17:29:53.985 | + ./stack.sh:main:1089 : is_service_enabled keystone 2021-12-14 17:29:54.000 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:29:54.003 | + ./stack.sh:main:1090 : echo_summary 'Starting Keystone' 2021-12-14 17:29:54.006 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:29:54.008 | + ./stack.sh:echo_summary:428 : echo -e Starting Keystone 2021-12-14 17:29:54.010 | + ./stack.sh:main:1092 : '[' 10.222.0.53 == 10.222.0.53 ']' 2021-12-14 17:29:54.013 | + ./stack.sh:main:1093 : init_keystone 2021-12-14 17:29:54.015 | + lib/keystone:init_keystone:437 : is_service_enabled ldap 2021-12-14 17:29:54.031 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:29:54.033 | + lib/keystone:init_keystone:441 : [[ True == True ]] 2021-12-14 17:29:54.035 | + lib/keystone:init_keystone:443 : recreate_database keystone 2021-12-14 17:29:54.038 | + lib/database:recreate_database:110 : local db=keystone 2021-12-14 17:29:54.040 | + lib/database:recreate_database:111 : recreate_database_mysql keystone 2021-12-14 17:29:54.043 | + lib/databases/mysql:recreate_database_mysql:63 : local db=keystone 2021-12-14 17:29:54.045 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2021-12-14 17:29:54.049 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:29:54.064 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2021-12-14 17:29:54.067 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:29:54.083 | + lib/keystone:init_keystone:446 : time_start dbsync 2021-12-14 17:29:54.085 | + functions-common:time_start:2317 : local name=dbsync 2021-12-14 17:29:54.088 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:29:54.090 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:29:54.094 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:29:54.097 | + functions-common:time_start:2322 : _TIME_START[$name]=1639502994094 2021-12-14 17:29:54.100 | + lib/keystone:init_keystone:448 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2021-12-14 17:29:56.372 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:29:56.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.375 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.375 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.377 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.377 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.377 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.377 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.377 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.377 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.377 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.378 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.378 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.378 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.378 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.378 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.378 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.379 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.379 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.379 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.379 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.379 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.379 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.380 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.380 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.380 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.380 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.380 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.380 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.381 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.382 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.382 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.382 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.383 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.384 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.386 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.386 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.389 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:29:56.389 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:29:56.430 | 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=71384) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-14 17:29:56.433 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:29:56.434 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.434 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.434 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.434 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.435 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.435 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.435 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.435 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.435 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.435 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.436 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.436 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.436 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.436 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.436 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.436 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.437 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.437 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.437 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.437 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.437 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.437 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.438 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.438 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.438 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.438 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.438 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.438 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.439 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.439 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.439 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.440 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.441 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.442 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.442 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.442 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.442 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.442 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.442 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.443 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.443 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.443 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.443 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.443 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.443 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.444 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.444 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.444 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.446 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.446 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.446 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.446 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.446 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.446 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.448 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:29:56.449 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:29:56.492 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:29:56.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.493 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.495 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.495 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.499 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.500 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.501 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.501 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.501 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.501 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.501 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.501 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.502 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.502 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.502 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.504 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.504 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.504 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.504 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.505 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.505 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.505 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.505 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.505 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.506 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.506 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.506 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.506 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.506 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.506 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.507 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.507 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.507 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.507 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:29:56.507 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:29:56.569 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:29:56.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.571 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.571 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.571 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.571 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.571 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.573 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.573 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.573 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.573 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.574 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.574 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.574 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.574 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.574 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.574 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.575 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.575 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.576 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.576 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.576 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.577 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.577 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.577 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.578 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.578 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.578 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.578 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.578 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.578 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.579 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.579 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.579 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.579 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.580 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.580 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.582 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.582 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.582 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.582 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.583 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.583 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:29:56.584 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:29:56.585 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:29:56.585 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:29:56.592 | INFO migrate.versioning.api [-] 66 -> 67...  2021-12-14 17:29:59.090 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.090 | INFO migrate.versioning.api [-] 67 -> 68...  2021-12-14 17:29:59.097 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.097 | INFO migrate.versioning.api [-] 68 -> 69...  2021-12-14 17:29:59.105 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.105 | INFO migrate.versioning.api [-] 69 -> 70...  2021-12-14 17:29:59.114 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.114 | INFO migrate.versioning.api [-] 70 -> 71...  2021-12-14 17:29:59.124 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.124 | INFO migrate.versioning.api [-] 71 -> 72...  2021-12-14 17:29:59.136 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.136 | INFO migrate.versioning.api [-] 72 -> 73...  2021-12-14 17:29:59.394 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.394 | INFO migrate.versioning.api [-] 73 -> 74...  2021-12-14 17:29:59.511 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.511 | INFO migrate.versioning.api [-] 74 -> 75...  2021-12-14 17:29:59.570 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.571 | INFO migrate.versioning.api [-] 75 -> 76...  2021-12-14 17:29:59.578 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.578 | INFO migrate.versioning.api [-] 76 -> 77...  2021-12-14 17:29:59.585 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.585 | INFO migrate.versioning.api [-] 77 -> 78...  2021-12-14 17:29:59.594 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.594 | INFO migrate.versioning.api [-] 78 -> 79...  2021-12-14 17:29:59.605 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.605 | INFO migrate.versioning.api [-] 79 -> 80...  2021-12-14 17:29:59.612 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.612 | INFO migrate.versioning.api [-] 80 -> 81...  2021-12-14 17:29:59.681 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.681 | INFO migrate.versioning.api [-] 81 -> 82...  2021-12-14 17:29:59.981 | INFO migrate.versioning.api [-] done 2021-12-14 17:29:59.981 | INFO migrate.versioning.api [-] 82 -> 83...  2021-12-14 17:30:00.347 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:00.347 | INFO migrate.versioning.api [-] 83 -> 84...  2021-12-14 17:30:00.460 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:00.460 | INFO migrate.versioning.api [-] 84 -> 85...  2021-12-14 17:30:00.612 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:00.612 | INFO migrate.versioning.api [-] 85 -> 86...  2021-12-14 17:30:00.665 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:00.665 | INFO migrate.versioning.api [-] 86 -> 87...  2021-12-14 17:30:01.023 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:01.023 | INFO migrate.versioning.api [-] 87 -> 88...  2021-12-14 17:30:01.188 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:01.188 | INFO migrate.versioning.api [-] 88 -> 89...  2021-12-14 17:30:01.221 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:01.221 | INFO migrate.versioning.api [-] 89 -> 90...  2021-12-14 17:30:01.361 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:01.361 | INFO migrate.versioning.api [-] 90 -> 91...  2021-12-14 17:30:01.652 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:01.652 | INFO migrate.versioning.api [-] 91 -> 92...  2021-12-14 17:30:01.952 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:01.952 | INFO migrate.versioning.api [-] 92 -> 93...  2021-12-14 17:30:02.318 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:02.318 | INFO migrate.versioning.api [-] 93 -> 94...  2021-12-14 17:30:02.553 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:02.554 | INFO migrate.versioning.api [-] 94 -> 95...  2021-12-14 17:30:02.717 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:02.718 | INFO migrate.versioning.api [-] 95 -> 96...  2021-12-14 17:30:02.732 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:02.732 | INFO migrate.versioning.api [-] 96 -> 97...  2021-12-14 17:30:02.744 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:02.744 | INFO migrate.versioning.api [-] 97 -> 98...  2021-12-14 17:30:02.753 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:02.753 | INFO migrate.versioning.api [-] 98 -> 99...  2021-12-14 17:30:02.761 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:02.761 | INFO migrate.versioning.api [-] 99 -> 100...  2021-12-14 17:30:02.769 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:02.770 | INFO migrate.versioning.api [-] 100 -> 101...  2021-12-14 17:30:02.781 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:02.781 | INFO migrate.versioning.api [-] 101 -> 102...  2021-12-14 17:30:02.802 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:02.802 | INFO migrate.versioning.api [-] 102 -> 103...  2021-12-14 17:30:02.874 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:02.874 | INFO migrate.versioning.api [-] 103 -> 104...  2021-12-14 17:30:02.886 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:02.887 | INFO migrate.versioning.api [-] 104 -> 105...  2021-12-14 17:30:03.099 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:03.100 | INFO migrate.versioning.api [-] 105 -> 106...  2021-12-14 17:30:03.200 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:03.200 | INFO migrate.versioning.api [-] 106 -> 107...  2021-12-14 17:30:03.375 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:03.375 | INFO migrate.versioning.api [-] 107 -> 108...  2021-12-14 17:30:03.607 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:03.607 | INFO migrate.versioning.api [-] 108 -> 109...  2021-12-14 17:30:03.728 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:03.728 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:03.729 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.729 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.730 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.730 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.730 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.730 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.730 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.730 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.732 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.732 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.733 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.733 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.733 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.733 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.733 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.733 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.734 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.734 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.734 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.734 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.734 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.735 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.735 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.735 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.735 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.735 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.735 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.735 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.736 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.736 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.736 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.737 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.737 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.737 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.737 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.737 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.737 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.738 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.738 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.738 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.739 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.739 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.739 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.739 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.739 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.740 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.740 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.740 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.740 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.740 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.740 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.741 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.741 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.741 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.741 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.741 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.742 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.742 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.742 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.742 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.742 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.742 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.743 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.743 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.743 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.743 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.743 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.743 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.744 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.744 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.744 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.744 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.744 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.744 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:03.745 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:03.745 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:03.746 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.746 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.746 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.747 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.747 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.747 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.747 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.747 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.747 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.748 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.748 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.748 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.748 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.748 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.748 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.749 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.749 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.749 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.749 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.749 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.750 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.750 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.750 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.750 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.750 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.750 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.751 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.751 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.751 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.751 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.751 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.751 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.752 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.752 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.752 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.752 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.752 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.752 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.753 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.753 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.753 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.753 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.753 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.753 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.754 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.754 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.754 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.754 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.755 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.755 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.755 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.755 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.755 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.755 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.756 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.756 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.756 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.756 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.756 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.756 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.757 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.757 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.757 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.757 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.757 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.757 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.758 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.758 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.758 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.758 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.758 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.758 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.759 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.759 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.759 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.759 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.759 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.760 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.760 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.760 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.760 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.760 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.760 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.761 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.761 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.761 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.761 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:03.761 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:03.761 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:03.762 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.763 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.763 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.763 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.763 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.765 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.765 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.765 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.765 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.765 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.765 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.768 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.768 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.770 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.770 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.770 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.771 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.773 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.773 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.775 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.775 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.775 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.775 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.775 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.775 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.776 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.776 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.776 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.776 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.776 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.776 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.778 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:03.778 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:03.784 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:03.786 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.786 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.786 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.786 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.787 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.787 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.787 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.787 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.787 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.787 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.788 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.788 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.788 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.788 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.789 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.789 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.790 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.790 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.790 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.790 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.791 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.793 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.794 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.796 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.796 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.796 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.796 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.797 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.797 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.797 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.797 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.799 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.799 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.800 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.800 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.800 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.800 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.800 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.803 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.803 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.803 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.803 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.803 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.804 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.804 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.805 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.807 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.808 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.808 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.809 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.809 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.809 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.810 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.811 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.811 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.812 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.812 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.812 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.813 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.813 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:03.813 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:03.829 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:03.830 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.830 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.831 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.831 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.831 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.831 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.832 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.832 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.833 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.833 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.834 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.835 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.835 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.835 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.835 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.835 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.836 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.836 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.836 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.838 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.839 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.841 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.841 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.841 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.841 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.841 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.842 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.842 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.844 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.844 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.844 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.845 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.845 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.845 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.845 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.847 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.847 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.847 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.848 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.848 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.848 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.848 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.849 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.852 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.852 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.852 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.853 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.853 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.853 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.854 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.855 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.855 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.856 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.856 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.856 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.856 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.857 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:03.857 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:03.857 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:03.858 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.858 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.859 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.859 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.860 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.860 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.860 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.860 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.861 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.862 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.862 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.863 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.863 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.863 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.865 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.865 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.866 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.867 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.867 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.867 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.869 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.869 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.869 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.869 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.869 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.870 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.870 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.870 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.872 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.872 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.873 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.873 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.873 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.873 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.873 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.875 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.875 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.876 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.876 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.876 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.876 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.876 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.876 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.877 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.877 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.877 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.878 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.878 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.879 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.879 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.880 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.880 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.880 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.880 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.881 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.881 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.881 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.881 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.881 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.882 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.882 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.882 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.882 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.882 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.882 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.883 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.883 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.883 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.883 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.883 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.883 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.884 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.884 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.885 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.885 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.885 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.885 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.885 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.885 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.886 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:03.886 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:03.891 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:03.892 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.892 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.893 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.893 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.893 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.893 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.894 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.894 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.894 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.894 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.895 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.895 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.896 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.897 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.897 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.897 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.898 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.898 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.901 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.901 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.903 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.904 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.904 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.904 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.904 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.904 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.905 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.907 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.907 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.908 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.908 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.908 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.908 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.909 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.911 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.911 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.912 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.912 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.912 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.912 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.912 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.914 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.915 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.915 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.915 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.916 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.916 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.916 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.917 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.917 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.917 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.917 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.918 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.918 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.919 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.919 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.920 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.920 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.921 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.921 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:03.921 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:03.921 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:03.921 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:03.929 | INFO migrate.versioning.api [-] 0 -> 1...  2021-12-14 17:30:03.940 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:03.940 | INFO migrate.versioning.api [-] 1 -> 2...  2021-12-14 17:30:03.950 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:03.951 | INFO migrate.versioning.api [-] 2 -> 3...  2021-12-14 17:30:04.191 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.191 | INFO migrate.versioning.api [-] 3 -> 4...  2021-12-14 17:30:04.199 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.199 | INFO migrate.versioning.api [-] 4 -> 5...  2021-12-14 17:30:04.206 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.206 | INFO migrate.versioning.api [-] 5 -> 6...  2021-12-14 17:30:04.215 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.215 | INFO migrate.versioning.api [-] 6 -> 7...  2021-12-14 17:30:04.226 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.226 | INFO migrate.versioning.api [-] 7 -> 8...  2021-12-14 17:30:04.241 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.242 | INFO migrate.versioning.api [-] 8 -> 9...  2021-12-14 17:30:04.250 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.250 | INFO migrate.versioning.api [-] 9 -> 10...  2021-12-14 17:30:04.431 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.431 | INFO migrate.versioning.api [-] 10 -> 11...  2021-12-14 17:30:04.439 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.439 | INFO migrate.versioning.api [-] 11 -> 12...  2021-12-14 17:30:04.662 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.662 | INFO migrate.versioning.api [-] 12 -> 13...  2021-12-14 17:30:04.670 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.670 | INFO migrate.versioning.api [-] 13 -> 14...  2021-12-14 17:30:04.902 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.903 | INFO migrate.versioning.api [-] 14 -> 15...  2021-12-14 17:30:04.912 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.912 | INFO migrate.versioning.api [-] 15 -> 16...  2021-12-14 17:30:04.979 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.979 | INFO migrate.versioning.api [-] 16 -> 17...  2021-12-14 17:30:04.987 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.987 | INFO migrate.versioning.api [-] 17 -> 18...  2021-12-14 17:30:04.996 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:04.996 | INFO migrate.versioning.api [-] 18 -> 19...  2021-12-14 17:30:05.004 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.004 | INFO migrate.versioning.api [-] 19 -> 20...  2021-12-14 17:30:05.013 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.013 | INFO migrate.versioning.api [-] 20 -> 21...  2021-12-14 17:30:05.021 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.021 | INFO migrate.versioning.api [-] 21 -> 22...  2021-12-14 17:30:05.075 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.075 | INFO migrate.versioning.api [-] 22 -> 23...  2021-12-14 17:30:05.180 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.180 | INFO migrate.versioning.api [-] 23 -> 24...  2021-12-14 17:30:05.364 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.364 | INFO migrate.versioning.api [-] 24 -> 25...  2021-12-14 17:30:05.373 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.373 | INFO migrate.versioning.api [-] 25 -> 26...  2021-12-14 17:30:05.380 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.380 | INFO migrate.versioning.api [-] 26 -> 27...  2021-12-14 17:30:05.387 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.387 | INFO migrate.versioning.api [-] 27 -> 28...  2021-12-14 17:30:05.394 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.395 | INFO migrate.versioning.api [-] 28 -> 29...  2021-12-14 17:30:05.403 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.403 | INFO migrate.versioning.api [-] 29 -> 30...  2021-12-14 17:30:05.481 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.481 | INFO migrate.versioning.api [-] 30 -> 31...  2021-12-14 17:30:05.546 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.546 | INFO migrate.versioning.api [-] 31 -> 32...  2021-12-14 17:30:05.706 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.706 | INFO migrate.versioning.api [-] 32 -> 33...  2021-12-14 17:30:05.991 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:05.991 | INFO migrate.versioning.api [-] 33 -> 34...  2021-12-14 17:30:06.124 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:06.124 | INFO migrate.versioning.api [-] 34 -> 35...  2021-12-14 17:30:06.238 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:06.238 | INFO migrate.versioning.api [-] 35 -> 36...  2021-12-14 17:30:06.348 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:06.348 | INFO migrate.versioning.api [-] 36 -> 37...  2021-12-14 17:30:06.357 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:06.357 | INFO migrate.versioning.api [-] 37 -> 38...  2021-12-14 17:30:06.365 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:06.365 | INFO migrate.versioning.api [-] 38 -> 39...  2021-12-14 17:30:06.372 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:06.372 | INFO migrate.versioning.api [-] 39 -> 40...  2021-12-14 17:30:06.380 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:06.381 | INFO migrate.versioning.api [-] 40 -> 41...  2021-12-14 17:30:06.388 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:06.388 | INFO migrate.versioning.api [-] 41 -> 42...  2021-12-14 17:30:06.396 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:06.396 | INFO migrate.versioning.api [-] 42 -> 43...  2021-12-14 17:30:06.404 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:06.404 | INFO migrate.versioning.api [-] 43 -> 44...  2021-12-14 17:30:06.411 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:06.411 | INFO migrate.versioning.api [-] 44 -> 45...  2021-12-14 17:30:06.629 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:06.629 | INFO migrate.versioning.api [-] 45 -> 46...  2021-12-14 17:30:06.638 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:06.638 | INFO migrate.versioning.api [-] 46 -> 47...  2021-12-14 17:30:07.251 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.251 | INFO migrate.versioning.api [-] 47 -> 48...  2021-12-14 17:30:07.551 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.551 | INFO migrate.versioning.api [-] 48 -> 49...  2021-12-14 17:30:07.559 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.559 | INFO migrate.versioning.api [-] 49 -> 50...  2021-12-14 17:30:07.568 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.568 | INFO migrate.versioning.api [-] 50 -> 51...  2021-12-14 17:30:07.576 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.576 | INFO migrate.versioning.api [-] 51 -> 52...  2021-12-14 17:30:07.585 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.585 | INFO migrate.versioning.api [-] 52 -> 53...  2021-12-14 17:30:07.679 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.679 | INFO migrate.versioning.api [-] 53 -> 54...  2021-12-14 17:30:07.687 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.687 | INFO migrate.versioning.api [-] 54 -> 55...  2021-12-14 17:30:07.829 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.829 | INFO migrate.versioning.api [-] 55 -> 56...  2021-12-14 17:30:07.954 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.954 | INFO migrate.versioning.api [-] 56 -> 57...  2021-12-14 17:30:07.962 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.963 | INFO migrate.versioning.api [-] 57 -> 58...  2021-12-14 17:30:07.969 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.969 | INFO migrate.versioning.api [-] 58 -> 59...  2021-12-14 17:30:07.978 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.979 | INFO migrate.versioning.api [-] 59 -> 60...  2021-12-14 17:30:07.985 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.985 | INFO migrate.versioning.api [-] 60 -> 61...  2021-12-14 17:30:07.994 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:07.994 | INFO migrate.versioning.api [-] 61 -> 62...  2021-12-14 17:30:08.212 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:08.213 | INFO migrate.versioning.api [-] 62 -> 63...  2021-12-14 17:30:08.220 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:08.221 | INFO migrate.versioning.api [-] 63 -> 64...  2021-12-14 17:30:08.328 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:08.328 | INFO migrate.versioning.api [-] 64 -> 65...  2021-12-14 17:30:08.703 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:08.704 | INFO migrate.versioning.api [-] 65 -> 66...  2021-12-14 17:30:08.822 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:08.822 | INFO migrate.versioning.api [-] 66 -> 67...  2021-12-14 17:30:08.830 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:08.830 | INFO migrate.versioning.api [-] 67 -> 68...  2021-12-14 17:30:08.839 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:08.839 | INFO migrate.versioning.api [-] 68 -> 69...  2021-12-14 17:30:08.846 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:08.846 | INFO migrate.versioning.api [-] 69 -> 70...  2021-12-14 17:30:08.853 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:08.853 | INFO migrate.versioning.api [-] 70 -> 71...  2021-12-14 17:30:08.861 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:08.861 | INFO migrate.versioning.api [-] 71 -> 72...  2021-12-14 17:30:08.871 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:08.871 | INFO migrate.versioning.api [-] 72 -> 73...  2021-12-14 17:30:09.052 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.052 | INFO migrate.versioning.api [-] 73 -> 74...  2021-12-14 17:30:09.060 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.060 | INFO migrate.versioning.api [-] 74 -> 75...  2021-12-14 17:30:09.067 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.067 | INFO migrate.versioning.api [-] 75 -> 76...  2021-12-14 17:30:09.076 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.076 | INFO migrate.versioning.api [-] 76 -> 77...  2021-12-14 17:30:09.085 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.085 | INFO migrate.versioning.api [-] 77 -> 78...  2021-12-14 17:30:09.092 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.092 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:09.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.094 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.094 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.096 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.096 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.096 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.096 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.097 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.100 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.100 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.101 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.101 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.101 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.101 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.102 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.102 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.102 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.102 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.102 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.103 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.103 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.104 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.105 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.105 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.105 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.158 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.158 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.159 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.159 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.159 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.159 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.159 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.160 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.160 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.161 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.162 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.162 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.163 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.163 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.165 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.165 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.165 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.165 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.166 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.166 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.166 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.166 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.166 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.167 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.167 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.167 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.168 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.168 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.169 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.169 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.169 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.169 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.170 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.170 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.170 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.170 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.171 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.171 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.171 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.171 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.171 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.172 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:09.172 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:09.173 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:09.174 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.174 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.175 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.175 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.175 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.175 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.176 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.176 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.177 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.178 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.178 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.178 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.178 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.179 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.182 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.182 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.184 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.184 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.184 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.184 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.185 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.185 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.187 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.187 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.187 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.187 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.188 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.188 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.188 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.188 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.188 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.190 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.190 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.191 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.191 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.191 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.191 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.191 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.193 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.195 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.195 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.196 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.196 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.196 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.197 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.197 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.198 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.199 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.199 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.200 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.200 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.200 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.200 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:09.201 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:09.201 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:09.202 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.202 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.203 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.203 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.203 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.203 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.204 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.204 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.205 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.206 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.206 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.206 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.206 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.206 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.207 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.209 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.210 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.212 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.212 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.212 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.212 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.212 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.212 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.213 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.215 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.215 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.215 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.216 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.216 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.216 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.216 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.218 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.218 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.218 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.219 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.219 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.219 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.219 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.220 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.221 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.221 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.221 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.221 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.221 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.221 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.222 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.222 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.222 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.223 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.223 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.223 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.223 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.224 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.224 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.224 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.224 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.226 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.226 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.227 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.227 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.227 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.227 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.227 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.228 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:09.228 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:09.234 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:09.235 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.235 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.235 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.235 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.236 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.236 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.236 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.238 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.238 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.238 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.238 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.238 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.239 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.239 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.239 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.239 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.239 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.239 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.241 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.241 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.241 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.242 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.242 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.243 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.243 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.243 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.243 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.243 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.243 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.244 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.244 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.244 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.244 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.245 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.245 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.245 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.245 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.245 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.245 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.246 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.247 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.247 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.247 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.248 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.248 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.248 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.248 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.248 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.248 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.249 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.249 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.249 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.249 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.249 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.251 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.251 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.252 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.253 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.253 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.255 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.255 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.255 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.255 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.255 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.255 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.256 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.256 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.256 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.257 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.257 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.257 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.257 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.258 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.258 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.259 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.259 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.259 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.259 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.260 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.260 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.260 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.260 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.261 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.261 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.261 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.261 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.262 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:09.262 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:09.279 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:09.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.281 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.281 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.283 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.283 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.283 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.283 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.283 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.283 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.284 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.286 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.287 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.287 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.288 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.288 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.288 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.288 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.289 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.289 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.289 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.289 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.290 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.291 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.292 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.292 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.292 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.292 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.293 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.293 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.293 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.293 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.293 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.294 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.294 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.294 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.296 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.296 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.297 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.297 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.298 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.299 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.299 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.300 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.300 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.300 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.300 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.300 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.300 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.301 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.302 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.302 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.302 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.303 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.303 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.303 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.303 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.304 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.304 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.304 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.304 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.305 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.305 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.305 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.305 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.305 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.306 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.306 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:09.306 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:09.307 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:09.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.309 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.309 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.311 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.311 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.311 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.312 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.315 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.316 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.316 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.316 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.317 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.317 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.317 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.317 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.317 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.318 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.319 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.319 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.320 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.320 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.320 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.321 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.321 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.321 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.322 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.322 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.322 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.324 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.324 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.325 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.326 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.326 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.326 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.326 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.326 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.326 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.328 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.328 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.328 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.328 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.328 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.328 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.329 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.329 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.330 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.330 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.330 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.330 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.331 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.331 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.331 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.331 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.332 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.332 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.333 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.333 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.333 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.333 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.333 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.333 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.334 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.334 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.334 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:09.334 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:09.341 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:09.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.343 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.343 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.345 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.345 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.345 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.345 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.346 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.349 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.349 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.350 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.350 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.350 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.350 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.351 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.351 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.351 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.351 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.351 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.352 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.352 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.353 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.354 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.354 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.354 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.355 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.355 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.355 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.355 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.356 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.356 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.356 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.356 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.356 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.357 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.357 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.357 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.358 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.358 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.359 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.360 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.360 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.362 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.362 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.362 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.362 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.362 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.362 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.363 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.363 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.363 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.364 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.364 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.364 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.364 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.365 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.365 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.366 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.366 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.366 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.366 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.367 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.367 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.367 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.367 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.368 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.368 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.368 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.368 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:09.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:09.369 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:09.369 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:09.377 | INFO migrate.versioning.api [-] 0 -> 1...  2021-12-14 17:30:09.386 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.386 | INFO migrate.versioning.api [-] 1 -> 2...  2021-12-14 17:30:09.394 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.394 | INFO migrate.versioning.api [-] 2 -> 3...  2021-12-14 17:30:09.409 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.409 | INFO migrate.versioning.api [-] 3 -> 4...  2021-12-14 17:30:09.417 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.417 | INFO migrate.versioning.api [-] 4 -> 5...  2021-12-14 17:30:09.424 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.424 | INFO migrate.versioning.api [-] 5 -> 6...  2021-12-14 17:30:09.430 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.430 | INFO migrate.versioning.api [-] 6 -> 7...  2021-12-14 17:30:09.437 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.438 | INFO migrate.versioning.api [-] 7 -> 8...  2021-12-14 17:30:09.444 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.444 | INFO migrate.versioning.api [-] 8 -> 9...  2021-12-14 17:30:09.451 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.451 | INFO migrate.versioning.api [-] 9 -> 10...  2021-12-14 17:30:09.458 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.458 | INFO migrate.versioning.api [-] 10 -> 11...  2021-12-14 17:30:09.464 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.464 | INFO migrate.versioning.api [-] 11 -> 12...  2021-12-14 17:30:09.482 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.482 | INFO migrate.versioning.api [-] 12 -> 13...  2021-12-14 17:30:09.490 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.490 | INFO migrate.versioning.api [-] 13 -> 14...  2021-12-14 17:30:09.526 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.526 | INFO migrate.versioning.api [-] 14 -> 15...  2021-12-14 17:30:09.554 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.554 | INFO migrate.versioning.api [-] 15 -> 16...  2021-12-14 17:30:09.561 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.562 | INFO migrate.versioning.api [-] 16 -> 17...  2021-12-14 17:30:09.568 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.568 | INFO migrate.versioning.api [-] 17 -> 18...  2021-12-14 17:30:09.575 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.575 | INFO migrate.versioning.api [-] 18 -> 19...  2021-12-14 17:30:09.582 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.582 | INFO migrate.versioning.api [-] 19 -> 20...  2021-12-14 17:30:09.589 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.589 | INFO migrate.versioning.api [-] 20 -> 21...  2021-12-14 17:30:09.596 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.596 | INFO migrate.versioning.api [-] 21 -> 22...  2021-12-14 17:30:09.603 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.603 | INFO migrate.versioning.api [-] 22 -> 23...  2021-12-14 17:30:09.614 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.614 | INFO migrate.versioning.api [-] 23 -> 24...  2021-12-14 17:30:09.623 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.624 | INFO migrate.versioning.api [-] 24 -> 25...  2021-12-14 17:30:09.640 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.640 | INFO migrate.versioning.api [-] 25 -> 26...  2021-12-14 17:30:09.651 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.651 | INFO migrate.versioning.api [-] 26 -> 27...  2021-12-14 17:30:09.658 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.658 | INFO migrate.versioning.api [-] 27 -> 28...  2021-12-14 17:30:09.666 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.666 | INFO migrate.versioning.api [-] 28 -> 29...  2021-12-14 17:30:09.673 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.673 | INFO migrate.versioning.api [-] 29 -> 30...  2021-12-14 17:30:09.680 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.680 | INFO migrate.versioning.api [-] 30 -> 31...  2021-12-14 17:30:09.688 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.688 | INFO migrate.versioning.api [-] 31 -> 32...  2021-12-14 17:30:09.695 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.695 | INFO migrate.versioning.api [-] 32 -> 33...  2021-12-14 17:30:09.702 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.702 | INFO migrate.versioning.api [-] 33 -> 34...  2021-12-14 17:30:09.709 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.709 | INFO migrate.versioning.api [-] 34 -> 35...  2021-12-14 17:30:09.716 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.716 | INFO migrate.versioning.api [-] 35 -> 36...  2021-12-14 17:30:09.724 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.725 | INFO migrate.versioning.api [-] 36 -> 37...  2021-12-14 17:30:09.732 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.732 | INFO migrate.versioning.api [-] 37 -> 38...  2021-12-14 17:30:09.740 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.740 | INFO migrate.versioning.api [-] 38 -> 39...  2021-12-14 17:30:09.749 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.749 | INFO migrate.versioning.api [-] 39 -> 40...  2021-12-14 17:30:09.756 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.756 | INFO migrate.versioning.api [-] 40 -> 41...  2021-12-14 17:30:09.764 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.764 | INFO migrate.versioning.api [-] 41 -> 42...  2021-12-14 17:30:09.773 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.773 | INFO migrate.versioning.api [-] 42 -> 43...  2021-12-14 17:30:09.780 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.780 | INFO migrate.versioning.api [-] 43 -> 44...  2021-12-14 17:30:09.788 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.788 | INFO migrate.versioning.api [-] 44 -> 45...  2021-12-14 17:30:09.795 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.795 | INFO migrate.versioning.api [-] 45 -> 46...  2021-12-14 17:30:09.818 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.818 | INFO migrate.versioning.api [-] 46 -> 47...  2021-12-14 17:30:09.825 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.825 | INFO migrate.versioning.api [-] 47 -> 48...  2021-12-14 17:30:09.832 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.832 | INFO migrate.versioning.api [-] 48 -> 49...  2021-12-14 17:30:09.839 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.839 | INFO migrate.versioning.api [-] 49 -> 50...  2021-12-14 17:30:09.846 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.846 | INFO migrate.versioning.api [-] 50 -> 51...  2021-12-14 17:30:09.853 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.853 | INFO migrate.versioning.api [-] 51 -> 52...  2021-12-14 17:30:09.860 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.860 | INFO migrate.versioning.api [-] 52 -> 53...  2021-12-14 17:30:09.868 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.869 | INFO migrate.versioning.api [-] 53 -> 54...  2021-12-14 17:30:09.877 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.877 | INFO migrate.versioning.api [-] 54 -> 55...  2021-12-14 17:30:09.883 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.883 | INFO migrate.versioning.api [-] 55 -> 56...  2021-12-14 17:30:09.892 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.892 | INFO migrate.versioning.api [-] 56 -> 57...  2021-12-14 17:30:09.900 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.900 | INFO migrate.versioning.api [-] 57 -> 58...  2021-12-14 17:30:09.907 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.907 | INFO migrate.versioning.api [-] 58 -> 59...  2021-12-14 17:30:09.916 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.916 | INFO migrate.versioning.api [-] 59 -> 60...  2021-12-14 17:30:09.924 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.924 | INFO migrate.versioning.api [-] 60 -> 61...  2021-12-14 17:30:09.931 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.931 | INFO migrate.versioning.api [-] 61 -> 62...  2021-12-14 17:30:09.946 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.946 | INFO migrate.versioning.api [-] 62 -> 63...  2021-12-14 17:30:09.954 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.954 | INFO migrate.versioning.api [-] 63 -> 64...  2021-12-14 17:30:09.962 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.962 | INFO migrate.versioning.api [-] 64 -> 65...  2021-12-14 17:30:09.969 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.969 | INFO migrate.versioning.api [-] 65 -> 66...  2021-12-14 17:30:09.977 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.977 | INFO migrate.versioning.api [-] 66 -> 67...  2021-12-14 17:30:09.983 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.983 | INFO migrate.versioning.api [-] 67 -> 68...  2021-12-14 17:30:09.990 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.990 | INFO migrate.versioning.api [-] 68 -> 69...  2021-12-14 17:30:09.999 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:09.999 | INFO migrate.versioning.api [-] 69 -> 70...  2021-12-14 17:30:10.007 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:10.007 | INFO migrate.versioning.api [-] 70 -> 71...  2021-12-14 17:30:10.014 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:10.014 | INFO migrate.versioning.api [-] 71 -> 72...  2021-12-14 17:30:10.022 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:10.022 | INFO migrate.versioning.api [-] 72 -> 73...  2021-12-14 17:30:10.031 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:10.031 | INFO migrate.versioning.api [-] 73 -> 74...  2021-12-14 17:30:10.038 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:10.038 | INFO migrate.versioning.api [-] 74 -> 75...  2021-12-14 17:30:10.046 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:10.046 | INFO migrate.versioning.api [-] 75 -> 76...  2021-12-14 17:30:10.055 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:10.055 | INFO migrate.versioning.api [-] 76 -> 77...  2021-12-14 17:30:10.062 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:10.062 | INFO migrate.versioning.api [-] 77 -> 78...  2021-12-14 17:30:10.070 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:10.071 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:10.072 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.072 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.073 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.073 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.074 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.074 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.075 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.075 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.075 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.075 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.076 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.077 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.077 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.079 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.079 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.081 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.082 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.084 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.084 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.084 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.085 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.085 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.085 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.086 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.086 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.087 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.088 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.088 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.088 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.088 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.089 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.089 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.089 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.091 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.091 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.091 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.092 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.092 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.093 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.093 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.094 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.094 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.094 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.095 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.095 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.096 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.096 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.097 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.098 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.098 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.099 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:10.099 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:10.099 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:10.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.101 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.101 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.103 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.103 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.104 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.104 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.104 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.107 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.107 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.108 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.108 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.109 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.109 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.109 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.109 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.109 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.110 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.110 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.110 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.110 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.111 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.112 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.112 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.113 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.113 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.113 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.113 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.114 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.114 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.114 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.114 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.114 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.115 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.116 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.117 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.117 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.118 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.118 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.120 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.120 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.120 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.120 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.121 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.121 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.121 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.121 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.121 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.122 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.122 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.122 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.123 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.123 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.124 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.124 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.124 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.124 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.125 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.125 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.125 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.126 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.126 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.126 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.126 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.126 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.127 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:10.127 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:10.127 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:10.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.129 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.129 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.131 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.131 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.131 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.132 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.132 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.135 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.135 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.136 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.136 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.137 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.137 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.137 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.137 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.137 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.138 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.138 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.138 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.138 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.139 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.140 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.140 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.140 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.141 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.141 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.141 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.141 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.142 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.142 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.142 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.142 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.142 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.145 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.145 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.146 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.146 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.147 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.148 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.148 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.149 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.149 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.149 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.149 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.149 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.149 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.150 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.150 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.151 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.151 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.151 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.152 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.152 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.152 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.152 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.153 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.153 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.153 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.154 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.154 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.154 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.154 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.154 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.154 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.155 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.155 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:10.155 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:10.162 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:10.163 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.163 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.164 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.164 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.164 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.164 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.165 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.166 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.166 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.166 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.167 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.167 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.168 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.170 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.170 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.172 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.173 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.175 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.175 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.175 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.175 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.176 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.176 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.176 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.176 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.178 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.178 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.178 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.179 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.179 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.180 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.180 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.180 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.181 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.182 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.182 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.182 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.183 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.184 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.184 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.184 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.185 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.185 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.185 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.186 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.187 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.187 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.187 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.187 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.188 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.188 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.188 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.189 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:10.189 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:10.207 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:10.208 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.208 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.209 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.209 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.209 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.210 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.210 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.211 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.211 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.211 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.213 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.213 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.213 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.215 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.215 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.217 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.218 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.220 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.220 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.221 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.221 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.221 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.221 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.221 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.221 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.222 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.222 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.222 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.222 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.223 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.223 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.223 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.224 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.224 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.224 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.224 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.225 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.225 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.225 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.227 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.227 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.227 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.227 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.228 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.228 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.228 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.229 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.229 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.230 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.230 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.230 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.230 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.230 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.230 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.231 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.231 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.232 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.232 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.233 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.234 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.234 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.235 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:10.235 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:10.235 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:10.236 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.236 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.237 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.237 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.238 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.238 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.238 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.238 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.238 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.238 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.239 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.239 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.239 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.239 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.239 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.239 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.241 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.241 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.241 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.241 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.243 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.243 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.243 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.243 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.243 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.243 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.245 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.245 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.245 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.245 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.245 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.245 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.246 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.248 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.248 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.248 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.248 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.248 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.248 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.249 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.249 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.249 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.249 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.249 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.250 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.250 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.251 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.252 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.252 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.252 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.252 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.253 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.253 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.253 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.255 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.255 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.255 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.255 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.255 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.255 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.256 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.256 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.257 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.257 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.257 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.258 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.258 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.259 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.259 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.260 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.260 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.261 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.261 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.262 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.262 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:10.263 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:10.269 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:30:10.270 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.270 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.271 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.271 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.271 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.271 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.271 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.271 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.272 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.272 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.273 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.273 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.273 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.273 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.275 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.275 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.275 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.277 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.277 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.279 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.280 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.282 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.282 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.283 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.283 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.283 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.283 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.283 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.283 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.283 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.284 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.285 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.286 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.286 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.286 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.286 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.287 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.287 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.287 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.289 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.289 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.289 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.290 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.290 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.291 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.291 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.291 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.292 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.292 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.293 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.293 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.294 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.294 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.295 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.295 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.295 | 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=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:30:10.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:30:10.296 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:30:10.296 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71384) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:30:10.304 | INFO migrate.versioning.api [-] 0 -> 1...  2021-12-14 17:30:10.313 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:10.313 | INFO migrate.versioning.api [-] 1 -> 2...  2021-12-14 17:30:10.531 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:10.531 | INFO migrate.versioning.api [-] 2 -> 3...  2021-12-14 17:30:10.818 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:10.819 | INFO migrate.versioning.api [-] 3 -> 4...  2021-12-14 17:30:11.139 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:11.139 | INFO migrate.versioning.api [-] 4 -> 5...  2021-12-14 17:30:11.151 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:11.151 | INFO migrate.versioning.api [-] 5 -> 6...  2021-12-14 17:30:11.159 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:11.160 | INFO migrate.versioning.api [-] 6 -> 7...  2021-12-14 17:30:11.169 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:11.169 | INFO migrate.versioning.api [-] 7 -> 8...  2021-12-14 17:30:11.177 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:11.177 | INFO migrate.versioning.api [-] 8 -> 9...  2021-12-14 17:30:11.187 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:11.187 | INFO migrate.versioning.api [-] 9 -> 10...  2021-12-14 17:30:11.196 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:11.196 | INFO migrate.versioning.api [-] 10 -> 11...  2021-12-14 17:30:11.266 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:11.266 | INFO migrate.versioning.api [-] 11 -> 12...  2021-12-14 17:30:11.381 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:11.381 | INFO migrate.versioning.api [-] 12 -> 13...  2021-12-14 17:30:11.573 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:11.573 | INFO migrate.versioning.api [-] 13 -> 14...  2021-12-14 17:30:11.986 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:11.986 | INFO migrate.versioning.api [-] 14 -> 15...  2021-12-14 17:30:12.123 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.123 | INFO migrate.versioning.api [-] 15 -> 16...  2021-12-14 17:30:12.133 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.133 | INFO migrate.versioning.api [-] 16 -> 17...  2021-12-14 17:30:12.142 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.142 | INFO migrate.versioning.api [-] 17 -> 18...  2021-12-14 17:30:12.152 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.152 | INFO migrate.versioning.api [-] 18 -> 19...  2021-12-14 17:30:12.162 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.162 | INFO migrate.versioning.api [-] 19 -> 20...  2021-12-14 17:30:12.173 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.177 | INFO migrate.versioning.api [-] 20 -> 21...  2021-12-14 17:30:12.185 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.185 | INFO migrate.versioning.api [-] 21 -> 22...  2021-12-14 17:30:12.193 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.193 | INFO migrate.versioning.api [-] 22 -> 23...  2021-12-14 17:30:12.202 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.205 | INFO migrate.versioning.api [-] 23 -> 24...  2021-12-14 17:30:12.324 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.324 | INFO migrate.versioning.api [-] 24 -> 25...  2021-12-14 17:30:12.333 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.334 | INFO migrate.versioning.api [-] 25 -> 26...  2021-12-14 17:30:12.342 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.342 | INFO migrate.versioning.api [-] 26 -> 27...  2021-12-14 17:30:12.349 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.349 | INFO migrate.versioning.api [-] 27 -> 28...  2021-12-14 17:30:12.358 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.358 | INFO migrate.versioning.api [-] 28 -> 29...  2021-12-14 17:30:12.365 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.365 | INFO migrate.versioning.api [-] 29 -> 30...  2021-12-14 17:30:12.374 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.374 | INFO migrate.versioning.api [-] 30 -> 31...  2021-12-14 17:30:12.382 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.383 | INFO migrate.versioning.api [-] 31 -> 32...  2021-12-14 17:30:12.417 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.417 | INFO migrate.versioning.api [-] 32 -> 33...  2021-12-14 17:30:12.425 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.425 | INFO migrate.versioning.api [-] 33 -> 34...  2021-12-14 17:30:12.432 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.432 | INFO migrate.versioning.api [-] 34 -> 35...  2021-12-14 17:30:12.543 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.547 | INFO migrate.versioning.api [-] 35 -> 36...  2021-12-14 17:30:12.657 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.657 | INFO migrate.versioning.api [-] 36 -> 37...  2021-12-14 17:30:12.705 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.705 | INFO migrate.versioning.api [-] 37 -> 38...  2021-12-14 17:30:12.717 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.717 | INFO migrate.versioning.api [-] 38 -> 39...  2021-12-14 17:30:12.727 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.727 | INFO migrate.versioning.api [-] 39 -> 40...  2021-12-14 17:30:12.735 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.735 | INFO migrate.versioning.api [-] 40 -> 41...  2021-12-14 17:30:12.744 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.744 | INFO migrate.versioning.api [-] 41 -> 42...  2021-12-14 17:30:12.752 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.752 | INFO migrate.versioning.api [-] 42 -> 43...  2021-12-14 17:30:12.759 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.759 | INFO migrate.versioning.api [-] 43 -> 44...  2021-12-14 17:30:12.766 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.767 | INFO migrate.versioning.api [-] 44 -> 45...  2021-12-14 17:30:12.774 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.774 | INFO migrate.versioning.api [-] 45 -> 46...  2021-12-14 17:30:12.781 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.781 | INFO migrate.versioning.api [-] 46 -> 47...  2021-12-14 17:30:12.898 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.898 | INFO migrate.versioning.api [-] 47 -> 48...  2021-12-14 17:30:12.907 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.907 | INFO migrate.versioning.api [-] 48 -> 49...  2021-12-14 17:30:12.916 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.916 | INFO migrate.versioning.api [-] 49 -> 50...  2021-12-14 17:30:12.924 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.924 | INFO migrate.versioning.api [-] 50 -> 51...  2021-12-14 17:30:12.932 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.932 | INFO migrate.versioning.api [-] 51 -> 52...  2021-12-14 17:30:12.943 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.943 | INFO migrate.versioning.api [-] 52 -> 53...  2021-12-14 17:30:12.953 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:12.954 | INFO migrate.versioning.api [-] 53 -> 54...  2021-12-14 17:30:13.070 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.074 | INFO migrate.versioning.api [-] 54 -> 55...  2021-12-14 17:30:13.091 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.091 | INFO migrate.versioning.api [-] 55 -> 56...  2021-12-14 17:30:13.098 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.098 | INFO migrate.versioning.api [-] 56 -> 57...  2021-12-14 17:30:13.105 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.105 | INFO migrate.versioning.api [-] 57 -> 58...  2021-12-14 17:30:13.112 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.112 | INFO migrate.versioning.api [-] 58 -> 59...  2021-12-14 17:30:13.123 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.123 | INFO migrate.versioning.api [-] 59 -> 60...  2021-12-14 17:30:13.135 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.136 | INFO migrate.versioning.api [-] 60 -> 61...  2021-12-14 17:30:13.146 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.146 | INFO migrate.versioning.api [-] 61 -> 62...  2021-12-14 17:30:13.153 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.153 | INFO migrate.versioning.api [-] 62 -> 63...  2021-12-14 17:30:13.497 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.497 | INFO migrate.versioning.api [-] 63 -> 64...  2021-12-14 17:30:13.506 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.506 | INFO migrate.versioning.api [-] 64 -> 65...  2021-12-14 17:30:13.514 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.514 | INFO migrate.versioning.api [-] 65 -> 66...  2021-12-14 17:30:13.523 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.523 | INFO migrate.versioning.api [-] 66 -> 67...  2021-12-14 17:30:13.533 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.533 | INFO migrate.versioning.api [-] 67 -> 68...  2021-12-14 17:30:13.543 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.544 | INFO migrate.versioning.api [-] 68 -> 69...  2021-12-14 17:30:13.555 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.555 | INFO migrate.versioning.api [-] 69 -> 70...  2021-12-14 17:30:13.566 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.566 | INFO migrate.versioning.api [-] 70 -> 71...  2021-12-14 17:30:13.576 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.576 | INFO migrate.versioning.api [-] 71 -> 72...  2021-12-14 17:30:13.611 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.611 | INFO migrate.versioning.api [-] 72 -> 73...  2021-12-14 17:30:13.619 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.619 | INFO migrate.versioning.api [-] 73 -> 74...  2021-12-14 17:30:13.628 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.628 | INFO migrate.versioning.api [-] 74 -> 75...  2021-12-14 17:30:13.637 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.637 | INFO migrate.versioning.api [-] 75 -> 76...  2021-12-14 17:30:13.645 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.645 | INFO migrate.versioning.api [-] 76 -> 77...  2021-12-14 17:30:13.653 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.653 | INFO migrate.versioning.api [-] 77 -> 78...  2021-12-14 17:30:13.664 | INFO migrate.versioning.api [-] done 2021-12-14 17:30:13.899 | + lib/keystone:init_keystone:449 : time_stop dbsync 2021-12-14 17:30:13.902 | + functions-common:time_stop:2331 : local name 2021-12-14 17:30:13.906 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:30:13.909 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:30:13.912 | + functions-common:time_stop:2334 : local total 2021-12-14 17:30:13.915 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:30:13.918 | + functions-common:time_stop:2337 : name=dbsync 2021-12-14 17:30:13.922 | + functions-common:time_stop:2338 : start_time=1639502994094 2021-12-14 17:30:13.925 | + functions-common:time_stop:2340 : [[ -z 1639502994094 ]] 2021-12-14 17:30:13.928 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:30:13.932 | + functions-common:time_stop:2343 : end_time=1639503013929 2021-12-14 17:30:13.935 | + functions-common:time_stop:2344 : elapsed_time=19835 2021-12-14 17:30:13.938 | + functions-common:time_stop:2345 : total=0 2021-12-14 17:30:13.941 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:30:13.943 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=19835 2021-12-14 17:30:13.946 | + lib/keystone:init_keystone:451 : [[ fernet == \f\e\r\n\e\t ]] 2021-12-14 17:30:13.948 | + lib/keystone:init_keystone:452 : rm -rf /etc/keystone/fernet-keys/ 2021-12-14 17:30:13.952 | + lib/keystone:init_keystone:453 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2021-12-14 17:30:16.047 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2021-12-14 17:30:16.047 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-12-14 17:30:16.047 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-12-14 17:30:16.048 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2021-12-14 17:30:16.048 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-12-14 17:30:16.049 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-12-14 17:30:16.049 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-12-14 17:30:16.049 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-12-14 17:30:16.049 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-12-14 17:30:16.267 | + lib/keystone:init_keystone:455 : rm -rf /etc/keystone/credential-keys/ 2021-12-14 17:30:16.273 | + lib/keystone:init_keystone:456 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2021-12-14 17:30:18.368 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2021-12-14 17:30:18.368 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-12-14 17:30:18.368 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-12-14 17:30:18.369 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2021-12-14 17:30:18.369 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-12-14 17:30:18.370 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-12-14 17:30:18.370 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-12-14 17:30:18.370 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-12-14 17:30:18.370 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-12-14 17:30:18.583 | + ./stack.sh:main:1094 : start_keystone 2021-12-14 17:30:18.587 | + lib/keystone:start_keystone:516 : local service_port=5000 2021-12-14 17:30:18.591 | + lib/keystone:start_keystone:517 : local auth_protocol=http 2021-12-14 17:30:18.595 | + lib/keystone:start_keystone:518 : is_service_enabled tls-proxy 2021-12-14 17:30:18.613 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:30:18.616 | + lib/keystone:start_keystone:523 : '[' uwsgi == mod_wsgi ']' 2021-12-14 17:30:18.620 | ++ lib/keystone:start_keystone:527 : which uwsgi 2021-12-14 17:30:18.624 | + lib/keystone:start_keystone:527 : run_process keystone '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2021-12-14 17:30:18.628 | + functions-common:run_process:1582 : local service=keystone 2021-12-14 17:30:18.631 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-12-14 17:30:18.634 | + functions-common:run_process:1584 : local group= 2021-12-14 17:30:18.637 | + functions-common:run_process:1585 : local user= 2021-12-14 17:30:18.641 | + functions-common:run_process:1587 : local name=keystone 2021-12-14 17:30:18.645 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:30:18.648 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:30:18.651 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:30:18.654 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:30:18.658 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:30:18.661 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503018659 2021-12-14 17:30:18.664 | + functions-common:run_process:1590 : is_service_enabled keystone 2021-12-14 17:30:18.679 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:30:18.682 | + functions-common:run_process:1591 : _run_under_systemd keystone '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2021-12-14 17:30:18.684 | + functions-common:_run_under_systemd:1547 : local service=keystone 2021-12-14 17:30:18.687 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-12-14 17:30:18.689 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-12-14 17:30:18.692 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-12-14 17:30:18.694 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-12-14 17:30:18.696 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2021-12-14 17:30:18.698 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2021-12-14 17:30:18.701 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@keystone.service 2021-12-14 17:30:18.704 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:30:18.706 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:30:18.708 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2021-12-14 17:30:18.711 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu 2021-12-14 17:30:18.713 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@keystone.service 2021-12-14 17:30:18.716 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-12-14 17:30:18.718 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-12-14 17:30:18.720 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-12-14 17:30:18.722 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@keystone.service 2021-12-14 17:30:18.724 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-12-14 17:30:18.728 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2021-12-14 17:30:18.782 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2021-12-14 17:30:18.841 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2021-12-14 17:30:18.890 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-12-14 17:30:18.939 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:30:18.985 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2021-12-14 17:30:19.034 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2021-12-14 17:30:19.082 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2021-12-14 17:30:19.132 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2021-12-14 17:30:19.179 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2021-12-14 17:30:19.224 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-12-14 17:30:19.227 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2021-12-14 17:30:19.287 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-12-14 17:30:19.511 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@keystone.service 2021-12-14 17:30:19.530 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2021-12-14 17:30:19.718 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@keystone.service 2021-12-14 17:30:19.801 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:30:19.803 | + functions-common:time_stop:2331 : local name 2021-12-14 17:30:19.805 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:30:19.808 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:30:19.811 | + functions-common:time_stop:2334 : local total 2021-12-14 17:30:19.813 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:30:19.816 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:30:19.818 | + functions-common:time_stop:2338 : start_time=1639503018659 2021-12-14 17:30:19.821 | + functions-common:time_stop:2340 : [[ -z 1639503018659 ]] 2021-12-14 17:30:19.824 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:30:19.827 | + functions-common:time_stop:2343 : end_time=1639503019824 2021-12-14 17:30:19.830 | + functions-common:time_stop:2344 : elapsed_time=1165 2021-12-14 17:30:19.833 | + functions-common:time_stop:2345 : total=938 2021-12-14 17:30:19.836 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:30:19.839 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=2103 2021-12-14 17:30:19.841 | + lib/keystone:start_keystone:530 : echo 'Waiting for keystone to start...' 2021-12-14 17:30:19.842 | Waiting for keystone to start... 2021-12-14 17:30:19.844 | + lib/keystone:start_keystone:536 : local service_uri=http://10.222.0.53/identity/v3/ 2021-12-14 17:30:19.847 | + lib/keystone:start_keystone:538 : wait_for_service 60 http://10.222.0.53/identity/v3/ 2021-12-14 17:30:19.849 | + functions:wait_for_service:444 : local timeout=60 2021-12-14 17:30:19.851 | + functions:wait_for_service:445 : local url=http://10.222.0.53/identity/v3/ 2021-12-14 17:30:19.854 | + functions:wait_for_service:446 : local rval=0 2021-12-14 17:30:19.856 | + functions:wait_for_service:447 : time_start wait_for_service 2021-12-14 17:30:19.858 | + functions-common:time_start:2317 : local name=wait_for_service 2021-12-14 17:30:19.861 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:30:19.863 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:30:19.866 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:30:19.870 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503019867 2021-12-14 17:30:19.872 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-12-14 17:30:19.877 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.53/identity/v3/ 2021-12-14 17:30:23.483 | + :: : [[ 200 == 503 ]] 2021-12-14 17:30:23.485 | + :: : [[ 0 -eq 7 ]] 2021-12-14 17:30:23.490 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-12-14 17:30:23.494 | + functions-common:time_stop:2331 : local name 2021-12-14 17:30:23.497 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:30:23.500 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:30:23.504 | + functions-common:time_stop:2334 : local total 2021-12-14 17:30:23.508 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:30:23.510 | + functions-common:time_stop:2337 : name=wait_for_service 2021-12-14 17:30:23.514 | + functions-common:time_stop:2338 : start_time=1639503019867 2021-12-14 17:30:23.517 | + functions-common:time_stop:2340 : [[ -z 1639503019867 ]] 2021-12-14 17:30:23.520 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:30:23.524 | + functions-common:time_stop:2343 : end_time=1639503023521 2021-12-14 17:30:23.526 | + functions-common:time_stop:2344 : elapsed_time=3654 2021-12-14 17:30:23.529 | + functions-common:time_stop:2345 : total=0 2021-12-14 17:30:23.531 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:30:23.534 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=3654 2021-12-14 17:30:23.536 | + functions:wait_for_service:454 : return 0 2021-12-14 17:30:23.539 | + lib/keystone:start_keystone:543 : is_service_enabled tls-proxy 2021-12-14 17:30:23.554 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:30:23.557 | + lib/keystone:start_keystone:549 : restart_service memcached 2021-12-14 17:30:23.559 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-14 17:30:23.562 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart memcached 2021-12-14 17:30:23.609 | + ./stack.sh:main:1095 : bootstrap_keystone 2021-12-14 17:30:23.615 | + lib/keystone:bootstrap_keystone:573 : /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.53/identity --bootstrap-public-url http://10.222.0.53/identity 2021-12-14 17:30:25.807 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:25.808 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:25.808 | 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=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:25.818 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:25.836 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:25.836 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:25.870 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:25.907 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:25.907 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.028 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.028 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.029 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.029 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.029 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.032 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.048 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.048 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.048 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.049 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.049 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.049 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.049 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.115 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.119 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.119 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.119 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.120 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.120 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.120 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.120 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=72024) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-14 17:30:26.176 | 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=72024) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-14 17:30:26.513 | INFO keystone.cmd.bootstrap [None req-94271164-9654-4d17-a537-1669c9afae21 None None] Created domain default 2021-12-14 17:30:26.555 | INFO keystone.cmd.bootstrap [None req-94271164-9654-4d17-a537-1669c9afae21 None None] Created project admin 2021-12-14 17:30:26.584 | DEBUG passlib.handlers.bcrypt [None req-94271164-9654-4d17-a537-1669c9afae21 None None] detected 'bcrypt' backend, version '3.1.7' {{(pid=72024) _load_backend_mixin /usr/local/lib/python3.6/dist-packages/passlib/handlers/bcrypt.py:567}} 2021-12-14 17:30:26.584 | DEBUG passlib.handlers.bcrypt [None req-94271164-9654-4d17-a537-1669c9afae21 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=72024) _finalize_backend_mixin /usr/local/lib/python3.6/dist-packages/passlib/handlers/bcrypt.py:382}} 2021-12-14 17:30:26.649 | INFO keystone.cmd.bootstrap [None req-94271164-9654-4d17-a537-1669c9afae21 None None] Created user admin 2021-12-14 17:30:26.671 | INFO keystone.cmd.bootstrap [None req-94271164-9654-4d17-a537-1669c9afae21 None None] Created role reader 2021-12-14 17:30:26.686 | INFO keystone.cmd.bootstrap [None req-94271164-9654-4d17-a537-1669c9afae21 None None] Created role member 2021-12-14 17:30:26.711 | INFO keystone.cmd.bootstrap [None req-94271164-9654-4d17-a537-1669c9afae21 None None] Created implied role where f60abf3d66a14c5e9c59e046ecca46ea implies a2b2ee00c97f4440852b338cbf95662b 2021-12-14 17:30:26.724 | INFO keystone.cmd.bootstrap [None req-94271164-9654-4d17-a537-1669c9afae21 None None] Created role admin 2021-12-14 17:30:26.745 | INFO keystone.cmd.bootstrap [None req-94271164-9654-4d17-a537-1669c9afae21 None None] Created implied role where eea801de9f984b2a826385f44d1d6864 implies f60abf3d66a14c5e9c59e046ecca46ea 2021-12-14 17:30:26.758 | INFO keystone.cmd.bootstrap [None req-94271164-9654-4d17-a537-1669c9afae21 None None] Granted role admin on project admin to user admin. 2021-12-14 17:30:26.766 | INFO keystone.cmd.bootstrap [None req-94271164-9654-4d17-a537-1669c9afae21 None None] Granted role admin on the system to user admin. 2021-12-14 17:30:26.780 | WARNING py.warnings [None req-94271164-9654-4d17-a537-1669c9afae21 None None] /usr/local/lib/python3.6/dist-packages/pycadf/identifier.py:72: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2021-12-14 17:30:26.780 | 'identifiers should be a valid uuid.' % (value))) 2021-12-14 17:30:26.781 |  2021-12-14 17:30:26.785 | INFO keystone.cmd.bootstrap [None req-94271164-9654-4d17-a537-1669c9afae21 None None] Created region RegionOne 2021-12-14 17:30:26.821 | INFO keystone.cmd.bootstrap [None req-94271164-9654-4d17-a537-1669c9afae21 None None] Created public endpoint http://10.222.0.53/identity 2021-12-14 17:30:26.836 | INFO keystone.cmd.bootstrap [None req-94271164-9654-4d17-a537-1669c9afae21 None None] Created admin endpoint http://10.222.0.53/identity 2021-12-14 17:30:27.208 | + ./stack.sh:main:1098 : create_keystone_accounts 2021-12-14 17:30:27.211 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2021-12-14 17:30:27.216 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2021-12-14 17:30:30.095 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:30:30.098 | + lib/keystone:create_keystone_accounts:315 : admin_project=a00b8880f8ba46a6b8df1c11d34fd3c9 2021-12-14 17:30:30.100 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2021-12-14 17:30:30.104 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2021-12-14 17:30:32.338 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:30:32.341 | + lib/keystone:create_keystone_accounts:317 : admin_user=b75b81a1ae824828ac4ead32a7d39911 2021-12-14 17:30:32.344 | + lib/keystone:create_keystone_accounts:318 : local admin_role=admin 2021-12-14 17:30:32.347 | + lib/keystone:create_keystone_accounts:319 : local member_role=member 2021-12-14 17:30:32.350 | + lib/keystone:create_keystone_accounts:321 : get_or_add_user_domain_role admin b75b81a1ae824828ac4ead32a7d39911 default 2021-12-14 17:30:32.353 | + functions-common:get_or_add_user_domain_role:918 : local user_role_id 2021-12-14 17:30:32.357 | ++ functions-common:get_or_add_user_domain_role:924 : oscwrap role assignment list --role admin --user b75b81a1ae824828ac4ead32a7d39911 --domain default 2021-12-14 17:30:32.358 | ++ functions-common:get_or_add_user_domain_role:924 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:30:32.358 | ++ functions-common:get_or_add_user_domain_role:924 : get_field 1 2021-12-14 17:30:32.361 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:30:32.364 | ++ functions-common:get_field:727 : read data 2021-12-14 17:30:34.776 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:30:34.783 | + functions-common:get_or_add_user_domain_role:924 : user_role_id= 2021-12-14 17:30:34.787 | + functions-common:get_or_add_user_domain_role:925 : [[ -z '' ]] 2021-12-14 17:30:34.790 | + functions-common:get_or_add_user_domain_role:927 : openstack role add admin --user b75b81a1ae824828ac4ead32a7d39911 --domain default 2021-12-14 17:30:37.437 | ++ functions-common:get_or_add_user_domain_role:934 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:30:37.437 | ++ functions-common:get_or_add_user_domain_role:934 : oscwrap role assignment list --role admin --user b75b81a1ae824828ac4ead32a7d39911 --domain default 2021-12-14 17:30:37.437 | ++ functions-common:get_or_add_user_domain_role:934 : get_field 1 2021-12-14 17:30:37.440 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:30:37.443 | ++ functions-common:get_field:727 : read data 2021-12-14 17:30:39.928 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:30:39.932 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:30:39.937 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:30:39.941 | ++ functions-common:get_field:733 : echo '| eea801de9f984b2a826385f44d1d6864 | b75b81a1ae824828ac4ead32a7d39911 | | | default | | False |' 2021-12-14 17:30:39.941 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:30:39.948 | ++ functions-common:get_field:727 : read data 2021-12-14 17:30:39.953 | + functions-common:get_or_add_user_domain_role:934 : user_role_id=eea801de9f984b2a826385f44d1d6864 2021-12-14 17:30:39.955 | + functions-common:get_or_add_user_domain_role:936 : echo eea801de9f984b2a826385f44d1d6864 2021-12-14 17:30:39.955 | eea801de9f984b2a826385f44d1d6864 2021-12-14 17:30:39.958 | + lib/keystone:create_keystone_accounts:324 : get_or_create_domain Default 2021-12-14 17:30:39.960 | + functions-common:get_or_create_domain:792 : local domain_id 2021-12-14 17:30:39.964 | ++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2021-12-14 17:30:42.229 | + functions-common:get_or_create_domain:802 : domain_id=default 2021-12-14 17:30:42.232 | + functions-common:get_or_create_domain:803 : echo default 2021-12-14 17:30:42.233 | default 2021-12-14 17:30:42.235 | + lib/keystone:create_keystone_accounts:325 : get_or_create_project service Default 2021-12-14 17:30:42.238 | + functions-common:get_or_create_project:847 : local project_id 2021-12-14 17:30:42.242 | ++ functions-common:get_or_create_project:855 : oscwrap project create service --domain=Default --or-show -f value -c id 2021-12-14 17:30:44.807 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:30:44.812 | + functions-common:get_or_create_project:853 : project_id=47cb789b0e1e474f97cb327434a30d03 2021-12-14 17:30:44.816 | + functions-common:get_or_create_project:854 : echo 47cb789b0e1e474f97cb327434a30d03 2021-12-14 17:30:44.816 | 47cb789b0e1e474f97cb327434a30d03 2021-12-14 17:30:44.819 | + lib/keystone:create_keystone_accounts:328 : get_or_create_role service 2021-12-14 17:30:44.822 | + functions-common:get_or_create_role:860 : local role_id 2021-12-14 17:30:44.826 | ++ functions-common:get_or_create_role:867 : oscwrap role create service --or-show -f value -c id 2021-12-14 17:30:47.126 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:30:47.129 | + functions-common:get_or_create_role:865 : role_id=cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:30:47.132 | + functions-common:get_or_create_role:866 : echo cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:30:47.132 | cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:30:47.134 | + lib/keystone:create_keystone_accounts:334 : get_or_create_role ResellerAdmin 2021-12-14 17:30:47.137 | + functions-common:get_or_create_role:860 : local role_id 2021-12-14 17:30:47.140 | ++ functions-common:get_or_create_role:867 : oscwrap role create ResellerAdmin --or-show -f value -c id 2021-12-14 17:30:49.276 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:30:49.280 | + functions-common:get_or_create_role:865 : role_id=db5f9c87aad24c07b3e3741516fed216 2021-12-14 17:30:49.284 | + functions-common:get_or_create_role:866 : echo db5f9c87aad24c07b3e3741516fed216 2021-12-14 17:30:49.284 | db5f9c87aad24c07b3e3741516fed216 2021-12-14 17:30:49.287 | + lib/keystone:create_keystone_accounts:338 : local another_role=anotherrole 2021-12-14 17:30:49.289 | + lib/keystone:create_keystone_accounts:339 : get_or_create_role anotherrole 2021-12-14 17:30:49.292 | + functions-common:get_or_create_role:860 : local role_id 2021-12-14 17:30:49.295 | ++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2021-12-14 17:30:51.434 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:30:51.437 | + functions-common:get_or_create_role:865 : role_id=41920810eb674487b8063380b4e7ea61 2021-12-14 17:30:51.440 | + functions-common:get_or_create_role:866 : echo 41920810eb674487b8063380b4e7ea61 2021-12-14 17:30:51.440 | 41920810eb674487b8063380b4e7ea61 2021-12-14 17:30:51.443 | + lib/keystone:create_keystone_accounts:342 : local invis_project 2021-12-14 17:30:51.446 | ++ lib/keystone:create_keystone_accounts:343 : get_or_create_project invisible_to_admin default 2021-12-14 17:30:51.448 | ++ functions-common:get_or_create_project:847 : local project_id 2021-12-14 17:30:51.452 | +++ functions-common:get_or_create_project:855 : oscwrap project create invisible_to_admin --domain=default --or-show -f value -c id 2021-12-14 17:30:53.714 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:30:53.717 | ++ functions-common:get_or_create_project:853 : project_id=b1c3ac23f40d41c6b6ca94b9afd66c10 2021-12-14 17:30:53.720 | ++ functions-common:get_or_create_project:854 : echo b1c3ac23f40d41c6b6ca94b9afd66c10 2021-12-14 17:30:53.723 | + lib/keystone:create_keystone_accounts:343 : invis_project=b1c3ac23f40d41c6b6ca94b9afd66c10 2021-12-14 17:30:53.725 | + lib/keystone:create_keystone_accounts:346 : local demo_project 2021-12-14 17:30:53.729 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_project demo default 2021-12-14 17:30:53.731 | ++ functions-common:get_or_create_project:847 : local project_id 2021-12-14 17:30:53.735 | +++ functions-common:get_or_create_project:855 : oscwrap project create demo --domain=default --or-show -f value -c id 2021-12-14 17:30:56.036 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:30:56.039 | ++ functions-common:get_or_create_project:853 : project_id=a51063d5281e4e91add4936e3425fe71 2021-12-14 17:30:56.042 | ++ functions-common:get_or_create_project:854 : echo a51063d5281e4e91add4936e3425fe71 2021-12-14 17:30:56.045 | + lib/keystone:create_keystone_accounts:347 : demo_project=a51063d5281e4e91add4936e3425fe71 2021-12-14 17:30:56.047 | + lib/keystone:create_keystone_accounts:348 : local demo_user 2021-12-14 17:30:56.051 | ++ lib/keystone:create_keystone_accounts:350 : get_or_create_user demo Passw0rd default demo@example.com 2021-12-14 17:30:56.053 | ++ functions-common:get_or_create_user:824 : local user_id 2021-12-14 17:30:56.056 | ++ functions-common:get_or_create_user:825 : [[ ! -z demo@example.com ]] 2021-12-14 17:30:56.058 | ++ functions-common:get_or_create_user:826 : local email=--email=demo@example.com 2021-12-14 17:30:56.062 | +++ functions-common:get_or_create_user:842 : oscwrap user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2021-12-14 17:30:58.368 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:30:58.371 | ++ functions-common:get_or_create_user:840 : user_id=70c40178c55a4437929f38f47dc29016 2021-12-14 17:30:58.374 | ++ functions-common:get_or_create_user:841 : echo 70c40178c55a4437929f38f47dc29016 2021-12-14 17:30:58.376 | + lib/keystone:create_keystone_accounts:350 : demo_user=70c40178c55a4437929f38f47dc29016 2021-12-14 17:30:58.379 | + lib/keystone:create_keystone_accounts:352 : get_or_add_user_project_role member 70c40178c55a4437929f38f47dc29016 a51063d5281e4e91add4936e3425fe71 2021-12-14 17:30:58.381 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:30:58.385 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-14 17:30:58.387 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:30:58.390 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:30:58.392 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-14 17:30:58.395 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-14 17:30:58.397 | ++ functions-common:_get_domain_args:882 : echo 2021-12-14 17:30:58.400 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-14 17:30:58.404 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user 70c40178c55a4437929f38f47dc29016 --project a51063d5281e4e91add4936e3425fe71 2021-12-14 17:30:58.404 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:30:58.404 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:30:58.408 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:30:58.411 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:00.930 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:00.934 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:31:00.937 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:31:00.941 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user 70c40178c55a4437929f38f47dc29016 --project a51063d5281e4e91add4936e3425fe71 2021-12-14 17:31:03.306 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user 70c40178c55a4437929f38f47dc29016 --project a51063d5281e4e91add4936e3425fe71 2021-12-14 17:31:03.306 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:31:03.306 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:31:03.309 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:31:03.312 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:05.829 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:05.832 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:31:05.835 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:31:05.838 | ++ functions-common:get_field:733 : echo '| f60abf3d66a14c5e9c59e046ecca46ea | 70c40178c55a4437929f38f47dc29016 | | a51063d5281e4e91add4936e3425fe71 | | | False |' 2021-12-14 17:31:05.838 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:31:05.844 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:05.847 | + functions-common:get_or_add_user_project_role:910 : user_role_id=f60abf3d66a14c5e9c59e046ecca46ea 2021-12-14 17:31:05.850 | + functions-common:get_or_add_user_project_role:912 : echo f60abf3d66a14c5e9c59e046ecca46ea 2021-12-14 17:31:05.850 | f60abf3d66a14c5e9c59e046ecca46ea 2021-12-14 17:31:05.852 | + lib/keystone:create_keystone_accounts:353 : get_or_add_user_project_role admin b75b81a1ae824828ac4ead32a7d39911 a51063d5281e4e91add4936e3425fe71 2021-12-14 17:31:05.855 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:31:05.858 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-14 17:31:05.861 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:31:05.863 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:31:05.866 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-14 17:31:05.868 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-14 17:31:05.870 | ++ functions-common:_get_domain_args:882 : echo 2021-12-14 17:31:05.874 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-14 17:31:05.878 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user b75b81a1ae824828ac4ead32a7d39911 --project a51063d5281e4e91add4936e3425fe71 2021-12-14 17:31:05.878 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:31:05.878 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:31:05.881 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:31:05.884 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:08.300 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:08.304 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:31:08.307 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:31:08.309 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user b75b81a1ae824828ac4ead32a7d39911 --project a51063d5281e4e91add4936e3425fe71 2021-12-14 17:31:10.672 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user b75b81a1ae824828ac4ead32a7d39911 --project a51063d5281e4e91add4936e3425fe71 2021-12-14 17:31:10.673 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:31:10.673 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:31:10.676 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:31:10.678 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:13.196 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:13.199 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:31:13.202 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:31:13.205 | ++ functions-common:get_field:733 : echo '| eea801de9f984b2a826385f44d1d6864 | b75b81a1ae824828ac4ead32a7d39911 | | a51063d5281e4e91add4936e3425fe71 | | | False |' 2021-12-14 17:31:13.206 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:31:13.211 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:13.214 | + functions-common:get_or_add_user_project_role:910 : user_role_id=eea801de9f984b2a826385f44d1d6864 2021-12-14 17:31:13.217 | + functions-common:get_or_add_user_project_role:912 : echo eea801de9f984b2a826385f44d1d6864 2021-12-14 17:31:13.217 | eea801de9f984b2a826385f44d1d6864 2021-12-14 17:31:13.220 | + lib/keystone:create_keystone_accounts:354 : get_or_add_user_project_role anotherrole 70c40178c55a4437929f38f47dc29016 a51063d5281e4e91add4936e3425fe71 2021-12-14 17:31:13.222 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:31:13.226 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-14 17:31:13.228 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:31:13.231 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:31:13.233 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-14 17:31:13.235 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-14 17:31:13.238 | ++ functions-common:_get_domain_args:882 : echo 2021-12-14 17:31:13.241 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-14 17:31:13.245 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user 70c40178c55a4437929f38f47dc29016 --project a51063d5281e4e91add4936e3425fe71 2021-12-14 17:31:13.245 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:31:13.245 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:31:13.248 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:31:13.251 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:15.686 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:15.690 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:31:15.693 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:31:15.695 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user 70c40178c55a4437929f38f47dc29016 --project a51063d5281e4e91add4936e3425fe71 2021-12-14 17:31:18.105 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user 70c40178c55a4437929f38f47dc29016 --project a51063d5281e4e91add4936e3425fe71 2021-12-14 17:31:18.105 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:31:18.106 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:31:18.108 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:31:18.111 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:20.626 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:20.629 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:31:20.631 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:31:20.635 | ++ functions-common:get_field:733 : echo '| 41920810eb674487b8063380b4e7ea61 | 70c40178c55a4437929f38f47dc29016 | | a51063d5281e4e91add4936e3425fe71 | | | False |' 2021-12-14 17:31:20.635 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:31:20.640 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:20.644 | + functions-common:get_or_add_user_project_role:910 : user_role_id=41920810eb674487b8063380b4e7ea61 2021-12-14 17:31:20.647 | + functions-common:get_or_add_user_project_role:912 : echo 41920810eb674487b8063380b4e7ea61 2021-12-14 17:31:20.647 | 41920810eb674487b8063380b4e7ea61 2021-12-14 17:31:20.649 | + lib/keystone:create_keystone_accounts:355 : get_or_add_user_project_role member 70c40178c55a4437929f38f47dc29016 b1c3ac23f40d41c6b6ca94b9afd66c10 2021-12-14 17:31:20.651 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:31:20.655 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-14 17:31:20.657 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:31:20.660 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:31:20.662 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-14 17:31:20.664 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-14 17:31:20.667 | ++ functions-common:_get_domain_args:882 : echo 2021-12-14 17:31:20.669 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-14 17:31:20.674 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user 70c40178c55a4437929f38f47dc29016 --project b1c3ac23f40d41c6b6ca94b9afd66c10 2021-12-14 17:31:20.674 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:31:20.674 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:31:20.677 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:31:20.679 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:23.154 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:23.158 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:31:23.161 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:31:23.163 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user 70c40178c55a4437929f38f47dc29016 --project b1c3ac23f40d41c6b6ca94b9afd66c10 2021-12-14 17:31:25.517 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user 70c40178c55a4437929f38f47dc29016 --project b1c3ac23f40d41c6b6ca94b9afd66c10 2021-12-14 17:31:25.517 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:31:25.518 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:31:25.521 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:31:25.524 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:28.105 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:28.108 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:31:28.111 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:31:28.114 | ++ functions-common:get_field:733 : echo '| f60abf3d66a14c5e9c59e046ecca46ea | 70c40178c55a4437929f38f47dc29016 | | b1c3ac23f40d41c6b6ca94b9afd66c10 | | | False |' 2021-12-14 17:31:28.114 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:31:28.120 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:28.123 | + functions-common:get_or_add_user_project_role:910 : user_role_id=f60abf3d66a14c5e9c59e046ecca46ea 2021-12-14 17:31:28.126 | + functions-common:get_or_add_user_project_role:912 : echo f60abf3d66a14c5e9c59e046ecca46ea 2021-12-14 17:31:28.126 | f60abf3d66a14c5e9c59e046ecca46ea 2021-12-14 17:31:28.128 | + lib/keystone:create_keystone_accounts:358 : local alt_demo_project 2021-12-14 17:31:28.131 | ++ lib/keystone:create_keystone_accounts:359 : get_or_create_project alt_demo default 2021-12-14 17:31:28.134 | ++ functions-common:get_or_create_project:847 : local project_id 2021-12-14 17:31:28.137 | +++ functions-common:get_or_create_project:855 : oscwrap project create alt_demo --domain=default --or-show -f value -c id 2021-12-14 17:31:30.367 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:30.370 | ++ functions-common:get_or_create_project:853 : project_id=f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:30.372 | ++ functions-common:get_or_create_project:854 : echo f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:30.375 | + lib/keystone:create_keystone_accounts:359 : alt_demo_project=f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:30.378 | + lib/keystone:create_keystone_accounts:360 : local alt_demo_user 2021-12-14 17:31:30.381 | ++ lib/keystone:create_keystone_accounts:362 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2021-12-14 17:31:30.384 | ++ functions-common:get_or_create_user:824 : local user_id 2021-12-14 17:31:30.386 | ++ functions-common:get_or_create_user:825 : [[ ! -z alt_demo@example.com ]] 2021-12-14 17:31:30.389 | ++ functions-common:get_or_create_user:826 : local email=--email=alt_demo@example.com 2021-12-14 17:31:30.392 | +++ functions-common:get_or_create_user:842 : oscwrap user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id 2021-12-14 17:31:32.634 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:32.637 | ++ functions-common:get_or_create_user:840 : user_id=9b41069b902a4503b5cfce61a10a6efd 2021-12-14 17:31:32.639 | ++ functions-common:get_or_create_user:841 : echo 9b41069b902a4503b5cfce61a10a6efd 2021-12-14 17:31:32.643 | + lib/keystone:create_keystone_accounts:362 : alt_demo_user=9b41069b902a4503b5cfce61a10a6efd 2021-12-14 17:31:32.645 | + lib/keystone:create_keystone_accounts:364 : get_or_add_user_project_role member 9b41069b902a4503b5cfce61a10a6efd f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:32.648 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:31:32.651 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-14 17:31:32.654 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:31:32.656 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:31:32.659 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-14 17:31:32.661 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-14 17:31:32.664 | ++ functions-common:_get_domain_args:882 : echo 2021-12-14 17:31:32.667 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-14 17:31:32.671 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user 9b41069b902a4503b5cfce61a10a6efd --project f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:32.671 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:31:32.671 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:31:32.674 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:31:32.677 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:35.212 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:35.216 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:31:35.218 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:31:35.221 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user 9b41069b902a4503b5cfce61a10a6efd --project f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:37.547 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user 9b41069b902a4503b5cfce61a10a6efd --project f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:37.548 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:31:37.548 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:31:37.550 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:31:37.554 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:40.065 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:40.068 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:31:40.071 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:31:40.074 | ++ functions-common:get_field:733 : echo '| f60abf3d66a14c5e9c59e046ecca46ea | 9b41069b902a4503b5cfce61a10a6efd | | f21ac98a50d14a0ebba086c035d07c3d | | | False |' 2021-12-14 17:31:40.074 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:31:40.080 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:40.083 | + functions-common:get_or_add_user_project_role:910 : user_role_id=f60abf3d66a14c5e9c59e046ecca46ea 2021-12-14 17:31:40.086 | + functions-common:get_or_add_user_project_role:912 : echo f60abf3d66a14c5e9c59e046ecca46ea 2021-12-14 17:31:40.086 | f60abf3d66a14c5e9c59e046ecca46ea 2021-12-14 17:31:40.088 | + lib/keystone:create_keystone_accounts:365 : get_or_add_user_project_role admin b75b81a1ae824828ac4ead32a7d39911 f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:40.090 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:31:40.094 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-14 17:31:40.096 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:31:40.099 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:31:40.101 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-14 17:31:40.103 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-14 17:31:40.106 | ++ functions-common:_get_domain_args:882 : echo 2021-12-14 17:31:40.109 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-14 17:31:40.113 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user b75b81a1ae824828ac4ead32a7d39911 --project f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:40.114 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:31:40.114 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:31:40.117 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:31:40.120 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:42.560 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:42.564 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:31:42.567 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:31:42.569 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user b75b81a1ae824828ac4ead32a7d39911 --project f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:44.924 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user b75b81a1ae824828ac4ead32a7d39911 --project f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:44.924 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:31:44.924 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:31:44.927 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:31:44.930 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:47.420 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:47.423 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:31:47.426 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:31:47.429 | ++ functions-common:get_field:733 : echo '| eea801de9f984b2a826385f44d1d6864 | b75b81a1ae824828ac4ead32a7d39911 | | f21ac98a50d14a0ebba086c035d07c3d | | | False |' 2021-12-14 17:31:47.429 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:31:47.434 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:47.438 | + functions-common:get_or_add_user_project_role:910 : user_role_id=eea801de9f984b2a826385f44d1d6864 2021-12-14 17:31:47.440 | + functions-common:get_or_add_user_project_role:912 : echo eea801de9f984b2a826385f44d1d6864 2021-12-14 17:31:47.440 | eea801de9f984b2a826385f44d1d6864 2021-12-14 17:31:47.443 | + lib/keystone:create_keystone_accounts:366 : get_or_add_user_project_role anotherrole 9b41069b902a4503b5cfce61a10a6efd f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:47.445 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:31:47.448 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-14 17:31:47.451 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:31:47.454 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:31:47.456 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-14 17:31:47.458 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-14 17:31:47.461 | ++ functions-common:_get_domain_args:882 : echo 2021-12-14 17:31:47.464 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-14 17:31:47.468 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user 9b41069b902a4503b5cfce61a10a6efd --project f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:47.468 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:31:47.468 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:31:47.471 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:31:47.473 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:49.921 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:49.925 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:31:49.927 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:31:49.930 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user 9b41069b902a4503b5cfce61a10a6efd --project f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:52.355 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user 9b41069b902a4503b5cfce61a10a6efd --project f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:31:52.355 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:31:52.355 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:31:52.358 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:31:52.360 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:54.869 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:54.873 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:31:54.875 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:31:54.879 | ++ functions-common:get_field:733 : echo '| 41920810eb674487b8063380b4e7ea61 | 9b41069b902a4503b5cfce61a10a6efd | | f21ac98a50d14a0ebba086c035d07c3d | | | False |' 2021-12-14 17:31:54.879 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:31:54.884 | ++ functions-common:get_field:727 : read data 2021-12-14 17:31:54.888 | + functions-common:get_or_add_user_project_role:910 : user_role_id=41920810eb674487b8063380b4e7ea61 2021-12-14 17:31:54.890 | + functions-common:get_or_add_user_project_role:912 : echo 41920810eb674487b8063380b4e7ea61 2021-12-14 17:31:54.890 | 41920810eb674487b8063380b4e7ea61 2021-12-14 17:31:54.893 | + lib/keystone:create_keystone_accounts:369 : local admin_group 2021-12-14 17:31:54.896 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_group admins default 'openstack admin group' 2021-12-14 17:31:54.899 | ++ functions-common:get_or_create_group:809 : local 'desc=openstack admin group' 2021-12-14 17:31:54.901 | ++ functions-common:get_or_create_group:810 : local group_id 2021-12-14 17:31:54.905 | +++ functions-common:get_or_create_group:819 : oscwrap group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2021-12-14 17:31:57.113 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:57.116 | ++ functions-common:get_or_create_group:817 : group_id=0663898f8eb74ed38a547fb3d67d88f1 2021-12-14 17:31:57.118 | ++ functions-common:get_or_create_group:818 : echo 0663898f8eb74ed38a547fb3d67d88f1 2021-12-14 17:31:57.121 | + lib/keystone:create_keystone_accounts:371 : admin_group=0663898f8eb74ed38a547fb3d67d88f1 2021-12-14 17:31:57.124 | + lib/keystone:create_keystone_accounts:372 : local non_admin_group 2021-12-14 17:31:57.127 | ++ lib/keystone:create_keystone_accounts:374 : get_or_create_group nonadmins default 'non-admin group' 2021-12-14 17:31:57.130 | ++ functions-common:get_or_create_group:809 : local 'desc=non-admin group' 2021-12-14 17:31:57.132 | ++ functions-common:get_or_create_group:810 : local group_id 2021-12-14 17:31:57.136 | +++ functions-common:get_or_create_group:819 : oscwrap group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2021-12-14 17:31:59.385 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:31:59.388 | ++ functions-common:get_or_create_group:817 : group_id=ebe038929060444a9550a569e34fe343 2021-12-14 17:31:59.391 | ++ functions-common:get_or_create_group:818 : echo ebe038929060444a9550a569e34fe343 2021-12-14 17:31:59.394 | + lib/keystone:create_keystone_accounts:374 : non_admin_group=ebe038929060444a9550a569e34fe343 2021-12-14 17:31:59.396 | + lib/keystone:create_keystone_accounts:376 : get_or_add_group_project_role member ebe038929060444a9550a569e34fe343 a51063d5281e4e91add4936e3425fe71 2021-12-14 17:31:59.399 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-12-14 17:31:59.402 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group ebe038929060444a9550a569e34fe343 --project a51063d5281e4e91add4936e3425fe71 -f value 2021-12-14 17:32:01.892 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:01.896 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-12-14 17:32:01.900 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-12-14 17:32:01.903 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group ebe038929060444a9550a569e34fe343 --project a51063d5281e4e91add4936e3425fe71 2021-12-14 17:32:04.307 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group ebe038929060444a9550a569e34fe343 --project a51063d5281e4e91add4936e3425fe71 -f value 2021-12-14 17:32:06.856 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:06.859 | + functions-common:get_or_add_group_project_role:958 : group_role_id='f60abf3d66a14c5e9c59e046ecca46ea ebe038929060444a9550a569e34fe343 a51063d5281e4e91add4936e3425fe71 False' 2021-12-14 17:32:06.861 | + functions-common:get_or_add_group_project_role:960 : echo f60abf3d66a14c5e9c59e046ecca46ea ebe038929060444a9550a569e34fe343 a51063d5281e4e91add4936e3425fe71 False 2021-12-14 17:32:06.861 | f60abf3d66a14c5e9c59e046ecca46ea ebe038929060444a9550a569e34fe343 a51063d5281e4e91add4936e3425fe71 False 2021-12-14 17:32:06.864 | + lib/keystone:create_keystone_accounts:377 : get_or_add_group_project_role anotherrole ebe038929060444a9550a569e34fe343 a51063d5281e4e91add4936e3425fe71 2021-12-14 17:32:06.866 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-12-14 17:32:06.870 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group ebe038929060444a9550a569e34fe343 --project a51063d5281e4e91add4936e3425fe71 -f value 2021-12-14 17:32:09.343 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:09.347 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-12-14 17:32:09.350 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-12-14 17:32:09.352 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group ebe038929060444a9550a569e34fe343 --project a51063d5281e4e91add4936e3425fe71 2021-12-14 17:32:11.749 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group ebe038929060444a9550a569e34fe343 --project a51063d5281e4e91add4936e3425fe71 -f value 2021-12-14 17:32:14.284 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:14.288 | + functions-common:get_or_add_group_project_role:958 : group_role_id='41920810eb674487b8063380b4e7ea61 ebe038929060444a9550a569e34fe343 a51063d5281e4e91add4936e3425fe71 False' 2021-12-14 17:32:14.292 | + functions-common:get_or_add_group_project_role:960 : echo 41920810eb674487b8063380b4e7ea61 ebe038929060444a9550a569e34fe343 a51063d5281e4e91add4936e3425fe71 False 2021-12-14 17:32:14.292 | 41920810eb674487b8063380b4e7ea61 ebe038929060444a9550a569e34fe343 a51063d5281e4e91add4936e3425fe71 False 2021-12-14 17:32:14.295 | + lib/keystone:create_keystone_accounts:378 : get_or_add_group_project_role member ebe038929060444a9550a569e34fe343 f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:32:14.298 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-12-14 17:32:14.302 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group ebe038929060444a9550a569e34fe343 --project f21ac98a50d14a0ebba086c035d07c3d -f value 2021-12-14 17:32:16.752 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:16.755 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-12-14 17:32:16.757 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-12-14 17:32:16.760 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group ebe038929060444a9550a569e34fe343 --project f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:32:19.139 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group ebe038929060444a9550a569e34fe343 --project f21ac98a50d14a0ebba086c035d07c3d -f value 2021-12-14 17:32:21.647 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:21.650 | + functions-common:get_or_add_group_project_role:958 : group_role_id='f60abf3d66a14c5e9c59e046ecca46ea ebe038929060444a9550a569e34fe343 f21ac98a50d14a0ebba086c035d07c3d False' 2021-12-14 17:32:21.653 | + functions-common:get_or_add_group_project_role:960 : echo f60abf3d66a14c5e9c59e046ecca46ea ebe038929060444a9550a569e34fe343 f21ac98a50d14a0ebba086c035d07c3d False 2021-12-14 17:32:21.653 | f60abf3d66a14c5e9c59e046ecca46ea ebe038929060444a9550a569e34fe343 f21ac98a50d14a0ebba086c035d07c3d False 2021-12-14 17:32:21.656 | + lib/keystone:create_keystone_accounts:379 : get_or_add_group_project_role anotherrole ebe038929060444a9550a569e34fe343 f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:32:21.658 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-12-14 17:32:21.661 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group ebe038929060444a9550a569e34fe343 --project f21ac98a50d14a0ebba086c035d07c3d -f value 2021-12-14 17:32:24.183 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:24.186 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-12-14 17:32:24.190 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-12-14 17:32:24.193 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group ebe038929060444a9550a569e34fe343 --project f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:32:26.586 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group ebe038929060444a9550a569e34fe343 --project f21ac98a50d14a0ebba086c035d07c3d -f value 2021-12-14 17:32:29.187 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:29.191 | + functions-common:get_or_add_group_project_role:958 : group_role_id='41920810eb674487b8063380b4e7ea61 ebe038929060444a9550a569e34fe343 f21ac98a50d14a0ebba086c035d07c3d False' 2021-12-14 17:32:29.194 | + functions-common:get_or_add_group_project_role:960 : echo 41920810eb674487b8063380b4e7ea61 ebe038929060444a9550a569e34fe343 f21ac98a50d14a0ebba086c035d07c3d False 2021-12-14 17:32:29.194 | 41920810eb674487b8063380b4e7ea61 ebe038929060444a9550a569e34fe343 f21ac98a50d14a0ebba086c035d07c3d False 2021-12-14 17:32:29.198 | + lib/keystone:create_keystone_accounts:380 : get_or_add_group_project_role admin 0663898f8eb74ed38a547fb3d67d88f1 a00b8880f8ba46a6b8df1c11d34fd3c9 2021-12-14 17:32:29.201 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-12-14 17:32:29.206 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role admin --group 0663898f8eb74ed38a547fb3d67d88f1 --project a00b8880f8ba46a6b8df1c11d34fd3c9 -f value 2021-12-14 17:32:31.710 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:31.715 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-12-14 17:32:31.720 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-12-14 17:32:31.724 | + functions-common:get_or_add_group_project_role:951 : openstack role add admin --group 0663898f8eb74ed38a547fb3d67d88f1 --project a00b8880f8ba46a6b8df1c11d34fd3c9 2021-12-14 17:32:34.093 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role admin --group 0663898f8eb74ed38a547fb3d67d88f1 --project a00b8880f8ba46a6b8df1c11d34fd3c9 -f value 2021-12-14 17:32:36.651 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:36.656 | + functions-common:get_or_add_group_project_role:958 : group_role_id='eea801de9f984b2a826385f44d1d6864 0663898f8eb74ed38a547fb3d67d88f1 a00b8880f8ba46a6b8df1c11d34fd3c9 False' 2021-12-14 17:32:36.659 | + functions-common:get_or_add_group_project_role:960 : echo eea801de9f984b2a826385f44d1d6864 0663898f8eb74ed38a547fb3d67d88f1 a00b8880f8ba46a6b8df1c11d34fd3c9 False 2021-12-14 17:32:36.659 | eea801de9f984b2a826385f44d1d6864 0663898f8eb74ed38a547fb3d67d88f1 a00b8880f8ba46a6b8df1c11d34fd3c9 False 2021-12-14 17:32:36.661 | + lib/keystone:create_keystone_accounts:382 : is_service_enabled ldap 2021-12-14 17:32:36.678 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:32:36.681 | + ./stack.sh:main:1099 : is_service_enabled nova 2021-12-14 17:32:36.697 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:32:36.699 | + ./stack.sh:main:1100 : create_nova_accounts 2021-12-14 17:32:36.702 | + lib/nova:create_nova_accounts:344 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2021-12-14 17:32:36.705 | + lib/nova:create_nova_accounts:348 : create_service_user nova admin 2021-12-14 17:32:36.708 | + lib/keystone:create_service_user:395 : get_or_create_user nova Passw0rd Default 2021-12-14 17:32:36.712 | + functions-common:get_or_create_user:824 : local user_id 2021-12-14 17:32:36.716 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-14 17:32:36.719 | + functions-common:get_or_create_user:828 : local email= 2021-12-14 17:32:36.724 | ++ functions-common:get_or_create_user:842 : oscwrap user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2021-12-14 17:32:39.101 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:39.103 | + functions-common:get_or_create_user:840 : user_id=95581792c0f5418eae7d1e43824879a5 2021-12-14 17:32:39.108 | + functions-common:get_or_create_user:841 : echo 95581792c0f5418eae7d1e43824879a5 2021-12-14 17:32:39.108 | 95581792c0f5418eae7d1e43824879a5 2021-12-14 17:32:39.111 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service nova service Default Default 2021-12-14 17:32:39.115 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:32:39.119 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-14 17:32:39.122 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:32:39.125 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:32:39.128 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-14 17:32:39.132 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-14 17:32:39.135 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-14 17:32:39.139 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-14 17:32:39.142 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-14 17:32:39.145 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-14 17:32:39.149 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2021-12-14 17:32:39.150 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:32:39.150 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:32:39.153 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:32:39.155 | ++ functions-common:get_field:727 : read data 2021-12-14 17:32:42.264 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:42.270 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:32:42.275 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:32:42.278 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user nova --project service --user-domain Default --project-domain Default 2021-12-14 17:32:45.360 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2021-12-14 17:32:45.360 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:32:45.360 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:32:45.364 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:32:45.367 | ++ functions-common:get_field:727 : read data 2021-12-14 17:32:48.518 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:48.523 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:32:48.526 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:32:48.531 | ++ functions-common:get_field:733 : echo '| cb260d9f4aad41f7bf54a5672e643634 | 95581792c0f5418eae7d1e43824879a5 | | 47cb789b0e1e474f97cb327434a30d03 | | | False |' 2021-12-14 17:32:48.531 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:32:48.536 | ++ functions-common:get_field:727 : read data 2021-12-14 17:32:48.540 | + functions-common:get_or_add_user_project_role:910 : user_role_id=cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:32:48.542 | + functions-common:get_or_add_user_project_role:912 : echo cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:32:48.543 | cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:32:48.545 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-12-14 17:32:48.547 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin nova service Default Default 2021-12-14 17:32:48.550 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:32:48.553 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-14 17:32:48.556 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:32:48.558 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:32:48.561 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-14 17:32:48.563 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-14 17:32:48.566 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-14 17:32:48.568 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-14 17:32:48.571 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-14 17:32:48.573 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-14 17:32:48.578 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2021-12-14 17:32:48.578 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:32:48.578 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:32:48.581 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:32:48.583 | ++ functions-common:get_field:727 : read data 2021-12-14 17:32:51.678 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:51.684 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:32:51.688 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:32:51.692 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user nova --project service --user-domain Default --project-domain Default 2021-12-14 17:32:54.716 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2021-12-14 17:32:54.717 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:32:54.717 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:32:54.720 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:32:54.723 | ++ functions-common:get_field:727 : read data 2021-12-14 17:32:57.878 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:32:57.881 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:32:57.884 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:32:57.887 | ++ functions-common:get_field:733 : echo '| eea801de9f984b2a826385f44d1d6864 | 95581792c0f5418eae7d1e43824879a5 | | 47cb789b0e1e474f97cb327434a30d03 | | | False |' 2021-12-14 17:32:57.888 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:32:57.894 | ++ functions-common:get_field:727 : read data 2021-12-14 17:32:57.898 | + functions-common:get_or_add_user_project_role:910 : user_role_id=eea801de9f984b2a826385f44d1d6864 2021-12-14 17:32:57.900 | + functions-common:get_or_add_user_project_role:912 : echo eea801de9f984b2a826385f44d1d6864 2021-12-14 17:32:57.901 | eea801de9f984b2a826385f44d1d6864 2021-12-14 17:32:57.903 | + lib/nova:create_nova_accounts:350 : local nova_api_url 2021-12-14 17:32:57.906 | + lib/nova:create_nova_accounts:351 : [[ True == \F\a\l\s\e ]] 2021-12-14 17:32:57.908 | + lib/nova:create_nova_accounts:354 : nova_api_url=http://10.222.0.53/compute 2021-12-14 17:32:57.911 | + lib/nova:create_nova_accounts:357 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2021-12-14 17:32:57.914 | + functions-common:get_or_create_service:966 : local service_id 2021-12-14 17:32:57.917 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute_legacy -f value -c id 2021-12-14 17:33:00.266 | ++ functions-common:get_or_create_service:981 : oscwrap service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2021-12-14 17:33:02.547 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:02.551 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-14 17:33:02.551 | 7fef3f2e5f18443d919c3063ffa95e60' 2021-12-14 17:33:02.553 | + functions-common:get_or_create_service:978 : echo 7fef3f2e5f18443d919c3063ffa95e60 2021-12-14 17:33:02.553 | 7fef3f2e5f18443d919c3063ffa95e60 2021-12-14 17:33:02.556 | + lib/nova:create_nova_accounts:359 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.53/compute/v2/$(project_id)s' 2021-12-14 17:33:02.559 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-14 17:33:02.562 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.53/compute/v2/$(project_id)s' RegionOne 2021-12-14 17:33:02.565 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-14 17:33:02.570 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2021-12-14 17:33:05.190 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:05.193 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-14 17:33:05.197 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-14 17:33:05.201 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute_legacy public 'http://10.222.0.53/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2021-12-14 17:33:07.557 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:07.560 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=375423ddeca04a28abdf8962ae012636 2021-12-14 17:33:07.562 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 375423ddeca04a28abdf8962ae012636 2021-12-14 17:33:07.565 | + functions-common:get_or_create_endpoint:1011 : public_id=375423ddeca04a28abdf8962ae012636 2021-12-14 17:33:07.568 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-14 17:33:07.570 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-14 17:33:07.573 | + functions-common:get_or_create_endpoint:1020 : echo 375423ddeca04a28abdf8962ae012636 2021-12-14 17:33:07.573 | 375423ddeca04a28abdf8962ae012636 2021-12-14 17:33:07.575 | + lib/nova:create_nova_accounts:363 : get_or_create_service nova compute 'Nova Compute Service' 2021-12-14 17:33:07.578 | + functions-common:get_or_create_service:966 : local service_id 2021-12-14 17:33:07.581 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute -f value -c id 2021-12-14 17:33:09.863 | ++ functions-common:get_or_create_service:981 : oscwrap service create compute --name nova '--description=Nova Compute Service' -f value -c id 2021-12-14 17:33:12.048 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:12.052 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-14 17:33:12.052 | ccd65f86c0f04dd890b1784584d0b906' 2021-12-14 17:33:12.054 | + functions-common:get_or_create_service:978 : echo ccd65f86c0f04dd890b1784584d0b906 2021-12-14 17:33:12.054 | ccd65f86c0f04dd890b1784584d0b906 2021-12-14 17:33:12.057 | + lib/nova:create_nova_accounts:365 : get_or_create_endpoint compute RegionOne http://10.222.0.53/compute/v2.1 2021-12-14 17:33:12.059 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-14 17:33:12.063 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute public http://10.222.0.53/compute/v2.1 RegionOne 2021-12-14 17:33:12.065 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-14 17:33:12.069 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute --interface public --region RegionOne -c ID -f value 2021-12-14 17:33:14.525 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:14.528 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-14 17:33:14.532 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-14 17:33:14.537 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute public http://10.222.0.53/compute/v2.1 --region RegionOne -f value -c id 2021-12-14 17:33:16.937 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:16.940 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=15d7b30fcbd2488495f3c9422cf203ef 2021-12-14 17:33:16.943 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 15d7b30fcbd2488495f3c9422cf203ef 2021-12-14 17:33:16.946 | + functions-common:get_or_create_endpoint:1011 : public_id=15d7b30fcbd2488495f3c9422cf203ef 2021-12-14 17:33:16.949 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-14 17:33:16.951 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-14 17:33:16.953 | + functions-common:get_or_create_endpoint:1020 : echo 15d7b30fcbd2488495f3c9422cf203ef 2021-12-14 17:33:16.953 | 15d7b30fcbd2488495f3c9422cf203ef 2021-12-14 17:33:16.956 | + lib/nova:create_nova_accounts:370 : is_service_enabled n-api 2021-12-14 17:33:16.971 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:33:16.974 | + lib/nova:create_nova_accounts:372 : is_service_enabled swift 2021-12-14 17:33:16.990 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:33:16.992 | + lib/nova:create_nova_accounts:375 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2021-12-14 17:33:16.995 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:33:16.998 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-14 17:33:17.000 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:33:17.003 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:33:17.006 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-14 17:33:17.008 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-14 17:33:17.010 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-14 17:33:17.013 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-14 17:33:17.015 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-14 17:33:17.019 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-14 17:33:17.023 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-12-14 17:33:17.023 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:33:17.023 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:33:17.026 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:33:17.029 | ++ functions-common:get_field:727 : read data 2021-12-14 17:33:20.171 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:20.176 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:33:20.180 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:33:20.185 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-12-14 17:33:23.116 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-12-14 17:33:23.116 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:33:23.116 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:33:23.119 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:33:23.122 | ++ functions-common:get_field:727 : read data 2021-12-14 17:33:26.212 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:26.215 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:33:26.218 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:33:26.221 | ++ functions-common:get_field:733 : echo '| db5f9c87aad24c07b3e3741516fed216 | 95581792c0f5418eae7d1e43824879a5 | | 47cb789b0e1e474f97cb327434a30d03 | | | False |' 2021-12-14 17:33:26.221 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:33:26.226 | ++ functions-common:get_field:727 : read data 2021-12-14 17:33:26.230 | + functions-common:get_or_add_user_project_role:910 : user_role_id=db5f9c87aad24c07b3e3741516fed216 2021-12-14 17:33:26.232 | + functions-common:get_or_add_user_project_role:912 : echo db5f9c87aad24c07b3e3741516fed216 2021-12-14 17:33:26.232 | db5f9c87aad24c07b3e3741516fed216 2021-12-14 17:33:26.235 | + lib/nova:create_nova_accounts:380 : is_service_enabled s3api 2021-12-14 17:33:26.251 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:33:26.254 | + ./stack.sh:main:1102 : is_service_enabled glance 2021-12-14 17:33:26.270 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:33:26.273 | + ./stack.sh:main:1103 : create_glance_accounts 2021-12-14 17:33:26.275 | + lib/glance:create_glance_accounts:307 : is_service_enabled g-api 2021-12-14 17:33:26.292 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:33:26.294 | + lib/glance:create_glance_accounts:309 : create_service_user glance 2021-12-14 17:33:26.297 | + lib/keystone:create_service_user:395 : get_or_create_user glance Passw0rd Default 2021-12-14 17:33:26.299 | + functions-common:get_or_create_user:824 : local user_id 2021-12-14 17:33:26.301 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-14 17:33:26.304 | + functions-common:get_or_create_user:828 : local email= 2021-12-14 17:33:26.307 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2021-12-14 17:33:28.682 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:28.685 | + functions-common:get_or_create_user:840 : user_id=ad8970f7ead94e4da21622f4f1a6c499 2021-12-14 17:33:28.688 | + functions-common:get_or_create_user:841 : echo ad8970f7ead94e4da21622f4f1a6c499 2021-12-14 17:33:28.688 | ad8970f7ead94e4da21622f4f1a6c499 2021-12-14 17:33:28.690 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service glance service Default Default 2021-12-14 17:33:28.693 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:33:28.696 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-14 17:33:28.698 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:33:28.701 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:33:28.704 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-14 17:33:28.706 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-14 17:33:28.708 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-14 17:33:28.711 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-14 17:33:28.713 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-14 17:33:28.716 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-14 17:33:28.720 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2021-12-14 17:33:28.720 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:33:28.720 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:33:28.723 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:33:28.726 | ++ functions-common:get_field:727 : read data 2021-12-14 17:33:31.749 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:31.753 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:33:31.756 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:33:31.758 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance --project service --user-domain Default --project-domain Default 2021-12-14 17:33:34.770 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2021-12-14 17:33:34.770 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:33:34.770 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:33:34.773 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:33:34.776 | ++ functions-common:get_field:727 : read data 2021-12-14 17:33:37.922 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:37.926 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:33:37.928 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:33:37.931 | ++ functions-common:get_field:733 : echo '| cb260d9f4aad41f7bf54a5672e643634 | ad8970f7ead94e4da21622f4f1a6c499 | | 47cb789b0e1e474f97cb327434a30d03 | | | False |' 2021-12-14 17:33:37.932 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:33:37.937 | ++ functions-common:get_field:727 : read data 2021-12-14 17:33:37.940 | + functions-common:get_or_add_user_project_role:910 : user_role_id=cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:33:37.943 | + functions-common:get_or_add_user_project_role:912 : echo cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:33:37.943 | cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:33:37.946 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-12-14 17:33:37.948 | + lib/glance:create_glance_accounts:312 : is_service_enabled s-proxy 2021-12-14 17:33:37.965 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:33:37.967 | + lib/glance:create_glance_accounts:313 : create_service_user glance-swift ResellerAdmin 2021-12-14 17:33:37.970 | + lib/keystone:create_service_user:395 : get_or_create_user glance-swift Passw0rd Default 2021-12-14 17:33:37.973 | + functions-common:get_or_create_user:824 : local user_id 2021-12-14 17:33:37.975 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-14 17:33:37.977 | + functions-common:get_or_create_user:828 : local email= 2021-12-14 17:33:37.981 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-12-14 17:33:40.330 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:40.333 | + functions-common:get_or_create_user:840 : user_id=165a6c89fe584b47b4625f9c2978ed58 2021-12-14 17:33:40.337 | + functions-common:get_or_create_user:841 : echo 165a6c89fe584b47b4625f9c2978ed58 2021-12-14 17:33:40.337 | 165a6c89fe584b47b4625f9c2978ed58 2021-12-14 17:33:40.340 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service glance-swift service Default Default 2021-12-14 17:33:40.343 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:33:40.347 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-14 17:33:40.349 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:33:40.352 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:33:40.354 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-14 17:33:40.356 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-14 17:33:40.359 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-14 17:33:40.361 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-14 17:33:40.364 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-14 17:33:40.367 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-14 17:33:40.372 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2021-12-14 17:33:40.372 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:33:40.372 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:33:40.376 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:33:40.379 | ++ functions-common:get_field:727 : read data 2021-12-14 17:33:43.388 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:43.392 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:33:43.395 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:33:43.398 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance-swift --project service --user-domain Default --project-domain Default 2021-12-14 17:33:46.356 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2021-12-14 17:33:46.356 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:33:46.356 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:33:46.359 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:33:46.362 | ++ functions-common:get_field:727 : read data 2021-12-14 17:33:49.685 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:49.688 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:33:49.691 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:33:49.694 | ++ functions-common:get_field:733 : echo '| cb260d9f4aad41f7bf54a5672e643634 | 165a6c89fe584b47b4625f9c2978ed58 | | 47cb789b0e1e474f97cb327434a30d03 | | | False |' 2021-12-14 17:33:49.694 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:33:49.699 | ++ functions-common:get_field:727 : read data 2021-12-14 17:33:49.703 | + functions-common:get_or_add_user_project_role:910 : user_role_id=cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:33:49.705 | + functions-common:get_or_add_user_project_role:912 : echo cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:33:49.705 | cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:33:49.708 | + lib/keystone:create_service_user:398 : [[ -n ResellerAdmin ]] 2021-12-14 17:33:49.710 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2021-12-14 17:33:49.713 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:33:49.716 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-14 17:33:49.719 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:33:49.721 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:33:49.726 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-14 17:33:49.728 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-14 17:33:49.731 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-14 17:33:49.733 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-14 17:33:49.736 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-14 17:33:49.739 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-14 17:33:49.743 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2021-12-14 17:33:49.743 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:33:49.743 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:33:49.746 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:33:49.749 | ++ functions-common:get_field:727 : read data 2021-12-14 17:33:52.810 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:52.814 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:33:52.816 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:33:52.819 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2021-12-14 17:33:55.707 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2021-12-14 17:33:55.707 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:33:55.707 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:33:55.710 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:33:55.713 | ++ functions-common:get_field:727 : read data 2021-12-14 17:33:58.991 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:33:58.994 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:33:58.997 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:33:59.000 | ++ functions-common:get_field:733 : echo '| db5f9c87aad24c07b3e3741516fed216 | 165a6c89fe584b47b4625f9c2978ed58 | | 47cb789b0e1e474f97cb327434a30d03 | | | False |' 2021-12-14 17:33:59.000 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:33:59.006 | ++ functions-common:get_field:727 : read data 2021-12-14 17:33:59.010 | + functions-common:get_or_add_user_project_role:910 : user_role_id=db5f9c87aad24c07b3e3741516fed216 2021-12-14 17:33:59.012 | + functions-common:get_or_add_user_project_role:912 : echo db5f9c87aad24c07b3e3741516fed216 2021-12-14 17:33:59.012 | db5f9c87aad24c07b3e3741516fed216 2021-12-14 17:33:59.014 | + lib/glance:create_glance_accounts:316 : get_or_create_service glance image 'Glance Image Service' 2021-12-14 17:33:59.017 | + functions-common:get_or_create_service:966 : local service_id 2021-12-14 17:33:59.023 | ++ functions-common:get_or_create_service:979 : oscwrap service show image -f value -c id 2021-12-14 17:34:01.320 | ++ functions-common:get_or_create_service:981 : oscwrap service create image --name glance '--description=Glance Image Service' -f value -c id 2021-12-14 17:34:03.544 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:03.549 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-14 17:34:03.549 | 3f7eb599ee6c422e8d9ddf767e0f1484' 2021-12-14 17:34:03.552 | + functions-common:get_or_create_service:978 : echo 3f7eb599ee6c422e8d9ddf767e0f1484 2021-12-14 17:34:03.552 | 3f7eb599ee6c422e8d9ddf767e0f1484 2021-12-14 17:34:03.555 | + lib/glance:create_glance_accounts:318 : get_or_create_endpoint image RegionOne http://10.222.0.53/image 2021-12-14 17:34:03.558 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-14 17:34:03.562 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface image public http://10.222.0.53/image RegionOne 2021-12-14 17:34:03.565 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-14 17:34:03.569 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service image --interface public --region RegionOne -c ID -f value 2021-12-14 17:34:06.103 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:06.106 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-14 17:34:06.108 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-14 17:34:06.112 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create image public http://10.222.0.53/image --region RegionOne -f value -c id 2021-12-14 17:34:08.459 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:08.463 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=337df2efcafd47398427b9e9d040bb75 2021-12-14 17:34:08.467 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 337df2efcafd47398427b9e9d040bb75 2021-12-14 17:34:08.471 | + functions-common:get_or_create_endpoint:1011 : public_id=337df2efcafd47398427b9e9d040bb75 2021-12-14 17:34:08.474 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-14 17:34:08.477 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-14 17:34:08.481 | + functions-common:get_or_create_endpoint:1020 : echo 337df2efcafd47398427b9e9d040bb75 2021-12-14 17:34:08.481 | 337df2efcafd47398427b9e9d040bb75 2021-12-14 17:34:08.486 | ++ lib/glance:create_glance_accounts:323 : get_or_create_domain Default 2021-12-14 17:34:08.489 | ++ functions-common:get_or_create_domain:792 : local domain_id 2021-12-14 17:34:08.493 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2021-12-14 17:34:10.779 | ++ functions-common:get_or_create_domain:802 : domain_id=default 2021-12-14 17:34:10.782 | ++ functions-common:get_or_create_domain:803 : echo default 2021-12-14 17:34:10.785 | + lib/glance:create_glance_accounts:323 : service_domain_id=default 2021-12-14 17:34:10.787 | + lib/glance:create_glance_accounts:324 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2021-12-14 17:34:10.814 | + lib/glance:create_glance_accounts:325 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2021-12-14 17:34:10.845 | + ./stack.sh:main:1105 : is_service_enabled cinder 2021-12-14 17:34:10.862 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:34:10.865 | + ./stack.sh:main:1106 : create_cinder_accounts 2021-12-14 17:34:10.868 | + lib/cinder:create_cinder_accounts:339 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ c-api ]] 2021-12-14 17:34:10.871 | + lib/cinder:create_cinder_accounts:341 : create_service_user cinder 2021-12-14 17:34:10.874 | + lib/keystone:create_service_user:395 : get_or_create_user cinder Passw0rd Default 2021-12-14 17:34:10.877 | + functions-common:get_or_create_user:824 : local user_id 2021-12-14 17:34:10.880 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-14 17:34:10.883 | + functions-common:get_or_create_user:828 : local email= 2021-12-14 17:34:10.887 | ++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2021-12-14 17:34:13.234 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:13.238 | + functions-common:get_or_create_user:840 : user_id=33a47cc4f6a94802bf0c68cc3fb364b9 2021-12-14 17:34:13.245 | + functions-common:get_or_create_user:841 : echo 33a47cc4f6a94802bf0c68cc3fb364b9 2021-12-14 17:34:13.245 | 33a47cc4f6a94802bf0c68cc3fb364b9 2021-12-14 17:34:13.248 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service cinder service Default Default 2021-12-14 17:34:13.251 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:34:13.255 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-14 17:34:13.257 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:34:13.260 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:34:13.262 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-14 17:34:13.265 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-14 17:34:13.268 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-14 17:34:13.270 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-14 17:34:13.273 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-14 17:34:13.276 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-14 17:34:13.280 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:34:13.280 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:34:13.281 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2021-12-14 17:34:13.284 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:34:13.286 | ++ functions-common:get_field:727 : read data 2021-12-14 17:34:16.351 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:16.355 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:34:16.358 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:34:16.361 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user cinder --project service --user-domain Default --project-domain Default 2021-12-14 17:34:19.371 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2021-12-14 17:34:19.371 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:34:19.373 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:34:19.376 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:34:19.379 | ++ functions-common:get_field:727 : read data 2021-12-14 17:34:22.464 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:22.467 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:34:22.470 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:34:22.473 | ++ functions-common:get_field:733 : echo '| cb260d9f4aad41f7bf54a5672e643634 | 33a47cc4f6a94802bf0c68cc3fb364b9 | | 47cb789b0e1e474f97cb327434a30d03 | | | False |' 2021-12-14 17:34:22.473 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:34:22.479 | ++ functions-common:get_field:727 : read data 2021-12-14 17:34:22.484 | + functions-common:get_or_add_user_project_role:910 : user_role_id=cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:34:22.487 | + functions-common:get_or_add_user_project_role:912 : echo cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:34:22.487 | cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:34:22.490 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-12-14 17:34:22.493 | + lib/cinder:create_cinder_accounts:344 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2021-12-14 17:34:22.497 | + functions-common:get_or_create_service:966 : local service_id 2021-12-14 17:34:22.502 | ++ functions-common:get_or_create_service:979 : oscwrap service show block-storage -f value -c id 2021-12-14 17:34:24.804 | ++ functions-common:get_or_create_service:981 : oscwrap service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2021-12-14 17:34:26.934 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:26.937 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-14 17:34:26.937 | b217aeb5da4943b4aeb9b47adc961eeb' 2021-12-14 17:34:26.939 | + functions-common:get_or_create_service:978 : echo b217aeb5da4943b4aeb9b47adc961eeb 2021-12-14 17:34:26.939 | b217aeb5da4943b4aeb9b47adc961eeb 2021-12-14 17:34:26.942 | + lib/cinder:create_cinder_accounts:345 : '[' True == False ']' 2021-12-14 17:34:26.945 | + lib/cinder:create_cinder_accounts:364 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.53/volume/v3/$(project_id)s' 2021-12-14 17:34:26.947 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-14 17:34:26.951 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.53/volume/v3/$(project_id)s' RegionOne 2021-12-14 17:34:26.953 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-14 17:34:26.957 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2021-12-14 17:34:29.382 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:29.386 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-14 17:34:29.389 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-14 17:34:29.395 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create block-storage public 'http://10.222.0.53/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-12-14 17:34:31.847 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:31.851 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=5c561b28644b49eeae1b87609bef1b65 2021-12-14 17:34:31.855 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 5c561b28644b49eeae1b87609bef1b65 2021-12-14 17:34:31.858 | + functions-common:get_or_create_endpoint:1011 : public_id=5c561b28644b49eeae1b87609bef1b65 2021-12-14 17:34:31.861 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-14 17:34:31.863 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-14 17:34:31.866 | + functions-common:get_or_create_endpoint:1020 : echo 5c561b28644b49eeae1b87609bef1b65 2021-12-14 17:34:31.866 | 5c561b28644b49eeae1b87609bef1b65 2021-12-14 17:34:31.869 | + lib/cinder:create_cinder_accounts:368 : get_or_create_service cinderv2 volumev2 'Cinder Volume Service V2' 2021-12-14 17:34:31.872 | + functions-common:get_or_create_service:966 : local service_id 2021-12-14 17:34:31.876 | ++ functions-common:get_or_create_service:979 : oscwrap service show volumev2 -f value -c id 2021-12-14 17:34:34.206 | ++ functions-common:get_or_create_service:981 : oscwrap service create volumev2 --name cinderv2 '--description=Cinder Volume Service V2' -f value -c id 2021-12-14 17:34:36.376 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:36.379 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-14 17:34:36.379 | 7e5934c0e708493a9caca3f76c2f772b' 2021-12-14 17:34:36.382 | + functions-common:get_or_create_service:978 : echo 7e5934c0e708493a9caca3f76c2f772b 2021-12-14 17:34:36.383 | 7e5934c0e708493a9caca3f76c2f772b 2021-12-14 17:34:36.386 | + lib/cinder:create_cinder_accounts:370 : get_or_create_endpoint volumev2 RegionOne 'http://10.222.0.53/volume/v2/$(project_id)s' 2021-12-14 17:34:36.388 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-14 17:34:36.395 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface volumev2 public 'http://10.222.0.53/volume/v2/$(project_id)s' RegionOne 2021-12-14 17:34:36.398 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-14 17:34:36.403 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service volumev2 --interface public --region RegionOne -c ID -f value 2021-12-14 17:34:38.824 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:38.829 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-14 17:34:38.832 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-14 17:34:38.835 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create volumev2 public 'http://10.222.0.53/volume/v2/$(project_id)s' --region RegionOne -f value -c id 2021-12-14 17:34:41.165 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:41.168 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=9e5814d4b916487b93a5f9350fd69955 2021-12-14 17:34:41.171 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 9e5814d4b916487b93a5f9350fd69955 2021-12-14 17:34:41.174 | + functions-common:get_or_create_endpoint:1011 : public_id=9e5814d4b916487b93a5f9350fd69955 2021-12-14 17:34:41.177 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-14 17:34:41.179 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-14 17:34:41.182 | + functions-common:get_or_create_endpoint:1020 : echo 9e5814d4b916487b93a5f9350fd69955 2021-12-14 17:34:41.182 | 9e5814d4b916487b93a5f9350fd69955 2021-12-14 17:34:41.184 | + lib/cinder:create_cinder_accounts:374 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2021-12-14 17:34:41.187 | + functions-common:get_or_create_service:966 : local service_id 2021-12-14 17:34:41.191 | ++ functions-common:get_or_create_service:979 : oscwrap service show volumev3 -f value -c id 2021-12-14 17:34:43.430 | ++ functions-common:get_or_create_service:981 : oscwrap service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2021-12-14 17:34:45.589 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:45.593 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-14 17:34:45.593 | c7db5121075d4a1caa5a0d50c66ae609' 2021-12-14 17:34:45.596 | + functions-common:get_or_create_service:978 : echo c7db5121075d4a1caa5a0d50c66ae609 2021-12-14 17:34:45.596 | c7db5121075d4a1caa5a0d50c66ae609 2021-12-14 17:34:45.598 | + lib/cinder:create_cinder_accounts:376 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.53/volume/v3/$(project_id)s' 2021-12-14 17:34:45.601 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-14 17:34:45.604 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.53/volume/v3/$(project_id)s' RegionOne 2021-12-14 17:34:45.607 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-14 17:34:45.610 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2021-12-14 17:34:48.046 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:48.050 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-14 17:34:48.053 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-14 17:34:48.056 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create volumev3 public 'http://10.222.0.53/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-12-14 17:34:50.445 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:50.449 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=f938e120b05243bc8514bc5535a727e2 2021-12-14 17:34:50.451 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo f938e120b05243bc8514bc5535a727e2 2021-12-14 17:34:50.454 | + functions-common:get_or_create_endpoint:1011 : public_id=f938e120b05243bc8514bc5535a727e2 2021-12-14 17:34:50.457 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-14 17:34:50.459 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-14 17:34:50.463 | + functions-common:get_or_create_endpoint:1020 : echo f938e120b05243bc8514bc5535a727e2 2021-12-14 17:34:50.464 | f938e120b05243bc8514bc5535a727e2 2021-12-14 17:34:50.466 | + lib/cinder:create_cinder_accounts:381 : configure_cinder_internal_tenant 2021-12-14 17:34:50.470 | ++ lib/cinder:configure_cinder_internal_tenant:554 : get_or_create_project service 2021-12-14 17:34:50.473 | ++ functions-common:get_or_create_project:847 : local project_id 2021-12-14 17:34:50.476 | +++ functions-common:get_or_create_project:855 : oscwrap project create service --domain= --or-show -f value -c id 2021-12-14 17:34:52.853 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:52.856 | ++ functions-common:get_or_create_project:853 : project_id=47cb789b0e1e474f97cb327434a30d03 2021-12-14 17:34:52.859 | ++ functions-common:get_or_create_project:854 : echo 47cb789b0e1e474f97cb327434a30d03 2021-12-14 17:34:52.862 | + lib/cinder:configure_cinder_internal_tenant:554 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 47cb789b0e1e474f97cb327434a30d03 2021-12-14 17:34:52.890 | ++ lib/cinder:configure_cinder_internal_tenant:555 : get_or_create_user cinder 2021-12-14 17:34:52.893 | ++ functions-common:get_or_create_user:824 : local user_id 2021-12-14 17:34:52.896 | ++ functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-14 17:34:52.898 | ++ functions-common:get_or_create_user:828 : local email= 2021-12-14 17:34:52.902 | +++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password '' --domain= --or-show -f value -c id 2021-12-14 17:34:54.848 | No password was supplied, authentication will fail when a user does not have a password. 2021-12-14 17:34:55.290 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:55.293 | ++ functions-common:get_or_create_user:840 : user_id=33a47cc4f6a94802bf0c68cc3fb364b9 2021-12-14 17:34:55.296 | ++ functions-common:get_or_create_user:841 : echo 33a47cc4f6a94802bf0c68cc3fb364b9 2021-12-14 17:34:55.299 | + lib/cinder:configure_cinder_internal_tenant:555 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 33a47cc4f6a94802bf0c68cc3fb364b9 2021-12-14 17:34:55.336 | + ./stack.sh:main:1108 : is_service_enabled neutron 2021-12-14 17:34:55.353 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:34:55.356 | + ./stack.sh:main:1109 : create_neutron_accounts 2021-12-14 17:34:55.359 | + lib/neutron:create_neutron_accounts:639 : is_neutron_legacy_enabled 2021-12-14 17:34:55.363 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-14 17:34:55.363 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-14 17:34:55.367 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-14 17:34:55.370 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-14 17:34:55.373 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-12-14 17:34:55.376 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-14 17:34:55.379 | + lib/neutron:create_neutron_accounts:641 : create_mutnauq_accounts 2021-12-14 17:34:55.381 | + lib/neutron-legacy:create_mutnauq_accounts:405 : local neutron_url 2021-12-14 17:34:55.384 | + lib/neutron-legacy:create_mutnauq_accounts:406 : '[' False == True ']' 2021-12-14 17:34:55.387 | + lib/neutron-legacy:create_mutnauq_accounts:409 : neutron_url=http://10.222.0.53:9696/ 2021-12-14 17:34:55.389 | + lib/neutron-legacy:create_mutnauq_accounts:412 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ q-svc ]] 2021-12-14 17:34:55.393 | + lib/neutron-legacy:create_mutnauq_accounts:414 : create_service_user neutron 2021-12-14 17:34:55.396 | + lib/keystone:create_service_user:395 : get_or_create_user neutron Passw0rd Default 2021-12-14 17:34:55.400 | + functions-common:get_or_create_user:824 : local user_id 2021-12-14 17:34:55.402 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-14 17:34:55.405 | + functions-common:get_or_create_user:828 : local email= 2021-12-14 17:34:55.409 | ++ functions-common:get_or_create_user:842 : oscwrap user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2021-12-14 17:34:57.727 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:34:57.730 | + functions-common:get_or_create_user:840 : user_id=6a398ed00def4f7b97d9249b87c704d1 2021-12-14 17:34:57.733 | + functions-common:get_or_create_user:841 : echo 6a398ed00def4f7b97d9249b87c704d1 2021-12-14 17:34:57.733 | 6a398ed00def4f7b97d9249b87c704d1 2021-12-14 17:34:57.736 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service neutron service Default Default 2021-12-14 17:34:57.739 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:34:57.743 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-14 17:34:57.746 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:34:57.749 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:34:57.751 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-14 17:34:57.753 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-14 17:34:57.756 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-14 17:34:57.759 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-14 17:34:57.761 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-14 17:34:57.765 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-14 17:34:57.769 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2021-12-14 17:34:57.769 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:34:57.770 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:34:57.773 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:34:57.776 | ++ functions-common:get_field:727 : read data 2021-12-14 17:35:00.793 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:00.797 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:35:00.800 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:35:00.803 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user neutron --project service --user-domain Default --project-domain Default 2021-12-14 17:35:03.769 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2021-12-14 17:35:03.769 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:35:03.769 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:35:03.772 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:35:03.775 | ++ functions-common:get_field:727 : read data 2021-12-14 17:35:06.976 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:06.980 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:35:06.983 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:35:06.986 | ++ functions-common:get_field:733 : echo '| cb260d9f4aad41f7bf54a5672e643634 | 6a398ed00def4f7b97d9249b87c704d1 | | 47cb789b0e1e474f97cb327434a30d03 | | | False |' 2021-12-14 17:35:06.986 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:35:06.994 | ++ functions-common:get_field:727 : read data 2021-12-14 17:35:06.998 | + functions-common:get_or_add_user_project_role:910 : user_role_id=cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:35:07.000 | + functions-common:get_or_add_user_project_role:912 : echo cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:35:07.001 | cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:35:07.003 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-12-14 17:35:07.006 | + lib/neutron-legacy:create_mutnauq_accounts:416 : get_or_create_service neutron network 'Neutron Service' 2021-12-14 17:35:07.009 | + functions-common:get_or_create_service:966 : local service_id 2021-12-14 17:35:07.013 | ++ functions-common:get_or_create_service:979 : oscwrap service show network -f value -c id 2021-12-14 17:35:09.298 | ++ functions-common:get_or_create_service:981 : oscwrap service create network --name neutron '--description=Neutron Service' -f value -c id 2021-12-14 17:35:11.443 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:11.446 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-14 17:35:11.446 | bf677c6e11a74651bf006412f34e2566' 2021-12-14 17:35:11.448 | + functions-common:get_or_create_service:978 : echo bf677c6e11a74651bf006412f34e2566 2021-12-14 17:35:11.448 | bf677c6e11a74651bf006412f34e2566 2021-12-14 17:35:11.451 | + lib/neutron-legacy:create_mutnauq_accounts:418 : get_or_create_endpoint network RegionOne http://10.222.0.53:9696/ 2021-12-14 17:35:11.454 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-14 17:35:11.457 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface network public http://10.222.0.53:9696/ RegionOne 2021-12-14 17:35:11.460 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-14 17:35:11.463 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service network --interface public --region RegionOne -c ID -f value 2021-12-14 17:35:13.869 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:13.872 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-14 17:35:13.874 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-14 17:35:13.878 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create network public http://10.222.0.53:9696/ --region RegionOne -f value -c id 2021-12-14 17:35:16.258 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:16.261 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=ad23b81800884bc2802d5661a4b1566a 2021-12-14 17:35:16.263 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo ad23b81800884bc2802d5661a4b1566a 2021-12-14 17:35:16.267 | + functions-common:get_or_create_endpoint:1011 : public_id=ad23b81800884bc2802d5661a4b1566a 2021-12-14 17:35:16.269 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-14 17:35:16.273 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-14 17:35:16.277 | + functions-common:get_or_create_endpoint:1020 : echo ad23b81800884bc2802d5661a4b1566a 2021-12-14 17:35:16.277 | ad23b81800884bc2802d5661a4b1566a 2021-12-14 17:35:16.280 | + ./stack.sh:main:1111 : is_service_enabled swift 2021-12-14 17:35:16.297 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:35:16.300 | + ./stack.sh:main:1112 : create_swift_accounts 2021-12-14 17:35:16.303 | + lib/swift:create_swift_accounts:630 : export swiftusertest1_password=testing 2021-12-14 17:35:16.305 | + lib/swift:create_swift_accounts:630 : swiftusertest1_password=testing 2021-12-14 17:35:16.308 | + lib/swift:create_swift_accounts:631 : export swiftusertest2_password=testing2 2021-12-14 17:35:16.310 | + lib/swift:create_swift_accounts:631 : swiftusertest2_password=testing2 2021-12-14 17:35:16.313 | + lib/swift:create_swift_accounts:632 : export swiftusertest3_password=testing3 2021-12-14 17:35:16.316 | + lib/swift:create_swift_accounts:632 : swiftusertest3_password=testing3 2021-12-14 17:35:16.318 | + lib/swift:create_swift_accounts:633 : export swiftusertest4_password=testing4 2021-12-14 17:35:16.321 | + lib/swift:create_swift_accounts:633 : swiftusertest4_password=testing4 2021-12-14 17:35:16.323 | + lib/swift:create_swift_accounts:635 : local another_role 2021-12-14 17:35:16.326 | ++ lib/swift:create_swift_accounts:636 : get_or_create_role anotherrole 2021-12-14 17:35:16.329 | ++ functions-common:get_or_create_role:860 : local role_id 2021-12-14 17:35:16.332 | +++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2021-12-14 17:35:18.639 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:18.644 | ++ functions-common:get_or_create_role:865 : role_id=41920810eb674487b8063380b4e7ea61 2021-12-14 17:35:18.647 | ++ functions-common:get_or_create_role:866 : echo 41920810eb674487b8063380b4e7ea61 2021-12-14 17:35:18.651 | + lib/swift:create_swift_accounts:636 : another_role=41920810eb674487b8063380b4e7ea61 2021-12-14 17:35:18.654 | + lib/swift:create_swift_accounts:640 : create_service_user swift admin 2021-12-14 17:35:18.656 | + lib/keystone:create_service_user:395 : get_or_create_user swift Passw0rd Default 2021-12-14 17:35:18.659 | + functions-common:get_or_create_user:824 : local user_id 2021-12-14 17:35:18.662 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-14 17:35:18.665 | + functions-common:get_or_create_user:828 : local email= 2021-12-14 17:35:18.669 | ++ functions-common:get_or_create_user:842 : oscwrap user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-12-14 17:35:21.002 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:21.005 | + functions-common:get_or_create_user:840 : user_id=e6d2517fe73f460eaa26d8945f75443b 2021-12-14 17:35:21.008 | + functions-common:get_or_create_user:841 : echo e6d2517fe73f460eaa26d8945f75443b 2021-12-14 17:35:21.008 | e6d2517fe73f460eaa26d8945f75443b 2021-12-14 17:35:21.012 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service swift service Default Default 2021-12-14 17:35:21.015 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:35:21.018 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-14 17:35:21.021 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:35:21.023 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:35:21.025 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-14 17:35:21.027 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-14 17:35:21.030 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-14 17:35:21.032 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-14 17:35:21.034 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-14 17:35:21.037 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-14 17:35:21.041 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2021-12-14 17:35:21.041 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:35:21.041 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:35:21.044 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:35:21.047 | ++ functions-common:get_field:727 : read data 2021-12-14 17:35:24.056 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:24.060 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:35:24.063 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:35:24.066 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user swift --project service --user-domain Default --project-domain Default 2021-12-14 17:35:26.955 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2021-12-14 17:35:26.955 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:35:26.955 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:35:26.958 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:35:26.960 | ++ functions-common:get_field:727 : read data 2021-12-14 17:35:30.042 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:30.045 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:35:30.047 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:35:30.050 | ++ functions-common:get_field:733 : echo '| cb260d9f4aad41f7bf54a5672e643634 | e6d2517fe73f460eaa26d8945f75443b | | 47cb789b0e1e474f97cb327434a30d03 | | | False |' 2021-12-14 17:35:30.050 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:35:30.055 | ++ functions-common:get_field:727 : read data 2021-12-14 17:35:30.058 | + functions-common:get_or_add_user_project_role:910 : user_role_id=cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:35:30.061 | + functions-common:get_or_add_user_project_role:912 : echo cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:35:30.061 | cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:35:30.063 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-12-14 17:35:30.065 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin swift service Default Default 2021-12-14 17:35:30.068 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:35:30.071 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-14 17:35:30.073 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:35:30.075 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:35:30.078 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-14 17:35:30.080 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-14 17:35:30.082 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-14 17:35:30.084 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-14 17:35:30.086 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-14 17:35:30.089 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-14 17:35:30.093 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2021-12-14 17:35:30.093 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:35:30.093 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:35:30.096 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:35:30.098 | ++ functions-common:get_field:727 : read data 2021-12-14 17:35:33.081 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:33.085 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:35:33.088 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:35:33.090 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user swift --project service --user-domain Default --project-domain Default 2021-12-14 17:35:35.955 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2021-12-14 17:35:35.955 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:35:35.955 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:35:35.958 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:35:35.960 | ++ functions-common:get_field:727 : read data 2021-12-14 17:35:38.984 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:38.987 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:35:38.989 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:35:38.992 | ++ functions-common:get_field:733 : echo '| eea801de9f984b2a826385f44d1d6864 | e6d2517fe73f460eaa26d8945f75443b | | 47cb789b0e1e474f97cb327434a30d03 | | | False |' 2021-12-14 17:35:38.992 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:35:38.997 | ++ functions-common:get_field:727 : read data 2021-12-14 17:35:39.000 | + functions-common:get_or_add_user_project_role:910 : user_role_id=eea801de9f984b2a826385f44d1d6864 2021-12-14 17:35:39.003 | + functions-common:get_or_add_user_project_role:912 : echo eea801de9f984b2a826385f44d1d6864 2021-12-14 17:35:39.003 | eea801de9f984b2a826385f44d1d6864 2021-12-14 17:35:39.005 | + lib/swift:create_swift_accounts:642 : get_or_create_service swift object-store 'Swift Service' 2021-12-14 17:35:39.007 | + functions-common:get_or_create_service:966 : local service_id 2021-12-14 17:35:39.011 | ++ functions-common:get_or_create_service:979 : oscwrap service show object-store -f value -c id 2021-12-14 17:35:41.252 | ++ functions-common:get_or_create_service:981 : oscwrap service create object-store --name swift '--description=Swift Service' -f value -c id 2021-12-14 17:35:43.381 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:43.384 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-14 17:35:43.385 | a4c66c99384f4164b779b50fde88adee' 2021-12-14 17:35:43.387 | + functions-common:get_or_create_service:978 : echo a4c66c99384f4164b779b50fde88adee 2021-12-14 17:35:43.387 | a4c66c99384f4164b779b50fde88adee 2021-12-14 17:35:43.390 | + lib/swift:create_swift_accounts:644 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.53:8080/v1/AUTH_$(project_id)s' http://10.222.0.53:8080 2021-12-14 17:35:43.392 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-14 17:35:43.395 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.53:8080/v1/AUTH_$(project_id)s' RegionOne 2021-12-14 17:35:43.398 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-14 17:35:43.401 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2021-12-14 17:35:45.816 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:45.819 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-14 17:35:45.821 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-14 17:35:45.824 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store public 'http://10.222.0.53:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2021-12-14 17:35:48.199 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:48.202 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=9cf47e5e8830469fa1ccc2c70af632bb 2021-12-14 17:35:48.205 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 9cf47e5e8830469fa1ccc2c70af632bb 2021-12-14 17:35:48.208 | + functions-common:get_or_create_endpoint:1011 : public_id=9cf47e5e8830469fa1ccc2c70af632bb 2021-12-14 17:35:48.210 | + functions-common:get_or_create_endpoint:1013 : [[ -n http://10.222.0.53:8080 ]] 2021-12-14 17:35:48.213 | + functions-common:get_or_create_endpoint:1014 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.53:8080 RegionOne 2021-12-14 17:35:48.215 | + functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-14 17:35:48.218 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2021-12-14 17:35:50.621 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:50.624 | + functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-14 17:35:50.627 | + functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-14 17:35:50.630 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store admin http://10.222.0.53:8080 --region RegionOne -f value -c id 2021-12-14 17:35:53.010 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:53.013 | + functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=70180f66818a4a018dbe7da09eb78bf0 2021-12-14 17:35:53.016 | + functions-common:_get_or_create_endpoint_with_interface:996 : echo 70180f66818a4a018dbe7da09eb78bf0 2021-12-14 17:35:53.016 | 70180f66818a4a018dbe7da09eb78bf0 2021-12-14 17:35:53.018 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-14 17:35:53.020 | + functions-common:get_or_create_endpoint:1020 : echo 9cf47e5e8830469fa1ccc2c70af632bb 2021-12-14 17:35:53.021 | 9cf47e5e8830469fa1ccc2c70af632bb 2021-12-14 17:35:53.023 | + lib/swift:create_swift_accounts:649 : local swift_project_test1 2021-12-14 17:35:53.026 | ++ lib/swift:create_swift_accounts:650 : get_or_create_project swiftprojecttest1 default 2021-12-14 17:35:53.029 | ++ functions-common:get_or_create_project:847 : local project_id 2021-12-14 17:35:53.032 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest1 --domain=default --or-show -f value -c id 2021-12-14 17:35:55.256 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:55.259 | ++ functions-common:get_or_create_project:853 : project_id=ddacee1ddb724aea9d0b17bfa49cf809 2021-12-14 17:35:55.262 | ++ functions-common:get_or_create_project:854 : echo ddacee1ddb724aea9d0b17bfa49cf809 2021-12-14 17:35:55.265 | + lib/swift:create_swift_accounts:650 : swift_project_test1=ddacee1ddb724aea9d0b17bfa49cf809 2021-12-14 17:35:55.267 | + lib/swift:create_swift_accounts:651 : die_if_not_set 651 swift_project_test1 'Failure creating swift_project_test1' 2021-12-14 17:35:55.270 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:35:55.287 | ++ lib/swift:create_swift_accounts:653 : get_or_create_user swiftusertest1 testing default test@example.com 2021-12-14 17:35:55.289 | ++ functions-common:get_or_create_user:824 : local user_id 2021-12-14 17:35:55.292 | ++ functions-common:get_or_create_user:825 : [[ ! -z test@example.com ]] 2021-12-14 17:35:55.294 | ++ functions-common:get_or_create_user:826 : local email=--email=test@example.com 2021-12-14 17:35:55.298 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2021-12-14 17:35:57.548 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:35:57.551 | ++ functions-common:get_or_create_user:840 : user_id=c62da9f821484f2e8690cb65062a3d30 2021-12-14 17:35:57.553 | ++ functions-common:get_or_create_user:841 : echo c62da9f821484f2e8690cb65062a3d30 2021-12-14 17:35:57.556 | + lib/swift:create_swift_accounts:653 : SWIFT_USER_TEST1=c62da9f821484f2e8690cb65062a3d30 2021-12-14 17:35:57.559 | + lib/swift:create_swift_accounts:654 : die_if_not_set 654 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2021-12-14 17:35:57.561 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:35:57.577 | + lib/swift:create_swift_accounts:655 : get_or_add_user_project_role admin c62da9f821484f2e8690cb65062a3d30 ddacee1ddb724aea9d0b17bfa49cf809 2021-12-14 17:35:57.580 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:35:57.583 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-14 17:35:57.585 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:35:57.587 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:35:57.590 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-14 17:35:57.592 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-14 17:35:57.594 | ++ functions-common:_get_domain_args:882 : echo 2021-12-14 17:35:57.597 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-14 17:35:57.601 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user c62da9f821484f2e8690cb65062a3d30 --project ddacee1ddb724aea9d0b17bfa49cf809 2021-12-14 17:35:57.601 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:35:57.602 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:35:57.604 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:35:57.606 | ++ functions-common:get_field:727 : read data 2021-12-14 17:36:00.180 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:36:00.184 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:36:00.186 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:36:00.189 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user c62da9f821484f2e8690cb65062a3d30 --project ddacee1ddb724aea9d0b17bfa49cf809 2021-12-14 17:36:02.591 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:36:02.592 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:36:02.592 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user c62da9f821484f2e8690cb65062a3d30 --project ddacee1ddb724aea9d0b17bfa49cf809 2021-12-14 17:36:02.594 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:36:02.597 | ++ functions-common:get_field:727 : read data 2021-12-14 17:36:05.092 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:36:05.095 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:36:05.097 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:36:05.101 | ++ functions-common:get_field:733 : echo '| eea801de9f984b2a826385f44d1d6864 | c62da9f821484f2e8690cb65062a3d30 | | ddacee1ddb724aea9d0b17bfa49cf809 | | | False |' 2021-12-14 17:36:05.101 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:36:05.106 | ++ functions-common:get_field:727 : read data 2021-12-14 17:36:05.110 | + functions-common:get_or_add_user_project_role:910 : user_role_id=eea801de9f984b2a826385f44d1d6864 2021-12-14 17:36:05.112 | + functions-common:get_or_add_user_project_role:912 : echo eea801de9f984b2a826385f44d1d6864 2021-12-14 17:36:05.112 | eea801de9f984b2a826385f44d1d6864 2021-12-14 17:36:05.115 | + lib/swift:create_swift_accounts:657 : local swift_user_test3 2021-12-14 17:36:05.118 | ++ lib/swift:create_swift_accounts:659 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2021-12-14 17:36:05.121 | ++ functions-common:get_or_create_user:824 : local user_id 2021-12-14 17:36:05.123 | ++ functions-common:get_or_create_user:825 : [[ ! -z test3@example.com ]] 2021-12-14 17:36:05.126 | ++ functions-common:get_or_create_user:826 : local email=--email=test3@example.com 2021-12-14 17:36:05.129 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2021-12-14 17:36:07.531 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:36:07.534 | ++ functions-common:get_or_create_user:840 : user_id=638c1d4bcd72472cb0154bca6fe11bc1 2021-12-14 17:36:07.537 | ++ functions-common:get_or_create_user:841 : echo 638c1d4bcd72472cb0154bca6fe11bc1 2021-12-14 17:36:07.540 | + lib/swift:create_swift_accounts:659 : swift_user_test3=638c1d4bcd72472cb0154bca6fe11bc1 2021-12-14 17:36:07.542 | + lib/swift:create_swift_accounts:660 : die_if_not_set 660 swift_user_test3 'Failure creating swift_user_test3' 2021-12-14 17:36:07.545 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:36:07.562 | + lib/swift:create_swift_accounts:661 : get_or_add_user_project_role 41920810eb674487b8063380b4e7ea61 638c1d4bcd72472cb0154bca6fe11bc1 ddacee1ddb724aea9d0b17bfa49cf809 2021-12-14 17:36:07.564 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:36:07.567 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-14 17:36:07.570 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:36:07.572 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:36:07.575 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-14 17:36:07.577 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-14 17:36:07.580 | ++ functions-common:_get_domain_args:882 : echo 2021-12-14 17:36:07.583 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-14 17:36:07.587 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role 41920810eb674487b8063380b4e7ea61 --user 638c1d4bcd72472cb0154bca6fe11bc1 --project ddacee1ddb724aea9d0b17bfa49cf809 2021-12-14 17:36:07.587 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:36:07.587 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:36:07.590 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:36:07.592 | ++ functions-common:get_field:727 : read data 2021-12-14 17:36:09.991 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:36:09.995 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:36:09.998 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:36:10.000 | + functions-common:get_or_add_user_project_role:901 : openstack role add 41920810eb674487b8063380b4e7ea61 --user 638c1d4bcd72472cb0154bca6fe11bc1 --project ddacee1ddb724aea9d0b17bfa49cf809 2021-12-14 17:36:12.351 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role 41920810eb674487b8063380b4e7ea61 --user 638c1d4bcd72472cb0154bca6fe11bc1 --project ddacee1ddb724aea9d0b17bfa49cf809 2021-12-14 17:36:12.351 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:36:12.351 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:36:12.354 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:36:12.357 | ++ functions-common:get_field:727 : read data 2021-12-14 17:36:14.823 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:36:14.826 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:36:14.831 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:36:14.834 | ++ functions-common:get_field:733 : echo '| 41920810eb674487b8063380b4e7ea61 | 638c1d4bcd72472cb0154bca6fe11bc1 | | ddacee1ddb724aea9d0b17bfa49cf809 | | | False |' 2021-12-14 17:36:14.835 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:36:14.840 | ++ functions-common:get_field:727 : read data 2021-12-14 17:36:14.844 | + functions-common:get_or_add_user_project_role:910 : user_role_id=41920810eb674487b8063380b4e7ea61 2021-12-14 17:36:14.846 | + functions-common:get_or_add_user_project_role:912 : echo 41920810eb674487b8063380b4e7ea61 2021-12-14 17:36:14.846 | 41920810eb674487b8063380b4e7ea61 2021-12-14 17:36:14.849 | + lib/swift:create_swift_accounts:663 : local swift_project_test2 2021-12-14 17:36:14.852 | ++ lib/swift:create_swift_accounts:664 : get_or_create_project swiftprojecttest2 default 2021-12-14 17:36:14.854 | ++ functions-common:get_or_create_project:847 : local project_id 2021-12-14 17:36:14.858 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest2 --domain=default --or-show -f value -c id 2021-12-14 17:36:17.123 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:36:17.126 | ++ functions-common:get_or_create_project:853 : project_id=05b5c576d72144e18134a04ff180812a 2021-12-14 17:36:17.129 | ++ functions-common:get_or_create_project:854 : echo 05b5c576d72144e18134a04ff180812a 2021-12-14 17:36:17.132 | + lib/swift:create_swift_accounts:664 : swift_project_test2=05b5c576d72144e18134a04ff180812a 2021-12-14 17:36:17.134 | + lib/swift:create_swift_accounts:665 : die_if_not_set 665 swift_project_test2 'Failure creating swift_project_test2' 2021-12-14 17:36:17.137 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:36:17.153 | + lib/swift:create_swift_accounts:667 : local swift_user_test2 2021-12-14 17:36:17.156 | ++ lib/swift:create_swift_accounts:669 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2021-12-14 17:36:17.159 | ++ functions-common:get_or_create_user:824 : local user_id 2021-12-14 17:36:17.161 | ++ functions-common:get_or_create_user:825 : [[ ! -z test2@example.com ]] 2021-12-14 17:36:17.164 | ++ functions-common:get_or_create_user:826 : local email=--email=test2@example.com 2021-12-14 17:36:17.167 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2021-12-14 17:36:19.480 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:36:19.485 | ++ functions-common:get_or_create_user:840 : user_id=342c546aaf294cef9b90ab9cb2a84271 2021-12-14 17:36:19.489 | ++ functions-common:get_or_create_user:841 : echo 342c546aaf294cef9b90ab9cb2a84271 2021-12-14 17:36:19.493 | + lib/swift:create_swift_accounts:669 : swift_user_test2=342c546aaf294cef9b90ab9cb2a84271 2021-12-14 17:36:19.500 | + lib/swift:create_swift_accounts:670 : die_if_not_set 670 swift_user_test2 'Failure creating swift_user_test2' 2021-12-14 17:36:19.503 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:36:19.521 | + lib/swift:create_swift_accounts:671 : get_or_add_user_project_role admin 342c546aaf294cef9b90ab9cb2a84271 05b5c576d72144e18134a04ff180812a 2021-12-14 17:36:19.523 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:36:19.527 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-14 17:36:19.531 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:36:19.533 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:36:19.536 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-14 17:36:19.539 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-14 17:36:19.541 | ++ functions-common:_get_domain_args:882 : echo 2021-12-14 17:36:19.547 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-14 17:36:19.550 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 342c546aaf294cef9b90ab9cb2a84271 --project 05b5c576d72144e18134a04ff180812a 2021-12-14 17:36:19.551 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:36:19.551 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:36:19.554 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:36:19.557 | ++ functions-common:get_field:727 : read data 2021-12-14 17:36:22.071 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:36:22.076 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:36:22.079 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:36:22.081 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 342c546aaf294cef9b90ab9cb2a84271 --project 05b5c576d72144e18134a04ff180812a 2021-12-14 17:36:24.565 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 342c546aaf294cef9b90ab9cb2a84271 --project 05b5c576d72144e18134a04ff180812a 2021-12-14 17:36:24.565 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:36:24.566 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:36:24.569 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:36:24.571 | ++ functions-common:get_field:727 : read data 2021-12-14 17:36:27.142 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:36:27.145 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:36:27.148 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:36:27.151 | ++ functions-common:get_field:733 : echo '| eea801de9f984b2a826385f44d1d6864 | 342c546aaf294cef9b90ab9cb2a84271 | | 05b5c576d72144e18134a04ff180812a | | | False |' 2021-12-14 17:36:27.151 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:36:27.156 | ++ functions-common:get_field:727 : read data 2021-12-14 17:36:27.160 | + functions-common:get_or_add_user_project_role:910 : user_role_id=eea801de9f984b2a826385f44d1d6864 2021-12-14 17:36:27.162 | + functions-common:get_or_add_user_project_role:912 : echo eea801de9f984b2a826385f44d1d6864 2021-12-14 17:36:27.162 | eea801de9f984b2a826385f44d1d6864 2021-12-14 17:36:27.165 | + lib/swift:create_swift_accounts:673 : local swift_domain 2021-12-14 17:36:27.168 | ++ lib/swift:create_swift_accounts:674 : get_or_create_domain swift_test 'Used for swift functional testing' 2021-12-14 17:36:27.171 | ++ functions-common:get_or_create_domain:792 : local domain_id 2021-12-14 17:36:27.174 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show swift_test -f value -c id 2021-12-14 17:36:29.462 | +++ functions-common:get_or_create_domain:806 : oscwrap domain create swift_test --description 'Used for swift functional testing' -f value -c id 2021-12-14 17:36:31.626 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:36:31.629 | ++ functions-common:get_or_create_domain:802 : domain_id=' 2021-12-14 17:36:31.629 | d6b891d9fc7d47e0806fa7e92eaccf1d' 2021-12-14 17:36:31.631 | ++ functions-common:get_or_create_domain:803 : echo d6b891d9fc7d47e0806fa7e92eaccf1d 2021-12-14 17:36:31.634 | + lib/swift:create_swift_accounts:674 : swift_domain=d6b891d9fc7d47e0806fa7e92eaccf1d 2021-12-14 17:36:31.638 | + lib/swift:create_swift_accounts:675 : die_if_not_set 675 swift_domain 'Failure creating swift_test domain' 2021-12-14 17:36:31.642 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:36:31.664 | + lib/swift:create_swift_accounts:677 : local swift_project_test4 2021-12-14 17:36:31.668 | ++ lib/swift:create_swift_accounts:678 : get_or_create_project swiftprojecttest4 d6b891d9fc7d47e0806fa7e92eaccf1d 2021-12-14 17:36:31.671 | ++ functions-common:get_or_create_project:847 : local project_id 2021-12-14 17:36:31.675 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest4 --domain=d6b891d9fc7d47e0806fa7e92eaccf1d --or-show -f value -c id 2021-12-14 17:36:34.025 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:36:34.028 | ++ functions-common:get_or_create_project:853 : project_id=5a6672dabade439694374d16c006146a 2021-12-14 17:36:34.030 | ++ functions-common:get_or_create_project:854 : echo 5a6672dabade439694374d16c006146a 2021-12-14 17:36:34.033 | + lib/swift:create_swift_accounts:678 : swift_project_test4=5a6672dabade439694374d16c006146a 2021-12-14 17:36:34.036 | + lib/swift:create_swift_accounts:679 : die_if_not_set 679 swift_project_test4 'Failure creating swift_project_test4' 2021-12-14 17:36:34.038 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:36:34.054 | + lib/swift:create_swift_accounts:681 : local swift_user_test4 2021-12-14 17:36:34.058 | ++ lib/swift:create_swift_accounts:683 : get_or_create_user swiftusertest4 testing4 d6b891d9fc7d47e0806fa7e92eaccf1d test4@example.com 2021-12-14 17:36:34.060 | ++ functions-common:get_or_create_user:824 : local user_id 2021-12-14 17:36:34.063 | ++ functions-common:get_or_create_user:825 : [[ ! -z test4@example.com ]] 2021-12-14 17:36:34.065 | ++ functions-common:get_or_create_user:826 : local email=--email=test4@example.com 2021-12-14 17:36:34.068 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest4 --password testing4 --domain=d6b891d9fc7d47e0806fa7e92eaccf1d --email=test4@example.com --or-show -f value -c id 2021-12-14 17:36:36.404 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:36:36.407 | ++ functions-common:get_or_create_user:840 : user_id=0510de645e1a405c9fe552e2dc0e93e1 2021-12-14 17:36:36.410 | ++ functions-common:get_or_create_user:841 : echo 0510de645e1a405c9fe552e2dc0e93e1 2021-12-14 17:36:36.413 | + lib/swift:create_swift_accounts:683 : swift_user_test4=0510de645e1a405c9fe552e2dc0e93e1 2021-12-14 17:36:36.415 | + lib/swift:create_swift_accounts:684 : die_if_not_set 684 swift_user_test4 'Failure creating swift_user_test4' 2021-12-14 17:36:36.418 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:36:36.442 | + lib/swift:create_swift_accounts:685 : get_or_add_user_project_role admin 0510de645e1a405c9fe552e2dc0e93e1 5a6672dabade439694374d16c006146a 2021-12-14 17:36:36.445 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:36:36.448 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-14 17:36:36.451 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:36:36.454 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:36:36.456 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-14 17:36:36.459 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-14 17:36:36.461 | ++ functions-common:_get_domain_args:882 : echo 2021-12-14 17:36:36.464 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-14 17:36:36.468 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 0510de645e1a405c9fe552e2dc0e93e1 --project 5a6672dabade439694374d16c006146a 2021-12-14 17:36:36.469 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:36:36.469 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:36:36.472 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:36:36.475 | ++ functions-common:get_field:727 : read data 2021-12-14 17:36:39.028 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:36:39.032 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:36:39.034 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:36:39.037 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 0510de645e1a405c9fe552e2dc0e93e1 --project 5a6672dabade439694374d16c006146a 2021-12-14 17:36:41.431 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 0510de645e1a405c9fe552e2dc0e93e1 --project 5a6672dabade439694374d16c006146a 2021-12-14 17:36:41.431 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:36:41.431 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:36:41.434 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:36:41.437 | ++ functions-common:get_field:727 : read data 2021-12-14 17:36:44.025 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:36:44.028 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:36:44.030 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:36:44.033 | ++ functions-common:get_field:733 : echo '| eea801de9f984b2a826385f44d1d6864 | 0510de645e1a405c9fe552e2dc0e93e1 | | 5a6672dabade439694374d16c006146a | | | False |' 2021-12-14 17:36:44.034 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:36:44.039 | ++ functions-common:get_field:727 : read data 2021-12-14 17:36:44.044 | + functions-common:get_or_add_user_project_role:910 : user_role_id=eea801de9f984b2a826385f44d1d6864 2021-12-14 17:36:44.047 | + functions-common:get_or_add_user_project_role:912 : echo eea801de9f984b2a826385f44d1d6864 2021-12-14 17:36:44.047 | eea801de9f984b2a826385f44d1d6864 2021-12-14 17:36:44.050 | + ./stack.sh:main:1118 : write_clouds_yaml 2021-12-14 17:36:44.052 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2021-12-14 17:36:44.055 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2021-12-14 17:36:44.059 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2021-12-14 17:36:44.071 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2021-12-14 17:36:44.082 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2021-12-14 17:36:44.085 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-12-14 17:36:44.087 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.6 /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.53/identity --os-username demo --os-password Passw0rd --os-project-name demo 2021-12-14 17:36:44.181 | The user clouds.yaml file didn't exist. 2021-12-14 17:36:44.191 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.6 /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.53/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2021-12-14 17:36:44.294 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2021-12-14 17:36:44.294 | self._clouds = yaml.load(clouds_file) 2021-12-14 17:36:44.305 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.6 /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.53/identity --os-username admin --os-password Passw0rd --os-project-name admin 2021-12-14 17:36:44.416 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2021-12-14 17:36:44.416 | self._clouds = yaml.load(clouds_file) 2021-12-14 17:36:44.428 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.6 /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.53/identity --os-username admin --os-password Passw0rd --os-system-scope all 2021-12-14 17:36:44.539 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2021-12-14 17:36:44.539 | self._clouds = yaml.load(clouds_file) 2021-12-14 17:36:44.549 | ++ functions-common:write_clouds_yaml:133 : eval echo '~ubuntu' 2021-12-14 17:36:44.553 | +++ functions-common:write_clouds_yaml:133 : echo /home/ubuntu 2021-12-14 17:36:44.556 | + functions-common:write_clouds_yaml:133 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2021-12-14 17:36:44.560 | + ./stack.sh:main:1123 : is_service_enabled horizon 2021-12-14 17:36:44.577 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:36:44.579 | + ./stack.sh:main:1133 : is_service_enabled mysql postgresql 2021-12-14 17:36:44.596 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:36:44.598 | + ./stack.sh:main:1133 : is_service_enabled glance 2021-12-14 17:36:44.619 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:36:44.622 | + ./stack.sh:main:1134 : echo_summary 'Configuring Glance' 2021-12-14 17:36:44.624 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:36:44.627 | + ./stack.sh:echo_summary:428 : echo -e Configuring Glance 2021-12-14 17:36:44.629 | + ./stack.sh:main:1135 : init_glance 2021-12-14 17:36:44.632 | + lib/glance:init_glance:332 : rm -rf /opt/stack/data/glance/images 2021-12-14 17:36:44.637 | + lib/glance:init_glance:333 : mkdir -p /opt/stack/data/glance/images 2021-12-14 17:36:44.641 | + lib/glance:init_glance:336 : recreate_database glance 2021-12-14 17:36:44.644 | + lib/database:recreate_database:110 : local db=glance 2021-12-14 17:36:44.647 | + lib/database:recreate_database:111 : recreate_database_mysql glance 2021-12-14 17:36:44.649 | + lib/databases/mysql:recreate_database_mysql:63 : local db=glance 2021-12-14 17:36:44.652 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2021-12-14 17:36:44.655 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:36:44.671 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2021-12-14 17:36:44.674 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:36:44.688 | + lib/glance:init_glance:338 : time_start dbsync 2021-12-14 17:36:44.690 | + functions-common:time_start:2317 : local name=dbsync 2021-12-14 17:36:44.693 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:36:44.696 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:36:44.699 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:36:44.703 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503404700 2021-12-14 17:36:44.706 | + lib/glance:init_glance:340 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2021-12-14 17:36:46.928 | 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=77992) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-14 17:36:46.931 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-12-14 17:36:46.931 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-12-14 17:36:46.957 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-12-14 17:36:46.958 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-12-14 17:36:46.975 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:36:46.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:46.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:46.994 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:36:46.994 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:36:47.037 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:36:47.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:36:47.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:36:47.056 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:36:47.056 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=77992) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:36:47.129 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-14 17:36:47.129 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-14 17:36:47.181 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2021-12-14 17:36:50.229 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2021-12-14 17:36:50.332 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2021-12-14 17:36:50.349 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2021-12-14 17:36:50.692 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2021-12-14 17:36:50.700 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2021-12-14 17:36:50.709 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2021-12-14 17:36:50.913 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2021-12-14 17:36:51.273 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2021-12-14 17:36:51.281 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2021-12-14 17:36:51.292 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-14 17:36:51.292 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-14 17:36:51.298 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-14 17:36:51.298 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-14 17:36:51.305 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-14 17:36:51.305 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-14 17:36:51.327 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-14 17:36:51.327 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-14 17:36:51.364 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-14 17:36:51.364 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-14 17:36:51.372 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2021-12-14 17:36:51.704 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2021-12-14 17:36:51.899 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2021-12-14 17:36:51.903 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2021-12-14 17:36:51.906 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2021-12-14 17:36:51.915 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2021-12-14 17:36:51.925 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2021-12-14 17:36:51.945 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-14 17:36:51.945 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-14 17:36:51.954 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-14 17:36:51.954 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-14 17:36:51.960 | Upgraded database to: ussuri_expand01, current revision(s): ussuri_expand01 2021-12-14 17:36:51.960 | Database migration is up to date. No migration needed. 2021-12-14 17:36:51.960 | Upgraded database to: ussuri_contract01, current revision(s): ussuri_contract01 2021-12-14 17:36:51.960 | Database is synced successfully. 2021-12-14 17:36:52.175 | + lib/glance:init_glance:343 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2021-12-14 17:36:54.339 | 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=77997) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-14 17:36:54.505 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2021-12-14 17:36:54.543 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2021-12-14 17:36:54.657 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2021-12-14 17:36:54.797 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2021-12-14 17:36:54.854 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2021-12-14 17:36:55.013 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2021-12-14 17:36:55.072 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2021-12-14 17:36:55.094 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2021-12-14 17:36:55.148 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2021-12-14 17:36:55.181 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2021-12-14 17:36:55.362 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2021-12-14 17:36:55.385 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2021-12-14 17:36:55.529 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2021-12-14 17:36:55.556 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2021-12-14 17:36:55.641 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2021-12-14 17:36:55.671 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2021-12-14 17:36:55.711 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2021-12-14 17:36:55.798 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2021-12-14 17:36:55.831 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2021-12-14 17:36:55.878 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2021-12-14 17:36:55.916 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2021-12-14 17:36:55.960 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2021-12-14 17:36:56.031 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2021-12-14 17:36:56.164 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2021-12-14 17:36:56.212 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2021-12-14 17:36:56.244 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2021-12-14 17:36:56.289 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2021-12-14 17:36:56.362 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2021-12-14 17:36:56.402 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2021-12-14 17:36:56.431 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2021-12-14 17:36:56.431 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2021-12-14 17:36:56.628 | + lib/glance:init_glance:344 : time_stop dbsync 2021-12-14 17:36:56.631 | + functions-common:time_stop:2331 : local name 2021-12-14 17:36:56.634 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:36:56.636 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:36:56.639 | + functions-common:time_stop:2334 : local total 2021-12-14 17:36:56.642 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:36:56.644 | + functions-common:time_stop:2337 : name=dbsync 2021-12-14 17:36:56.647 | + functions-common:time_stop:2338 : start_time=1639503404700 2021-12-14 17:36:56.649 | + functions-common:time_stop:2340 : [[ -z 1639503404700 ]] 2021-12-14 17:36:56.653 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:36:56.657 | + functions-common:time_stop:2343 : end_time=1639503416654 2021-12-14 17:36:56.659 | + functions-common:time_stop:2344 : elapsed_time=11954 2021-12-14 17:36:56.662 | + functions-common:time_stop:2345 : total=19835 2021-12-14 17:36:56.664 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:36:56.667 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=31789 2021-12-14 17:36:56.670 | + ./stack.sh:main:1142 : is_service_enabled neutron 2021-12-14 17:36:56.687 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:36:56.689 | + ./stack.sh:main:1143 : echo_summary 'Configuring Neutron' 2021-12-14 17:36:56.692 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:36:56.694 | + ./stack.sh:echo_summary:428 : echo -e Configuring Neutron 2021-12-14 17:36:56.697 | + ./stack.sh:main:1145 : configure_neutron 2021-12-14 17:36:56.699 | + lib/neutron:configure_neutron:603 : is_neutron_legacy_enabled 2021-12-14 17:36:56.704 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-14 17:36:56.704 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-14 17:36:56.709 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-14 17:36:56.712 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-14 17:36:56.714 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-12-14 17:36:56.717 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-14 17:36:56.722 | + lib/neutron:configure_neutron:605 : configure_mutnauq 2021-12-14 17:36:56.725 | + lib/neutron-legacy:configure_mutnauq:338 : _configure_neutron_common 2021-12-14 17:36:56.728 | + lib/neutron-legacy:_configure_neutron_common:685 : _create_neutron_conf_dir 2021-12-14 17:36:56.731 | + lib/neutron-legacy:_create_neutron_conf_dir:678 : sudo install -d -o ubuntu /etc/neutron 2021-12-14 17:36:56.744 | + lib/neutron-legacy:_configure_neutron_common:688 : cd /opt/stack/neutron 2021-12-14 17:36:56.746 | + lib/neutron-legacy:_configure_neutron_common:688 : exec ./tools/generate_config_file_samples.sh 2021-12-14 17:37:29.815 | + lib/neutron-legacy:_configure_neutron_common:690 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2021-12-14 17:37:29.820 | + lib/neutron-legacy:_configure_neutron_common:692 : Q_POLICY_FILE=/etc/neutron/policy.json 2021-12-14 17:37:29.822 | + lib/neutron-legacy:_configure_neutron_common:696 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2021-12-14 17:37:29.824 | + lib/neutron-legacy:_configure_neutron_common:700 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2021-12-14 17:37:29.826 | + lib/neutron-legacy:_configure_neutron_common:705 : neutron_plugin_configure_common 2021-12-14 17:37:29.829 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:64 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2021-12-14 17:37:29.831 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2021-12-14 17:37:29.833 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CLASS=ml2 2021-12-14 17:37:29.835 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:69 : _neutron_service_plugin_class_add router 2021-12-14 17:37:29.838 | + lib/neutron-legacy:_neutron_service_plugin_class_add:854 : local service_plugin_class=router 2021-12-14 17:37:29.842 | + lib/neutron-legacy:_neutron_service_plugin_class_add:855 : [[ '' == '' ]] 2021-12-14 17:37:29.846 | + lib/neutron-legacy:_neutron_service_plugin_class_add:856 : Q_SERVICE_PLUGIN_CLASSES=router 2021-12-14 17:37:29.848 | + lib/neutron-legacy:_configure_neutron_common:707 : [[ etc/neutron/plugins/ml2 == '' ]] 2021-12-14 17:37:29.851 | + lib/neutron-legacy:_configure_neutron_common:707 : [[ ml2_conf.ini == '' ]] 2021-12-14 17:37:29.854 | + lib/neutron-legacy:_configure_neutron_common:707 : [[ ml2 == '' ]] 2021-12-14 17:37:29.857 | + lib/neutron-legacy:_configure_neutron_common:712 : mkdir -p /etc/neutron/plugins/ml2 2021-12-14 17:37:29.861 | + lib/neutron-legacy:_configure_neutron_common:713 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:37:29.864 | + lib/neutron-legacy:_configure_neutron_common:716 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2021-12-14 17:37:29.866 | + lib/neutron-legacy:_configure_neutron_common:717 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:37:29.871 | ++ lib/neutron-legacy:_configure_neutron_common:722 : database_connection_url neutron 2021-12-14 17:37:29.873 | ++ lib/database:database_connection_url:132 : local db=neutron 2021-12-14 17:37:29.876 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql neutron 2021-12-14 17:37:29.879 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=neutron 2021-12-14 17:37:29.882 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2021-12-14 17:37:29.887 | + lib/neutron-legacy:_configure_neutron_common:722 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2021-12-14 17:37:29.917 | + lib/neutron-legacy:_configure_neutron_common:723 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2021-12-14 17:37:29.948 | + lib/neutron-legacy:_configure_neutron_common:724 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2021-12-14 17:37:29.978 | + lib/neutron-legacy:_configure_neutron_common:725 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2021-12-14 17:37:30.011 | + lib/neutron-legacy:_configure_neutron_common:726 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2021-12-14 17:37:30.043 | + lib/neutron-legacy:_configure_neutron_common:729 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2021-12-14 17:37:30.075 | + lib/neutron-legacy:_configure_neutron_common:731 : '[' libvirt = fake ']' 2021-12-14 17:37:30.078 | + lib/neutron-legacy:_configure_neutron_common:741 : setup_logging /etc/neutron/neutron.conf 2021-12-14 17:37:30.081 | + functions:setup_logging:655 : local conf_file=/etc/neutron/neutron.conf 2021-12-14 17:37:30.083 | + functions:setup_logging:656 : local other_cond=False 2021-12-14 17:37:30.087 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-14 17:37:30.090 | + functions:setup_logging:658 : setup_systemd_logging /etc/neutron/neutron.conf 2021-12-14 17:37:30.092 | + functions:setup_systemd_logging:686 : local conf_file=/etc/neutron/neutron.conf 2021-12-14 17:37:30.095 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-14 17:37:30.097 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-14 17:37:30.113 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-14 17:37:30.115 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-14 17:37:30.118 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-14 17:37:30.120 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-14 17:37:30.122 | + functions:setup_systemd_logging:700 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-14 17:37:30.153 | + functions:setup_systemd_logging:702 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:37:30.185 | + functions:setup_systemd_logging:703 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-12-14 17:37:30.217 | + functions:setup_systemd_logging:704 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-14 17:37:30.247 | + lib/neutron-legacy:_configure_neutron_common:743 : is_service_enabled tls-proxy 2021-12-14 17:37:30.263 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:37:30.266 | + lib/neutron-legacy:_configure_neutron_common:749 : _neutron_setup_rootwrap 2021-12-14 17:37:30.268 | + lib/neutron-legacy:_neutron_setup_rootwrap:889 : [[ True == \F\a\l\s\e ]] 2021-12-14 17:37:30.270 | + lib/neutron-legacy:_neutron_setup_rootwrap:893 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2021-12-14 17:37:30.273 | + lib/neutron-legacy:_neutron_setup_rootwrap:894 : [[ -d /etc/neutron/rootwrap.d ]] 2021-12-14 17:37:30.279 | + lib/neutron-legacy:_neutron_setup_rootwrap:898 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2021-12-14 17:37:30.281 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:879 : [[ True == \F\a\l\s\e ]] 2021-12-14 17:37:30.284 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:882 : local srcdir=/opt/stack/neutron 2021-12-14 17:37:30.286 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:883 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2021-12-14 17:37:30.298 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:884 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/debug.filters /opt/stack/neutron/etc/neutron/rootwrap.d/dhcp.filters /opt/stack/neutron/etc/neutron/rootwrap.d/dibbler.filters /opt/stack/neutron/etc/neutron/rootwrap.d/ebtables.filters /opt/stack/neutron/etc/neutron/rootwrap.d/ipset-firewall.filters /opt/stack/neutron/etc/neutron/rootwrap.d/iptables-firewall.filters /opt/stack/neutron/etc/neutron/rootwrap.d/l3.filters /opt/stack/neutron/etc/neutron/rootwrap.d/linuxbridge-plugin.filters /opt/stack/neutron/etc/neutron/rootwrap.d/openvswitch-plugin.filters /opt/stack/neutron/etc/neutron/rootwrap.d/privsep.filters /etc/neutron/rootwrap.d/ 2021-12-14 17:37:30.311 | + lib/neutron-legacy:_neutron_setup_rootwrap:902 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2021-12-14 17:37:30.313 | + lib/neutron-legacy:_neutron_setup_rootwrap:905 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2021-12-14 17:37:30.326 | + lib/neutron-legacy:_neutron_setup_rootwrap:907 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2021-12-14 17:37:30.340 | + lib/neutron-legacy:_neutron_setup_rootwrap:908 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2021-12-14 17:37:30.352 | + lib/neutron-legacy:_neutron_setup_rootwrap:911 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-12-14 17:37:30.354 | + lib/neutron-legacy:_neutron_setup_rootwrap:912 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-12-14 17:37:30.358 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:915 : mktemp 2021-12-14 17:37:30.361 | + lib/neutron-legacy:_neutron_setup_rootwrap:915 : TEMPFILE=/tmp/tmp.QKguZ9IyB9 2021-12-14 17:37:30.364 | + lib/neutron-legacy:_neutron_setup_rootwrap:916 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-12-14 17:37:30.366 | + lib/neutron-legacy:_neutron_setup_rootwrap:917 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-12-14 17:37:30.369 | + lib/neutron-legacy:_neutron_setup_rootwrap:918 : chmod 0440 /tmp/tmp.QKguZ9IyB9 2021-12-14 17:37:30.373 | + lib/neutron-legacy:_neutron_setup_rootwrap:919 : sudo chown root:root /tmp/tmp.QKguZ9IyB9 2021-12-14 17:37:30.384 | + lib/neutron-legacy:_neutron_setup_rootwrap:920 : sudo mv /tmp/tmp.QKguZ9IyB9 /etc/sudoers.d/neutron-rootwrap 2021-12-14 17:37:30.396 | + lib/neutron-legacy:_neutron_setup_rootwrap:923 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-12-14 17:37:30.427 | + lib/neutron-legacy:_neutron_setup_rootwrap:924 : [[ True == \T\r\u\e ]] 2021-12-14 17:37:30.429 | + lib/neutron-legacy:_neutron_setup_rootwrap:925 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-12-14 17:37:30.461 | + lib/neutron-legacy:configure_mutnauq:339 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2021-12-14 17:37:30.463 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2021-12-14 17:37:30.466 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2021-12-14 17:37:30.469 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-12-14 17:37:30.471 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-12-14 17:37:30.474 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-14 17:37:30.493 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:37:30.497 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-12-14 17:37:30.500 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-12-14 17:37:30.503 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-14 17:37:30.521 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:37:30.523 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/ 2021-12-14 17:37:30.526 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/ 2021-12-14 17:37:30.559 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-14 17:37:30.562 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-14 17:37:30.566 | + lib/neutron-legacy:configure_mutnauq:341 : is_service_enabled q-metering 2021-12-14 17:37:30.584 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:37:30.587 | + lib/neutron-legacy:configure_mutnauq:342 : _configure_neutron_metering 2021-12-14 17:37:30.589 | + lib/neutron-legacy:_configure_neutron_metering:798 : neutron_agent_metering_configure_common 2021-12-14 17:37:30.592 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2021-12-14 17:37:30.594 | + lib/neutron-legacy:_neutron_service_plugin_class_add:854 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2021-12-14 17:37:30.597 | + lib/neutron-legacy:_neutron_service_plugin_class_add:855 : [[ router == '' ]] 2021-12-14 17:37:30.600 | + lib/neutron-legacy:_neutron_service_plugin_class_add:857 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2021-12-14 17:37:30.607 | + lib/neutron-legacy:_neutron_service_plugin_class_add:858 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-12-14 17:37:30.610 | + lib/neutron-legacy:_configure_neutron_metering:799 : neutron_agent_metering_configure_agent 2021-12-14 17:37:30.614 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2021-12-14 17:37:30.617 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2021-12-14 17:37:30.622 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2021-12-14 17:37:30.626 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:24 : cp /opt/stack/neutron/etc/metering_agent.ini.sample /etc/neutron/services/metering/metering_agent.ini 2021-12-14 17:37:30.633 | + lib/neutron-legacy:configure_mutnauq:344 : is_service_enabled q-agt q-svc 2021-12-14 17:37:30.652 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:37:30.654 | + lib/neutron-legacy:configure_mutnauq:345 : _configure_neutron_service 2021-12-14 17:37:30.657 | + lib/neutron-legacy:_configure_neutron_service:826 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2021-12-14 17:37:30.660 | + lib/neutron-legacy:_configure_neutron_service:827 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2021-12-14 17:37:30.666 | + lib/neutron-legacy:_configure_neutron_service:830 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2021-12-14 17:37:30.700 | + lib/neutron-legacy:_configure_neutron_service:832 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-12-14 17:37:30.732 | + lib/neutron-legacy:_configure_neutron_service:833 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2021-12-14 17:37:30.766 | + lib/neutron-legacy:_configure_neutron_service:834 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2021-12-14 17:37:30.805 | + lib/neutron-legacy:_configure_neutron_service:836 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2021-12-14 17:37:30.838 | + lib/neutron-legacy:_configure_neutron_service:837 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2021-12-14 17:37:30.840 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/neutron/neutron.conf 2021-12-14 17:37:30.843 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=neutron 2021-12-14 17:37:30.845 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-12-14 17:37:30.848 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2021-12-14 17:37:30.879 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2021-12-14 17:37:30.910 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.53/identity 2021-12-14 17:37:30.942 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2021-12-14 17:37:30.973 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2021-12-14 17:37:31.004 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2021-12-14 17:37:31.035 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2021-12-14 17:37:31.065 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2021-12-14 17:37:31.096 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-12-14 17:37:31.127 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2021-12-14 17:37:31.159 | + lib/neutron-legacy:_configure_neutron_service:840 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2021-12-14 17:37:31.191 | + lib/neutron-legacy:_configure_neutron_service:841 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2021-12-14 17:37:31.222 | + lib/neutron-legacy:_configure_neutron_service:843 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2021-12-14 17:37:31.225 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/neutron/neutron.conf 2021-12-14 17:37:31.227 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-12-14 17:37:31.230 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2021-12-14 17:37:31.232 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/neutron/neutron.conf nova auth_type password 2021-12-14 17:37:31.264 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/neutron/neutron.conf nova interface public 2021-12-14 17:37:31.296 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.53/identity 2021-12-14 17:37:31.327 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/neutron/neutron.conf nova username nova 2021-12-14 17:37:31.359 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2021-12-14 17:37:31.391 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2021-12-14 17:37:31.422 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf nova project_name service 2021-12-14 17:37:31.454 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2021-12-14 17:37:31.486 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-12-14 17:37:31.520 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2021-12-14 17:37:31.553 | + lib/neutron-legacy:_configure_neutron_service:846 : neutron_plugin_configure_service 2021-12-14 17:37:31.555 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:73 : [[ vlan != \l\o\c\a\l ]] 2021-12-14 17:37:31.558 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2021-12-14 17:37:31.561 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:88 : '[' '' == '' ']' 2021-12-14 17:37:31.563 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : [[ '' == '' ]] 2021-12-14 17:37:31.566 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : [[ physnet1 != '' ]] 2021-12-14 17:37:31.568 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : ML2_VLAN_RANGES=physnet1 2021-12-14 17:37:31.571 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : [[ 150:199 != '' ]] 2021-12-14 17:37:31.573 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : ML2_VLAN_RANGES=physnet1:150:199 2021-12-14 17:37:31.576 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:95 : [[ physnet1:150:199 != '' ]] 2021-12-14 17:37:31.587 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2021-12-14 17:37:31.590 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:102 : [[ -z '' ]] 2021-12-14 17:37:31.592 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -n physnet1 ]] 2021-12-14 17:37:31.595 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2021-12-14 17:37:31.597 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : [[ -n physnet1 ]] 2021-12-14 17:37:31.600 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2021-12-14 17:37:31.602 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:108 : [[ -n physnet1 ]] 2021-12-14 17:37:31.605 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:108 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2021-12-14 17:37:31.607 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : [[ True == \T\r\u\e ]] 2021-12-14 17:37:31.610 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver neutron.agent.not.a.real.FirewallDriver 2021-12-14 17:37:31.637 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,hyperv 2021-12-14 17:37:31.640 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:37:31.642 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-12-14 17:37:31.645 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=mechanism_drivers=openvswitch,hyperv 2021-12-14 17:37:31.647 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2021-12-14 17:37:31.649 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-14 17:37:31.652 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2021-12-14 17:37:31.678 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : [[ -n '' ]] 2021-12-14 17:37:31.681 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2021-12-14 17:37:31.683 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:37:31.686 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-12-14 17:37:31.689 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=extension_drivers=port_security 2021-12-14 17:37:31.691 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z extension_drivers=port_security ']' 2021-12-14 17:37:31.694 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-14 17:37:31.696 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2021-12-14 17:37:31.724 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2021-12-14 17:37:31.727 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:37:31.729 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-12-14 17:37:31.732 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=tenant_network_types=vlan 2021-12-14 17:37:31.734 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z tenant_network_types=vlan ']' 2021-12-14 17:37:31.737 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-14 17:37:31.739 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2021-12-14 17:37:31.766 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2021-12-14 17:37:31.768 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:37:31.771 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_gre 2021-12-14 17:37:31.773 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=tunnel_id_ranges=1:1000 2021-12-14 17:37:31.776 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z tunnel_id_ranges=1:1000 ']' 2021-12-14 17:37:31.778 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-14 17:37:31.780 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2021-12-14 17:37:31.806 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2021-12-14 17:37:31.809 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:37:31.812 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_vxlan 2021-12-14 17:37:31.814 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=vni_ranges=1:1000 2021-12-14 17:37:31.817 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z vni_ranges=1:1000 ']' 2021-12-14 17:37:31.819 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-14 17:37:31.822 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2021-12-14 17:37:31.848 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2021-12-14 17:37:31.851 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:37:31.853 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_flat 2021-12-14 17:37:31.856 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=flat_networks=physnet1, 2021-12-14 17:37:31.859 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z flat_networks=physnet1, ']' 2021-12-14 17:37:31.861 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-14 17:37:31.864 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2021-12-14 17:37:31.891 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:142 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:150:199 2021-12-14 17:37:31.893 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:37:31.895 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_vlan 2021-12-14 17:37:31.898 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=network_vlan_ranges=physnet1:150:199 2021-12-14 17:37:31.900 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z network_vlan_ranges=physnet1:150:199 ']' 2021-12-14 17:37:31.902 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-14 17:37:31.905 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:150:199 2021-12-14 17:37:31.932 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:144 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2021-12-14 17:37:31.934 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:37:31.937 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_geneve 2021-12-14 17:37:31.940 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=vni_ranges=1:1000 2021-12-14 17:37:31.942 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z vni_ranges=1:1000 ']' 2021-12-14 17:37:31.945 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-14 17:37:31.947 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2021-12-14 17:37:31.973 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:146 : [[ legacy != \l\e\g\a\c\y ]] 2021-12-14 17:37:31.976 | + lib/neutron-legacy:configure_mutnauq:347 : is_service_enabled q-agt 2021-12-14 17:37:31.992 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:37:31.995 | + lib/neutron-legacy:configure_mutnauq:348 : _configure_neutron_plugin_agent 2021-12-14 17:37:31.998 | + lib/neutron-legacy:_configure_neutron_plugin_agent:813 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-12-14 17:37:32.026 | + lib/neutron-legacy:_configure_neutron_plugin_agent:814 : [[ True == \T\r\u\e ]] 2021-12-14 17:37:32.029 | + lib/neutron-legacy:_configure_neutron_plugin_agent:815 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-12-14 17:37:32.056 | + lib/neutron-legacy:_configure_neutron_plugin_agent:817 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-12-14 17:37:32.089 | + lib/neutron-legacy:_configure_neutron_plugin_agent:820 : neutron_plugin_configure_plugin_agent 2021-12-14 17:37:32.092 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:32 : _neutron_ovs_base_setup_bridge br-int 2021-12-14 17:37:32.094 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:32 : local bridge=br-int 2021-12-14 17:37:32.097 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:33 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-12-14 17:37:34.615 | INFO neutron.common.config [-] Logging enabled! 2021-12-14 17:37:34.615 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 16.4.3.dev18 2021-12-14 17:37:34.616 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=79723) setup_logging /opt/stack/neutron/neutron/common/config.py:111}} 2021-12-14 17:37:34.617 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2021-12-14 17:37:34.618 | DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ovs-vsctl', '--timeout=5', '--id=@manager', '--', 'create', 'Manager', 'target="ptcp:6640:127.0.0.1"', '--', 'add', 'Open_vSwitch', '.', 'manager_options', '@manager'] {{(pid=79723) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:104}} 2021-12-14 17:37:34.624 | DEBUG oslo_rootwrap.client [-] Popen for ['sudo', '/usr/local/bin/neutron-rootwrap-daemon', '/etc/neutron/rootwrap.conf'] command has been instantiated {{(pid=79723) _initialize /usr/local/lib/python3.6/dist-packages/oslo_rootwrap/client.py:73}} 2021-12-14 17:37:34.922 | INFO oslo_rootwrap.client [-] Spawned new rootwrap daemon process with pid=79730 2021-12-14 17:37:35.014 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-12-14 17:37:35.015 | INFO oslo_rootwrap.client [-] Stopping rootwrap daemon process with pid=79730 2021-12-14 17:37:35.348 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:34 : _neutron_ovs_base_add_bridge br-int 2021-12-14 17:37:35.351 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-int 2021-12-14 17:37:35.353 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2021-12-14 17:37:35.356 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-12-14 17:37:35.359 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-int 2021-12-14 17:37:35.408 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:35 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2021-12-14 17:37:35.425 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:33 : _neutron_ovs_base_configure_firewall_driver 2021-12-14 17:37:35.427 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2021-12-14 17:37:35.430 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2021-12-14 17:37:35.461 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2021-12-14 17:37:35.464 | ++ functions:running_in_container:772 : systemd-detect-virt --container 2021-12-14 17:37:35.470 | + functions:running_in_container:772 : [[ none != \n\o\n\e ]] 2021-12-14 17:37:35.473 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2021-12-14 17:37:35.475 | + functions:enable_kernel_bridge_firewall:781 : sudo modprobe bridge 2021-12-14 17:37:35.497 | + functions:enable_kernel_bridge_firewall:784 : sudo modprobe br_netfilter 2021-12-14 17:37:35.513 | + functions:enable_kernel_bridge_firewall:788 : for proto in ip ip6 2021-12-14 17:37:35.516 | + functions:enable_kernel_bridge_firewall:789 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2021-12-14 17:37:35.524 | net.bridge.bridge-nf-call-iptables = 1 2021-12-14 17:37:35.528 | + functions:enable_kernel_bridge_firewall:788 : for proto in ip ip6 2021-12-14 17:37:35.530 | + functions:enable_kernel_bridge_firewall:789 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2021-12-14 17:37:35.538 | net.bridge.bridge-nf-call-ip6tables = 1 2021-12-14 17:37:35.542 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : [[ False == \T\r\u\e ]] 2021-12-14 17:37:35.544 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:44 : [[ physnet1 != '' ]] 2021-12-14 17:37:35.547 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:44 : [[ br-data != '' ]] 2021-12-14 17:37:35.550 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:45 : [[ physnet1:br-data == '' ]] 2021-12-14 17:37:35.552 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : _neutron_ovs_base_add_bridge br-data 2021-12-14 17:37:35.555 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2021-12-14 17:37:35.557 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2021-12-14 17:37:35.560 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-12-14 17:37:35.562 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2021-12-14 17:37:35.586 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:52 : [[ physnet1:br-data != '' ]] 2021-12-14 17:37:35.588 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:53 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings physnet1:br-data 2021-12-14 17:37:35.622 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:55 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2021-12-14 17:37:35.624 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2021-12-14 17:37:35.652 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:58 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2021-12-14 17:37:35.679 | + lib/neutron-legacy:configure_mutnauq:350 : is_service_enabled q-dhcp 2021-12-14 17:37:35.696 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:37:35.698 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_dhcp_agent 2021-12-14 17:37:35.701 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:754 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2021-12-14 17:37:35.707 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:756 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2021-12-14 17:37:35.737 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:758 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2021-12-14 17:37:35.767 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:759 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-12-14 17:37:35.796 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:760 : [[ True == \T\r\u\e ]] 2021-12-14 17:37:35.799 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:761 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-12-14 17:37:35.827 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:764 : is_service_enabled q-l3 2021-12-14 17:37:35.844 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:37:35.846 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:775 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-12-14 17:37:35.849 | + lib/neutron-legacy:_neutron_setup_interface_driver:933 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2021-12-14 17:37:35.876 | + lib/neutron-legacy:_neutron_setup_interface_driver:935 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-12-14 17:37:35.878 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:62 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-12-14 17:37:35.881 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:63 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2021-12-14 17:37:35.908 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:777 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2021-12-14 17:37:35.911 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:21 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-12-14 17:37:35.914 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:22 : : 2021-12-14 17:37:35.916 | + lib/neutron-legacy:configure_mutnauq:353 : is_service_enabled q-l3 2021-12-14 17:37:35.933 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:37:35.936 | + lib/neutron-legacy:configure_mutnauq:354 : _configure_neutron_l3_agent 2021-12-14 17:37:35.939 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:115 : cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2021-12-14 17:37:35.943 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2021-12-14 17:37:35.971 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-12-14 17:37:36.006 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : [[ True == \T\r\u\e ]] 2021-12-14 17:37:36.009 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:120 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-12-14 17:37:36.045 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:123 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2021-12-14 17:37:36.048 | + lib/neutron-legacy:_neutron_setup_interface_driver:933 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2021-12-14 17:37:36.076 | + lib/neutron-legacy:_neutron_setup_interface_driver:935 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2021-12-14 17:37:36.079 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:62 : local conf_file=/etc/neutron/l3_agent.ini 2021-12-14 17:37:36.081 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:63 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2021-12-14 17:37:36.111 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2021-12-14 17:37:36.113 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:26 : local conf_file=/etc/neutron/l3_agent.ini 2021-12-14 17:37:36.116 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:27 : _neutron_ovs_base_configure_l3_agent 2021-12-14 17:37:36.119 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-12-14 17:37:38.657 | INFO neutron.common.config [-] Logging enabled! 2021-12-14 17:37:38.658 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 16.4.3.dev18 2021-12-14 17:37:38.659 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=80324) setup_logging /opt/stack/neutron/neutron/common/config.py:111}} 2021-12-14 17:37:38.735 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2021-12-14 17:37:38.735 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=80324) do_commit /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2021-12-14 17:37:38.736 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=80324) do_commit /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:132}} 2021-12-14 17:37:38.736 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-12-14 17:37:38.997 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2021-12-14 17:37:39.000 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2021-12-14 17:37:39.002 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-data 2021-12-14 17:37:39.005 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2021-12-14 17:37:39.008 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2021-12-14 17:37:39.010 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-12-14 17:37:39.013 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2021-12-14 17:37:39.030 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-data 1500 2021-12-14 17:37:39.032 | + functions:set_mtu:764 : local dev=br-data 2021-12-14 17:37:39.035 | + functions:set_mtu:765 : local mtu=1500 2021-12-14 17:37:39.038 | + functions:set_mtu:766 : sudo ip link set mtu 1500 dev br-data 2021-12-14 17:37:39.049 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109 : sudo ovs-vsctl br-set-external-id br-data bridge-id br-data 2021-12-14 17:37:39.067 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:131 : [[ -n eth1 ]] 2021-12-14 17:37:39.070 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _move_neutron_addresses_route eth1 br-data True False inet 2021-12-14 17:37:39.072 | + lib/neutron-legacy:_move_neutron_addresses_route:586 : local from_intf=eth1 2021-12-14 17:37:39.075 | + lib/neutron-legacy:_move_neutron_addresses_route:587 : local to_intf=br-data 2021-12-14 17:37:39.077 | + lib/neutron-legacy:_move_neutron_addresses_route:588 : local add_ovs_port=True 2021-12-14 17:37:39.080 | + lib/neutron-legacy:_move_neutron_addresses_route:589 : local del_ovs_port=False 2021-12-14 17:37:39.083 | + lib/neutron-legacy:_move_neutron_addresses_route:590 : local af=inet 2021-12-14 17:37:39.085 | + lib/neutron-legacy:_move_neutron_addresses_route:592 : [[ -n eth1 ]] 2021-12-14 17:37:39.088 | + lib/neutron-legacy:_move_neutron_addresses_route:592 : [[ -n br-data ]] 2021-12-14 17:37:39.090 | + lib/neutron-legacy:_move_neutron_addresses_route:598 : local IP_REPLACE= 2021-12-14 17:37:39.093 | + lib/neutron-legacy:_move_neutron_addresses_route:599 : local IP_DEL= 2021-12-14 17:37:39.095 | + lib/neutron-legacy:_move_neutron_addresses_route:600 : local IP_UP= 2021-12-14 17:37:39.098 | + lib/neutron-legacy:_move_neutron_addresses_route:601 : local DEFAULT_ROUTE_GW 2021-12-14 17:37:39.102 | ++ lib/neutron-legacy:_move_neutron_addresses_route:602 : ip -f inet r 2021-12-14 17:37:39.102 | ++ lib/neutron-legacy:_move_neutron_addresses_route:602 : awk '/default.+eth1\s/ { print $3; exit }' 2021-12-14 17:37:39.108 | + lib/neutron-legacy:_move_neutron_addresses_route:602 : DEFAULT_ROUTE_GW= 2021-12-14 17:37:39.111 | + lib/neutron-legacy:_move_neutron_addresses_route:603 : local ADD_OVS_PORT= 2021-12-14 17:37:39.113 | + lib/neutron-legacy:_move_neutron_addresses_route:604 : local DEL_OVS_PORT= 2021-12-14 17:37:39.116 | + lib/neutron-legacy:_move_neutron_addresses_route:605 : local ARP_CMD= 2021-12-14 17:37:39.120 | ++ lib/neutron-legacy:_move_neutron_addresses_route:607 : ip -f inet a s dev eth1 scope global primary 2021-12-14 17:37:39.120 | ++ lib/neutron-legacy:_move_neutron_addresses_route:607 : grep inet 2021-12-14 17:37:39.120 | ++ lib/neutron-legacy:_move_neutron_addresses_route:607 : awk '{ print $2, $3, $4; exit }' 2021-12-14 17:37:39.126 | + lib/neutron-legacy:_move_neutron_addresses_route:607 : IP_BRD='192.168.0.24/22 brd 192.168.3.255' 2021-12-14 17:37:39.128 | + lib/neutron-legacy:_move_neutron_addresses_route:609 : '[' '' '!=' '' ']' 2021-12-14 17:37:39.131 | + lib/neutron-legacy:_move_neutron_addresses_route:613 : [[ True == \T\r\u\e ]] 2021-12-14 17:37:39.133 | + lib/neutron-legacy:_move_neutron_addresses_route:614 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2021-12-14 17:37:39.136 | + lib/neutron-legacy:_move_neutron_addresses_route:617 : [[ False == \T\r\u\e ]] 2021-12-14 17:37:39.138 | + lib/neutron-legacy:_move_neutron_addresses_route:621 : [[ 192.168.0.24/22 brd 192.168.3.255 != '' ]] 2021-12-14 17:37:39.141 | + lib/neutron-legacy:_move_neutron_addresses_route:622 : IP_DEL='sudo ip addr del 192.168.0.24/22 brd 192.168.3.255 dev eth1' 2021-12-14 17:37:39.144 | + lib/neutron-legacy:_move_neutron_addresses_route:623 : IP_REPLACE='sudo ip addr replace 192.168.0.24/22 brd 192.168.3.255 dev br-data' 2021-12-14 17:37:39.146 | + lib/neutron-legacy:_move_neutron_addresses_route:624 : IP_UP='sudo ip link set br-data up' 2021-12-14 17:37:39.149 | + lib/neutron-legacy:_move_neutron_addresses_route:625 : [[ inet == \i\n\e\t ]] 2021-12-14 17:37:39.153 | ++ lib/neutron-legacy:_move_neutron_addresses_route:626 : echo 192.168.0.24/22 brd 192.168.3.255 2021-12-14 17:37:39.153 | ++ lib/neutron-legacy:_move_neutron_addresses_route:626 : awk '{ print $1; exit }' 2021-12-14 17:37:39.154 | ++ lib/neutron-legacy:_move_neutron_addresses_route:626 : grep -o -E '(.*)/' 2021-12-14 17:37:39.154 | ++ lib/neutron-legacy:_move_neutron_addresses_route:626 : cut -d / -f1 2021-12-14 17:37:39.159 | + lib/neutron-legacy:_move_neutron_addresses_route:626 : IP=192.168.0.24 2021-12-14 17:37:39.162 | + lib/neutron-legacy:_move_neutron_addresses_route:627 : ARP_CMD='sudo arping -A -c 3 -w 4.5 -I br-data 192.168.0.24 ' 2021-12-14 17:37:39.164 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo ip addr del 192.168.0.24/22 brd 192.168.3.255 dev eth1 2021-12-14 17:37:39.177 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo ip addr replace 192.168.0.24/22 brd 192.168.3.255 dev br-data 2021-12-14 17:37:39.189 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo ip link set br-data up 2021-12-14 17:37:39.202 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo ovs-vsctl --may-exist add-port br-data eth1 2021-12-14 17:37:39.222 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo arping -A -c 3 -w 4.5 -I br-data 192.168.0.24 2021-12-14 17:37:41.231 | ARPING 192.168.0.24 from 192.168.0.24 br-data 2021-12-14 17:37:41.231 | Sent 3 probes (3 broadcast(s)) 2021-12-14 17:37:41.231 | Received 0 response(s) 2021-12-14 17:37:41.255 | ++ lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : ip -f inet6 a s dev eth1 2021-12-14 17:37:41.256 | ++ lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : grep -c global 2021-12-14 17:37:41.261 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : [[ 0 != 0 ]] 2021-12-14 17:37:41.264 | + lib/neutron-legacy:configure_mutnauq:356 : is_service_enabled q-meta 2021-12-14 17:37:41.282 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:37:41.284 | + lib/neutron-legacy:configure_mutnauq:357 : _configure_neutron_metadata_agent 2021-12-14 17:37:41.287 | + lib/neutron-legacy:_configure_neutron_metadata_agent:782 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2021-12-14 17:37:41.292 | + lib/neutron-legacy:_configure_neutron_metadata_agent:784 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2021-12-14 17:37:41.319 | + lib/neutron-legacy:_configure_neutron_metadata_agent:785 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.53 2021-12-14 17:37:41.346 | + lib/neutron-legacy:_configure_neutron_metadata_agent:786 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2021-12-14 17:37:41.375 | + lib/neutron-legacy:_configure_neutron_metadata_agent:787 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-12-14 17:37:41.404 | + lib/neutron-legacy:_configure_neutron_metadata_agent:788 : [[ True == \T\r\u\e ]] 2021-12-14 17:37:41.407 | + lib/neutron-legacy:_configure_neutron_metadata_agent:789 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-12-14 17:37:41.435 | + lib/neutron-legacy:configure_mutnauq:360 : [[ legacy != \l\e\g\a\c\y ]] 2021-12-14 17:37:41.437 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled ceilometer 2021-12-14 17:37:41.454 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:37:41.456 | + lib/neutron-legacy:configure_mutnauq:367 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2021-12-14 17:37:41.488 | + lib/neutron-legacy:configure_mutnauq:371 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2021-12-14 17:37:41.520 | + lib/neutron:configure_neutron:610 : '[' False == True ']' 2021-12-14 17:37:41.523 | + ./stack.sh:main:1148 : is_service_enabled mysql postgresql 2021-12-14 17:37:41.540 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:37:41.542 | + ./stack.sh:main:1148 : is_service_enabled neutron 2021-12-14 17:37:41.561 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:37:41.563 | + ./stack.sh:main:1149 : init_neutron 2021-12-14 17:37:41.567 | + lib/neutron:init_neutron:648 : is_neutron_legacy_enabled 2021-12-14 17:37:41.571 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-14 17:37:41.571 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-14 17:37:41.577 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-14 17:37:41.579 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-14 17:37:41.582 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-12-14 17:37:41.584 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-14 17:37:41.587 | + lib/neutron:init_neutron:650 : init_mutnauq 2021-12-14 17:37:41.589 | + lib/neutron-legacy:init_mutnauq:425 : recreate_database neutron 2021-12-14 17:37:41.592 | + lib/database:recreate_database:110 : local db=neutron 2021-12-14 17:37:41.594 | + lib/database:recreate_database:111 : recreate_database_mysql neutron 2021-12-14 17:37:41.597 | + lib/databases/mysql:recreate_database_mysql:63 : local db=neutron 2021-12-14 17:37:41.599 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2021-12-14 17:37:41.603 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:37:41.617 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2021-12-14 17:37:41.621 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:37:41.637 | + lib/neutron-legacy:init_mutnauq:426 : time_start dbsync 2021-12-14 17:37:41.641 | + functions-common:time_start:2317 : local name=dbsync 2021-12-14 17:37:41.643 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:37:41.646 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:37:41.649 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:37:41.653 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503461650 2021-12-14 17:37:41.656 | + lib/neutron-legacy:init_mutnauq:428 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2021-12-14 17:37:44.689 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-14 17:37:44.689 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-14 17:37:44.863 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-14 17:37:44.863 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-14 17:37:44.931 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2021-12-14 17:37:55.391 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2021-12-14 17:37:55.472 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2021-12-14 17:37:55.801 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2021-12-14 17:37:55.901 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2021-12-14 17:37:56.090 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2021-12-14 17:37:56.223 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2021-12-14 17:37:56.362 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2021-12-14 17:37:56.463 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2021-12-14 17:37:56.565 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2021-12-14 17:37:56.675 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2021-12-14 17:37:56.959 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2021-12-14 17:37:57.076 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2021-12-14 17:37:57.211 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2021-12-14 17:37:57.313 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2021-12-14 17:37:57.427 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2021-12-14 17:37:58.353 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2021-12-14 17:37:58.456 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2021-12-14 17:37:58.556 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2021-12-14 17:37:58.666 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2021-12-14 17:37:58.980 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2021-12-14 17:37:59.053 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2021-12-14 17:37:59.226 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2021-12-14 17:37:59.559 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2021-12-14 17:37:59.626 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2021-12-14 17:37:59.752 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2021-12-14 17:37:59.861 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2021-12-14 17:37:59.924 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2021-12-14 17:38:00.108 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2021-12-14 17:38:00.209 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2021-12-14 17:38:00.281 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2021-12-14 17:38:00.470 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2021-12-14 17:38:00.474 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2021-12-14 17:38:00.701 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2021-12-14 17:38:00.885 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2021-12-14 17:38:00.952 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2021-12-14 17:38:01.264 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2021-12-14 17:38:01.437 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2021-12-14 17:38:01.818 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2021-12-14 17:38:01.861 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2021-12-14 17:38:04.424 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2021-12-14 17:38:04.454 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2021-12-14 17:38:04.693 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2021-12-14 17:38:04.792 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2021-12-14 17:38:04.801 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2021-12-14 17:38:04.918 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2021-12-14 17:38:04.925 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2021-12-14 17:38:05.105 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2021-12-14 17:38:05.157 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2021-12-14 17:38:05.212 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2021-12-14 17:38:05.311 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2021-12-14 17:38:05.422 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2021-12-14 17:38:05.718 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2021-12-14 17:38:05.872 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2021-12-14 17:38:05.909 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2021-12-14 17:38:06.027 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2021-12-14 17:38:06.184 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2021-12-14 17:38:07.619 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2021-12-14 17:38:07.899 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2021-12-14 17:38:07.963 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2021-12-14 17:38:08.026 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2021-12-14 17:38:08.143 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2021-12-14 17:38:08.249 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2021-12-14 17:38:08.290 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2021-12-14 17:38:08.436 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2021-12-14 17:38:08.444 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2021-12-14 17:38:08.628 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2021-12-14 17:38:08.727 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2021-12-14 17:38:09.040 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2021-12-14 17:38:09.155 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2021-12-14 17:38:09.357 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2021-12-14 17:38:09.466 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2021-12-14 17:38:09.583 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2021-12-14 17:38:09.657 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2021-12-14 17:38:09.669 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2021-12-14 17:38:09.748 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2021-12-14 17:38:10.219 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2021-12-14 17:38:10.327 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2021-12-14 17:38:10.399 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2021-12-14 17:38:10.518 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2021-12-14 17:38:10.594 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2021-12-14 17:38:10.720 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2021-12-14 17:38:10.793 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2021-12-14 17:38:10.930 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2021-12-14 17:38:11.088 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2021-12-14 17:38:11.214 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2021-12-14 17:38:11.517 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2021-12-14 17:38:11.581 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2021-12-14 17:38:11.758 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2021-12-14 17:38:12.177 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2021-12-14 17:38:12.244 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2021-12-14 17:38:12.353 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2021-12-14 17:38:12.497 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2021-12-14 17:38:12.632 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2021-12-14 17:38:12.779 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2021-12-14 17:38:12.789 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2021-12-14 17:38:12.800 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2021-12-14 17:38:13.194 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2021-12-14 17:38:13.693 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2021-12-14 17:38:13.847 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2021-12-14 17:38:13.915 | Running upgrade for neutron ... 2021-12-14 17:38:13.915 | OK 2021-12-14 17:38:14.188 | + lib/neutron-legacy:init_mutnauq:429 : time_stop dbsync 2021-12-14 17:38:14.191 | + functions-common:time_stop:2331 : local name 2021-12-14 17:38:14.194 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:38:14.196 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:38:14.199 | + functions-common:time_stop:2334 : local total 2021-12-14 17:38:14.201 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:38:14.204 | + functions-common:time_stop:2337 : name=dbsync 2021-12-14 17:38:14.207 | + functions-common:time_stop:2338 : start_time=1639503461650 2021-12-14 17:38:14.209 | + functions-common:time_stop:2340 : [[ -z 1639503461650 ]] 2021-12-14 17:38:14.213 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:38:14.216 | + functions-common:time_stop:2343 : end_time=1639503494213 2021-12-14 17:38:14.219 | + functions-common:time_stop:2344 : elapsed_time=32563 2021-12-14 17:38:14.222 | + functions-common:time_stop:2345 : total=31789 2021-12-14 17:38:14.225 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:38:14.227 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=64352 2021-12-14 17:38:14.231 | + ./stack.sh:main:1157 : is_service_enabled q-dhcp 2021-12-14 17:38:14.250 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:38:14.253 | ++ ./stack.sh:main:1160 : pidof NetworkManager 2021-12-14 17:38:14.262 | ++ ./stack.sh:main:1160 : true 2021-12-14 17:38:14.265 | + ./stack.sh:main:1160 : netman_pid= 2021-12-14 17:38:14.268 | + ./stack.sh:main:1161 : '[' -z '' ']' 2021-12-14 17:38:14.271 | + ./stack.sh:main:1162 : sudo killall dnsmasq 2021-12-14 17:38:14.292 | dnsmasq: no process found 2021-12-14 17:38:14.296 | + ./stack.sh:main:1162 : true 2021-12-14 17:38:14.298 | + ./stack.sh:main:1167 : clean_iptables 2021-12-14 17:38:14.304 | + lib/nova:clean_iptables:182 : sudo iptables -S -v 2021-12-14 17:38:14.304 | + lib/nova:clean_iptables:182 : grep nova 2021-12-14 17:38:14.304 | + lib/nova:clean_iptables:182 : sed s/-A/-D/g 2021-12-14 17:38:14.305 | + lib/nova:clean_iptables:182 : awk '{print "sudo iptables",$0}' 2021-12-14 17:38:14.308 | + lib/nova:clean_iptables:182 : sed 's/-c [0-9]* [0-9]* //g' 2021-12-14 17:38:14.308 | + lib/nova:clean_iptables:182 : bash 2021-12-14 17:38:14.308 | + lib/nova:clean_iptables:182 : grep '\-A' 2021-12-14 17:38:14.391 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2021-12-14 17:38:14.391 | + lib/nova:clean_iptables:184 : grep '\-A' 2021-12-14 17:38:14.391 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2021-12-14 17:38:14.392 | + lib/nova:clean_iptables:184 : grep nova 2021-12-14 17:38:14.393 | + lib/nova:clean_iptables:184 : sudo iptables -S -v -t nat 2021-12-14 17:38:14.393 | + lib/nova:clean_iptables:184 : bash 2021-12-14 17:38:14.393 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables -t nat",$0}' 2021-12-14 17:38:14.481 | + lib/nova:clean_iptables:186 : sudo iptables -S -v 2021-12-14 17:38:14.481 | + lib/nova:clean_iptables:186 : sed s/-N/-X/g 2021-12-14 17:38:14.483 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2021-12-14 17:38:14.483 | + lib/nova:clean_iptables:186 : bash 2021-12-14 17:38:14.483 | + lib/nova:clean_iptables:186 : grep nova 2021-12-14 17:38:14.485 | + lib/nova:clean_iptables:186 : grep '\-N' 2021-12-14 17:38:14.488 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables",$0}' 2021-12-14 17:38:14.497 | + lib/nova:clean_iptables:188 : grep nova 2021-12-14 17:38:14.497 | + lib/nova:clean_iptables:188 : grep '\-N' 2021-12-14 17:38:14.497 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2021-12-14 17:38:14.498 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables -t nat",$0}' 2021-12-14 17:38:14.500 | + lib/nova:clean_iptables:188 : sudo iptables -S -v -t nat 2021-12-14 17:38:14.500 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2021-12-14 17:38:14.501 | + lib/nova:clean_iptables:188 : bash 2021-12-14 17:38:14.513 | + ./stack.sh:main:1170 : sudo sysctl -w net.ipv4.ip_forward=1 2021-12-14 17:38:14.521 | net.ipv4.ip_forward = 1 2021-12-14 17:38:14.525 | + ./stack.sh:main:1177 : is_service_enabled swift 2021-12-14 17:38:14.542 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:38:14.544 | + ./stack.sh:main:1178 : echo_summary 'Configuring Swift' 2021-12-14 17:38:14.547 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:38:14.549 | + ./stack.sh:echo_summary:428 : echo -e Configuring Swift 2021-12-14 17:38:14.552 | + ./stack.sh:main:1179 : init_swift 2021-12-14 17:38:14.555 | + lib/swift:init_swift:690 : local node_number 2021-12-14 17:38:14.557 | + lib/swift:init_swift:692 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-12-14 17:38:15.387 | No container-updater running 2021-12-14 17:38:15.387 | No proxy-server running 2021-12-14 17:38:15.387 | No container-sharder running 2021-12-14 17:38:15.387 | No account-reaper running 2021-12-14 17:38:15.387 | No container-reconciler running 2021-12-14 17:38:15.387 | No object-expirer running 2021-12-14 17:38:15.387 | No object-server running 2021-12-14 17:38:15.387 | No object-reconstructor running 2021-12-14 17:38:15.387 | No account-auditor running 2021-12-14 17:38:15.387 | No account-server running 2021-12-14 17:38:15.387 | No container-auditor running 2021-12-14 17:38:15.387 | No container-server running 2021-12-14 17:38:15.387 | No container-replicator running 2021-12-14 17:38:15.387 | No object-replicator running 2021-12-14 17:38:15.387 | No object-updater running 2021-12-14 17:38:15.387 | No object-auditor running 2021-12-14 17:38:15.388 | No container-sync running 2021-12-14 17:38:15.388 | No account-replicator running 2021-12-14 17:38:15.441 | + lib/swift:init_swift:692 : true 2021-12-14 17:38:15.443 | + lib/swift:init_swift:695 : create_swift_disk 2021-12-14 17:38:15.446 | + lib/swift:create_swift_disk:566 : local node_number 2021-12-14 17:38:15.448 | + lib/swift:create_swift_disk:571 : local user_group 2021-12-14 17:38:15.451 | ++ lib/swift:create_swift_disk:572 : id -g ubuntu 2021-12-14 17:38:15.456 | + lib/swift:create_swift_disk:572 : user_group=1000 2021-12-14 17:38:15.459 | + lib/swift:create_swift_disk:573 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift/drives /opt/stack/data/swift/cache /opt/stack/data/swift/run /opt/stack/data/swift/logs 2021-12-14 17:38:15.472 | + lib/swift:create_swift_disk:576 : [[ -e /opt/stack/data/swift/drives/images/swift.img ]] 2021-12-14 17:38:15.474 | + lib/swift:create_swift_disk:583 : mkdir -p /opt/stack/data/swift/drives/images 2021-12-14 17:38:15.478 | + lib/swift:create_swift_disk:584 : sudo touch /opt/stack/data/swift/drives/images/swift.img 2021-12-14 17:38:15.490 | + lib/swift:create_swift_disk:585 : sudo chown ubuntu: /opt/stack/data/swift/drives/images/swift.img 2021-12-14 17:38:15.502 | + lib/swift:create_swift_disk:587 : truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2021-12-14 17:38:15.507 | + lib/swift:create_swift_disk:590 : /sbin/mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2021-12-14 17:38:15.553 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2021-12-14 17:38:15.554 | = sectsz=512 attr=2, projid32bit=1 2021-12-14 17:38:15.554 | = crc=1 finobt=1, sparse=0, rmapbt=0, reflink=0 2021-12-14 17:38:15.554 | data = bsize=4096 blocks=1572864, imaxpct=25 2021-12-14 17:38:15.554 | = sunit=0 swidth=0 blks 2021-12-14 17:38:15.554 | naming =version 2 bsize=4096 ascii-ci=0 ftype=1 2021-12-14 17:38:15.554 | log =internal log bsize=4096 blocks=2560, version=2 2021-12-14 17:38:15.554 | = sectsz=512 sunit=0 blks, lazy-count=1 2021-12-14 17:38:15.554 | realtime =none extsz=4096 blocks=0, rtextents=0 2021-12-14 17:38:15.556 | + lib/swift:create_swift_disk:593 : mkdir -p /opt/stack/data/swift/drives/sdb1 2021-12-14 17:38:15.560 | + lib/swift:create_swift_disk:594 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2021-12-14 17:38:15.565 | + lib/swift:create_swift_disk:595 : sudo mount -t xfs -o loop,noatime,nodiratime,logbufs=8 /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 2021-12-14 17:38:15.636 | + lib/swift:create_swift_disk:601 : local node_number 2021-12-14 17:38:15.638 | + lib/swift:create_swift_disk:602 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-12-14 17:38:15.641 | + lib/swift:create_swift_disk:604 : local node_devices=/opt/stack/data/swift/1 2021-12-14 17:38:15.643 | + lib/swift:create_swift_disk:605 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2021-12-14 17:38:15.646 | + lib/swift:create_swift_disk:606 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2021-12-14 17:38:15.657 | + lib/swift:create_swift_disk:607 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2021-12-14 17:38:15.660 | + lib/swift:create_swift_disk:608 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2021-12-14 17:38:15.662 | + lib/swift:create_swift_disk:609 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2021-12-14 17:38:15.676 | + lib/swift:init_swift:699 : pushd /etc/swift 2021-12-14 17:38:15.679 | + lib/swift:init_swift:701 : rm -f '*.builder' '*.ring.gz' 'backups/*.builder' 'backups/*.ring.gz' 2021-12-14 17:38:15.683 | + lib/swift:init_swift:703 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2021-12-14 17:38:16.588 | + lib/swift:init_swift:704 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2021-12-14 17:38:17.472 | + lib/swift:init_swift:705 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2021-12-14 17:38:18.343 | + lib/swift:init_swift:711 : [[ -n '' ]] 2021-12-14 17:38:18.346 | + lib/swift:init_swift:724 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-12-14 17:38:18.349 | + lib/swift:init_swift:725 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2021-12-14 17:38:19.167 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2021-12-14 17:38:19.167 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2021-12-14 17:38:19.219 | + lib/swift:init_swift:726 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2021-12-14 17:38:20.049 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2021-12-14 17:38:20.049 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2021-12-14 17:38:20.098 | + lib/swift:init_swift:727 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2021-12-14 17:38:20.935 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2021-12-14 17:38:20.936 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2021-12-14 17:38:20.987 | + lib/swift:init_swift:733 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2021-12-14 17:38:21.875 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-12-14 17:38:21.929 | + lib/swift:init_swift:734 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2021-12-14 17:38:22.792 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-12-14 17:38:22.840 | + lib/swift:init_swift:735 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2021-12-14 17:38:23.707 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-12-14 17:38:23.755 | + lib/swift:init_swift:736 : popd 2021-12-14 17:38:23.758 | + ./stack.sh:main:1186 : is_service_enabled cinder 2021-12-14 17:38:23.776 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:38:23.778 | + ./stack.sh:main:1187 : echo_summary 'Configuring Cinder' 2021-12-14 17:38:23.781 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:38:23.784 | + ./stack.sh:echo_summary:428 : echo -e Configuring Cinder 2021-12-14 17:38:23.787 | + ./stack.sh:main:1188 : init_cinder 2021-12-14 17:38:23.790 | + lib/cinder:init_cinder:387 : is_service_enabled mysql postgresql 2021-12-14 17:38:23.807 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:38:23.810 | + lib/cinder:init_cinder:389 : recreate_database cinder 2021-12-14 17:38:23.813 | + lib/database:recreate_database:110 : local db=cinder 2021-12-14 17:38:23.815 | + lib/database:recreate_database:111 : recreate_database_mysql cinder 2021-12-14 17:38:23.818 | + lib/databases/mysql:recreate_database_mysql:63 : local db=cinder 2021-12-14 17:38:23.821 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2021-12-14 17:38:23.824 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:38:23.842 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2021-12-14 17:38:23.847 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:38:23.864 | + lib/cinder:init_cinder:391 : time_start dbsync 2021-12-14 17:38:23.866 | + functions-common:time_start:2317 : local name=dbsync 2021-12-14 17:38:23.869 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:38:23.871 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:38:23.875 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:38:23.878 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503503875 2021-12-14 17:38:23.881 | + lib/cinder:init_cinder:393 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2021-12-14 17:38:26.795 | 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=81203) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-14 17:38:26.800 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:38:26.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.806 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:38:26.807 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:38:26.856 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:38:26.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.863 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:38:26.863 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:38:26.929 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:38:26.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:38:26.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:38:26.935 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:38:26.935 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=81203) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:38:26.943 | INFO migrate.versioning.api [-] 122 -> 123...  2021-12-14 17:38:31.835 | INFO migrate.versioning.api [-] done 2021-12-14 17:38:31.836 | INFO migrate.versioning.api [-] 123 -> 124...  2021-12-14 17:38:31.846 | INFO migrate.versioning.api [-] done 2021-12-14 17:38:31.847 | INFO migrate.versioning.api [-] 124 -> 125...  2021-12-14 17:38:31.855 | INFO migrate.versioning.api [-] done 2021-12-14 17:38:31.855 | INFO migrate.versioning.api [-] 125 -> 126...  2021-12-14 17:38:31.863 | INFO migrate.versioning.api [-] done 2021-12-14 17:38:31.863 | INFO migrate.versioning.api [-] 126 -> 127...  2021-12-14 17:38:31.882 | INFO migrate.versioning.api [-] done 2021-12-14 17:38:31.882 | INFO migrate.versioning.api [-] 127 -> 128...  2021-12-14 17:38:32.213 | INFO migrate.versioning.api [-] done 2021-12-14 17:38:32.214 | INFO migrate.versioning.api [-] 128 -> 129...  2021-12-14 17:38:32.224 | INFO migrate.versioning.api [-] done 2021-12-14 17:38:32.224 | INFO migrate.versioning.api [-] 129 -> 130...  2021-12-14 17:38:32.234 | INFO migrate.versioning.api [-] done 2021-12-14 17:38:32.234 | INFO migrate.versioning.api [-] 130 -> 131...  2021-12-14 17:38:32.241 | INFO migrate.versioning.api [-] done 2021-12-14 17:38:32.242 | INFO migrate.versioning.api [-] 131 -> 132...  2021-12-14 17:38:32.263 | INFO migrate.versioning.api [-] done 2021-12-14 17:38:32.263 | INFO migrate.versioning.api [-] 132 -> 133...  2021-12-14 17:38:32.270 | INFO migrate.versioning.api [-] done 2021-12-14 17:38:32.271 | INFO migrate.versioning.api [-] 133 -> 134...  2021-12-14 17:38:32.277 | INFO migrate.versioning.api [-] done 2021-12-14 17:38:32.277 | INFO migrate.versioning.api [-] 134 -> 135...  2021-12-14 17:38:32.284 | INFO migrate.versioning.api [-] done 2021-12-14 17:38:32.284 | INFO migrate.versioning.api [-] 135 -> 136...  2021-12-14 17:38:32.573 | INFO migrate.versioning.api [-] done 2021-12-14 17:38:32.864 | + lib/cinder:init_cinder:394 : time_stop dbsync 2021-12-14 17:38:32.867 | + functions-common:time_stop:2331 : local name 2021-12-14 17:38:32.870 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:38:32.872 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:38:32.875 | + functions-common:time_stop:2334 : local total 2021-12-14 17:38:32.878 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:38:32.880 | + functions-common:time_stop:2337 : name=dbsync 2021-12-14 17:38:32.883 | + functions-common:time_stop:2338 : start_time=1639503503875 2021-12-14 17:38:32.885 | + functions-common:time_stop:2340 : [[ -z 1639503503875 ]] 2021-12-14 17:38:32.888 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:38:32.893 | + functions-common:time_stop:2343 : end_time=1639503512890 2021-12-14 17:38:32.895 | + functions-common:time_stop:2344 : elapsed_time=9015 2021-12-14 17:38:32.898 | + functions-common:time_stop:2345 : total=64352 2021-12-14 17:38:32.900 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:38:32.903 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=73367 2021-12-14 17:38:32.905 | + lib/cinder:init_cinder:397 : is_service_enabled c-vol 2021-12-14 17:38:32.923 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:38:32.926 | + lib/cinder:init_cinder:412 : mkdir -p /opt/stack/data/cinder/volumes 2021-12-14 17:38:32.930 | + ./stack.sh:main:1194 : is_service_enabled placement 2021-12-14 17:38:32.948 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:38:32.950 | + ./stack.sh:main:1195 : echo_summary 'Configuring placement' 2021-12-14 17:38:32.953 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:38:32.956 | + ./stack.sh:echo_summary:428 : echo -e Configuring placement 2021-12-14 17:38:32.958 | + ./stack.sh:main:1196 : init_placement 2021-12-14 17:38:32.961 | + lib/placement:init_placement:130 : recreate_database placement 2021-12-14 17:38:32.963 | + lib/database:recreate_database:110 : local db=placement 2021-12-14 17:38:32.966 | + lib/database:recreate_database:111 : recreate_database_mysql placement 2021-12-14 17:38:32.969 | + lib/databases/mysql:recreate_database_mysql:63 : local db=placement 2021-12-14 17:38:32.971 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2021-12-14 17:38:32.975 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:38:32.989 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2021-12-14 17:38:32.995 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:38:33.014 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2021-12-14 17:38:36.652 | + lib/placement:init_placement:132 : create_placement_accounts 2021-12-14 17:38:36.657 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2021-12-14 17:38:36.660 | + lib/keystone:create_service_user:395 : get_or_create_user placement Passw0rd Default 2021-12-14 17:38:36.665 | + functions-common:get_or_create_user:824 : local user_id 2021-12-14 17:38:36.668 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-14 17:38:36.672 | + functions-common:get_or_create_user:828 : local email= 2021-12-14 17:38:36.676 | ++ functions-common:get_or_create_user:842 : oscwrap user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2021-12-14 17:38:39.024 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:38:39.027 | + functions-common:get_or_create_user:840 : user_id=67f4772326af4d7f99868a080504929c 2021-12-14 17:38:39.030 | + functions-common:get_or_create_user:841 : echo 67f4772326af4d7f99868a080504929c 2021-12-14 17:38:39.030 | 67f4772326af4d7f99868a080504929c 2021-12-14 17:38:39.032 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service placement service Default Default 2021-12-14 17:38:39.035 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:38:39.038 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-14 17:38:39.041 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:38:39.043 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:38:39.046 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-14 17:38:39.048 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-14 17:38:39.051 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-14 17:38:39.053 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-14 17:38:39.056 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-14 17:38:39.058 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-14 17:38:39.062 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2021-12-14 17:38:39.063 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:38:39.063 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:38:39.070 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:38:39.072 | ++ functions-common:get_field:727 : read data 2021-12-14 17:38:42.067 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:38:42.071 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:38:42.074 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:38:42.077 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user placement --project service --user-domain Default --project-domain Default 2021-12-14 17:38:45.030 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2021-12-14 17:38:45.030 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:38:45.031 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:38:45.034 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:38:45.036 | ++ functions-common:get_field:727 : read data 2021-12-14 17:38:48.112 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:38:48.116 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:38:48.119 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:38:48.123 | ++ functions-common:get_field:733 : echo '| cb260d9f4aad41f7bf54a5672e643634 | 67f4772326af4d7f99868a080504929c | | 47cb789b0e1e474f97cb327434a30d03 | | | False |' 2021-12-14 17:38:48.123 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:38:48.129 | ++ functions-common:get_field:727 : read data 2021-12-14 17:38:48.132 | + functions-common:get_or_add_user_project_role:910 : user_role_id=cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:38:48.135 | + functions-common:get_or_add_user_project_role:912 : echo cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:38:48.135 | cb260d9f4aad41f7bf54a5672e643634 2021-12-14 17:38:48.139 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-12-14 17:38:48.142 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin placement service Default Default 2021-12-14 17:38:48.145 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-14 17:38:48.148 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-14 17:38:48.150 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-14 17:38:48.153 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-14 17:38:48.155 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-14 17:38:48.158 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-14 17:38:48.160 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-14 17:38:48.163 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-14 17:38:48.165 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-14 17:38:48.169 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-14 17:38:48.173 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2021-12-14 17:38:48.173 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:38:48.173 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-14 17:38:48.176 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:38:48.178 | ++ functions-common:get_field:727 : read data 2021-12-14 17:38:51.123 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:38:51.127 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-14 17:38:51.130 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-14 17:38:51.133 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user placement --project service --user-domain Default --project-domain Default 2021-12-14 17:38:54.055 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2021-12-14 17:38:54.055 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-14 17:38:54.055 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-14 17:38:54.058 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:38:54.061 | ++ functions-common:get_field:727 : read data 2021-12-14 17:38:57.106 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:38:57.109 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:38:57.112 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:38:57.115 | ++ functions-common:get_field:733 : echo '| eea801de9f984b2a826385f44d1d6864 | 67f4772326af4d7f99868a080504929c | | 47cb789b0e1e474f97cb327434a30d03 | | | False |' 2021-12-14 17:38:57.116 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:38:57.121 | ++ functions-common:get_field:727 : read data 2021-12-14 17:38:57.124 | + functions-common:get_or_add_user_project_role:910 : user_role_id=eea801de9f984b2a826385f44d1d6864 2021-12-14 17:38:57.127 | + functions-common:get_or_add_user_project_role:912 : echo eea801de9f984b2a826385f44d1d6864 2021-12-14 17:38:57.127 | eea801de9f984b2a826385f44d1d6864 2021-12-14 17:38:57.130 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.53/placement 2021-12-14 17:38:57.132 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2021-12-14 17:38:57.135 | + functions-common:get_or_create_service:966 : local service_id 2021-12-14 17:38:57.139 | ++ functions-common:get_or_create_service:979 : oscwrap service show placement -f value -c id 2021-12-14 17:38:59.437 | ++ functions-common:get_or_create_service:981 : oscwrap service create placement --name placement '--description=Placement Service' -f value -c id 2021-12-14 17:39:01.586 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:39:01.590 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-14 17:39:01.590 | 99b9601f97104329b643528786aaa5a2' 2021-12-14 17:39:01.592 | + functions-common:get_or_create_service:978 : echo 99b9601f97104329b643528786aaa5a2 2021-12-14 17:39:01.592 | 99b9601f97104329b643528786aaa5a2 2021-12-14 17:39:01.595 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.53/placement 2021-12-14 17:39:01.598 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-14 17:39:01.601 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface placement public http://10.222.0.53/placement RegionOne 2021-12-14 17:39:01.604 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-14 17:39:01.607 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service placement --interface public --region RegionOne -c ID -f value 2021-12-14 17:39:03.963 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:39:03.967 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-14 17:39:03.971 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-14 17:39:03.976 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create placement public http://10.222.0.53/placement --region RegionOne -f value -c id 2021-12-14 17:39:06.271 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:39:06.274 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=b367212de40f4c9a8d4273b48597fb7d 2021-12-14 17:39:06.277 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo b367212de40f4c9a8d4273b48597fb7d 2021-12-14 17:39:06.282 | + functions-common:get_or_create_endpoint:1011 : public_id=b367212de40f4c9a8d4273b48597fb7d 2021-12-14 17:39:06.284 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-14 17:39:06.288 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-14 17:39:06.291 | + functions-common:get_or_create_endpoint:1020 : echo b367212de40f4c9a8d4273b48597fb7d 2021-12-14 17:39:06.291 | b367212de40f4c9a8d4273b48597fb7d 2021-12-14 17:39:06.294 | + ./stack.sh:main:1202 : is_service_enabled nova 2021-12-14 17:39:06.315 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:39:06.320 | + ./stack.sh:main:1203 : echo_summary 'Configuring Nova' 2021-12-14 17:39:06.322 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:39:06.325 | + ./stack.sh:echo_summary:428 : echo -e Configuring Nova 2021-12-14 17:39:06.327 | + ./stack.sh:main:1204 : init_nova 2021-12-14 17:39:06.330 | + lib/nova:init_nova:758 : is_service_enabled mysql postgresql 2021-12-14 17:39:06.348 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:39:06.351 | + lib/nova:init_nova:758 : is_service_enabled n-api 2021-12-14 17:39:06.369 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:39:06.372 | + lib/nova:init_nova:759 : recreate_database nova_api 2021-12-14 17:39:06.375 | + lib/database:recreate_database:110 : local db=nova_api 2021-12-14 17:39:06.377 | + lib/database:recreate_database:111 : recreate_database_mysql nova_api 2021-12-14 17:39:06.380 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_api 2021-12-14 17:39:06.383 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2021-12-14 17:39:06.386 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:39:06.402 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2021-12-14 17:39:06.406 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:39:06.420 | + lib/nova:init_nova:760 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2021-12-14 17:39:10.164 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:39:10.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/067_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/067_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/014_keypairs.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/014_keypairs.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/060_instance_group_policy_add_rules.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/060_instance_group_policy_add_rules.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/072_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/041_resource_provider_traits.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/041_resource_provider_traits.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/069_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/038_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/038_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/008_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/008_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/063_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/063_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/033_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/033_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/052_request_specs_spec_mediumtext.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/052_request_specs_spec_mediumtext.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/017_aggregates.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/017_aggregates.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/018_instance_groups.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/018_instance_groups.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/068_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/027_quotas.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/027_quotas.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/026_add_resource_classes.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/026_add_resource_classes.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/009_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/009_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/037_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/037_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/040_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/040_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/020_block_device_mappings_mediumtext.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/020_block_device_mappings_mediumtext.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/035_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/035_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/049_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/049_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/070_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/064_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/064_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/022_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/022_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/023_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/058_cell_mapping_add_disabled.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/058_cell_mapping_add_disabled.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/047_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/047_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/013_build_request_extended_attrs.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/013_build_request_extended_attrs.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/036_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/036_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/053_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/053_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/043_placement_consumers.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/043_placement_consumers.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/010_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/010_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/056_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/056_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/050_flavors_add_description.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/050_flavors_add_description.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/062_instance_mapping_add_user_id.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/062_instance_mapping_add_user_id.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/021_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/021_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/048_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/048_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/025_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/032_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/032_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/004_add_request_spec.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.187 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/004_add_request_spec.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.187 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/007_instance_mapping_nullable_cellid.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/007_instance_mapping_nullable_cellid.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/055_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/055_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/057_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/057_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/054_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/054_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/011_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/011_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/071_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/039_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/039_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/061_instance_mapping_add_queued_for_delete.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/061_instance_mapping_add_queued_for_delete.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/019_build_request_add_block_device_mapping.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/019_build_request_add_block_device_mapping.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/031_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/031_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/028_build_requests_instance_mediumtext.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/028_build_requests_instance_mediumtext.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/029_placement_aggregates.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/029_placement_aggregates.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/042_build_requests_add_tags.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/042_build_requests_add_tags.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/046_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/046_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/051_nested_resource_providers.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/051_nested_resource_providers.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/015_build_request_nullable_columns.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/015_build_request_nullable_columns.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/065_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/065_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/059_add_consumer_generation.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/059_add_consumer_generation.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/066_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/066_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/012_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/012_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/044_placement_add_projects_users.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/044_placement_add_projects_users.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/045_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/045_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/024_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/034_placeholder.py... {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:10.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/034_placeholder.py loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:10.200 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo loaded successfully {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:39:10.200 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova_api'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=81801) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:39:10.350 | INFO migrate.versioning.api [-] 0 -> 1...  2021-12-14 17:39:10.451 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:10.451 | INFO migrate.versioning.api [-] 1 -> 2...  2021-12-14 17:39:10.618 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:10.618 | INFO migrate.versioning.api [-] 2 -> 3...  2021-12-14 17:39:10.741 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:10.741 | INFO migrate.versioning.api [-] 3 -> 4...  2021-12-14 17:39:10.880 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:10.880 | INFO migrate.versioning.api [-] 4 -> 5...  2021-12-14 17:39:11.195 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:11.195 | INFO migrate.versioning.api [-] 5 -> 6...  2021-12-14 17:39:11.316 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:11.317 | INFO migrate.versioning.api [-] 6 -> 7...  2021-12-14 17:39:11.446 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:11.446 | INFO migrate.versioning.api [-] 7 -> 8...  2021-12-14 17:39:11.454 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:11.455 | INFO migrate.versioning.api [-] 8 -> 9...  2021-12-14 17:39:11.463 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:11.463 | INFO migrate.versioning.api [-] 9 -> 10...  2021-12-14 17:39:11.472 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:11.472 | INFO migrate.versioning.api [-] 10 -> 11...  2021-12-14 17:39:11.479 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:11.479 | INFO migrate.versioning.api [-] 11 -> 12...  2021-12-14 17:39:11.486 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:11.487 | INFO migrate.versioning.api [-] 12 -> 13...  2021-12-14 17:39:11.795 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:11.795 | INFO migrate.versioning.api [-] 13 -> 14...  2021-12-14 17:39:11.867 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:11.867 | INFO migrate.versioning.api [-] 14 -> 15...  2021-12-14 17:39:12.416 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:12.417 | INFO migrate.versioning.api [-] 15 -> 16...  2021-12-14 17:39:13.076 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:13.076 | INFO migrate.versioning.api [-] 16 -> 17...  2021-12-14 17:39:13.368 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:13.368 | INFO migrate.versioning.api [-] 17 -> 18...  2021-12-14 17:39:13.660 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:13.661 | INFO migrate.versioning.api [-] 18 -> 19...  2021-12-14 17:39:13.785 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:13.785 | INFO migrate.versioning.api [-] 19 -> 20...  2021-12-14 17:39:13.919 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:13.920 | INFO migrate.versioning.api [-] 20 -> 21...  2021-12-14 17:39:13.927 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:13.927 | INFO migrate.versioning.api [-] 21 -> 22...  2021-12-14 17:39:13.935 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:13.935 | INFO migrate.versioning.api [-] 22 -> 23...  2021-12-14 17:39:13.943 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:13.943 | INFO migrate.versioning.api [-] 23 -> 24...  2021-12-14 17:39:13.951 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:13.951 | INFO migrate.versioning.api [-] 24 -> 25...  2021-12-14 17:39:13.960 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:13.960 | INFO migrate.versioning.api [-] 25 -> 26...  2021-12-14 17:39:14.026 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:14.026 | INFO migrate.versioning.api [-] 26 -> 27...  2021-12-14 17:39:14.740 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:14.740 | INFO migrate.versioning.api [-] 27 -> 28...  2021-12-14 17:39:14.908 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:14.908 | INFO migrate.versioning.api [-] 28 -> 29...  2021-12-14 17:39:15.028 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.029 | INFO migrate.versioning.api [-] 29 -> 30...  2021-12-14 17:39:15.048 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.048 | INFO migrate.versioning.api [-] 30 -> 31...  2021-12-14 17:39:15.056 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.056 | INFO migrate.versioning.api [-] 31 -> 32...  2021-12-14 17:39:15.064 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.064 | INFO migrate.versioning.api [-] 32 -> 33...  2021-12-14 17:39:15.071 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.071 | INFO migrate.versioning.api [-] 33 -> 34...  2021-12-14 17:39:15.079 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.079 | INFO migrate.versioning.api [-] 34 -> 35...  2021-12-14 17:39:15.086 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.086 | INFO migrate.versioning.api [-] 35 -> 36...  2021-12-14 17:39:15.093 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.093 | INFO migrate.versioning.api [-] 36 -> 37...  2021-12-14 17:39:15.101 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.101 | INFO migrate.versioning.api [-] 37 -> 38...  2021-12-14 17:39:15.108 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.109 | INFO migrate.versioning.api [-] 38 -> 39...  2021-12-14 17:39:15.116 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.116 | INFO migrate.versioning.api [-] 39 -> 40...  2021-12-14 17:39:15.123 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.124 | INFO migrate.versioning.api [-] 40 -> 41...  2021-12-14 17:39:15.314 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.315 | INFO migrate.versioning.api [-] 41 -> 42...  2021-12-14 17:39:15.432 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.432 | INFO migrate.versioning.api [-] 42 -> 43...  2021-12-14 17:39:15.588 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.588 | INFO migrate.versioning.api [-] 43 -> 44...  2021-12-14 17:39:15.987 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.987 | INFO migrate.versioning.api [-] 44 -> 45...  2021-12-14 17:39:15.996 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:15.996 | INFO migrate.versioning.api [-] 45 -> 46...  2021-12-14 17:39:16.003 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:16.004 | INFO migrate.versioning.api [-] 46 -> 47...  2021-12-14 17:39:16.011 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:16.012 | INFO migrate.versioning.api [-] 47 -> 48...  2021-12-14 17:39:16.020 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:16.020 | INFO migrate.versioning.api [-] 48 -> 49...  2021-12-14 17:39:16.028 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:16.028 | INFO migrate.versioning.api [-] 49 -> 50...  2021-12-14 17:39:16.149 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:16.149 | INFO migrate.versioning.api [-] 50 -> 51...  2021-12-14 17:39:16.846 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:16.846 | INFO migrate.versioning.api [-] 51 -> 52...  2021-12-14 17:39:16.994 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:16.995 | INFO migrate.versioning.api [-] 52 -> 53...  2021-12-14 17:39:17.004 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.004 | INFO migrate.versioning.api [-] 53 -> 54...  2021-12-14 17:39:17.013 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.013 | INFO migrate.versioning.api [-] 54 -> 55...  2021-12-14 17:39:17.021 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.021 | INFO migrate.versioning.api [-] 55 -> 56...  2021-12-14 17:39:17.029 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.029 | INFO migrate.versioning.api [-] 56 -> 57...  2021-12-14 17:39:17.036 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.036 | INFO migrate.versioning.api [-] 57 -> 58...  2021-12-14 17:39:17.136 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.136 | INFO migrate.versioning.api [-] 58 -> 59...  2021-12-14 17:39:17.261 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.262 | INFO migrate.versioning.api [-] 59 -> 60...  2021-12-14 17:39:17.374 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.375 | INFO migrate.versioning.api [-] 60 -> 61...  2021-12-14 17:39:17.511 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.511 | INFO migrate.versioning.api [-] 61 -> 62...  2021-12-14 17:39:17.665 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.666 | INFO migrate.versioning.api [-] 62 -> 63...  2021-12-14 17:39:17.674 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.674 | INFO migrate.versioning.api [-] 63 -> 64...  2021-12-14 17:39:17.682 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.683 | INFO migrate.versioning.api [-] 64 -> 65...  2021-12-14 17:39:17.691 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.691 | INFO migrate.versioning.api [-] 65 -> 66...  2021-12-14 17:39:17.698 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.699 | INFO migrate.versioning.api [-] 66 -> 67...  2021-12-14 17:39:17.707 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.707 | INFO migrate.versioning.api [-] 67 -> 68...  2021-12-14 17:39:17.714 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.714 | INFO migrate.versioning.api [-] 68 -> 69...  2021-12-14 17:39:17.723 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.723 | INFO migrate.versioning.api [-] 69 -> 70...  2021-12-14 17:39:17.730 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.730 | INFO migrate.versioning.api [-] 70 -> 71...  2021-12-14 17:39:17.738 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:17.738 | INFO migrate.versioning.api [-] 71 -> 72...  2021-12-14 17:39:17.745 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:18.116 | + lib/nova:init_nova:762 : recreate_database nova_cell0 2021-12-14 17:39:18.119 | + lib/database:recreate_database:110 : local db=nova_cell0 2021-12-14 17:39:18.122 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell0 2021-12-14 17:39:18.125 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell0 2021-12-14 17:39:18.127 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2021-12-14 17:39:18.131 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:39:18.146 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2021-12-14 17:39:18.149 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:39:18.163 | ++ lib/nova:init_nova:768 : database_connection_url nova_cell0 2021-12-14 17:39:18.166 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-12-14 17:39:18.169 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-12-14 17:39:18.172 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2021-12-14 17:39:18.175 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-12-14 17:39:18.178 | + lib/nova:init_nova:768 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-12-14 17:39:22.070 | ++ lib/nova:init_nova:771 : seq 1 1 2021-12-14 17:39:22.074 | + lib/nova:init_nova:771 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-14 17:39:22.076 | + lib/nova:init_nova:772 : recreate_database nova_cell1 2021-12-14 17:39:22.079 | + lib/database:recreate_database:110 : local db=nova_cell1 2021-12-14 17:39:22.082 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell1 2021-12-14 17:39:22.084 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell1 2021-12-14 17:39:22.087 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2021-12-14 17:39:22.091 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:39:22.104 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2021-12-14 17:39:22.108 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-14 17:39:22.122 | ++ lib/nova:init_nova:773 : conductor_conf 1 2021-12-14 17:39:22.125 | ++ lib/nova:conductor_conf:744 : local cell=1 2021-12-14 17:39:22.128 | ++ lib/nova:conductor_conf:745 : echo /etc/nova/nova_cell1.conf 2021-12-14 17:39:22.131 | + lib/nova:init_nova:773 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2021-12-14 17:39:25.304 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:39:25.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/375_add_access_url_to_console_auth_tokens.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/375_add_access_url_to_console_auth_tokens.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.322 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.322 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.326 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_add_instance_actions_updated_at_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_add_instance_actions_updated_at_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.357 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.357 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.371 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.371 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.468 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.468 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.469 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.469 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.470 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.470 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py... {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:39:25.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:39:25.494 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:39:25.494 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=81866) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:39:25.636 | INFO migrate.versioning.api [-] 215 -> 216...  2021-12-14 17:39:39.355 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:39.355 | INFO migrate.versioning.api [-] 216 -> 217...  2021-12-14 17:39:39.364 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:39.364 | INFO migrate.versioning.api [-] 217 -> 218...  2021-12-14 17:39:39.371 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:39.371 | INFO migrate.versioning.api [-] 218 -> 219...  2021-12-14 17:39:39.379 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:39.379 | INFO migrate.versioning.api [-] 219 -> 220...  2021-12-14 17:39:39.387 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:39.387 | INFO migrate.versioning.api [-] 220 -> 221...  2021-12-14 17:39:39.394 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:39.395 | INFO migrate.versioning.api [-] 221 -> 222...  2021-12-14 17:39:39.402 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:39.402 | INFO migrate.versioning.api [-] 222 -> 223...  2021-12-14 17:39:39.411 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:39.411 | INFO migrate.versioning.api [-] 223 -> 224...  2021-12-14 17:39:39.418 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:39.418 | INFO migrate.versioning.api [-] 224 -> 225...  2021-12-14 17:39:39.427 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:39.428 | INFO migrate.versioning.api [-] 225 -> 226...  2021-12-14 17:39:39.435 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:39.435 | INFO migrate.versioning.api [-] 226 -> 227...  2021-12-14 17:39:39.447 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:39.448 | INFO migrate.versioning.api [-] 227 -> 228...  2021-12-14 17:39:39.649 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:39.649 | INFO migrate.versioning.api [-] 228 -> 229...  2021-12-14 17:39:39.839 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:39.839 | INFO migrate.versioning.api [-] 229 -> 230...  2021-12-14 17:39:40.237 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:40.238 | INFO migrate.versioning.api [-] 230 -> 231...  2021-12-14 17:39:40.519 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:40.520 | INFO migrate.versioning.api [-] 231 -> 232...  2021-12-14 17:39:41.045 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:41.045 | INFO migrate.versioning.api [-] 232 -> 233...  2021-12-14 17:39:41.307 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:41.307 | INFO migrate.versioning.api [-] 233 -> 234...  2021-12-14 17:39:41.354 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:41.354 | INFO migrate.versioning.api [-] 234 -> 235...  2021-12-14 17:39:41.361 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:41.361 | INFO migrate.versioning.api [-] 235 -> 236...  2021-12-14 17:39:41.368 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:41.369 | INFO migrate.versioning.api [-] 236 -> 237...  2021-12-14 17:39:41.377 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:41.377 | INFO migrate.versioning.api [-] 237 -> 238...  2021-12-14 17:39:41.384 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:41.384 | INFO migrate.versioning.api [-] 238 -> 239...  2021-12-14 17:39:41.392 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:41.393 | INFO migrate.versioning.api [-] 239 -> 240...  2021-12-14 17:39:41.401 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:41.401 | INFO migrate.versioning.api [-] 240 -> 241...  2021-12-14 17:39:41.409 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:41.409 | INFO migrate.versioning.api [-] 241 -> 242...  2021-12-14 17:39:41.417 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:41.417 | INFO migrate.versioning.api [-] 242 -> 243...  2021-12-14 17:39:41.424 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:41.424 | INFO migrate.versioning.api [-] 243 -> 244...  2021-12-14 17:39:41.446 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:41.446 | INFO migrate.versioning.api [-] 244 -> 245...  2021-12-14 17:39:42.402 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:42.402 | INFO migrate.versioning.api [-] 245 -> 246...  2021-12-14 17:39:42.566 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:42.566 | INFO migrate.versioning.api [-] 246 -> 247...  2021-12-14 17:39:43.163 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:43.163 | INFO migrate.versioning.api [-] 247 -> 248...  2021-12-14 17:39:43.173 | INFO 248_add_expire_reservations_index [-] Skipped adding reservations_deleted_expire_idx because an equivalent index already exists. 2021-12-14 17:39:43.182 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:43.182 | INFO migrate.versioning.api [-] 248 -> 249...  2021-12-14 17:39:43.215 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:43.215 | INFO migrate.versioning.api [-] 249 -> 250...  2021-12-14 17:39:43.264 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:43.264 | INFO migrate.versioning.api [-] 250 -> 251...  2021-12-14 17:39:43.466 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:43.466 | INFO migrate.versioning.api [-] 251 -> 252...  2021-12-14 17:39:43.829 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:43.829 | INFO migrate.versioning.api [-] 252 -> 253...  2021-12-14 17:39:44.040 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:44.040 | INFO migrate.versioning.api [-] 253 -> 254...  2021-12-14 17:39:44.278 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:44.278 | INFO migrate.versioning.api [-] 254 -> 255...  2021-12-14 17:39:44.286 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:44.287 | INFO migrate.versioning.api [-] 255 -> 256...  2021-12-14 17:39:44.295 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:44.295 | INFO migrate.versioning.api [-] 256 -> 257...  2021-12-14 17:39:44.304 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:44.305 | INFO migrate.versioning.api [-] 257 -> 258...  2021-12-14 17:39:44.315 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:44.315 | INFO migrate.versioning.api [-] 258 -> 259...  2021-12-14 17:39:44.326 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:44.326 | INFO migrate.versioning.api [-] 259 -> 260...  2021-12-14 17:39:44.334 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:44.335 | INFO migrate.versioning.api [-] 260 -> 261...  2021-12-14 17:39:44.347 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:44.347 | INFO migrate.versioning.api [-] 261 -> 262...  2021-12-14 17:39:44.355 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:44.355 | INFO migrate.versioning.api [-] 262 -> 263...  2021-12-14 17:39:44.363 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:44.363 | INFO migrate.versioning.api [-] 263 -> 264...  2021-12-14 17:39:44.370 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:44.370 | INFO migrate.versioning.api [-] 264 -> 265...  2021-12-14 17:39:44.413 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:44.413 | INFO migrate.versioning.api [-] 265 -> 266...  2021-12-14 17:39:44.521 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:44.521 | INFO migrate.versioning.api [-] 266 -> 267...  2021-12-14 17:39:45.315 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:45.315 | INFO migrate.versioning.api [-] 267 -> 268...  2021-12-14 17:39:45.567 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:45.568 | INFO migrate.versioning.api [-] 268 -> 269...  2021-12-14 17:39:45.792 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:45.792 | INFO migrate.versioning.api [-] 269 -> 270...  2021-12-14 17:39:46.013 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:46.014 | INFO migrate.versioning.api [-] 270 -> 271...  2021-12-14 17:39:46.160 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:46.161 | INFO migrate.versioning.api [-] 271 -> 272...  2021-12-14 17:39:46.167 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:46.167 | INFO migrate.versioning.api [-] 272 -> 273...  2021-12-14 17:39:46.175 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:46.175 | INFO migrate.versioning.api [-] 273 -> 274...  2021-12-14 17:39:46.262 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:46.262 | INFO migrate.versioning.api [-] 274 -> 275...  2021-12-14 17:39:46.467 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:46.467 | INFO migrate.versioning.api [-] 275 -> 276...  2021-12-14 17:39:46.675 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:46.675 | INFO migrate.versioning.api [-] 276 -> 277...  2021-12-14 17:39:46.738 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:46.738 | INFO migrate.versioning.api [-] 277 -> 278...  2021-12-14 17:39:47.000 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.001 | INFO migrate.versioning.api [-] 278 -> 279...  2021-12-14 17:39:47.079 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.079 | INFO migrate.versioning.api [-] 279 -> 280...  2021-12-14 17:39:47.250 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.251 | INFO migrate.versioning.api [-] 280 -> 281...  2021-12-14 17:39:47.259 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.259 | INFO migrate.versioning.api [-] 281 -> 282...  2021-12-14 17:39:47.268 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.268 | INFO migrate.versioning.api [-] 282 -> 283...  2021-12-14 17:39:47.276 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.276 | INFO migrate.versioning.api [-] 283 -> 284...  2021-12-14 17:39:47.285 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.285 | INFO migrate.versioning.api [-] 284 -> 285...  2021-12-14 17:39:47.293 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.293 | INFO migrate.versioning.api [-] 285 -> 286...  2021-12-14 17:39:47.301 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.301 | INFO migrate.versioning.api [-] 286 -> 287...  2021-12-14 17:39:47.309 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.309 | INFO migrate.versioning.api [-] 287 -> 288...  2021-12-14 17:39:47.317 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.317 | INFO migrate.versioning.api [-] 288 -> 289...  2021-12-14 17:39:47.327 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.327 | INFO migrate.versioning.api [-] 289 -> 290...  2021-12-14 17:39:47.336 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.336 | INFO migrate.versioning.api [-] 290 -> 291...  2021-12-14 17:39:47.363 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.363 | INFO migrate.versioning.api [-] 291 -> 292...  2021-12-14 17:39:47.555 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.555 | INFO migrate.versioning.api [-] 292 -> 293...  2021-12-14 17:39:47.984 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:47.984 | INFO migrate.versioning.api [-] 293 -> 294...  2021-12-14 17:39:48.190 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:48.190 | INFO migrate.versioning.api [-] 294 -> 295...  2021-12-14 17:39:48.249 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:48.249 | INFO migrate.versioning.api [-] 295 -> 296...  2021-12-14 17:39:48.257 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:48.257 | INFO migrate.versioning.api [-] 296 -> 297...  2021-12-14 17:39:48.449 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:48.449 | INFO migrate.versioning.api [-] 297 -> 298...  2021-12-14 17:39:48.595 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:48.595 | INFO migrate.versioning.api [-] 298 -> 299...  2021-12-14 17:39:48.813 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:48.813 | INFO migrate.versioning.api [-] 299 -> 300...  2021-12-14 17:39:49.033 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:49.033 | INFO migrate.versioning.api [-] 300 -> 301...  2021-12-14 17:39:49.412 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:49.412 | INFO migrate.versioning.api [-] 301 -> 302...  2021-12-14 17:39:49.420 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:49.421 | INFO migrate.versioning.api [-] 302 -> 303...  2021-12-14 17:39:49.429 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:49.429 | INFO migrate.versioning.api [-] 303 -> 304...  2021-12-14 17:39:49.436 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:49.436 | INFO migrate.versioning.api [-] 304 -> 305...  2021-12-14 17:39:49.445 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:49.445 | INFO migrate.versioning.api [-] 305 -> 306...  2021-12-14 17:39:49.452 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:49.452 | INFO migrate.versioning.api [-] 306 -> 307...  2021-12-14 17:39:49.460 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:49.461 | INFO migrate.versioning.api [-] 307 -> 308...  2021-12-14 17:39:49.468 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:49.469 | INFO migrate.versioning.api [-] 308 -> 309...  2021-12-14 17:39:49.477 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:49.477 | INFO migrate.versioning.api [-] 309 -> 310...  2021-12-14 17:39:49.485 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:49.485 | INFO migrate.versioning.api [-] 310 -> 311...  2021-12-14 17:39:49.491 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:49.492 | INFO migrate.versioning.api [-] 311 -> 312...  2021-12-14 17:39:49.500 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:49.500 | INFO migrate.versioning.api [-] 312 -> 313...  2021-12-14 17:39:49.768 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:49.768 | INFO migrate.versioning.api [-] 313 -> 314...  2021-12-14 17:39:50.403 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:50.403 | INFO migrate.versioning.api [-] 314 -> 315...  2021-12-14 17:39:51.660 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:51.661 | INFO migrate.versioning.api [-] 315 -> 316...  2021-12-14 17:39:51.856 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:51.856 | INFO migrate.versioning.api [-] 316 -> 317...  2021-12-14 17:39:52.091 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:52.092 | INFO migrate.versioning.api [-] 317 -> 318...  2021-12-14 17:39:52.961 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:52.962 | INFO migrate.versioning.api [-] 318 -> 319...  2021-12-14 17:39:52.990 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:52.991 | INFO migrate.versioning.api [-] 319 -> 320...  2021-12-14 17:39:52.998 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:52.998 | INFO migrate.versioning.api [-] 320 -> 321...  2021-12-14 17:39:53.006 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:53.007 | INFO migrate.versioning.api [-] 321 -> 322...  2021-12-14 17:39:53.015 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:53.015 | INFO migrate.versioning.api [-] 322 -> 323...  2021-12-14 17:39:53.023 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:53.024 | INFO migrate.versioning.api [-] 323 -> 324...  2021-12-14 17:39:53.031 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:53.032 | INFO migrate.versioning.api [-] 324 -> 325...  2021-12-14 17:39:53.039 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:53.040 | INFO migrate.versioning.api [-] 325 -> 326...  2021-12-14 17:39:53.047 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:53.047 | INFO migrate.versioning.api [-] 326 -> 327...  2021-12-14 17:39:53.054 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:53.054 | INFO migrate.versioning.api [-] 327 -> 328...  2021-12-14 17:39:53.061 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:53.061 | INFO migrate.versioning.api [-] 328 -> 329...  2021-12-14 17:39:53.069 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:53.070 | INFO migrate.versioning.api [-] 329 -> 330...  2021-12-14 17:39:53.101 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:53.102 | INFO migrate.versioning.api [-] 330 -> 331...  2021-12-14 17:39:53.546 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:53.547 | INFO migrate.versioning.api [-] 331 -> 332...  2021-12-14 17:39:53.746 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:53.746 | INFO migrate.versioning.api [-] 332 -> 333...  2021-12-14 17:39:53.945 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:53.945 | INFO migrate.versioning.api [-] 333 -> 334...  2021-12-14 17:39:54.165 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.165 | INFO migrate.versioning.api [-] 334 -> 335...  2021-12-14 17:39:54.173 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.173 | INFO migrate.versioning.api [-] 335 -> 336...  2021-12-14 17:39:54.180 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.180 | INFO migrate.versioning.api [-] 336 -> 337...  2021-12-14 17:39:54.187 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.188 | INFO migrate.versioning.api [-] 337 -> 338...  2021-12-14 17:39:54.195 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.195 | INFO migrate.versioning.api [-] 338 -> 339...  2021-12-14 17:39:54.202 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.202 | INFO migrate.versioning.api [-] 339 -> 340...  2021-12-14 17:39:54.211 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.211 | INFO migrate.versioning.api [-] 340 -> 341...  2021-12-14 17:39:54.218 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.219 | INFO migrate.versioning.api [-] 341 -> 342...  2021-12-14 17:39:54.227 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.227 | INFO migrate.versioning.api [-] 342 -> 343...  2021-12-14 17:39:54.235 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.235 | INFO migrate.versioning.api [-] 343 -> 344...  2021-12-14 17:39:54.243 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.243 | INFO migrate.versioning.api [-] 344 -> 345...  2021-12-14 17:39:54.283 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.284 | INFO migrate.versioning.api [-] 345 -> 346...  2021-12-14 17:39:54.562 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.562 | INFO migrate.versioning.api [-] 346 -> 347...  2021-12-14 17:39:54.668 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.668 | INFO migrate.versioning.api [-] 347 -> 348...  2021-12-14 17:39:54.677 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.677 | INFO migrate.versioning.api [-] 348 -> 349...  2021-12-14 17:39:54.685 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.685 | INFO migrate.versioning.api [-] 349 -> 350...  2021-12-14 17:39:54.692 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.693 | INFO migrate.versioning.api [-] 350 -> 351...  2021-12-14 17:39:54.700 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.700 | INFO migrate.versioning.api [-] 351 -> 352...  2021-12-14 17:39:54.707 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.707 | INFO migrate.versioning.api [-] 352 -> 353...  2021-12-14 17:39:54.716 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.717 | INFO migrate.versioning.api [-] 353 -> 354...  2021-12-14 17:39:54.724 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.725 | INFO migrate.versioning.api [-] 354 -> 355...  2021-12-14 17:39:54.732 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.732 | INFO migrate.versioning.api [-] 355 -> 356...  2021-12-14 17:39:54.740 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.740 | INFO migrate.versioning.api [-] 356 -> 357...  2021-12-14 17:39:54.747 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.747 | INFO migrate.versioning.api [-] 357 -> 358...  2021-12-14 17:39:54.991 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:54.991 | INFO migrate.versioning.api [-] 358 -> 359...  2021-12-14 17:39:55.237 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:55.237 | INFO migrate.versioning.api [-] 359 -> 360...  2021-12-14 17:39:55.423 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:55.423 | INFO migrate.versioning.api [-] 360 -> 361...  2021-12-14 17:39:55.480 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:55.480 | INFO migrate.versioning.api [-] 361 -> 362...  2021-12-14 17:39:55.686 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:55.686 | INFO migrate.versioning.api [-] 362 -> 363...  2021-12-14 17:39:55.694 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:55.694 | INFO migrate.versioning.api [-] 363 -> 364...  2021-12-14 17:39:55.701 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:55.701 | INFO migrate.versioning.api [-] 364 -> 365...  2021-12-14 17:39:55.709 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:55.709 | INFO migrate.versioning.api [-] 365 -> 366...  2021-12-14 17:39:55.716 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:55.716 | INFO migrate.versioning.api [-] 366 -> 367...  2021-12-14 17:39:55.723 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:55.724 | INFO migrate.versioning.api [-] 367 -> 368...  2021-12-14 17:39:55.731 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:55.731 | INFO migrate.versioning.api [-] 368 -> 369...  2021-12-14 17:39:55.739 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:55.740 | INFO migrate.versioning.api [-] 369 -> 370...  2021-12-14 17:39:55.747 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:55.747 | INFO migrate.versioning.api [-] 370 -> 371...  2021-12-14 17:39:55.755 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:55.757 | INFO migrate.versioning.api [-] 371 -> 372...  2021-12-14 17:39:55.764 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:55.764 | INFO migrate.versioning.api [-] 372 -> 373...  2021-12-14 17:39:56.071 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.071 | INFO migrate.versioning.api [-] 373 -> 374...  2021-12-14 17:39:56.345 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.346 | INFO migrate.versioning.api [-] 374 -> 375...  2021-12-14 17:39:56.477 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.477 | INFO migrate.versioning.api [-] 375 -> 376...  2021-12-14 17:39:56.529 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.529 | INFO migrate.versioning.api [-] 376 -> 377...  2021-12-14 17:39:56.591 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.591 | INFO migrate.versioning.api [-] 377 -> 378...  2021-12-14 17:39:56.646 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.646 | INFO migrate.versioning.api [-] 378 -> 379...  2021-12-14 17:39:56.654 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.655 | INFO migrate.versioning.api [-] 379 -> 380...  2021-12-14 17:39:56.664 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.664 | INFO migrate.versioning.api [-] 380 -> 381...  2021-12-14 17:39:56.671 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.672 | INFO migrate.versioning.api [-] 381 -> 382...  2021-12-14 17:39:56.679 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.680 | INFO migrate.versioning.api [-] 382 -> 383...  2021-12-14 17:39:56.687 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.687 | INFO migrate.versioning.api [-] 383 -> 384...  2021-12-14 17:39:56.695 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.695 | INFO migrate.versioning.api [-] 384 -> 385...  2021-12-14 17:39:56.703 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.703 | INFO migrate.versioning.api [-] 385 -> 386...  2021-12-14 17:39:56.711 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.711 | INFO migrate.versioning.api [-] 386 -> 387...  2021-12-14 17:39:56.719 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.719 | INFO migrate.versioning.api [-] 387 -> 388...  2021-12-14 17:39:56.727 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.727 | INFO migrate.versioning.api [-] 388 -> 389...  2021-12-14 17:39:56.780 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.780 | INFO migrate.versioning.api [-] 389 -> 390...  2021-12-14 17:39:56.990 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:56.990 | INFO migrate.versioning.api [-] 390 -> 391...  2021-12-14 17:39:57.236 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:57.240 | INFO migrate.versioning.api [-] 391 -> 392...  2021-12-14 17:39:57.249 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:57.249 | INFO migrate.versioning.api [-] 392 -> 393...  2021-12-14 17:39:57.257 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:57.258 | INFO migrate.versioning.api [-] 393 -> 394...  2021-12-14 17:39:57.266 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:57.266 | INFO migrate.versioning.api [-] 394 -> 395...  2021-12-14 17:39:57.274 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:57.275 | INFO migrate.versioning.api [-] 395 -> 396...  2021-12-14 17:39:57.283 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:57.283 | INFO migrate.versioning.api [-] 396 -> 397...  2021-12-14 17:39:57.529 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:57.530 | INFO migrate.versioning.api [-] 397 -> 398...  2021-12-14 17:39:57.754 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:57.754 | INFO migrate.versioning.api [-] 398 -> 399...  2021-12-14 17:39:58.041 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:58.041 | INFO migrate.versioning.api [-] 399 -> 400...  2021-12-14 17:39:58.058 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:58.058 | INFO migrate.versioning.api [-] 400 -> 401...  2021-12-14 17:39:58.525 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:58.525 | INFO migrate.versioning.api [-] 401 -> 402...  2021-12-14 17:39:58.726 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:58.727 | INFO migrate.versioning.api [-] 402 -> 403...  2021-12-14 17:39:58.735 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:58.735 | INFO migrate.versioning.api [-] 403 -> 404...  2021-12-14 17:39:58.743 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:58.744 | INFO migrate.versioning.api [-] 404 -> 405...  2021-12-14 17:39:58.752 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:58.753 | INFO migrate.versioning.api [-] 405 -> 406...  2021-12-14 17:39:58.760 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:58.760 | INFO migrate.versioning.api [-] 406 -> 407...  2021-12-14 17:39:58.769 | INFO migrate.versioning.api [-] done 2021-12-14 17:39:58.769 | /usr/local/lib/python3.6/dist-packages/pymysql/cursors.py:170: Warning: (1831, "Duplicate index 'block_device_mapping_instance_uuid_virtual_name_device_name_idx' defined on the table 'nova_cell1.block_device_mapping'. This is deprecated and will be disallowed in a future release.") 2021-12-14 17:39:58.769 | result = self._query(query) 2021-12-14 17:39:58.769 | /usr/local/lib/python3.6/dist-packages/pymysql/cursors.py:170: Warning: (1831, "Duplicate index 'uniq_instances0uuid' defined on the table 'nova_cell1.instances'. This is deprecated and will be disallowed in a future release.") 2021-12-14 17:39:58.769 | result = self._query(query) 2021-12-14 17:39:59.163 | + lib/nova:init_nova:777 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2021-12-14 17:40:02.698 | DEBUG migrate.versioning.repository [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-14 17:40:02.699 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.700 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.700 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.701 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.701 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.702 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.702 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.702 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.703 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.703 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.703 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.704 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.704 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.705 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.705 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.706 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.706 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.706 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.707 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.707 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.707 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/375_add_access_url_to_console_auth_tokens.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.708 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/375_add_access_url_to_console_auth_tokens.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.708 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.709 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.709 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.709 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.710 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.710 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.710 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.711 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.711 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.712 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.712 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.712 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.713 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.713 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.713 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.714 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.714 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.715 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.715 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.715 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.716 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.716 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.716 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.717 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.717 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.718 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.718 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.718 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.719 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.719 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.719 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.720 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.720 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.721 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.721 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.721 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.722 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.722 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.722 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.723 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.723 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.724 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.724 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.724 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.725 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.725 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.725 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.726 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.726 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.727 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.727 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.727 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.728 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.728 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.728 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.729 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.729 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.730 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.730 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.730 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.731 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.731 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.731 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.732 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.732 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.733 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.733 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.733 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.734 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.734 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.734 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.735 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.735 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.736 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.736 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.736 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.737 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.737 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.738 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.738 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.738 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.739 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.739 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.739 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.740 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.740 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.741 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.741 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.741 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.742 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.742 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.742 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.743 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.743 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.744 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.744 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.744 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.745 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.745 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.745 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.746 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.746 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.747 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.747 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.747 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.748 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.748 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.748 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.749 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.749 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.750 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.750 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.750 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.751 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.751 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.751 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.752 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.752 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.753 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.753 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.753 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.754 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.754 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.755 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.755 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.755 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.756 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.756 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.756 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.757 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.757 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.758 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.758 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.758 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.759 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.759 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.759 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.760 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.760 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.761 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.761 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.761 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.762 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.762 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.762 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.763 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.763 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.764 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.766 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.766 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.767 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.767 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.768 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.768 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.768 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.769 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.769 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.770 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.770 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.770 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.771 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.771 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.771 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.772 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.772 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.773 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.773 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.773 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.774 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.774 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.774 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.775 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.775 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_add_instance_actions_updated_at_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.776 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_add_instance_actions_updated_at_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.776 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.776 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.777 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.777 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.777 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.778 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.778 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.779 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.779 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.779 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.780 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.780 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.780 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.781 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.781 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.782 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.782 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.782 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.783 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.783 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.784 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.784 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.784 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.785 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.785 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.785 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.786 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.786 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.787 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.787 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.787 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.788 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.788 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.788 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.789 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.789 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.790 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.790 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.790 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.791 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.791 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.791 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.792 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.792 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.793 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.793 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.793 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.794 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.794 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.794 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.795 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.795 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.796 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.796 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.796 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.797 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.797 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.797 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.798 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.798 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.798 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.799 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.799 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.800 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.800 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.800 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.801 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.801 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.802 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.802 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.802 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.803 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.803 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.803 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.804 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.804 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.804 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.805 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.805 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.806 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.806 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.806 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.807 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.807 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.807 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.808 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.808 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.809 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.809 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.809 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.810 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.810 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.811 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.811 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.812 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.812 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.812 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.813 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.813 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.813 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.814 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.814 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.815 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.815 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.815 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.816 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.816 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.816 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.817 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.817 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.818 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.818 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.818 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.819 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.819 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.819 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.820 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.820 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.820 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.821 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.821 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.822 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.822 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.823 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.823 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.823 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.824 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.824 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.824 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.825 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.825 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.826 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.826 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.826 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.827 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.827 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.827 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.828 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.828 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.828 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.829 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.829 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.830 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.830 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.830 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.831 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.831 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.832 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.832 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.832 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.833 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.833 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.833 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.834 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.834 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.835 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.835 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.835 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.836 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.836 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.836 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.837 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.837 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.838 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.838 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.838 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.839 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.839 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.839 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.840 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.840 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.840 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.841 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.841 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.842 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.842 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.842 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.843 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.843 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.843 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.844 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.844 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.845 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.845 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.845 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.846 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.846 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.847 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.847 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py... {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-14 17:40:02.847 | DEBUG migrate.versioning.script.base [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-14 17:40:02.848 | DEBUG migrate.versioning.repository [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-14 17:40:02.848 | DEBUG migrate.versioning.repository [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=81880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-14 17:40:02.988 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 215 -> 216...  2021-12-14 17:40:16.800 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:16.800 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 216 -> 217...  2021-12-14 17:40:16.808 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:16.808 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 217 -> 218...  2021-12-14 17:40:16.816 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:16.817 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 218 -> 219...  2021-12-14 17:40:16.824 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:16.825 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 219 -> 220...  2021-12-14 17:40:16.833 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:16.834 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 220 -> 221...  2021-12-14 17:40:16.841 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:16.841 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 221 -> 222...  2021-12-14 17:40:16.850 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:16.850 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 222 -> 223...  2021-12-14 17:40:16.857 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:16.857 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 223 -> 224...  2021-12-14 17:40:16.866 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:16.866 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 224 -> 225...  2021-12-14 17:40:16.873 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:16.873 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 225 -> 226...  2021-12-14 17:40:16.881 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:16.882 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 226 -> 227...  2021-12-14 17:40:16.894 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:16.895 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 227 -> 228...  2021-12-14 17:40:17.097 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:17.097 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 228 -> 229...  2021-12-14 17:40:17.303 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:17.304 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 229 -> 230...  2021-12-14 17:40:17.696 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:17.696 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 230 -> 231...  2021-12-14 17:40:17.977 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:17.977 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 231 -> 232...  2021-12-14 17:40:18.622 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:18.623 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 232 -> 233...  2021-12-14 17:40:18.869 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:18.870 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 233 -> 234...  2021-12-14 17:40:18.918 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:18.919 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 234 -> 235...  2021-12-14 17:40:18.927 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:18.927 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 235 -> 236...  2021-12-14 17:40:18.935 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:18.935 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 236 -> 237...  2021-12-14 17:40:18.943 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:18.943 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 237 -> 238...  2021-12-14 17:40:18.951 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:18.951 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 238 -> 239...  2021-12-14 17:40:18.958 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:18.959 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 239 -> 240...  2021-12-14 17:40:18.966 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:18.966 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 240 -> 241...  2021-12-14 17:40:18.974 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:18.975 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 241 -> 242...  2021-12-14 17:40:18.982 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:18.982 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 242 -> 243...  2021-12-14 17:40:18.991 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:18.991 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 243 -> 244...  2021-12-14 17:40:19.013 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:19.013 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 244 -> 245...  2021-12-14 17:40:19.977 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:19.978 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 245 -> 246...  2021-12-14 17:40:20.124 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:20.124 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 246 -> 247...  2021-12-14 17:40:20.720 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:20.721 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 247 -> 248...  2021-12-14 17:40:20.730 | INFO 248_add_expire_reservations_index [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] Skipped adding reservations_deleted_expire_idx because an equivalent index already exists. 2021-12-14 17:40:20.737 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:20.738 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 248 -> 249...  2021-12-14 17:40:20.771 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:20.771 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 249 -> 250...  2021-12-14 17:40:20.807 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:20.808 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 250 -> 251...  2021-12-14 17:40:21.016 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.017 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 251 -> 252...  2021-12-14 17:40:21.368 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.368 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 252 -> 253...  2021-12-14 17:40:21.562 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.562 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 253 -> 254...  2021-12-14 17:40:21.784 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.784 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 254 -> 255...  2021-12-14 17:40:21.792 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.792 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 255 -> 256...  2021-12-14 17:40:21.801 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.801 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 256 -> 257...  2021-12-14 17:40:21.809 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.809 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 257 -> 258...  2021-12-14 17:40:21.821 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.821 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 258 -> 259...  2021-12-14 17:40:21.830 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.830 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 259 -> 260...  2021-12-14 17:40:21.838 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.838 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 260 -> 261...  2021-12-14 17:40:21.846 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.846 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 261 -> 262...  2021-12-14 17:40:21.854 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.854 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 262 -> 263...  2021-12-14 17:40:21.861 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.861 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 263 -> 264...  2021-12-14 17:40:21.868 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.869 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 264 -> 265...  2021-12-14 17:40:21.940 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:21.940 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 265 -> 266...  2021-12-14 17:40:22.047 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:22.047 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 266 -> 267...  2021-12-14 17:40:22.736 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:22.736 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 267 -> 268...  2021-12-14 17:40:22.988 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:22.989 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 268 -> 269...  2021-12-14 17:40:23.209 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:23.209 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 269 -> 270...  2021-12-14 17:40:23.429 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:23.430 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 270 -> 271...  2021-12-14 17:40:23.563 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:23.563 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 271 -> 272...  2021-12-14 17:40:23.571 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:23.571 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 272 -> 273...  2021-12-14 17:40:23.580 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:23.580 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 273 -> 274...  2021-12-14 17:40:23.667 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:23.667 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 274 -> 275...  2021-12-14 17:40:23.860 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:23.860 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 275 -> 276...  2021-12-14 17:40:24.076 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.076 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 276 -> 277...  2021-12-14 17:40:24.131 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.132 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 277 -> 278...  2021-12-14 17:40:24.391 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.391 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 278 -> 279...  2021-12-14 17:40:24.454 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.455 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 279 -> 280...  2021-12-14 17:40:24.626 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.626 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 280 -> 281...  2021-12-14 17:40:24.635 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.635 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 281 -> 282...  2021-12-14 17:40:24.644 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.645 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 282 -> 283...  2021-12-14 17:40:24.652 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.652 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 283 -> 284...  2021-12-14 17:40:24.660 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.660 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 284 -> 285...  2021-12-14 17:40:24.668 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.668 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 285 -> 286...  2021-12-14 17:40:24.675 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.676 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 286 -> 287...  2021-12-14 17:40:24.683 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.684 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 287 -> 288...  2021-12-14 17:40:24.691 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.691 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 288 -> 289...  2021-12-14 17:40:24.699 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.699 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 289 -> 290...  2021-12-14 17:40:24.708 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.708 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 290 -> 291...  2021-12-14 17:40:24.738 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.738 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 291 -> 292...  2021-12-14 17:40:24.952 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:24.953 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 292 -> 293...  2021-12-14 17:40:25.372 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:25.372 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 293 -> 294...  2021-12-14 17:40:25.575 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:25.575 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 294 -> 295...  2021-12-14 17:40:25.630 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:25.631 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 295 -> 296...  2021-12-14 17:40:25.638 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:25.639 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 296 -> 297...  2021-12-14 17:40:25.848 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:25.849 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 297 -> 298...  2021-12-14 17:40:25.989 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:25.990 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 298 -> 299...  2021-12-14 17:40:26.179 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:26.180 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 299 -> 300...  2021-12-14 17:40:26.371 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:26.371 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 300 -> 301...  2021-12-14 17:40:26.756 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:26.757 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 301 -> 302...  2021-12-14 17:40:26.768 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:26.768 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 302 -> 303...  2021-12-14 17:40:26.776 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:26.777 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 303 -> 304...  2021-12-14 17:40:26.784 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:26.784 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 304 -> 305...  2021-12-14 17:40:26.792 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:26.792 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 305 -> 306...  2021-12-14 17:40:26.800 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:26.800 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 306 -> 307...  2021-12-14 17:40:26.807 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:26.808 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 307 -> 308...  2021-12-14 17:40:26.816 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:26.816 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 308 -> 309...  2021-12-14 17:40:26.824 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:26.824 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 309 -> 310...  2021-12-14 17:40:26.831 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:26.832 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 310 -> 311...  2021-12-14 17:40:26.838 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:26.839 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 311 -> 312...  2021-12-14 17:40:26.846 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:26.846 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 312 -> 313...  2021-12-14 17:40:27.093 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:27.093 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 313 -> 314...  2021-12-14 17:40:27.728 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:27.729 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 314 -> 315...  2021-12-14 17:40:28.978 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:28.980 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 315 -> 316...  2021-12-14 17:40:29.184 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:29.184 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 316 -> 317...  2021-12-14 17:40:29.427 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:29.427 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 317 -> 318...  2021-12-14 17:40:30.300 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:30.301 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 318 -> 319...  2021-12-14 17:40:30.336 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:30.336 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 319 -> 320...  2021-12-14 17:40:30.344 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:30.345 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 320 -> 321...  2021-12-14 17:40:30.352 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:30.353 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 321 -> 322...  2021-12-14 17:40:30.361 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:30.361 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 322 -> 323...  2021-12-14 17:40:30.370 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:30.370 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 323 -> 324...  2021-12-14 17:40:30.377 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:30.378 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 324 -> 325...  2021-12-14 17:40:30.386 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:30.386 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 325 -> 326...  2021-12-14 17:40:30.396 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:30.396 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 326 -> 327...  2021-12-14 17:40:30.404 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:30.404 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 327 -> 328...  2021-12-14 17:40:30.411 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:30.411 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 328 -> 329...  2021-12-14 17:40:30.418 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:30.418 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 329 -> 330...  2021-12-14 17:40:30.455 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:30.455 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 330 -> 331...  2021-12-14 17:40:30.911 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:30.912 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 331 -> 332...  2021-12-14 17:40:31.114 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.115 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 332 -> 333...  2021-12-14 17:40:31.330 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.330 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 333 -> 334...  2021-12-14 17:40:31.548 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.548 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 334 -> 335...  2021-12-14 17:40:31.557 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.557 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 335 -> 336...  2021-12-14 17:40:31.565 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.566 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 336 -> 337...  2021-12-14 17:40:31.574 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.574 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 337 -> 338...  2021-12-14 17:40:31.583 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.583 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 338 -> 339...  2021-12-14 17:40:31.591 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.592 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 339 -> 340...  2021-12-14 17:40:31.600 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.600 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 340 -> 341...  2021-12-14 17:40:31.607 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.607 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 341 -> 342...  2021-12-14 17:40:31.615 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.616 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 342 -> 343...  2021-12-14 17:40:31.624 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.624 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 343 -> 344...  2021-12-14 17:40:31.631 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.632 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 344 -> 345...  2021-12-14 17:40:31.666 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.667 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 345 -> 346...  2021-12-14 17:40:31.939 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:31.939 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 346 -> 347...  2021-12-14 17:40:32.052 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.053 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 347 -> 348...  2021-12-14 17:40:32.061 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.062 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 348 -> 349...  2021-12-14 17:40:32.070 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.070 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 349 -> 350...  2021-12-14 17:40:32.083 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.083 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 350 -> 351...  2021-12-14 17:40:32.091 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.092 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 351 -> 352...  2021-12-14 17:40:32.100 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.101 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 352 -> 353...  2021-12-14 17:40:32.109 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.109 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 353 -> 354...  2021-12-14 17:40:32.117 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.118 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 354 -> 355...  2021-12-14 17:40:32.125 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.126 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 355 -> 356...  2021-12-14 17:40:32.135 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.136 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 356 -> 357...  2021-12-14 17:40:32.144 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.145 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 357 -> 358...  2021-12-14 17:40:32.364 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.364 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 358 -> 359...  2021-12-14 17:40:32.620 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.621 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 359 -> 360...  2021-12-14 17:40:32.810 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.810 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 360 -> 361...  2021-12-14 17:40:32.858 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:32.859 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 361 -> 362...  2021-12-14 17:40:33.084 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.085 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 362 -> 363...  2021-12-14 17:40:33.093 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.093 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 363 -> 364...  2021-12-14 17:40:33.101 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.101 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 364 -> 365...  2021-12-14 17:40:33.109 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.109 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 365 -> 366...  2021-12-14 17:40:33.117 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.117 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 366 -> 367...  2021-12-14 17:40:33.125 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.125 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 367 -> 368...  2021-12-14 17:40:33.135 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.136 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 368 -> 369...  2021-12-14 17:40:33.144 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.145 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 369 -> 370...  2021-12-14 17:40:33.155 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.155 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 370 -> 371...  2021-12-14 17:40:33.164 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.164 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 371 -> 372...  2021-12-14 17:40:33.171 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.171 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 372 -> 373...  2021-12-14 17:40:33.479 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.480 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 373 -> 374...  2021-12-14 17:40:33.756 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.757 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 374 -> 375...  2021-12-14 17:40:33.890 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.890 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 375 -> 376...  2021-12-14 17:40:33.944 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:33.944 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 376 -> 377...  2021-12-14 17:40:34.003 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.003 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 377 -> 378...  2021-12-14 17:40:34.068 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.069 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 378 -> 379...  2021-12-14 17:40:34.077 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.077 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 379 -> 380...  2021-12-14 17:40:34.086 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.086 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 380 -> 381...  2021-12-14 17:40:34.095 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.095 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 381 -> 382...  2021-12-14 17:40:34.104 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.104 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 382 -> 383...  2021-12-14 17:40:34.113 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.113 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 383 -> 384...  2021-12-14 17:40:34.121 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.121 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 384 -> 385...  2021-12-14 17:40:34.135 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.136 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 385 -> 386...  2021-12-14 17:40:34.144 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.144 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 386 -> 387...  2021-12-14 17:40:34.152 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.152 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 387 -> 388...  2021-12-14 17:40:34.160 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.160 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 388 -> 389...  2021-12-14 17:40:34.213 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.214 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 389 -> 390...  2021-12-14 17:40:34.419 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.420 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 390 -> 391...  2021-12-14 17:40:34.671 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.671 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 391 -> 392...  2021-12-14 17:40:34.680 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.681 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 392 -> 393...  2021-12-14 17:40:34.689 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.690 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 393 -> 394...  2021-12-14 17:40:34.699 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.699 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 394 -> 395...  2021-12-14 17:40:34.708 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.708 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 395 -> 396...  2021-12-14 17:40:34.716 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.717 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 396 -> 397...  2021-12-14 17:40:34.970 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:34.970 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 397 -> 398...  2021-12-14 17:40:35.174 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:35.174 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 398 -> 399...  2021-12-14 17:40:35.466 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:35.466 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 399 -> 400...  2021-12-14 17:40:35.483 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:35.483 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 400 -> 401...  2021-12-14 17:40:35.955 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:35.955 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 401 -> 402...  2021-12-14 17:40:36.183 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:36.184 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 402 -> 403...  2021-12-14 17:40:36.191 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:36.192 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 403 -> 404...  2021-12-14 17:40:36.199 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:36.199 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 404 -> 405...  2021-12-14 17:40:36.206 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:36.207 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 405 -> 406...  2021-12-14 17:40:36.214 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:36.215 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] 406 -> 407...  2021-12-14 17:40:36.223 | INFO migrate.versioning.api [None req-689ae78b-ec58-4b9b-8f28-47be47b33660 None None] done 2021-12-14 17:40:36.254 | /usr/local/lib/python3.6/dist-packages/pymysql/cursors.py:170: Warning: (1831, "Duplicate index 'block_device_mapping_instance_uuid_virtual_name_device_name_idx' defined on the table 'nova_cell0.block_device_mapping'. This is deprecated and will be disallowed in a future release.") 2021-12-14 17:40:36.254 | result = self._query(query) 2021-12-14 17:40:36.254 | /usr/local/lib/python3.6/dist-packages/pymysql/cursors.py:170: Warning: (1831, "Duplicate index 'uniq_instances0uuid' defined on the table 'nova_cell0.instances'. This is deprecated and will be disallowed in a future release.") 2021-12-14 17:40:36.254 | result = self._query(query) 2021-12-14 17:40:36.692 | + lib/nova:init_nova:781 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2021-12-14 17:40:40.390 | Running batches of 50 until complete 2021-12-14 17:40:40.390 | +-------------------------------------+--------------+-----------+ 2021-12-14 17:40:40.390 | | Migration | Total Needed | Completed | 2021-12-14 17:40:40.390 | +-------------------------------------+--------------+-----------+ 2021-12-14 17:40:40.390 | | fill_virtual_interface_list | 0 | 0 | 2021-12-14 17:40:40.390 | | migrate_empty_ratio | 0 | 0 | 2021-12-14 17:40:40.390 | | migrate_quota_classes_to_api_db | 0 | 0 | 2021-12-14 17:40:40.390 | | migrate_quota_limits_to_api_db | 0 | 0 | 2021-12-14 17:40:40.390 | | migration_migrate_to_uuid | 0 | 0 | 2021-12-14 17:40:40.390 | | populate_missing_availability_zones | 0 | 0 | 2021-12-14 17:40:40.390 | | populate_queued_for_delete | 0 | 0 | 2021-12-14 17:40:40.390 | | populate_user_id | 0 | 0 | 2021-12-14 17:40:40.390 | | populate_uuids | 0 | 0 | 2021-12-14 17:40:40.390 | +-------------------------------------+--------------+-----------+ 2021-12-14 17:40:40.807 | ++ lib/nova:init_nova:784 : seq 1 1 2021-12-14 17:40:40.811 | + lib/nova:init_nova:784 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-14 17:40:40.814 | ++ lib/nova:init_nova:785 : conductor_conf 1 2021-12-14 17:40:40.817 | ++ lib/nova:conductor_conf:744 : local cell=1 2021-12-14 17:40:40.820 | ++ lib/nova:conductor_conf:745 : echo /etc/nova/nova_cell1.conf 2021-12-14 17:40:40.823 | + lib/nova:init_nova:785 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2021-12-14 17:40:44.357 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2021-12-14 17:40:44.358 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2021-12-14 17:40:44.783 | + lib/nova:init_nova:789 : create_nova_keys_dir 2021-12-14 17:40:44.786 | + lib/nova:create_nova_keys_dir:751 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2021-12-14 17:40:44.798 | + lib/nova:init_nova:791 : [[ '' == \L\V\M ]] 2021-12-14 17:40:44.801 | + ./stack.sh:main:1209 : is_service_enabled neutron 2021-12-14 17:40:44.819 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:40:44.821 | + ./stack.sh:main:1210 : configure_neutron_nova 2021-12-14 17:40:44.824 | + lib/neutron:configure_neutron_nova:616 : is_neutron_legacy_enabled 2021-12-14 17:40:44.828 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-14 17:40:44.828 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-14 17:40:44.833 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-14 17:40:44.836 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-14 17:40:44.838 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-12-14 17:40:44.841 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-14 17:40:44.843 | + lib/neutron:configure_neutron_nova:618 : create_nova_conf_neutron /etc/nova/nova.conf 2021-12-14 17:40:44.846 | + lib/neutron-legacy:create_nova_conf_neutron:375 : local conf=/etc/nova/nova.conf 2021-12-14 17:40:44.848 | + lib/neutron-legacy:create_nova_conf_neutron:376 : iniset /etc/nova/nova.conf neutron auth_type password 2021-12-14 17:40:44.873 | + lib/neutron-legacy:create_nova_conf_neutron:377 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.53/identity 2021-12-14 17:40:44.900 | + lib/neutron-legacy:create_nova_conf_neutron:378 : iniset /etc/nova/nova.conf neutron username neutron 2021-12-14 17:40:44.926 | + lib/neutron-legacy:create_nova_conf_neutron:379 : iniset /etc/nova/nova.conf neutron password Passw0rd 2021-12-14 17:40:44.952 | + lib/neutron-legacy:create_nova_conf_neutron:380 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2021-12-14 17:40:44.980 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova.conf neutron project_name service 2021-12-14 17:40:45.006 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2021-12-14 17:40:45.033 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2021-12-14 17:40:45.059 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2021-12-14 17:40:45.086 | + lib/neutron-legacy:create_nova_conf_neutron:387 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2021-12-14 17:40:45.088 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-12-14 17:40:45.091 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-12-14 17:40:45.094 | + lib/neutron-legacy:create_nova_conf_neutron:389 : is_service_enabled q-meta 2021-12-14 17:40:45.110 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:40:45.113 | + lib/neutron-legacy:create_nova_conf_neutron:390 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2021-12-14 17:40:45.139 | + lib/neutron-legacy:create_nova_conf_neutron:393 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2021-12-14 17:40:45.166 | + lib/neutron-legacy:create_nova_conf_neutron:394 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2021-12-14 17:40:45.193 | + lib/neutron:configure_neutron_nova:619 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2021-12-14 17:40:45.196 | ++ lib/neutron:configure_neutron_nova:620 : seq 1 1 2021-12-14 17:40:45.200 | + lib/neutron:configure_neutron_nova:620 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-14 17:40:45.202 | + lib/neutron:configure_neutron_nova:621 : local conf 2021-12-14 17:40:45.206 | ++ lib/neutron:configure_neutron_nova:622 : conductor_conf 1 2021-12-14 17:40:45.208 | ++ lib/nova:conductor_conf:744 : local cell=1 2021-12-14 17:40:45.211 | ++ lib/nova:conductor_conf:745 : echo /etc/nova/nova_cell1.conf 2021-12-14 17:40:45.214 | + lib/neutron:configure_neutron_nova:622 : conf=/etc/nova/nova_cell1.conf 2021-12-14 17:40:45.216 | + lib/neutron:configure_neutron_nova:623 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2021-12-14 17:40:45.219 | + lib/neutron-legacy:create_nova_conf_neutron:375 : local conf=/etc/nova/nova_cell1.conf 2021-12-14 17:40:45.222 | + lib/neutron-legacy:create_nova_conf_neutron:376 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2021-12-14 17:40:45.250 | + lib/neutron-legacy:create_nova_conf_neutron:377 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.53/identity 2021-12-14 17:40:45.276 | + lib/neutron-legacy:create_nova_conf_neutron:378 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2021-12-14 17:40:45.302 | + lib/neutron-legacy:create_nova_conf_neutron:379 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2021-12-14 17:40:45.335 | + lib/neutron-legacy:create_nova_conf_neutron:380 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2021-12-14 17:40:45.362 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2021-12-14 17:40:45.389 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2021-12-14 17:40:45.415 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2021-12-14 17:40:45.442 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2021-12-14 17:40:45.468 | + lib/neutron-legacy:create_nova_conf_neutron:387 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2021-12-14 17:40:45.471 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-12-14 17:40:45.473 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-12-14 17:40:45.476 | + lib/neutron-legacy:create_nova_conf_neutron:389 : is_service_enabled q-meta 2021-12-14 17:40:45.492 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:40:45.495 | + lib/neutron-legacy:create_nova_conf_neutron:390 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2021-12-14 17:40:45.522 | + lib/neutron-legacy:create_nova_conf_neutron:393 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2021-12-14 17:40:45.548 | + lib/neutron-legacy:create_nova_conf_neutron:394 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2021-12-14 17:40:45.575 | + ./stack.sh:main:1219 : run_phase stack post-config 2021-12-14 17:40:45.577 | + functions-common:run_phase:1759 : local mode=stack 2021-12-14 17:40:45.580 | + functions-common:run_phase:1760 : local phase=post-config 2021-12-14 17:40:45.583 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-14 17:40:45.585 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-12-14 17:40:45.588 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-14 17:40:45.591 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-12-14 17:40:45.593 | + functions-common:run_phase:1769 : local extra 2021-12-14 17:40:45.596 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-14 17:40:45.600 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-12-14 17:40:45.603 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-14 17:40:45.605 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-14 17:40:45.608 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2021-12-14 17:40:45.611 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-14 17:40:45.627 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:40:45.629 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-12-14 17:40:45.632 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:40:45.634 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2021-12-14 17:40:45.637 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:40:45.640 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-12-14 17:40:45.642 | ++ extras.d/80-tempest.sh:source:12 : : 2021-12-14 17:40:45.645 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-12-14 17:40:45.647 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-12-14 17:40:45.650 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-12-14 17:40:45.652 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-14 17:40:45.655 | + functions-common:run_phase:1786 : run_plugins stack post-config 2021-12-14 17:40:45.657 | + functions-common:run_plugins:1745 : local mode=stack 2021-12-14 17:40:45.660 | + functions-common:run_plugins:1746 : local phase=post-config 2021-12-14 17:40:45.663 | + functions-common:run_plugins:1748 : local plugins= 2021-12-14 17:40:45.665 | + functions-common:run_plugins:1749 : local plugin 2021-12-14 17:40:45.668 | + ./stack.sh:main:1227 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2021-12-14 17:40:45.671 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-12-14 17:40:45.673 | + inc/meta-config:merge_config_group:171 : shift 2021-12-14 17:40:45.676 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2021-12-14 17:40:45.678 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-14 17:40:45.681 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-12-14 17:40:45.683 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-12-14 17:40:45.686 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2021-12-14 17:40:45.689 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-12-14 17:40:45.692 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2021-12-14 17:40:45.694 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-14 17:40:45.697 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2021-12-14 17:40:45.697 | /^\[\[.+\|.*\]\]/ { 2021-12-14 17:40:45.697 | gsub("[][]", "", $1); 2021-12-14 17:40:45.697 | split($1, a, "|"); 2021-12-14 17:40:45.697 | if (a[1] == matchgroup) 2021-12-14 17:40:45.697 | print a[2] 2021-12-14 17:40:45.697 | } 2021-12-14 17:40:45.697 | ' /home/ubuntu/devstack/local.conf 2021-12-14 17:40:45.703 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-12-14 17:40:45.706 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-12-14 17:40:45.709 | + inc/meta-config:merge_config_group:180 : local dir 2021-12-14 17:40:45.712 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2021-12-14 17:40:45.714 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2021-12-14 17:40:45.718 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2021-12-14 17:40:45.720 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2021-12-14 17:40:45.723 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2021-12-14 17:40:45.727 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2021-12-14 17:40:45.730 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2021-12-14 17:40:45.732 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-12-14 17:40:45.735 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-12-14 17:40:45.738 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-12-14 17:40:45.740 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2021-12-14 17:40:45.743 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-12-14 17:40:45.746 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2021-12-14 17:40:45.748 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2021-12-14 17:40:45.752 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2021-12-14 17:40:45.754 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2021-12-14 17:40:45.758 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-12-14 17:40:45.758 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:45.759 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2021-12-14 17:40:45.759 | BEGIN { 2021-12-14 17:40:45.759 | section = "" 2021-12-14 17:40:45.759 | last_section = "" 2021-12-14 17:40:45.759 | section_count = 0 2021-12-14 17:40:45.759 | } 2021-12-14 17:40:45.759 | /^\[.+\]/ { 2021-12-14 17:40:45.759 | gsub("[][]", "", $1); 2021-12-14 17:40:45.759 | section=$1 2021-12-14 17:40:45.759 | next 2021-12-14 17:40:45.759 | } 2021-12-14 17:40:45.759 | /^ *\#/ { 2021-12-14 17:40:45.759 | next 2021-12-14 17:40:45.759 | } 2021-12-14 17:40:45.759 | /^[^ \t]+/ { 2021-12-14 17:40:45.759 | # get offset of first = in $0 2021-12-14 17:40:45.759 | eq_idx = index($0, "=") 2021-12-14 17:40:45.759 | # extract attr & value from $0 2021-12-14 17:40:45.759 | attr = substr($0, 1, eq_idx - 1) 2021-12-14 17:40:45.759 | value = substr($0, eq_idx + 1) 2021-12-14 17:40:45.759 | # only need to strip trailing whitespace from attr 2021-12-14 17:40:45.759 | sub(/[ \t]*$/, "", attr) 2021-12-14 17:40:45.759 | # need to strip leading & trailing whitespace from value 2021-12-14 17:40:45.759 | sub(/^[ \t]*/, "", value) 2021-12-14 17:40:45.759 | sub(/[ \t]*$/, "", value) 2021-12-14 17:40:45.759 | 2021-12-14 17:40:45.759 | # cfg_attr_count: number of config lines per [section, attr] 2021-12-14 17:40:45.759 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-12-14 17:40:45.759 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-12-14 17:40:45.759 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-12-14 17:40:45.760 | if (! (section, attr) in cfg_attr_count) { 2021-12-14 17:40:45.760 | if (section != last_section) { 2021-12-14 17:40:45.760 | cfg_section[section_count++] = section 2021-12-14 17:40:45.760 | last_section = section 2021-12-14 17:40:45.760 | } 2021-12-14 17:40:45.760 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-12-14 17:40:45.760 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-12-14 17:40:45.760 | 2021-12-14 17:40:45.760 | cfg_attr[section, attr, 0] = value 2021-12-14 17:40:45.760 | cfg_attr_count[section, attr] = 1 2021-12-14 17:40:45.760 | } else { 2021-12-14 17:40:45.760 | lno = cfg_attr_count[section, attr]++ 2021-12-14 17:40:45.760 | cfg_attr[section, attr, lno] = value 2021-12-14 17:40:45.760 | } 2021-12-14 17:40:45.760 | } 2021-12-14 17:40:45.760 | END { 2021-12-14 17:40:45.760 | # Process each section in order 2021-12-14 17:40:45.760 | for (sno = 0; sno < section_count; sno++) { 2021-12-14 17:40:45.760 | section = cfg_section[sno] 2021-12-14 17:40:45.760 | # The ini routines simply append a config item immediately 2021-12-14 17:40:45.760 | # after the section header. To keep the same order as defined 2021-12-14 17:40:45.760 | # in local.conf, invoke the ini routines in the reverse order 2021-12-14 17:40:45.760 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-12-14 17:40:45.760 | attr = cfg_sec_attr_name[sno, attr_no] 2021-12-14 17:40:45.760 | if (cfg_attr_count[section, attr] == 1) 2021-12-14 17:40:45.760 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-12-14 17:40:45.760 | else { 2021-12-14 17:40:45.760 | # For multiline, invoke the ini routines in the reverse order 2021-12-14 17:40:45.760 | count = cfg_attr_count[section, attr] 2021-12-14 17:40:45.760 | print "inidelete " configfile " " section " " attr 2021-12-14 17:40:45.760 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-12-14 17:40:45.760 | for (l = count -2; l >= 0; l--) 2021-12-14 17:40:45.760 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-12-14 17:40:45.760 | } 2021-12-14 17:40:45.761 | } 2021-12-14 17:40:45.761 | } 2021-12-14 17:40:45.761 | } 2021-12-14 17:40:45.761 | ' 2021-12-14 17:40:45.761 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-12-14 17:40:45.763 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-12-14 17:40:45.766 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2021-12-14 17:40:45.769 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-14 17:40:45.771 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2021-12-14 17:40:45.774 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2021-12-14 17:40:45.774 | BEGIN { group = "" } 2021-12-14 17:40:45.774 | /^\[\[.+\|.*\]\]/ { 2021-12-14 17:40:45.774 | gsub("[][]", "", $1); 2021-12-14 17:40:45.774 | split($1, a, "|"); 2021-12-14 17:40:45.774 | if (a[1] == matchgroup && a[2] == configfile) { 2021-12-14 17:40:45.774 | group=a[1] 2021-12-14 17:40:45.774 | } else { 2021-12-14 17:40:45.774 | group="" 2021-12-14 17:40:45.774 | } 2021-12-14 17:40:45.774 | next 2021-12-14 17:40:45.774 | } 2021-12-14 17:40:45.774 | { 2021-12-14 17:40:45.774 | if (group != "") 2021-12-14 17:40:45.774 | print $0 2021-12-14 17:40:45.774 | } 2021-12-14 17:40:45.774 | ' /home/ubuntu/devstack/local.conf 2021-12-14 17:40:45.781 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT scheduler_default_filters "RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter"' 2021-12-14 17:40:45.783 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT scheduler_default_filters RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter 2021-12-14 17:40:45.810 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:45.813 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2021-12-14 17:40:45.816 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2021-12-14 17:40:45.852 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:45.855 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2021-12-14 17:40:45.858 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2021-12-14 17:40:45.887 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:45.890 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2021-12-14 17:40:45.892 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2021-12-14 17:40:45.922 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:45.925 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2021-12-14 17:40:45.928 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2021-12-14 17:40:45.955 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:45.958 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2021-12-14 17:40:45.961 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2021-12-14 17:40:45.992 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:45.995 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.53/identity"' 2021-12-14 17:40:45.998 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.53/identity 2021-12-14 17:40:46.028 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.030 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2021-12-14 17:40:46.033 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2021-12-14 17:40:46.062 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.065 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2021-12-14 17:40:46.068 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-12-14 17:40:46.097 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.099 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2021-12-14 17:40:46.102 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-12-14 17:40:46.131 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.133 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2021-12-14 17:40:46.136 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2021-12-14 17:40:46.164 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.167 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2021-12-14 17:40:46.169 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-12-14 17:40:46.198 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.200 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2021-12-14 17:40:46.203 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2021-12-14 17:40:46.231 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.234 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-12-14 17:40:46.237 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-12-14 17:40:46.240 | + inc/meta-config:merge_config_group:180 : local dir 2021-12-14 17:40:46.243 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2021-12-14 17:40:46.246 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2021-12-14 17:40:46.249 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2021-12-14 17:40:46.252 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2021-12-14 17:40:46.255 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2021-12-14 17:40:46.259 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2021-12-14 17:40:46.261 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2021-12-14 17:40:46.264 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-12-14 17:40:46.267 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-12-14 17:40:46.270 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-12-14 17:40:46.273 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2021-12-14 17:40:46.276 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-12-14 17:40:46.279 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2021-12-14 17:40:46.282 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2021-12-14 17:40:46.286 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2021-12-14 17:40:46.288 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2021-12-14 17:40:46.291 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-12-14 17:40:46.293 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2021-12-14 17:40:46.293 | BEGIN { 2021-12-14 17:40:46.293 | section = "" 2021-12-14 17:40:46.293 | last_section = "" 2021-12-14 17:40:46.293 | section_count = 0 2021-12-14 17:40:46.293 | } 2021-12-14 17:40:46.293 | /^\[.+\]/ { 2021-12-14 17:40:46.293 | gsub("[][]", "", $1); 2021-12-14 17:40:46.293 | section=$1 2021-12-14 17:40:46.293 | next 2021-12-14 17:40:46.293 | } 2021-12-14 17:40:46.293 | /^ *\#/ { 2021-12-14 17:40:46.293 | next 2021-12-14 17:40:46.293 | } 2021-12-14 17:40:46.293 | /^[^ \t]+/ { 2021-12-14 17:40:46.293 | # get offset of first = in $0 2021-12-14 17:40:46.293 | eq_idx = index($0, "=") 2021-12-14 17:40:46.293 | # extract attr & value from $0 2021-12-14 17:40:46.293 | attr = substr($0, 1, eq_idx - 1) 2021-12-14 17:40:46.293 | value = substr($0, eq_idx + 1) 2021-12-14 17:40:46.293 | # only need to strip trailing whitespace from attr 2021-12-14 17:40:46.293 | sub(/[ \t]*$/, "", attr) 2021-12-14 17:40:46.293 | # need to strip leading & trailing whitespace from value 2021-12-14 17:40:46.293 | sub(/^[ \t]*/, "", value) 2021-12-14 17:40:46.293 | sub(/[ \t]*$/, "", value) 2021-12-14 17:40:46.293 | 2021-12-14 17:40:46.293 | # cfg_attr_count: number of config lines per [section, attr] 2021-12-14 17:40:46.293 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-12-14 17:40:46.294 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-12-14 17:40:46.294 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-12-14 17:40:46.294 | if (! (section, attr) in cfg_attr_count) { 2021-12-14 17:40:46.294 | if (section != last_section) { 2021-12-14 17:40:46.294 | cfg_section[section_count++] = section 2021-12-14 17:40:46.294 | last_section = section 2021-12-14 17:40:46.294 | } 2021-12-14 17:40:46.294 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-12-14 17:40:46.294 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-12-14 17:40:46.294 | 2021-12-14 17:40:46.294 | cfg_attr[section, attr, 0] = value 2021-12-14 17:40:46.294 | cfg_attr_count[section, attr] = 1 2021-12-14 17:40:46.294 | } else { 2021-12-14 17:40:46.294 | lno = cfg_attr_count[section, attr]++ 2021-12-14 17:40:46.294 | cfg_attr[section, attr, lno] = value 2021-12-14 17:40:46.294 | } 2021-12-14 17:40:46.294 | } 2021-12-14 17:40:46.294 | END { 2021-12-14 17:40:46.294 | # Process each section in order 2021-12-14 17:40:46.294 | for (sno = 0; sno < section_count; sno++) { 2021-12-14 17:40:46.294 | section = cfg_section[sno] 2021-12-14 17:40:46.294 | # The ini routines simply append a config item immediately 2021-12-14 17:40:46.294 | # after the section header. To keep the same order as defined 2021-12-14 17:40:46.294 | # in local.conf, invoke the ini routines in the reverse order 2021-12-14 17:40:46.294 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-12-14 17:40:46.294 | attr = cfg_sec_attr_name[sno, attr_no] 2021-12-14 17:40:46.294 | if (cfg_attr_count[section, attr] == 1) 2021-12-14 17:40:46.294 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-12-14 17:40:46.294 | else { 2021-12-14 17:40:46.294 | # For multiline, invoke the ini routines in the reverse order 2021-12-14 17:40:46.294 | count = cfg_attr_count[section, attr] 2021-12-14 17:40:46.295 | print "inidelete " configfile " " section " " attr 2021-12-14 17:40:46.295 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-12-14 17:40:46.295 | for (l = count -2; l >= 0; l--) 2021-12-14 17:40:46.295 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-12-14 17:40:46.295 | } 2021-12-14 17:40:46.295 | } 2021-12-14 17:40:46.295 | } 2021-12-14 17:40:46.295 | } 2021-12-14 17:40:46.295 | ' 2021-12-14 17:40:46.295 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-12-14 17:40:46.295 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.297 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-12-14 17:40:46.300 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2021-12-14 17:40:46.303 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-14 17:40:46.306 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2021-12-14 17:40:46.309 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2021-12-14 17:40:46.309 | BEGIN { group = "" } 2021-12-14 17:40:46.309 | /^\[\[.+\|.*\]\]/ { 2021-12-14 17:40:46.309 | gsub("[][]", "", $1); 2021-12-14 17:40:46.309 | split($1, a, "|"); 2021-12-14 17:40:46.310 | if (a[1] == matchgroup && a[2] == configfile) { 2021-12-14 17:40:46.310 | group=a[1] 2021-12-14 17:40:46.310 | } else { 2021-12-14 17:40:46.310 | group="" 2021-12-14 17:40:46.310 | } 2021-12-14 17:40:46.310 | next 2021-12-14 17:40:46.310 | } 2021-12-14 17:40:46.310 | { 2021-12-14 17:40:46.310 | if (group != "") 2021-12-14 17:40:46.310 | print $0 2021-12-14 17:40:46.310 | } 2021-12-14 17:40:46.310 | ' /home/ubuntu/devstack/local.conf 2021-12-14 17:40:46.316 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2021-12-14 17:40:46.319 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2021-12-14 17:40:46.356 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.359 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2021-12-14 17:40:46.361 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2021-12-14 17:40:46.398 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.401 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2021-12-14 17:40:46.403 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2021-12-14 17:40:46.436 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.439 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2021-12-14 17:40:46.442 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2021-12-14 17:40:46.475 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.478 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2021-12-14 17:40:46.481 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2021-12-14 17:40:46.514 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.517 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2021-12-14 17:40:46.520 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2021-12-14 17:40:46.553 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.556 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2021-12-14 17:40:46.558 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2021-12-14 17:40:46.592 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.595 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2021-12-14 17:40:46.598 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2021-12-14 17:40:46.630 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.633 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2021-12-14 17:40:46.635 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2021-12-14 17:40:46.669 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.671 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2021-12-14 17:40:46.675 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2021-12-14 17:40:46.709 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.712 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2021-12-14 17:40:46.714 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2021-12-14 17:40:46.748 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.750 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2021-12-14 17:40:46.753 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2021-12-14 17:40:46.787 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.789 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2021-12-14 17:40:46.792 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2021-12-14 17:40:46.826 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.828 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2021-12-14 17:40:46.831 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2021-12-14 17:40:46.863 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.866 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2021-12-14 17:40:46.868 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2021-12-14 17:40:46.901 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.904 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2021-12-14 17:40:46.906 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2021-12-14 17:40:46.939 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:46.942 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-12-14 17:40:46.945 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-12-14 17:40:46.948 | + inc/meta-config:merge_config_group:180 : local dir 2021-12-14 17:40:46.951 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2021-12-14 17:40:46.954 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2021-12-14 17:40:46.957 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2021-12-14 17:40:46.959 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2021-12-14 17:40:46.963 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2021-12-14 17:40:46.967 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2021-12-14 17:40:46.969 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2021-12-14 17:40:46.973 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-12-14 17:40:46.975 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-12-14 17:40:46.978 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-12-14 17:40:46.981 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2021-12-14 17:40:46.983 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-12-14 17:40:46.987 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2021-12-14 17:40:46.989 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2021-12-14 17:40:46.993 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2021-12-14 17:40:46.996 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2021-12-14 17:40:46.999 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-12-14 17:40:47.000 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2021-12-14 17:40:47.000 | BEGIN { 2021-12-14 17:40:47.000 | section = "" 2021-12-14 17:40:47.000 | last_section = "" 2021-12-14 17:40:47.001 | section_count = 0 2021-12-14 17:40:47.001 | } 2021-12-14 17:40:47.001 | /^\[.+\]/ { 2021-12-14 17:40:47.001 | gsub("[][]", "", $1); 2021-12-14 17:40:47.001 | section=$1 2021-12-14 17:40:47.001 | next 2021-12-14 17:40:47.001 | } 2021-12-14 17:40:47.001 | /^ *\#/ { 2021-12-14 17:40:47.001 | next 2021-12-14 17:40:47.001 | } 2021-12-14 17:40:47.001 | /^[^ \t]+/ { 2021-12-14 17:40:47.001 | # get offset of first = in $0 2021-12-14 17:40:47.001 | eq_idx = index($0, "=") 2021-12-14 17:40:47.001 | # extract attr & value from $0 2021-12-14 17:40:47.001 | attr = substr($0, 1, eq_idx - 1) 2021-12-14 17:40:47.001 | value = substr($0, eq_idx + 1) 2021-12-14 17:40:47.001 | # only need to strip trailing whitespace from attr 2021-12-14 17:40:47.001 | sub(/[ \t]*$/, "", attr) 2021-12-14 17:40:47.001 | # need to strip leading & trailing whitespace from value 2021-12-14 17:40:47.001 | sub(/^[ \t]*/, "", value) 2021-12-14 17:40:47.001 | sub(/[ \t]*$/, "", value) 2021-12-14 17:40:47.001 | 2021-12-14 17:40:47.001 | # cfg_attr_count: number of config lines per [section, attr] 2021-12-14 17:40:47.001 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-12-14 17:40:47.001 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-12-14 17:40:47.001 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-12-14 17:40:47.002 | if (! (section, attr) in cfg_attr_count) { 2021-12-14 17:40:47.002 | if (section != last_section) { 2021-12-14 17:40:47.002 | cfg_section[section_count++] = section 2021-12-14 17:40:47.002 | last_section = section 2021-12-14 17:40:47.002 | } 2021-12-14 17:40:47.002 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-12-14 17:40:47.002 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-12-14 17:40:47.002 | 2021-12-14 17:40:47.002 | cfg_attr[section, attr, 0] = value 2021-12-14 17:40:47.002 | cfg_attr_count[section, attr] = 1 2021-12-14 17:40:47.002 | } else { 2021-12-14 17:40:47.002 | lno = cfg_attr_count[section, attr]++ 2021-12-14 17:40:47.002 | cfg_attr[section, attr, lno] = value 2021-12-14 17:40:47.002 | } 2021-12-14 17:40:47.002 | } 2021-12-14 17:40:47.002 | END { 2021-12-14 17:40:47.002 | # Process each section in order 2021-12-14 17:40:47.002 | for (sno = 0; sno < section_count; sno++) { 2021-12-14 17:40:47.002 | section = cfg_section[sno] 2021-12-14 17:40:47.002 | # The ini routines simply append a config item immediately 2021-12-14 17:40:47.002 | # after the section header. To keep the same order as defined 2021-12-14 17:40:47.002 | # in local.conf, invoke the ini routines in the reverse order 2021-12-14 17:40:47.002 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-12-14 17:40:47.002 | attr = cfg_sec_attr_name[sno, attr_no] 2021-12-14 17:40:47.002 | if (cfg_attr_count[section, attr] == 1) 2021-12-14 17:40:47.002 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-12-14 17:40:47.002 | else { 2021-12-14 17:40:47.002 | # For multiline, invoke the ini routines in the reverse order 2021-12-14 17:40:47.002 | count = cfg_attr_count[section, attr] 2021-12-14 17:40:47.002 | print "inidelete " configfile " " section " " attr 2021-12-14 17:40:47.002 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-12-14 17:40:47.002 | for (l = count -2; l >= 0; l--) 2021-12-14 17:40:47.003 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-12-14 17:40:47.003 | } 2021-12-14 17:40:47.003 | } 2021-12-14 17:40:47.003 | } 2021-12-14 17:40:47.003 | } 2021-12-14 17:40:47.003 | ' 2021-12-14 17:40:47.003 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:47.004 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-12-14 17:40:47.007 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-12-14 17:40:47.010 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2021-12-14 17:40:47.012 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-14 17:40:47.015 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2021-12-14 17:40:47.018 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2021-12-14 17:40:47.018 | BEGIN { group = "" } 2021-12-14 17:40:47.018 | /^\[\[.+\|.*\]\]/ { 2021-12-14 17:40:47.018 | gsub("[][]", "", $1); 2021-12-14 17:40:47.018 | split($1, a, "|"); 2021-12-14 17:40:47.018 | if (a[1] == matchgroup && a[2] == configfile) { 2021-12-14 17:40:47.018 | group=a[1] 2021-12-14 17:40:47.018 | } else { 2021-12-14 17:40:47.018 | group="" 2021-12-14 17:40:47.018 | } 2021-12-14 17:40:47.018 | next 2021-12-14 17:40:47.019 | } 2021-12-14 17:40:47.019 | { 2021-12-14 17:40:47.019 | if (group != "") 2021-12-14 17:40:47.019 | print $0 2021-12-14 17:40:47.019 | } 2021-12-14 17:40:47.019 | ' /home/ubuntu/devstack/local.conf 2021-12-14 17:40:47.026 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT os_privileged_user_auth_url "http://10.222.0.53/identity/v2.0"' 2021-12-14 17:40:47.029 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_auth_url http://10.222.0.53/identity/v2.0 2021-12-14 17:40:47.054 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:47.057 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-12-14 17:40:47.060 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-12-14 17:40:47.063 | + inc/meta-config:merge_config_group:180 : local dir 2021-12-14 17:40:47.066 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2021-12-14 17:40:47.068 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:40:47.071 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:40:47.074 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2021-12-14 17:40:47.077 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:40:47.081 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2021-12-14 17:40:47.083 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2021-12-14 17:40:47.086 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-12-14 17:40:47.088 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-12-14 17:40:47.091 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-12-14 17:40:47.093 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-12-14 17:40:47.096 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-12-14 17:40:47.099 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2021-12-14 17:40:47.102 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:40:47.105 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:40:47.108 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2021-12-14 17:40:47.111 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-12-14 17:40:47.112 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-12-14 17:40:47.112 | BEGIN { 2021-12-14 17:40:47.112 | section = "" 2021-12-14 17:40:47.112 | last_section = "" 2021-12-14 17:40:47.112 | section_count = 0 2021-12-14 17:40:47.112 | } 2021-12-14 17:40:47.112 | /^\[.+\]/ { 2021-12-14 17:40:47.112 | gsub("[][]", "", $1); 2021-12-14 17:40:47.112 | section=$1 2021-12-14 17:40:47.112 | next 2021-12-14 17:40:47.112 | } 2021-12-14 17:40:47.112 | /^ *\#/ { 2021-12-14 17:40:47.112 | next 2021-12-14 17:40:47.112 | } 2021-12-14 17:40:47.112 | /^[^ \t]+/ { 2021-12-14 17:40:47.112 | # get offset of first = in $0 2021-12-14 17:40:47.112 | eq_idx = index($0, "=") 2021-12-14 17:40:47.112 | # extract attr & value from $0 2021-12-14 17:40:47.112 | attr = substr($0, 1, eq_idx - 1) 2021-12-14 17:40:47.112 | value = substr($0, eq_idx + 1) 2021-12-14 17:40:47.112 | # only need to strip trailing whitespace from attr 2021-12-14 17:40:47.112 | sub(/[ \t]*$/, "", attr) 2021-12-14 17:40:47.112 | # need to strip leading & trailing whitespace from value 2021-12-14 17:40:47.112 | sub(/^[ \t]*/, "", value) 2021-12-14 17:40:47.113 | sub(/[ \t]*$/, "", value) 2021-12-14 17:40:47.113 | 2021-12-14 17:40:47.113 | # cfg_attr_count: number of config lines per [section, attr] 2021-12-14 17:40:47.113 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-12-14 17:40:47.113 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-12-14 17:40:47.113 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-12-14 17:40:47.113 | if (! (section, attr) in cfg_attr_count) { 2021-12-14 17:40:47.113 | if (section != last_section) { 2021-12-14 17:40:47.113 | cfg_section[section_count++] = section 2021-12-14 17:40:47.113 | last_section = section 2021-12-14 17:40:47.113 | } 2021-12-14 17:40:47.113 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-12-14 17:40:47.113 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-12-14 17:40:47.113 | 2021-12-14 17:40:47.113 | cfg_attr[section, attr, 0] = value 2021-12-14 17:40:47.113 | cfg_attr_count[section, attr] = 1 2021-12-14 17:40:47.113 | } else { 2021-12-14 17:40:47.113 | lno = cfg_attr_count[section, attr]++ 2021-12-14 17:40:47.113 | cfg_attr[section, attr, lno] = value 2021-12-14 17:40:47.113 | } 2021-12-14 17:40:47.113 | } 2021-12-14 17:40:47.113 | END { 2021-12-14 17:40:47.113 | # Process each section in order 2021-12-14 17:40:47.113 | for (sno = 0; sno < section_count; sno++) { 2021-12-14 17:40:47.113 | section = cfg_section[sno] 2021-12-14 17:40:47.113 | # The ini routines simply append a config item immediately 2021-12-14 17:40:47.113 | # after the section header. To keep the same order as defined 2021-12-14 17:40:47.113 | # in local.conf, invoke the ini routines in the reverse order 2021-12-14 17:40:47.113 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-12-14 17:40:47.113 | attr = cfg_sec_attr_name[sno, attr_no] 2021-12-14 17:40:47.113 | if (cfg_attr_count[section, attr] == 1) 2021-12-14 17:40:47.113 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-12-14 17:40:47.113 | else { 2021-12-14 17:40:47.114 | # For multiline, invoke the ini routines in the reverse order 2021-12-14 17:40:47.114 | count = cfg_attr_count[section, attr] 2021-12-14 17:40:47.114 | print "inidelete " configfile " " section " " attr 2021-12-14 17:40:47.114 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-12-14 17:40:47.114 | for (l = count -2; l >= 0; l--) 2021-12-14 17:40:47.114 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-12-14 17:40:47.114 | } 2021-12-14 17:40:47.114 | } 2021-12-14 17:40:47.114 | } 2021-12-14 17:40:47.114 | } 2021-12-14 17:40:47.114 | ' 2021-12-14 17:40:47.114 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:47.116 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-12-14 17:40:47.119 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-12-14 17:40:47.121 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-12-14 17:40:47.124 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-14 17:40:47.126 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2021-12-14 17:40:47.129 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-12-14 17:40:47.129 | BEGIN { group = "" } 2021-12-14 17:40:47.129 | /^\[\[.+\|.*\]\]/ { 2021-12-14 17:40:47.129 | gsub("[][]", "", $1); 2021-12-14 17:40:47.129 | split($1, a, "|"); 2021-12-14 17:40:47.129 | if (a[1] == matchgroup && a[2] == configfile) { 2021-12-14 17:40:47.129 | group=a[1] 2021-12-14 17:40:47.129 | } else { 2021-12-14 17:40:47.129 | group="" 2021-12-14 17:40:47.129 | } 2021-12-14 17:40:47.129 | next 2021-12-14 17:40:47.129 | } 2021-12-14 17:40:47.129 | { 2021-12-14 17:40:47.129 | if (group != "") 2021-12-14 17:40:47.129 | print $0 2021-12-14 17:40:47.129 | } 2021-12-14 17:40:47.129 | ' /home/ubuntu/devstack/local.conf 2021-12-14 17:40:47.135 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2021-12-14 17:40:47.138 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2021-12-14 17:40:47.165 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:47.167 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2021-12-14 17:40:47.170 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2021-12-14 17:40:47.197 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:40:47.200 | + ./stack.sh:main:1236 : is_service_enabled swift 2021-12-14 17:40:47.217 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:40:47.219 | + ./stack.sh:main:1237 : echo_summary 'Starting Swift' 2021-12-14 17:40:47.222 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:40:47.225 | + ./stack.sh:echo_summary:428 : echo -e Starting Swift 2021-12-14 17:40:47.227 | + ./stack.sh:main:1238 : start_swift 2021-12-14 17:40:47.230 | + lib/swift:start_swift:774 : restart_service memcached 2021-12-14 17:40:47.232 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-14 17:40:47.235 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart memcached 2021-12-14 17:40:47.290 | + lib/swift:start_swift:777 : is_ubuntu 2021-12-14 17:40:47.293 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:40:47.296 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:40:47.299 | + lib/swift:start_swift:778 : sudo /etc/init.d/rsync restart 2021-12-14 17:40:47.346 | Restarting rsync (via systemctl): rsync.service. 2021-12-14 17:40:47.350 | + lib/swift:start_swift:785 : '[' False == True ']' 2021-12-14 17:40:47.352 | + lib/swift:start_swift:804 : [[ 1 == 1 ]] 2021-12-14 17:40:47.355 | + lib/swift:start_swift:805 : local foreground_services type 2021-12-14 17:40:47.358 | + lib/swift:start_swift:807 : foreground_services='object container account' 2021-12-14 17:40:47.361 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-12-14 17:40:47.363 | + lib/swift:start_swift:809 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-14 17:40:47.366 | + functions-common:run_process:1582 : local service=s-object 2021-12-14 17:40:47.368 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-14 17:40:47.371 | + functions-common:run_process:1584 : local group= 2021-12-14 17:40:47.373 | + functions-common:run_process:1585 : local user= 2021-12-14 17:40:47.376 | + functions-common:run_process:1587 : local name=s-object 2021-12-14 17:40:47.378 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:40:47.381 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:40:47.383 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:40:47.386 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:40:47.389 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:40:47.393 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503647390 2021-12-14 17:40:47.395 | + functions-common:run_process:1590 : is_service_enabled s-object 2021-12-14 17:40:47.411 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:40:47.413 | + functions-common:run_process:1591 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' 2021-12-14 17:40:47.416 | + functions-common:_run_under_systemd:1547 : local service=s-object 2021-12-14 17:40:47.418 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-14 17:40:47.420 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-14 17:40:47.424 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-14 17:40:47.427 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-14 17:40:47.429 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2021-12-14 17:40:47.431 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2021-12-14 17:40:47.434 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-object.service 2021-12-14 17:40:47.436 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:40:47.439 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:40:47.441 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2021-12-14 17:40:47.444 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-object.service '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' ubuntu 2021-12-14 17:40:47.447 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-object.service 2021-12-14 17:40:47.449 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-14 17:40:47.451 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:40:47.453 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:40:47.455 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:40:47.457 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:40:47.459 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-object.service 2021-12-14 17:40:47.462 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:40:47.466 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2021-12-14 17:40:47.521 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2021-12-14 17:40:47.576 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecStart '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-14 17:40:47.623 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2021-12-14 17:40:47.669 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2021-12-14 17:40:47.719 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:40:47.767 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:40:47.770 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2021-12-14 17:40:47.827 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:40:48.019 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-object.service 2021-12-14 17:40:48.033 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2021-12-14 17:40:48.228 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-object.service 2021-12-14 17:40:48.250 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:40:48.253 | + functions-common:time_stop:2331 : local name 2021-12-14 17:40:48.256 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:40:48.258 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:40:48.261 | + functions-common:time_stop:2334 : local total 2021-12-14 17:40:48.263 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:40:48.266 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:40:48.268 | + functions-common:time_stop:2338 : start_time=1639503647390 2021-12-14 17:40:48.270 | + functions-common:time_stop:2340 : [[ -z 1639503647390 ]] 2021-12-14 17:40:48.273 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:40:48.277 | + functions-common:time_stop:2343 : end_time=1639503648274 2021-12-14 17:40:48.279 | + functions-common:time_stop:2344 : elapsed_time=884 2021-12-14 17:40:48.281 | + functions-common:time_stop:2345 : total=2103 2021-12-14 17:40:48.284 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:40:48.286 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=2987 2021-12-14 17:40:48.289 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-12-14 17:40:48.291 | + lib/swift:start_swift:809 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-14 17:40:48.294 | + functions-common:run_process:1582 : local service=s-container 2021-12-14 17:40:48.296 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-14 17:40:48.299 | + functions-common:run_process:1584 : local group= 2021-12-14 17:40:48.301 | + functions-common:run_process:1585 : local user= 2021-12-14 17:40:48.304 | + functions-common:run_process:1587 : local name=s-container 2021-12-14 17:40:48.306 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:40:48.308 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:40:48.311 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:40:48.313 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:40:48.319 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:40:48.323 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503648320 2021-12-14 17:40:48.325 | + functions-common:run_process:1590 : is_service_enabled s-container 2021-12-14 17:40:48.343 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:40:48.346 | + functions-common:run_process:1591 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' 2021-12-14 17:40:48.348 | + functions-common:_run_under_systemd:1547 : local service=s-container 2021-12-14 17:40:48.351 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-14 17:40:48.353 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-14 17:40:48.355 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-14 17:40:48.358 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-14 17:40:48.360 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2021-12-14 17:40:48.363 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2021-12-14 17:40:48.365 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-container.service 2021-12-14 17:40:48.367 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:40:48.370 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:40:48.372 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2021-12-14 17:40:48.375 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-container.service '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' ubuntu 2021-12-14 17:40:48.377 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-container.service 2021-12-14 17:40:48.380 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-14 17:40:48.382 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:40:48.384 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:40:48.387 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:40:48.389 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:40:48.392 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-container.service 2021-12-14 17:40:48.394 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:40:48.398 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2021-12-14 17:40:48.456 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2021-12-14 17:40:48.516 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecStart '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-14 17:40:48.565 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2021-12-14 17:40:48.614 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2021-12-14 17:40:48.661 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:40:48.712 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:40:48.715 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2021-12-14 17:40:48.772 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:40:48.998 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-container.service 2021-12-14 17:40:49.012 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2021-12-14 17:40:49.193 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-container.service 2021-12-14 17:40:49.214 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:40:49.216 | + functions-common:time_stop:2331 : local name 2021-12-14 17:40:49.218 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:40:49.221 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:40:49.223 | + functions-common:time_stop:2334 : local total 2021-12-14 17:40:49.226 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:40:49.228 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:40:49.230 | + functions-common:time_stop:2338 : start_time=1639503648320 2021-12-14 17:40:49.233 | + functions-common:time_stop:2340 : [[ -z 1639503648320 ]] 2021-12-14 17:40:49.236 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:40:49.240 | + functions-common:time_stop:2343 : end_time=1639503649237 2021-12-14 17:40:49.242 | + functions-common:time_stop:2344 : elapsed_time=917 2021-12-14 17:40:49.245 | + functions-common:time_stop:2345 : total=2987 2021-12-14 17:40:49.247 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:40:49.249 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=3904 2021-12-14 17:40:49.252 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-12-14 17:40:49.254 | + lib/swift:start_swift:809 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-14 17:40:49.257 | + functions-common:run_process:1582 : local service=s-account 2021-12-14 17:40:49.259 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-14 17:40:49.262 | + functions-common:run_process:1584 : local group= 2021-12-14 17:40:49.264 | + functions-common:run_process:1585 : local user= 2021-12-14 17:40:49.267 | + functions-common:run_process:1587 : local name=s-account 2021-12-14 17:40:49.269 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:40:49.272 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:40:49.274 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:40:49.277 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:40:49.282 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:40:49.286 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503649283 2021-12-14 17:40:49.288 | + functions-common:run_process:1590 : is_service_enabled s-account 2021-12-14 17:40:49.310 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:40:49.312 | + functions-common:run_process:1591 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' 2021-12-14 17:40:49.315 | + functions-common:_run_under_systemd:1547 : local service=s-account 2021-12-14 17:40:49.320 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-14 17:40:49.322 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-14 17:40:49.325 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-14 17:40:49.331 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-14 17:40:49.334 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2021-12-14 17:40:49.337 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2021-12-14 17:40:49.340 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-account.service 2021-12-14 17:40:49.342 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:40:49.345 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:40:49.348 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2021-12-14 17:40:49.350 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-account.service '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' ubuntu 2021-12-14 17:40:49.353 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-account.service 2021-12-14 17:40:49.356 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-14 17:40:49.358 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:40:49.361 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:40:49.363 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:40:49.366 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:40:49.368 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-account.service 2021-12-14 17:40:49.370 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:40:49.375 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2021-12-14 17:40:49.437 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2021-12-14 17:40:49.503 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecStart '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-14 17:40:49.549 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2021-12-14 17:40:49.595 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2021-12-14 17:40:49.643 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:40:49.690 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:40:49.692 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2021-12-14 17:40:49.749 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:40:49.966 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-account.service 2021-12-14 17:40:49.979 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2021-12-14 17:40:50.172 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-account.service 2021-12-14 17:40:50.194 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:40:50.196 | + functions-common:time_stop:2331 : local name 2021-12-14 17:40:50.199 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:40:50.201 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:40:50.204 | + functions-common:time_stop:2334 : local total 2021-12-14 17:40:50.209 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:40:50.211 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:40:50.214 | + functions-common:time_stop:2338 : start_time=1639503649283 2021-12-14 17:40:50.216 | + functions-common:time_stop:2340 : [[ -z 1639503649283 ]] 2021-12-14 17:40:50.220 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:40:50.223 | + functions-common:time_stop:2343 : end_time=1639503650221 2021-12-14 17:40:50.226 | + functions-common:time_stop:2344 : elapsed_time=938 2021-12-14 17:40:50.228 | + functions-common:time_stop:2345 : total=3904 2021-12-14 17:40:50.230 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:40:50.232 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=4842 2021-12-14 17:40:50.235 | + lib/swift:start_swift:812 : [[ False == \T\r\u\e ]] 2021-12-14 17:40:50.238 | + lib/swift:start_swift:817 : enable_service s-container-sync 2021-12-14 17:40:50.284 | + lib/swift:start_swift:818 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-14 17:40:50.287 | + functions-common:run_process:1582 : local service=s-container-sync 2021-12-14 17:40:50.289 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-14 17:40:50.291 | + functions-common:run_process:1584 : local group= 2021-12-14 17:40:50.294 | + functions-common:run_process:1585 : local user= 2021-12-14 17:40:50.298 | + functions-common:run_process:1587 : local name=s-container-sync 2021-12-14 17:40:50.302 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:40:50.309 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:40:50.312 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:40:50.314 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:40:50.324 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:40:50.334 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503650324 2021-12-14 17:40:50.336 | + functions-common:run_process:1590 : is_service_enabled s-container-sync 2021-12-14 17:40:50.366 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:40:50.371 | + functions-common:run_process:1591 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' 2021-12-14 17:40:50.375 | + functions-common:_run_under_systemd:1547 : local service=s-container-sync 2021-12-14 17:40:50.378 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-14 17:40:50.380 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-14 17:40:50.382 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-14 17:40:50.385 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-14 17:40:50.387 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2021-12-14 17:40:50.390 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2021-12-14 17:40:50.393 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-container-sync.service 2021-12-14 17:40:50.395 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:40:50.398 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:40:50.401 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2021-12-14 17:40:50.403 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-container-sync.service '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' ubuntu 2021-12-14 17:40:50.406 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-container-sync.service 2021-12-14 17:40:50.408 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-14 17:40:50.411 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:40:50.413 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:40:50.416 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:40:50.418 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:40:50.420 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2021-12-14 17:40:50.423 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:40:50.427 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Unit Description 'Devstack devstack@s-container-sync.service' 2021-12-14 17:40:50.484 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2021-12-14 17:40:50.544 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecStart '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-14 17:40:50.593 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2021-12-14 17:40:50.641 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2021-12-14 17:40:50.690 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:40:50.740 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:40:50.742 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2021-12-14 17:40:50.801 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:40:51.006 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-container-sync.service 2021-12-14 17:40:51.020 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container-sync.service → /etc/systemd/system/devstack@s-container-sync.service. 2021-12-14 17:40:51.210 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-container-sync.service 2021-12-14 17:40:51.231 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:40:51.234 | + functions-common:time_stop:2331 : local name 2021-12-14 17:40:51.237 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:40:51.240 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:40:51.244 | + functions-common:time_stop:2334 : local total 2021-12-14 17:40:51.246 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:40:51.249 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:40:51.252 | + functions-common:time_stop:2338 : start_time=1639503650324 2021-12-14 17:40:51.254 | + functions-common:time_stop:2340 : [[ -z 1639503650324 ]] 2021-12-14 17:40:51.257 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:40:51.261 | + functions-common:time_stop:2343 : end_time=1639503651258 2021-12-14 17:40:51.263 | + functions-common:time_stop:2344 : elapsed_time=934 2021-12-14 17:40:51.267 | + functions-common:time_stop:2345 : total=4842 2021-12-14 17:40:51.271 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:40:51.275 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=5776 2021-12-14 17:40:51.279 | + lib/swift:start_swift:825 : is_service_enabled tls-proxy 2021-12-14 17:40:51.301 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:40:51.303 | + lib/swift:start_swift:829 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-14 17:40:51.306 | + functions-common:run_process:1582 : local service=s-proxy 2021-12-14 17:40:51.308 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-14 17:40:51.310 | + functions-common:run_process:1584 : local group= 2021-12-14 17:40:51.313 | + functions-common:run_process:1585 : local user= 2021-12-14 17:40:51.316 | + functions-common:run_process:1587 : local name=s-proxy 2021-12-14 17:40:51.320 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:40:51.322 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:40:51.324 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:40:51.327 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:40:51.330 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:40:51.334 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503651331 2021-12-14 17:40:51.336 | + functions-common:run_process:1590 : is_service_enabled s-proxy 2021-12-14 17:40:51.353 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:40:51.356 | + functions-common:run_process:1591 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' 2021-12-14 17:40:51.358 | + functions-common:_run_under_systemd:1547 : local service=s-proxy 2021-12-14 17:40:51.362 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-14 17:40:51.364 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-14 17:40:51.366 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-14 17:40:51.369 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-14 17:40:51.371 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2021-12-14 17:40:51.374 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2021-12-14 17:40:51.377 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-proxy.service 2021-12-14 17:40:51.380 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:40:51.382 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:40:51.384 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2021-12-14 17:40:51.387 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-proxy.service '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' ubuntu 2021-12-14 17:40:51.390 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-proxy.service 2021-12-14 17:40:51.392 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-14 17:40:51.395 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:40:51.397 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:40:51.400 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:40:51.402 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:40:51.405 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2021-12-14 17:40:51.407 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:40:51.412 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2021-12-14 17:40:51.471 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2021-12-14 17:40:51.530 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecStart '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-14 17:40:51.577 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2021-12-14 17:40:51.626 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2021-12-14 17:40:51.674 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:40:51.721 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:40:51.723 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2021-12-14 17:40:51.781 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:40:51.981 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-proxy.service 2021-12-14 17:40:51.995 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2021-12-14 17:40:52.206 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-proxy.service 2021-12-14 17:40:52.227 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:40:52.231 | + functions-common:time_stop:2331 : local name 2021-12-14 17:40:52.233 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:40:52.236 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:40:52.239 | + functions-common:time_stop:2334 : local total 2021-12-14 17:40:52.241 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:40:52.244 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:40:52.246 | + functions-common:time_stop:2338 : start_time=1639503651331 2021-12-14 17:40:52.248 | + functions-common:time_stop:2340 : [[ -z 1639503651331 ]] 2021-12-14 17:40:52.252 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:40:52.256 | + functions-common:time_stop:2343 : end_time=1639503652253 2021-12-14 17:40:52.259 | + functions-common:time_stop:2344 : elapsed_time=922 2021-12-14 17:40:52.261 | + functions-common:time_stop:2345 : total=5776 2021-12-14 17:40:52.264 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:40:52.267 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=6698 2021-12-14 17:40:52.269 | + lib/swift:start_swift:834 : echo 'Waiting for swift proxy to start...' 2021-12-14 17:40:52.269 | Waiting for swift proxy to start... 2021-12-14 17:40:52.272 | + lib/swift:start_swift:835 : wait_for_service 60 http://10.222.0.53:8080/info 2021-12-14 17:40:52.274 | + functions:wait_for_service:444 : local timeout=60 2021-12-14 17:40:52.277 | + functions:wait_for_service:445 : local url=http://10.222.0.53:8080/info 2021-12-14 17:40:52.279 | + functions:wait_for_service:446 : local rval=0 2021-12-14 17:40:52.282 | + functions:wait_for_service:447 : time_start wait_for_service 2021-12-14 17:40:52.284 | + functions-common:time_start:2317 : local name=wait_for_service 2021-12-14 17:40:52.287 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:40:52.289 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:40:52.292 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:40:52.296 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503652293 2021-12-14 17:40:52.298 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-12-14 17:40:52.304 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.53:8080/info 2021-12-14 17:40:52.322 | + :: : [[ 000 == 503 ]] 2021-12-14 17:40:52.327 | + :: : [[ 7 -eq 7 ]] 2021-12-14 17:40:52.331 | + :: : sleep 1 2021-12-14 17:40:53.336 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.53:8080/info 2021-12-14 17:40:53.349 | + :: : [[ 000 == 503 ]] 2021-12-14 17:40:53.351 | + :: : [[ 7 -eq 7 ]] 2021-12-14 17:40:53.352 | + :: : sleep 1 2021-12-14 17:40:54.356 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.53:8080/info 2021-12-14 17:40:54.369 | + :: : [[ 000 == 503 ]] 2021-12-14 17:40:54.370 | + :: : [[ 7 -eq 7 ]] 2021-12-14 17:40:54.372 | + :: : sleep 1 2021-12-14 17:40:55.375 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.53:8080/info 2021-12-14 17:40:55.702 | + :: : [[ 200 == 503 ]] 2021-12-14 17:40:55.703 | + :: : [[ 0 -eq 7 ]] 2021-12-14 17:40:55.706 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-12-14 17:40:55.709 | + functions-common:time_stop:2331 : local name 2021-12-14 17:40:55.711 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:40:55.714 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:40:55.716 | + functions-common:time_stop:2334 : local total 2021-12-14 17:40:55.718 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:40:55.721 | + functions-common:time_stop:2337 : name=wait_for_service 2021-12-14 17:40:55.724 | + functions-common:time_stop:2338 : start_time=1639503652293 2021-12-14 17:40:55.726 | + functions-common:time_stop:2340 : [[ -z 1639503652293 ]] 2021-12-14 17:40:55.729 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:40:55.732 | + functions-common:time_stop:2343 : end_time=1639503655730 2021-12-14 17:40:55.735 | + functions-common:time_stop:2344 : elapsed_time=3437 2021-12-14 17:40:55.737 | + functions-common:time_stop:2345 : total=3654 2021-12-14 17:40:55.740 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:40:55.742 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=7091 2021-12-14 17:40:55.744 | + functions:wait_for_service:454 : return 0 2021-12-14 17:40:55.747 | + lib/swift:start_swift:839 : [[ False == \T\r\u\e ]] 2021-12-14 17:40:55.749 | + ./stack.sh:main:1242 : is_service_enabled glance 2021-12-14 17:40:55.766 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:40:55.769 | + ./stack.sh:main:1243 : echo_summary 'Starting Glance' 2021-12-14 17:40:55.771 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:40:55.774 | + ./stack.sh:echo_summary:428 : echo -e Starting Glance 2021-12-14 17:40:55.776 | + ./stack.sh:main:1244 : start_glance 2021-12-14 17:40:55.779 | + lib/glance:start_glance:385 : local service_protocol=http 2021-12-14 17:40:55.781 | + lib/glance:start_glance:386 : is_service_enabled tls-proxy 2021-12-14 17:40:55.801 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:40:55.806 | + lib/glance:start_glance:393 : run_process g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-14 17:40:55.809 | + functions-common:run_process:1582 : local service=g-reg 2021-12-14 17:40:55.812 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-14 17:40:55.815 | + functions-common:run_process:1584 : local group= 2021-12-14 17:40:55.818 | + functions-common:run_process:1585 : local user= 2021-12-14 17:40:55.820 | + functions-common:run_process:1587 : local name=g-reg 2021-12-14 17:40:55.823 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:40:55.825 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:40:55.828 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:40:55.831 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:40:55.834 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:40:55.838 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503655835 2021-12-14 17:40:55.842 | + functions-common:run_process:1590 : is_service_enabled g-reg 2021-12-14 17:40:55.859 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:40:55.862 | + functions-common:run_process:1591 : _run_under_systemd g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' '' '' 2021-12-14 17:40:55.864 | + functions-common:_run_under_systemd:1547 : local service=g-reg 2021-12-14 17:40:55.867 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-14 17:40:55.870 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-14 17:40:55.877 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-14 17:40:55.880 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-14 17:40:55.882 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ sudo ]] 2021-12-14 17:40:55.885 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ ^/ ]] 2021-12-14 17:40:55.887 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@g-reg.service 2021-12-14 17:40:55.890 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:40:55.893 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:40:55.895 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ uwsgi ]] 2021-12-14 17:40:55.898 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@g-reg.service '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' '' ubuntu 2021-12-14 17:40:55.900 | + functions-common:write_user_unit_file:1464 : local service=devstack@g-reg.service 2021-12-14 17:40:55.902 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-14 17:40:55.905 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:40:55.907 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:40:55.910 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:40:55.912 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:40:55.914 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@g-reg.service 2021-12-14 17:40:55.917 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:40:55.921 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Unit Description 'Devstack devstack@g-reg.service' 2021-12-14 17:40:55.977 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service User ubuntu 2021-12-14 17:40:56.034 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service ExecStart '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-14 17:40:56.082 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service KillMode process 2021-12-14 17:40:56.132 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service TimeoutStopSec 300 2021-12-14 17:40:56.180 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:40:56.227 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:40:56.230 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Install WantedBy multi-user.target 2021-12-14 17:40:56.287 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:40:56.500 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@g-reg.service 2021-12-14 17:40:56.513 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-reg.service → /etc/systemd/system/devstack@g-reg.service. 2021-12-14 17:40:56.694 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@g-reg.service 2021-12-14 17:40:56.715 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:40:56.717 | + functions-common:time_stop:2331 : local name 2021-12-14 17:40:56.724 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:40:56.727 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:40:56.729 | + functions-common:time_stop:2334 : local total 2021-12-14 17:40:56.731 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:40:56.734 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:40:56.737 | + functions-common:time_stop:2338 : start_time=1639503655835 2021-12-14 17:40:56.739 | + functions-common:time_stop:2340 : [[ -z 1639503655835 ]] 2021-12-14 17:40:56.742 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:40:56.746 | + functions-common:time_stop:2343 : end_time=1639503656743 2021-12-14 17:40:56.751 | + functions-common:time_stop:2344 : elapsed_time=908 2021-12-14 17:40:56.753 | + functions-common:time_stop:2345 : total=6698 2021-12-14 17:40:56.756 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:40:56.758 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=7606 2021-12-14 17:40:56.761 | + lib/glance:start_glance:394 : [[ uwsgi == \u\w\s\g\i ]] 2021-12-14 17:40:56.765 | ++ lib/glance:start_glance:395 : which uwsgi 2021-12-14 17:40:56.769 | + lib/glance:start_glance:395 : run_process g-api '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-14 17:40:56.771 | + functions-common:run_process:1582 : local service=g-api 2021-12-14 17:40:56.774 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-14 17:40:56.776 | + functions-common:run_process:1584 : local group= 2021-12-14 17:40:56.779 | + functions-common:run_process:1585 : local user= 2021-12-14 17:40:56.781 | + functions-common:run_process:1587 : local name=g-api 2021-12-14 17:40:56.784 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:40:56.786 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:40:56.789 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:40:56.791 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:40:56.794 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:40:56.798 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503656795 2021-12-14 17:40:56.801 | + functions-common:run_process:1590 : is_service_enabled g-api 2021-12-14 17:40:56.817 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:40:56.820 | + functions-common:run_process:1591 : _run_under_systemd g-api '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' 2021-12-14 17:40:56.822 | + functions-common:_run_under_systemd:1547 : local service=g-api 2021-12-14 17:40:56.825 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-14 17:40:56.827 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-14 17:40:56.830 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-14 17:40:56.833 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-14 17:40:56.835 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2021-12-14 17:40:56.838 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2021-12-14 17:40:56.841 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@g-api.service 2021-12-14 17:40:56.843 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:40:56.846 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:40:56.849 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2021-12-14 17:40:56.851 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' ubuntu 2021-12-14 17:40:56.854 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@g-api.service 2021-12-14 17:40:56.856 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-14 17:40:56.859 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-12-14 17:40:56.862 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-12-14 17:40:56.864 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@g-api.service 2021-12-14 17:40:56.867 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-12-14 17:40:56.871 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2021-12-14 17:40:56.928 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2021-12-14 17:40:56.986 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User ubuntu 2021-12-14 17:40:57.036 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-14 17:40:57.084 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:40:57.134 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2021-12-14 17:40:57.183 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2021-12-14 17:40:57.233 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2021-12-14 17:40:57.281 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2021-12-14 17:40:57.335 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2021-12-14 17:40:57.387 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-12-14 17:40:57.390 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2021-12-14 17:40:57.447 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-12-14 17:40:57.654 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@g-api.service 2021-12-14 17:40:57.667 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2021-12-14 17:40:57.874 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@g-api.service 2021-12-14 17:40:57.953 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:40:57.953 | + functions-common:time_stop:2331 : local name 2021-12-14 17:40:57.957 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:40:57.961 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:40:57.961 | + functions-common:time_stop:2334 : local total 2021-12-14 17:40:57.964 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:40:57.965 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:40:57.968 | + functions-common:time_stop:2338 : start_time=1639503656795 2021-12-14 17:40:57.973 | + functions-common:time_stop:2340 : [[ -z 1639503656795 ]] 2021-12-14 17:40:57.973 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:40:57.977 | + functions-common:time_stop:2343 : end_time=1639503657974 2021-12-14 17:40:57.981 | + functions-common:time_stop:2344 : elapsed_time=1179 2021-12-14 17:40:57.981 | + functions-common:time_stop:2345 : total=7606 2021-12-14 17:40:57.984 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:40:57.988 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=8785 2021-12-14 17:40:57.993 | + lib/glance:start_glance:400 : echo 'Waiting for g-api (10.222.0.53) to start...' 2021-12-14 17:40:57.993 | Waiting for g-api (10.222.0.53) to start... 2021-12-14 17:40:57.993 | + lib/glance:start_glance:401 : wait_for_service 60 http://10.222.0.53/image 2021-12-14 17:40:57.993 | + functions:wait_for_service:444 : local timeout=60 2021-12-14 17:40:57.997 | + functions:wait_for_service:445 : local url=http://10.222.0.53/image 2021-12-14 17:40:57.998 | + functions:wait_for_service:446 : local rval=0 2021-12-14 17:40:58.001 | + functions:wait_for_service:447 : time_start wait_for_service 2021-12-14 17:40:58.002 | + functions-common:time_start:2317 : local name=wait_for_service 2021-12-14 17:40:58.005 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:40:58.008 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:40:58.012 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:40:58.015 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503658011 2021-12-14 17:40:58.017 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-12-14 17:40:58.025 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.53/image 2021-12-14 17:41:01.560 | + :: : [[ 300 == 503 ]] 2021-12-14 17:41:01.562 | + :: : [[ 0 -eq 7 ]] 2021-12-14 17:41:01.565 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-12-14 17:41:01.567 | + functions-common:time_stop:2331 : local name 2021-12-14 17:41:01.570 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:41:01.572 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:41:01.575 | + functions-common:time_stop:2334 : local total 2021-12-14 17:41:01.577 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:41:01.580 | + functions-common:time_stop:2337 : name=wait_for_service 2021-12-14 17:41:01.582 | + functions-common:time_stop:2338 : start_time=1639503658011 2021-12-14 17:41:01.585 | + functions-common:time_stop:2340 : [[ -z 1639503658011 ]] 2021-12-14 17:41:01.588 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:41:01.591 | + functions-common:time_stop:2343 : end_time=1639503661589 2021-12-14 17:41:01.594 | + functions-common:time_stop:2344 : elapsed_time=3578 2021-12-14 17:41:01.596 | + functions-common:time_stop:2345 : total=7091 2021-12-14 17:41:01.599 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:41:01.601 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=10669 2021-12-14 17:41:01.604 | + functions:wait_for_service:454 : return 0 2021-12-14 17:41:01.606 | + ./stack.sh:main:1259 : is_service_enabled mysql postgresql 2021-12-14 17:41:01.624 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:01.626 | + ./stack.sh:main:1259 : is_service_enabled glance 2021-12-14 17:41:01.644 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:01.646 | + ./stack.sh:main:1260 : echo_summary 'Uploading images' 2021-12-14 17:41:01.649 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:41:01.651 | + ./stack.sh:echo_summary:428 : echo -e Uploading images 2021-12-14 17:41:01.654 | + ./stack.sh:main:1262 : for image_url in ${IMAGE_URLS//,/ } 2021-12-14 17:41:01.656 | + ./stack.sh:main:1263 : upload_image http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-12-14 17:41:01.659 | + functions:upload_image:89 : local image_url=http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-12-14 17:41:01.661 | + functions:upload_image:91 : local image image_fname image_name 2021-12-14 17:41:01.663 | + functions:upload_image:94 : mkdir -p /home/ubuntu/devstack/files/images 2021-12-14 17:41:01.667 | ++ functions:upload_image:95 : basename http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-12-14 17:41:01.671 | + functions:upload_image:95 : image_fname=ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-12-14 17:41:01.673 | + functions:upload_image:96 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx != file* ]] 2021-12-14 17:41:01.675 | + functions:upload_image:98 : [[ ! -f /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx ]] 2021-12-14 17:41:01.677 | + functions:upload_image:99 : 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 2021-12-14 17:41:01.680 | --2021-12-14 17:41:01-- http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-12-14 17:41:01.682 | Connecting to 10.100.0.9:80... connected. 2021-12-14 17:41:01.683 | HTTP request sent, awaiting response... 200 OK 2021-12-14 17:41:01.683 | Length: 645922816 (616M) 2021-12-14 17:41:01.683 | Saving to: ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ 2021-12-14 17:41:01.703 | 2021-12-14 17:41:02.000 | 0K ........ ........ ........ ........ 5% 104M 6s 2021-12-14 17:41:02.291 | 32768K ........ ........ ........ ........ 10% 110M 5s 2021-12-14 17:41:02.585 | 65536K ........ ........ ........ ........ 15% 109M 5s 2021-12-14 17:41:02.879 | 98304K ........ ........ ........ ........ 20% 109M 5s 2021-12-14 17:41:03.170 | 131072K ........ ........ ........ ........ 25% 110M 4s 2021-12-14 17:41:03.469 | 163840K ........ ........ ........ ........ 31% 107M 4s 2021-12-14 17:41:03.761 | 196608K ........ ........ ........ ........ 36% 109M 4s 2021-12-14 17:41:04.059 | 229376K ........ ........ ........ ........ 41% 108M 3s 2021-12-14 17:41:04.352 | 262144K ........ ........ ........ ........ 46% 109M 3s 2021-12-14 17:41:04.648 | 294912K ........ ........ ........ ........ 51% 108M 3s 2021-12-14 17:41:04.944 | 327680K ........ ........ ........ ........ 57% 108M 2s 2021-12-14 17:41:05.237 | 360448K ........ ........ ........ ........ 62% 109M 2s 2021-12-14 17:41:05.538 | 393216K ........ ........ ........ ........ 67% 107M 2s 2021-12-14 17:41:05.836 | 425984K ........ ........ ........ ........ 72% 107M 2s 2021-12-14 17:41:06.135 | 458752K ........ ........ ........ ........ 77% 107M 1s 2021-12-14 17:41:06.438 | 491520K ........ ........ ........ ........ 83% 106M 1s 2021-12-14 17:41:06.736 | 524288K ........ ........ ........ ........ 88% 107M 1s 2021-12-14 17:41:07.042 | 557056K ........ ........ ........ ........ 93% 105M 0s 2021-12-14 17:41:07.335 | 589824K ........ ........ ........ ........ 98% 109M 0s 2021-12-14 17:41:07.402 | 622592K ........ 100% 105M=5.7s 2021-12-14 17:41:07.402 | 2021-12-14 17:41:07.402 | 2021-12-14 17:41:07 (108 MB/s) - ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ saved [645922816/645922816] 2021-12-14 17:41:07.402 | 2021-12-14 17:41:07.405 | + functions:upload_image:100 : [[ 0 -ne 0 ]] 2021-12-14 17:41:07.407 | + functions:upload_image:105 : image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-12-14 17:41:07.409 | + functions:upload_image:119 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ openvz ]] 2021-12-14 17:41:07.411 | + functions:upload_image:126 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vmdk ]] 2021-12-14 17:41:07.414 | + functions:upload_image:241 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vhd\.tgz ]] 2021-12-14 17:41:07.416 | + functions:upload_image:263 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.xen-raw\.tgz ]] 2021-12-14 17:41:07.418 | + functions:upload_image:274 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.hds ]] 2021-12-14 17:41:07.422 | + functions:upload_image:290 : local kernel= 2021-12-14 17:41:07.425 | + functions:upload_image:291 : local ramdisk= 2021-12-14 17:41:07.427 | + functions:upload_image:292 : local disk_format= 2021-12-14 17:41:07.429 | + functions:upload_image:293 : local container_format= 2021-12-14 17:41:07.431 | + functions:upload_image:294 : local unpack= 2021-12-14 17:41:07.434 | + functions:upload_image:295 : local 'img_property=--property hw_rng_model=virtio' 2021-12-14 17:41:07.436 | + functions:upload_image:296 : case "$image_fname" in 2021-12-14 17:41:07.438 | + functions:upload_image:361 : local extension=04-minimal-cloudimg-amd64-sync.vhdx 2021-12-14 17:41:07.441 | ++ functions:upload_image:362 : basename /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx .04-minimal-cloudimg-amd64-sync.vhdx 2021-12-14 17:41:07.445 | + functions:upload_image:362 : image_name=ubuntu-16 2021-12-14 17:41:07.448 | ++ functions:upload_image:363 : echo ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-12-14 17:41:07.449 | ++ functions:upload_image:363 : grep -oP '(?<=\.)vhdx?(?=\.|$)' 2021-12-14 17:41:07.453 | + functions:upload_image:363 : disk_format=vhdx 2021-12-14 17:41:07.455 | + functions:upload_image:364 : container_format=bare 2021-12-14 17:41:07.458 | + functions:upload_image:365 : '[' vhdx == gz ']' 2021-12-14 17:41:07.460 | + functions:upload_image:372 : is_arch ppc64le 2021-12-14 17:41:07.463 | ++ functions-common:is_arch:428 : uname -m 2021-12-14 17:41:07.466 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c\6\4\l\e ]] 2021-12-14 17:41:07.468 | + functions:upload_image:372 : is_arch ppc64 2021-12-14 17:41:07.471 | ++ functions-common:is_arch:428 : uname -m 2021-12-14 17:41:07.474 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c\6\4 ]] 2021-12-14 17:41:07.477 | + functions:upload_image:372 : is_arch ppc 2021-12-14 17:41:07.480 | ++ functions-common:is_arch:428 : uname -m 2021-12-14 17:41:07.483 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c ]] 2021-12-14 17:41:07.485 | + functions:upload_image:376 : is_arch aarch64 2021-12-14 17:41:07.488 | ++ functions-common:is_arch:428 : uname -m 2021-12-14 17:41:07.491 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-12-14 17:41:07.494 | + functions:upload_image:380 : '[' bare = bare ']' 2021-12-14 17:41:07.496 | + functions:upload_image:381 : '[' '' = zcat ']' 2021-12-14 17:41:07.498 | + functions:upload_image:383 : '[' '' = bunzip2 ']' 2021-12-14 17:41:07.501 | + functions:upload_image:385 : '[' '' = unxz ']' 2021-12-14 17:41:07.503 | + functions:upload_image:396 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create ubuntu-16 --property hw_rng_model=virtio --public --container-format=bare --disk-format vhdx 2021-12-14 17:41:25.893 | +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:41:25.893 | | Field | Value | 2021-12-14 17:41:25.893 | +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:41:25.893 | | container_format | bare | 2021-12-14 17:41:25.893 | | created_at | 2021-12-14T17:41:11Z | 2021-12-14 17:41:25.893 | | disk_format | vhdx | 2021-12-14 17:41:25.893 | | file | /v2/images/1e7ba986-b101-4769-840a-16616c944c35/file | 2021-12-14 17:41:25.893 | | id | 1e7ba986-b101-4769-840a-16616c944c35 | 2021-12-14 17:41:25.893 | | min_disk | 0 | 2021-12-14 17:41:25.893 | | min_ram | 0 | 2021-12-14 17:41:25.893 | | name | ubuntu-16 | 2021-12-14 17:41:25.893 | | owner | a00b8880f8ba46a6b8df1c11d34fd3c9 | 2021-12-14 17:41:25.893 | | properties | hw_rng_model='virtio', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/ubuntu-16', owner_specified.openstack.sha256='', self='/v2/images/1e7ba986-b101-4769-840a-16616c944c35' | 2021-12-14 17:41:25.893 | | protected | False | 2021-12-14 17:41:25.893 | | schema | /v2/schemas/image | 2021-12-14 17:41:25.893 | | status | queued | 2021-12-14 17:41:25.893 | | tags | | 2021-12-14 17:41:25.893 | | updated_at | 2021-12-14T17:41:11Z | 2021-12-14 17:41:25.893 | | visibility | public | 2021-12-14 17:41:25.893 | +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:41:26.012 | + ./stack.sh:main:1270 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-12-14 17:41:26.015 | + ./stack.sh:main:1271 : is_service_enabled nova 2021-12-14 17:41:26.035 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:26.038 | + ./stack.sh:main:1272 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-12-14 17:41:26.065 | + ./stack.sh:main:1273 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-12-14 17:41:26.093 | + ./stack.sh:main:1276 : is_service_enabled cinder 2021-12-14 17:41:26.112 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:26.115 | + ./stack.sh:main:1277 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-12-14 17:41:26.144 | + ./stack.sh:main:1281 : is_service_enabled n-api 2021-12-14 17:41:26.161 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:26.163 | + ./stack.sh:main:1282 : echo_summary 'Starting Nova API' 2021-12-14 17:41:26.166 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:41:26.168 | + ./stack.sh:echo_summary:428 : echo -e Starting Nova API 2021-12-14 17:41:26.171 | + ./stack.sh:main:1283 : start_nova_api 2021-12-14 17:41:26.173 | + lib/nova:start_nova_api:850 : local service_port=8774 2021-12-14 17:41:26.176 | + lib/nova:start_nova_api:851 : local service_protocol=http 2021-12-14 17:41:26.178 | + lib/nova:start_nova_api:852 : local nova_url 2021-12-14 17:41:26.181 | + lib/nova:start_nova_api:853 : is_service_enabled tls-proxy 2021-12-14 17:41:26.198 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:41:26.201 | + lib/nova:start_nova_api:859 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:41:26.203 | + lib/nova:start_nova_api:860 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:41:26.206 | + lib/nova:start_nova_api:860 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:41:26.209 | + lib/nova:start_nova_api:862 : '[' True == False ']' 2021-12-14 17:41:26.212 | ++ lib/nova:start_nova_api:870 : which uwsgi 2021-12-14 17:41:26.216 | + lib/nova:start_nova_api:870 : run_process n-api '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-14 17:41:26.219 | + functions-common:run_process:1582 : local service=n-api 2021-12-14 17:41:26.222 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-14 17:41:26.224 | + functions-common:run_process:1584 : local group= 2021-12-14 17:41:26.227 | + functions-common:run_process:1585 : local user= 2021-12-14 17:41:26.229 | + functions-common:run_process:1587 : local name=n-api 2021-12-14 17:41:26.232 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:41:26.234 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:41:26.237 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:41:26.239 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:41:26.243 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:41:26.246 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503686243 2021-12-14 17:41:26.249 | + functions-common:run_process:1590 : is_service_enabled n-api 2021-12-14 17:41:26.266 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:26.269 | + functions-common:run_process:1591 : _run_under_systemd n-api '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' 2021-12-14 17:41:26.271 | + functions-common:_run_under_systemd:1547 : local service=n-api 2021-12-14 17:41:26.274 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-14 17:41:26.277 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-14 17:41:26.280 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-14 17:41:26.282 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-14 17:41:26.285 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2021-12-14 17:41:26.288 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2021-12-14 17:41:26.291 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-api.service 2021-12-14 17:41:26.294 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:41:26.296 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:41:26.299 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2021-12-14 17:41:26.302 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' ubuntu 2021-12-14 17:41:26.304 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@n-api.service 2021-12-14 17:41:26.307 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-14 17:41:26.309 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-12-14 17:41:26.311 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-12-14 17:41:26.314 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@n-api.service 2021-12-14 17:41:26.316 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-12-14 17:41:26.322 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2021-12-14 17:41:26.379 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2021-12-14 17:41:26.438 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2021-12-14 17:41:26.486 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-14 17:41:26.536 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:41:26.585 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2021-12-14 17:41:26.634 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2021-12-14 17:41:26.683 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2021-12-14 17:41:26.734 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2021-12-14 17:41:26.784 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2021-12-14 17:41:26.840 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-12-14 17:41:26.842 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2021-12-14 17:41:26.902 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-12-14 17:41:27.116 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-api.service 2021-12-14 17:41:27.131 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2021-12-14 17:41:27.341 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-api.service 2021-12-14 17:41:27.421 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:41:27.424 | + functions-common:time_stop:2331 : local name 2021-12-14 17:41:27.427 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:41:27.430 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:41:27.433 | + functions-common:time_stop:2334 : local total 2021-12-14 17:41:27.436 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:41:27.439 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:41:27.442 | + functions-common:time_stop:2338 : start_time=1639503686243 2021-12-14 17:41:27.444 | + functions-common:time_stop:2340 : [[ -z 1639503686243 ]] 2021-12-14 17:41:27.448 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:41:27.452 | + functions-common:time_stop:2343 : end_time=1639503687448 2021-12-14 17:41:27.454 | + functions-common:time_stop:2344 : elapsed_time=1205 2021-12-14 17:41:27.457 | + functions-common:time_stop:2345 : total=8785 2021-12-14 17:41:27.459 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:41:27.462 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=9990 2021-12-14 17:41:27.465 | + lib/nova:start_nova_api:871 : nova_url=http://10.222.0.53/compute/v2.1/ 2021-12-14 17:41:27.467 | + lib/nova:start_nova_api:874 : echo 'Waiting for nova-api to start...' 2021-12-14 17:41:27.467 | Waiting for nova-api to start... 2021-12-14 17:41:27.470 | + lib/nova:start_nova_api:875 : wait_for_service 60 http://10.222.0.53/compute/v2.1/ 2021-12-14 17:41:27.472 | + functions:wait_for_service:444 : local timeout=60 2021-12-14 17:41:27.475 | + functions:wait_for_service:445 : local url=http://10.222.0.53/compute/v2.1/ 2021-12-14 17:41:27.477 | + functions:wait_for_service:446 : local rval=0 2021-12-14 17:41:27.480 | + functions:wait_for_service:447 : time_start wait_for_service 2021-12-14 17:41:27.482 | + functions-common:time_start:2317 : local name=wait_for_service 2021-12-14 17:41:27.485 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:41:27.487 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:41:27.491 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:41:27.494 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503687491 2021-12-14 17:41:27.497 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-12-14 17:41:27.502 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.53/compute/v2.1/ 2021-12-14 17:41:33.577 | + :: : [[ 200 == 503 ]] 2021-12-14 17:41:33.578 | + :: : [[ 0 -eq 7 ]] 2021-12-14 17:41:33.583 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-12-14 17:41:33.586 | + functions-common:time_stop:2331 : local name 2021-12-14 17:41:33.593 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:41:33.596 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:41:33.599 | + functions-common:time_stop:2334 : local total 2021-12-14 17:41:33.602 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:41:33.605 | + functions-common:time_stop:2337 : name=wait_for_service 2021-12-14 17:41:33.608 | + functions-common:time_stop:2338 : start_time=1639503687491 2021-12-14 17:41:33.610 | + functions-common:time_stop:2340 : [[ -z 1639503687491 ]] 2021-12-14 17:41:33.614 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:41:33.618 | + functions-common:time_stop:2343 : end_time=1639503693615 2021-12-14 17:41:33.620 | + functions-common:time_stop:2344 : elapsed_time=6124 2021-12-14 17:41:33.623 | + functions-common:time_stop:2345 : total=10669 2021-12-14 17:41:33.626 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:41:33.630 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=16793 2021-12-14 17:41:33.633 | + functions:wait_for_service:454 : return 0 2021-12-14 17:41:33.635 | + lib/nova:start_nova_api:879 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:41:33.639 | + lib/nova:start_nova_api:879 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:41:33.642 | + ./stack.sh:main:1286 : is_service_enabled neutron-api 2021-12-14 17:41:33.663 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:41:33.666 | + ./stack.sh:main:1289 : is_service_enabled q-svc 2021-12-14 17:41:33.684 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:33.687 | + ./stack.sh:main:1290 : echo_summary 'Starting Neutron' 2021-12-14 17:41:33.690 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:41:33.693 | + ./stack.sh:echo_summary:428 : echo -e Starting Neutron 2021-12-14 17:41:33.696 | + ./stack.sh:main:1291 : configure_neutron_after_post_config 2021-12-14 17:41:33.699 | + lib/neutron-legacy:configure_neutron_after_post_config:459 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2021-12-14 17:41:33.702 | + lib/neutron-legacy:configure_neutron_after_post_config:460 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-12-14 17:41:33.739 | + ./stack.sh:main:1292 : start_neutron_service_and_check 2021-12-14 17:41:33.742 | + lib/neutron-legacy:start_neutron_service_and_check:466 : local service_port=9696 2021-12-14 17:41:33.744 | + lib/neutron-legacy:start_neutron_service_and_check:467 : local service_protocol=http 2021-12-14 17:41:33.747 | + lib/neutron-legacy:start_neutron_service_and_check:468 : local cfg_file_options 2021-12-14 17:41:33.750 | + lib/neutron-legacy:start_neutron_service_and_check:469 : local neutron_url 2021-12-14 17:41:33.754 | ++ lib/neutron-legacy:start_neutron_service_and_check:471 : determine_config_files neutron-server 2021-12-14 17:41:33.757 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2021-12-14 17:41:33.760 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2021-12-14 17:41:33.763 | +++ lib/neutron-legacy:determine_config_files:326 : _determine_config_server 2021-12-14 17:41:33.767 | +++ lib/neutron-legacy:_determine_config_server:294 : [[ '' != '' ]] 2021-12-14 17:41:33.769 | +++ lib/neutron-legacy:_determine_config_server:301 : [[ 0 > 0 ]] 2021-12-14 17:41:33.772 | +++ lib/neutron-legacy:_determine_config_server:308 : local cfg_file 2021-12-14 17:41:33.774 | +++ lib/neutron-legacy:_determine_config_server:309 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:33.777 | +++ lib/neutron-legacy:_determine_config_server:313 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:33.782 | ++ lib/neutron-legacy:determine_config_files:326 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:33.785 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2021-12-14 17:41:33.788 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:33.791 | + lib/neutron-legacy:start_neutron_service_and_check:471 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:33.794 | + lib/neutron-legacy:start_neutron_service_and_check:473 : is_service_enabled tls-proxy 2021-12-14 17:41:33.815 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:41:33.818 | + lib/neutron-legacy:start_neutron_service_and_check:478 : '[' False == True ']' 2021-12-14 17:41:33.820 | + lib/neutron-legacy:start_neutron_service_and_check:485 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:33.823 | + functions-common:run_process:1582 : local service=q-svc 2021-12-14 17:41:33.826 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:33.829 | + functions-common:run_process:1584 : local group= 2021-12-14 17:41:33.832 | + functions-common:run_process:1585 : local user= 2021-12-14 17:41:33.835 | + functions-common:run_process:1587 : local name=q-svc 2021-12-14 17:41:33.838 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:41:33.841 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:41:33.844 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:41:33.847 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:41:33.850 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:41:33.854 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503693851 2021-12-14 17:41:33.857 | + functions-common:run_process:1590 : is_service_enabled q-svc 2021-12-14 17:41:33.874 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:33.877 | + functions-common:run_process:1591 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' 2021-12-14 17:41:33.880 | + functions-common:_run_under_systemd:1547 : local service=q-svc 2021-12-14 17:41:33.883 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:33.886 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:33.889 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:33.893 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:33.896 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2021-12-14 17:41:33.898 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2021-12-14 17:41:33.901 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-svc.service 2021-12-14 17:41:33.904 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:41:33.907 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:41:33.910 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2021-12-14 17:41:33.913 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu 2021-12-14 17:41:33.917 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-svc.service 2021-12-14 17:41:33.920 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:33.924 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:41:33.927 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:41:33.930 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:41:33.933 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:41:33.936 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2021-12-14 17:41:33.938 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:41:33.943 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2021-12-14 17:41:34.003 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2021-12-14 17:41:34.063 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:34.110 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2021-12-14 17:41:34.159 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2021-12-14 17:41:34.207 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:41:34.254 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:41:34.257 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2021-12-14 17:41:34.314 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:41:34.547 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-svc.service 2021-12-14 17:41:34.560 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2021-12-14 17:41:34.754 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-svc.service 2021-12-14 17:41:34.775 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:41:34.778 | + functions-common:time_stop:2331 : local name 2021-12-14 17:41:34.781 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:41:34.783 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:41:34.786 | + functions-common:time_stop:2334 : local total 2021-12-14 17:41:34.788 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:41:34.791 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:41:34.793 | + functions-common:time_stop:2338 : start_time=1639503693851 2021-12-14 17:41:34.796 | + functions-common:time_stop:2340 : [[ -z 1639503693851 ]] 2021-12-14 17:41:34.799 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:41:34.803 | + functions-common:time_stop:2343 : end_time=1639503694800 2021-12-14 17:41:34.805 | + functions-common:time_stop:2344 : elapsed_time=949 2021-12-14 17:41:34.808 | + functions-common:time_stop:2345 : total=9990 2021-12-14 17:41:34.811 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:41:34.814 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=10939 2021-12-14 17:41:34.816 | + lib/neutron-legacy:start_neutron_service_and_check:486 : neutron_url=http://10.222.0.53:9696 2021-12-14 17:41:34.819 | + lib/neutron-legacy:start_neutron_service_and_check:488 : is_service_enabled tls-proxy 2021-12-14 17:41:34.837 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:41:34.840 | + lib/neutron-legacy:start_neutron_service_and_check:492 : echo 'Waiting for Neutron to start...' 2021-12-14 17:41:34.840 | Waiting for Neutron to start... 2021-12-14 17:41:34.842 | + lib/neutron-legacy:start_neutron_service_and_check:494 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.53:9696' 2021-12-14 17:41:34.845 | + lib/neutron-legacy:start_neutron_service_and_check:495 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.53:9696' 'Neutron did not start' 60 2021-12-14 17:41:34.847 | + functions-common:test_with_retry:2269 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.53:9696' 2021-12-14 17:41:34.850 | + functions-common:test_with_retry:2270 : local 'failmsg=Neutron did not start' 2021-12-14 17:41:34.852 | + functions-common:test_with_retry:2271 : local until=60 2021-12-14 17:41:34.855 | + functions-common:test_with_retry:2272 : local sleep=0.5 2021-12-14 17:41:34.857 | + functions-common:test_with_retry:2274 : time_start test_with_retry 2021-12-14 17:41:34.860 | + functions-common:time_start:2317 : local name=test_with_retry 2021-12-14 17:41:34.863 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:41:34.865 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:41:34.868 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:41:34.872 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503694869 2021-12-14 17:41:34.875 | + functions-common:test_with_retry:2275 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.53:9696; do sleep 0.5; done' 2021-12-14 17:41:34.880 | 2021-12-14 17:41:34.880 | Redirecting output to ‘wget-log’. 2021-12-14 17:41:35.384 | 2021-12-14 17:41:35.384 | Redirecting output to ‘wget-log.1’. 2021-12-14 17:41:35.888 | 2021-12-14 17:41:35.888 | Redirecting output to ‘wget-log.2’. 2021-12-14 17:41:36.393 | 2021-12-14 17:41:36.393 | Redirecting output to ‘wget-log.3’. 2021-12-14 17:41:36.898 | 2021-12-14 17:41:36.898 | Redirecting output to ‘wget-log.4’. 2021-12-14 17:41:37.402 | 2021-12-14 17:41:37.403 | Redirecting output to ‘wget-log.5’. 2021-12-14 17:41:37.907 | 2021-12-14 17:41:37.907 | Redirecting output to ‘wget-log.6’. 2021-12-14 17:41:38.412 | 2021-12-14 17:41:38.412 | Redirecting output to ‘wget-log.7’. 2021-12-14 17:41:38.916 | 2021-12-14 17:41:38.916 | Redirecting output to ‘wget-log.8’. 2021-12-14 17:41:39.421 | 2021-12-14 17:41:39.421 | Redirecting output to ‘wget-log.9’. 2021-12-14 17:41:39.925 | 2021-12-14 17:41:39.925 | Redirecting output to ‘wget-log.10’. 2021-12-14 17:41:40.430 | 2021-12-14 17:41:40.430 | Redirecting output to ‘wget-log.11’. 2021-12-14 17:41:40.447 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.53:9696/v2.0/"}]}]}+ functions-common:test_with_retry:2278 : time_stop test_with_retry 2021-12-14 17:41:40.450 | + functions-common:time_stop:2331 : local name 2021-12-14 17:41:40.453 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:41:40.456 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:41:40.458 | + functions-common:time_stop:2334 : local total 2021-12-14 17:41:40.461 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:41:40.464 | + functions-common:time_stop:2337 : name=test_with_retry 2021-12-14 17:41:40.466 | + functions-common:time_stop:2338 : start_time=1639503694869 2021-12-14 17:41:40.469 | + functions-common:time_stop:2340 : [[ -z 1639503694869 ]] 2021-12-14 17:41:40.472 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:41:40.477 | + functions-common:time_stop:2343 : end_time=1639503700473 2021-12-14 17:41:40.479 | + functions-common:time_stop:2344 : elapsed_time=5604 2021-12-14 17:41:40.482 | + functions-common:time_stop:2345 : total=0 2021-12-14 17:41:40.484 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:41:40.487 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=5604 2021-12-14 17:41:40.490 | + ./stack.sh:main:1297 : is_service_enabled placement 2021-12-14 17:41:40.507 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:40.510 | + ./stack.sh:main:1298 : echo_summary 'Starting Placement' 2021-12-14 17:41:40.512 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:41:40.515 | + ./stack.sh:echo_summary:428 : echo -e Starting Placement 2021-12-14 17:41:40.518 | + ./stack.sh:main:1299 : start_placement 2021-12-14 17:41:40.520 | + lib/placement:start_placement:161 : start_placement_api 2021-12-14 17:41:40.523 | + lib/placement:start_placement_api:146 : [[ uwsgi == \u\w\s\g\i ]] 2021-12-14 17:41:40.526 | ++ lib/placement:start_placement_api:147 : which uwsgi 2021-12-14 17:41:40.530 | + lib/placement:start_placement_api:147 : run_process placement-api '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-14 17:41:40.533 | + functions-common:run_process:1582 : local service=placement-api 2021-12-14 17:41:40.536 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-14 17:41:40.538 | + functions-common:run_process:1584 : local group= 2021-12-14 17:41:40.541 | + functions-common:run_process:1585 : local user= 2021-12-14 17:41:40.543 | + functions-common:run_process:1587 : local name=placement-api 2021-12-14 17:41:40.546 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:41:40.549 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:41:40.551 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:41:40.554 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:41:40.557 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:41:40.561 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503700558 2021-12-14 17:41:40.563 | + functions-common:run_process:1590 : is_service_enabled placement-api 2021-12-14 17:41:40.580 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:40.583 | + functions-common:run_process:1591 : _run_under_systemd placement-api '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' 2021-12-14 17:41:40.585 | + functions-common:_run_under_systemd:1547 : local service=placement-api 2021-12-14 17:41:40.588 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-14 17:41:40.590 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-14 17:41:40.593 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-14 17:41:40.595 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-14 17:41:40.598 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2021-12-14 17:41:40.600 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2021-12-14 17:41:40.603 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@placement-api.service 2021-12-14 17:41:40.605 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:41:40.608 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:41:40.610 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2021-12-14 17:41:40.613 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ubuntu 2021-12-14 17:41:40.615 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@placement-api.service 2021-12-14 17:41:40.618 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-14 17:41:40.620 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-12-14 17:41:40.622 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-12-14 17:41:40.625 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2021-12-14 17:41:40.627 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-12-14 17:41:40.631 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2021-12-14 17:41:40.687 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2021-12-14 17:41:40.744 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu 2021-12-14 17:41:40.792 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-14 17:41:40.840 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:41:40.887 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2021-12-14 17:41:40.935 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2021-12-14 17:41:40.983 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2021-12-14 17:41:41.032 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2021-12-14 17:41:41.081 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2021-12-14 17:41:41.129 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-12-14 17:41:41.132 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2021-12-14 17:41:41.189 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-12-14 17:41:41.411 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@placement-api.service 2021-12-14 17:41:41.424 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2021-12-14 17:41:41.635 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@placement-api.service 2021-12-14 17:41:41.712 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:41:41.714 | + functions-common:time_stop:2331 : local name 2021-12-14 17:41:41.717 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:41:41.720 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:41:41.722 | + functions-common:time_stop:2334 : local total 2021-12-14 17:41:41.725 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:41:41.727 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:41:41.730 | + functions-common:time_stop:2338 : start_time=1639503700558 2021-12-14 17:41:41.732 | + functions-common:time_stop:2340 : [[ -z 1639503700558 ]] 2021-12-14 17:41:41.737 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:41:41.740 | + functions-common:time_stop:2343 : end_time=1639503701737 2021-12-14 17:41:41.742 | + functions-common:time_stop:2344 : elapsed_time=1179 2021-12-14 17:41:41.745 | + functions-common:time_stop:2345 : total=10939 2021-12-14 17:41:41.747 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:41:41.750 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=12118 2021-12-14 17:41:41.752 | + lib/placement:start_placement_api:154 : echo 'Waiting for placement-api to start...' 2021-12-14 17:41:41.752 | Waiting for placement-api to start... 2021-12-14 17:41:41.755 | + lib/placement:start_placement_api:155 : wait_for_service 60 http://10.222.0.53/placement 2021-12-14 17:41:41.757 | + functions:wait_for_service:444 : local timeout=60 2021-12-14 17:41:41.760 | + functions:wait_for_service:445 : local url=http://10.222.0.53/placement 2021-12-14 17:41:41.762 | + functions:wait_for_service:446 : local rval=0 2021-12-14 17:41:41.766 | + functions:wait_for_service:447 : time_start wait_for_service 2021-12-14 17:41:41.768 | + functions-common:time_start:2317 : local name=wait_for_service 2021-12-14 17:41:41.771 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:41:41.773 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:41:41.776 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:41:41.780 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503701777 2021-12-14 17:41:41.783 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-12-14 17:41:41.788 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.53/placement 2021-12-14 17:41:44.565 | + :: : [[ 200 == 503 ]] 2021-12-14 17:41:44.566 | + :: : [[ 0 -eq 7 ]] 2021-12-14 17:41:44.570 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-12-14 17:41:44.572 | + functions-common:time_stop:2331 : local name 2021-12-14 17:41:44.575 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:41:44.578 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:41:44.580 | + functions-common:time_stop:2334 : local total 2021-12-14 17:41:44.583 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:41:44.585 | + functions-common:time_stop:2337 : name=wait_for_service 2021-12-14 17:41:44.588 | + functions-common:time_stop:2338 : start_time=1639503701777 2021-12-14 17:41:44.590 | + functions-common:time_stop:2340 : [[ -z 1639503701777 ]] 2021-12-14 17:41:44.593 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:41:44.597 | + functions-common:time_stop:2343 : end_time=1639503704594 2021-12-14 17:41:44.600 | + functions-common:time_stop:2344 : elapsed_time=2817 2021-12-14 17:41:44.602 | + functions-common:time_stop:2345 : total=16793 2021-12-14 17:41:44.605 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:41:44.607 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=19610 2021-12-14 17:41:44.610 | + functions:wait_for_service:454 : return 0 2021-12-14 17:41:44.613 | + ./stack.sh:main:1302 : is_service_enabled neutron 2021-12-14 17:41:44.630 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:44.633 | + ./stack.sh:main:1303 : start_neutron 2021-12-14 17:41:44.636 | + lib/neutron:start_neutron:702 : is_neutron_legacy_enabled 2021-12-14 17:41:44.640 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-14 17:41:44.641 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-14 17:41:44.645 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-14 17:41:44.648 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-14 17:41:44.650 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync =~ ,q- ]] 2021-12-14 17:41:44.653 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-14 17:41:44.656 | + lib/neutron:start_neutron:704 : start_mutnauq_l2_agent 2021-12-14 17:41:44.659 | + lib/neutron-legacy:start_mutnauq_l2_agent:501 : 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' 2021-12-14 17:41:44.661 | + functions-common:run_process:1582 : local service=q-agt 2021-12-14 17:41:44.664 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:44.666 | + functions-common:run_process:1584 : local group= 2021-12-14 17:41:44.669 | + functions-common:run_process:1585 : local user= 2021-12-14 17:41:44.672 | + functions-common:run_process:1587 : local name=q-agt 2021-12-14 17:41:44.674 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:41:44.677 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:41:44.679 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:41:44.681 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:41:44.685 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:41:44.688 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503704685 2021-12-14 17:41:44.691 | + functions-common:run_process:1590 : is_service_enabled q-agt 2021-12-14 17:41:44.710 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:44.714 | + functions-common:run_process:1591 : _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' '' '' 2021-12-14 17:41:44.719 | + functions-common:_run_under_systemd:1547 : local service=q-agt 2021-12-14 17:41:44.722 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:44.725 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:44.728 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:44.730 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:44.733 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2021-12-14 17:41:44.736 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2021-12-14 17:41:44.738 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-agt.service 2021-12-14 17:41:44.741 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:41:44.744 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:41:44.746 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2021-12-14 17:41:44.749 | + functions-common:_run_under_systemd:1559 : 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 2021-12-14 17:41:44.752 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-agt.service 2021-12-14 17:41:44.754 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-14 17:41:44.756 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:41:44.758 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:41:44.761 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:41:44.763 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:41:44.766 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2021-12-14 17:41:44.768 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:41:44.772 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2021-12-14 17:41:44.829 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu 2021-12-14 17:41:44.885 | + functions-common:write_user_unit_file:1477 : 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' 2021-12-14 17:41:44.933 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2021-12-14 17:41:44.980 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2021-12-14 17:41:45.030 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:41:45.078 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:41:45.081 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2021-12-14 17:41:45.138 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:41:45.348 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-agt.service 2021-12-14 17:41:45.361 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2021-12-14 17:41:45.564 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-agt.service 2021-12-14 17:41:45.585 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:41:45.588 | + functions-common:time_stop:2331 : local name 2021-12-14 17:41:45.590 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:41:45.593 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:41:45.596 | + functions-common:time_stop:2334 : local total 2021-12-14 17:41:45.599 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:41:45.601 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:41:45.604 | + functions-common:time_stop:2338 : start_time=1639503704685 2021-12-14 17:41:45.606 | + functions-common:time_stop:2340 : [[ -z 1639503704685 ]] 2021-12-14 17:41:45.610 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:41:45.614 | + functions-common:time_stop:2343 : end_time=1639503705611 2021-12-14 17:41:45.616 | + functions-common:time_stop:2344 : elapsed_time=926 2021-12-14 17:41:45.619 | + functions-common:time_stop:2345 : total=12118 2021-12-14 17:41:45.621 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:41:45.624 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=13044 2021-12-14 17:41:45.627 | + lib/neutron-legacy:start_mutnauq_l2_agent:503 : is_provider_network 2021-12-14 17:41:45.630 | + functions-common:is_provider_network:2180 : '[' '' == True ']' 2021-12-14 17:41:45.632 | + functions-common:is_provider_network:2183 : return 1 2021-12-14 17:41:45.635 | + lib/neutron:start_neutron:705 : start_mutnauq_other_agents 2021-12-14 17:41:45.637 | + lib/neutron-legacy:start_mutnauq_other_agents:519 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-12-14 17:41:45.640 | + functions-common:run_process:1582 : local service=q-dhcp 2021-12-14 17:41:45.643 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-12-14 17:41:45.645 | + functions-common:run_process:1584 : local group= 2021-12-14 17:41:45.648 | + functions-common:run_process:1585 : local user= 2021-12-14 17:41:45.651 | + functions-common:run_process:1587 : local name=q-dhcp 2021-12-14 17:41:45.654 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:41:45.657 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:41:45.659 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:41:45.662 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:41:45.665 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:41:45.669 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503705666 2021-12-14 17:41:45.671 | + functions-common:run_process:1590 : is_service_enabled q-dhcp 2021-12-14 17:41:45.688 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:45.691 | + functions-common:run_process:1591 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' 2021-12-14 17:41:45.693 | + functions-common:_run_under_systemd:1547 : local service=q-dhcp 2021-12-14 17:41:45.696 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-12-14 17:41:45.698 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-12-14 17:41:45.701 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-12-14 17:41:45.704 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-12-14 17:41:45.706 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2021-12-14 17:41:45.709 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2021-12-14 17:41:45.712 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-dhcp.service 2021-12-14 17:41:45.714 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:41:45.717 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:41:45.719 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2021-12-14 17:41:45.722 | + functions-common:_run_under_systemd:1559 : 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 2021-12-14 17:41:45.726 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-dhcp.service 2021-12-14 17:41:45.728 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-12-14 17:41:45.731 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:41:45.733 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:41:45.736 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:41:45.738 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:41:45.741 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2021-12-14 17:41:45.743 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:41:45.748 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2021-12-14 17:41:45.806 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu 2021-12-14 17:41:45.864 | + functions-common:write_user_unit_file:1477 : 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' 2021-12-14 17:41:45.912 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2021-12-14 17:41:45.960 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2021-12-14 17:41:46.010 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:41:46.061 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:41:46.065 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2021-12-14 17:41:46.127 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:41:46.355 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-dhcp.service 2021-12-14 17:41:46.369 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2021-12-14 17:41:46.570 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-dhcp.service 2021-12-14 17:41:46.597 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:41:46.600 | + functions-common:time_stop:2331 : local name 2021-12-14 17:41:46.602 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:41:46.605 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:41:46.608 | + functions-common:time_stop:2334 : local total 2021-12-14 17:41:46.610 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:41:46.613 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:41:46.615 | + functions-common:time_stop:2338 : start_time=1639503705666 2021-12-14 17:41:46.618 | + functions-common:time_stop:2340 : [[ -z 1639503705666 ]] 2021-12-14 17:41:46.621 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:41:46.625 | + functions-common:time_stop:2343 : end_time=1639503706622 2021-12-14 17:41:46.627 | + functions-common:time_stop:2344 : elapsed_time=956 2021-12-14 17:41:46.630 | + functions-common:time_stop:2345 : total=13044 2021-12-14 17:41:46.632 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:41:46.635 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=14000 2021-12-14 17:41:46.637 | + lib/neutron-legacy:start_mutnauq_other_agents:521 : is_service_enabled neutron-vpnaas 2021-12-14 17:41:46.657 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:41:46.660 | ++ lib/neutron-legacy:start_mutnauq_other_agents:524 : determine_config_files neutron-l3-agent 2021-12-14 17:41:46.663 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2021-12-14 17:41:46.665 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2021-12-14 17:41:46.669 | +++ lib/neutron-legacy:determine_config_files:327 : _determine_config_l3 2021-12-14 17:41:46.671 | +++ lib/neutron-legacy:_determine_config_l3:317 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-14 17:41:46.674 | +++ lib/neutron-legacy:_determine_config_l3:318 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-14 17:41:46.677 | ++ lib/neutron-legacy:determine_config_files:327 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-14 17:41:46.679 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2021-12-14 17:41:46.682 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-14 17:41:46.685 | + lib/neutron-legacy:start_mutnauq_other_agents:524 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-14 17:41:46.688 | + functions-common:run_process:1582 : local service=q-l3 2021-12-14 17:41:46.690 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-14 17:41:46.693 | + functions-common:run_process:1584 : local group= 2021-12-14 17:41:46.695 | + functions-common:run_process:1585 : local user= 2021-12-14 17:41:46.698 | + functions-common:run_process:1587 : local name=q-l3 2021-12-14 17:41:46.700 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:41:46.703 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:41:46.705 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:41:46.708 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:41:46.711 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:41:46.715 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503706712 2021-12-14 17:41:46.717 | + functions-common:run_process:1590 : is_service_enabled q-l3 2021-12-14 17:41:46.734 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:46.737 | + functions-common:run_process:1591 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' 2021-12-14 17:41:46.739 | + functions-common:_run_under_systemd:1547 : local service=q-l3 2021-12-14 17:41:46.742 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-14 17:41:46.744 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-14 17:41:46.747 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-14 17:41:46.750 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-14 17:41:46.752 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2021-12-14 17:41:46.755 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2021-12-14 17:41:46.757 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-l3.service 2021-12-14 17:41:46.760 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:41:46.762 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:41:46.765 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2021-12-14 17:41:46.768 | + functions-common:_run_under_systemd:1559 : 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 2021-12-14 17:41:46.770 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-l3.service 2021-12-14 17:41:46.773 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-14 17:41:46.776 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:41:46.779 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:41:46.782 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:41:46.784 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:41:46.786 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2021-12-14 17:41:46.789 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:41:46.795 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2021-12-14 17:41:46.859 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu 2021-12-14 17:41:46.922 | + functions-common:write_user_unit_file:1477 : 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' 2021-12-14 17:41:46.973 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2021-12-14 17:41:47.026 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2021-12-14 17:41:47.076 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:41:47.133 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:41:47.137 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2021-12-14 17:41:47.207 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:41:47.427 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-l3.service 2021-12-14 17:41:47.441 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2021-12-14 17:41:47.631 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-l3.service 2021-12-14 17:41:47.654 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:41:47.657 | + functions-common:time_stop:2331 : local name 2021-12-14 17:41:47.660 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:41:47.662 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:41:47.665 | + functions-common:time_stop:2334 : local total 2021-12-14 17:41:47.667 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:41:47.670 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:41:47.673 | + functions-common:time_stop:2338 : start_time=1639503706712 2021-12-14 17:41:47.675 | + functions-common:time_stop:2340 : [[ -z 1639503706712 ]] 2021-12-14 17:41:47.678 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:41:47.683 | + functions-common:time_stop:2343 : end_time=1639503707679 2021-12-14 17:41:47.685 | + functions-common:time_stop:2344 : elapsed_time=967 2021-12-14 17:41:47.688 | + functions-common:time_stop:2345 : total=14000 2021-12-14 17:41:47.691 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:41:47.693 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=14967 2021-12-14 17:41:47.696 | + lib/neutron-legacy:start_mutnauq_other_agents:527 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-12-14 17:41:47.698 | + functions-common:run_process:1582 : local service=q-meta 2021-12-14 17:41:47.701 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-12-14 17:41:47.704 | + functions-common:run_process:1584 : local group= 2021-12-14 17:41:47.706 | + functions-common:run_process:1585 : local user= 2021-12-14 17:41:47.708 | + functions-common:run_process:1587 : local name=q-meta 2021-12-14 17:41:47.711 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:41:47.714 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:41:47.716 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:41:47.719 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:41:47.724 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:41:47.726 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503707723 2021-12-14 17:41:47.729 | + functions-common:run_process:1590 : is_service_enabled q-meta 2021-12-14 17:41:47.752 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:47.755 | + functions-common:run_process:1591 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' 2021-12-14 17:41:47.758 | + functions-common:_run_under_systemd:1547 : local service=q-meta 2021-12-14 17:41:47.761 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-12-14 17:41:47.763 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-12-14 17:41:47.766 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-12-14 17:41:47.769 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-12-14 17:41:47.772 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2021-12-14 17:41:47.774 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2021-12-14 17:41:47.777 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-meta.service 2021-12-14 17:41:47.779 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:41:47.782 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:41:47.785 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2021-12-14 17:41:47.787 | + functions-common:_run_under_systemd:1559 : 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 2021-12-14 17:41:47.790 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-meta.service 2021-12-14 17:41:47.792 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-12-14 17:41:47.795 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:41:47.798 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:41:47.800 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:41:47.803 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:41:47.805 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2021-12-14 17:41:47.808 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:41:47.813 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2021-12-14 17:41:47.886 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu 2021-12-14 17:41:47.951 | + functions-common:write_user_unit_file:1477 : 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' 2021-12-14 17:41:48.010 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2021-12-14 17:41:48.065 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2021-12-14 17:41:48.124 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:41:48.179 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:41:48.182 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2021-12-14 17:41:48.249 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:41:48.520 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-meta.service 2021-12-14 17:41:48.537 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2021-12-14 17:41:48.757 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-meta.service 2021-12-14 17:41:48.784 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:41:48.788 | + functions-common:time_stop:2331 : local name 2021-12-14 17:41:48.794 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:41:48.802 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:41:48.807 | + functions-common:time_stop:2334 : local total 2021-12-14 17:41:48.812 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:41:48.822 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:41:48.830 | + functions-common:time_stop:2338 : start_time=1639503707723 2021-12-14 17:41:48.838 | + functions-common:time_stop:2340 : [[ -z 1639503707723 ]] 2021-12-14 17:41:48.849 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:41:48.862 | + functions-common:time_stop:2343 : end_time=1639503708852 2021-12-14 17:41:48.870 | + functions-common:time_stop:2344 : elapsed_time=1129 2021-12-14 17:41:48.875 | + functions-common:time_stop:2345 : total=14967 2021-12-14 17:41:48.882 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:41:48.891 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=16096 2021-12-14 17:41:48.898 | + lib/neutron-legacy:start_mutnauq_other_agents:528 : 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' 2021-12-14 17:41:48.905 | + functions-common:run_process:1582 : local service=q-metering 2021-12-14 17:41:48.914 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-12-14 17:41:48.922 | + functions-common:run_process:1584 : local group= 2021-12-14 17:41:48.937 | + functions-common:run_process:1585 : local user= 2021-12-14 17:41:48.946 | + functions-common:run_process:1587 : local name=q-metering 2021-12-14 17:41:48.954 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:41:48.962 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:41:48.969 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:41:48.976 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:41:48.981 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:41:48.996 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503708986 2021-12-14 17:41:49.001 | + functions-common:run_process:1590 : is_service_enabled q-metering 2021-12-14 17:41:49.063 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:49.070 | + functions-common:run_process:1591 : _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' '' '' 2021-12-14 17:41:49.078 | + functions-common:_run_under_systemd:1547 : local service=q-metering 2021-12-14 17:41:49.086 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-12-14 17:41:49.094 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-12-14 17:41:49.102 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-12-14 17:41:49.110 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-12-14 17:41:49.119 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ sudo ]] 2021-12-14 17:41:49.126 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ ^/ ]] 2021-12-14 17:41:49.134 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-metering.service 2021-12-14 17:41:49.145 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:41:49.154 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:41:49.162 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ uwsgi ]] 2021-12-14 17:41:49.170 | + functions-common:_run_under_systemd:1559 : 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 2021-12-14 17:41:49.178 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-metering.service 2021-12-14 17:41:49.194 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-12-14 17:41:49.198 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:41:49.206 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:41:49.214 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:41:49.222 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:41:49.230 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-metering.service 2021-12-14 17:41:49.238 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:41:49.254 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Unit Description 'Devstack devstack@q-metering.service' 2021-12-14 17:41:49.399 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service User ubuntu 2021-12-14 17:41:49.549 | + functions-common:write_user_unit_file:1477 : 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' 2021-12-14 17:41:49.678 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service KillMode process 2021-12-14 17:41:49.805 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service TimeoutStopSec 300 2021-12-14 17:41:49.901 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:41:50.022 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:41:50.025 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Install WantedBy multi-user.target 2021-12-14 17:41:50.120 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:41:50.383 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-metering.service 2021-12-14 17:41:50.400 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-metering.service → /etc/systemd/system/devstack@q-metering.service. 2021-12-14 17:41:50.616 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-metering.service 2021-12-14 17:41:50.641 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:41:50.644 | + functions-common:time_stop:2331 : local name 2021-12-14 17:41:50.647 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:41:50.653 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:41:50.659 | + functions-common:time_stop:2334 : local total 2021-12-14 17:41:50.667 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:41:50.670 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:41:50.674 | + functions-common:time_stop:2338 : start_time=1639503708986 2021-12-14 17:41:50.679 | + functions-common:time_stop:2340 : [[ -z 1639503708986 ]] 2021-12-14 17:41:50.689 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:41:50.696 | + functions-common:time_stop:2343 : end_time=1639503710690 2021-12-14 17:41:50.703 | + functions-common:time_stop:2344 : elapsed_time=1704 2021-12-14 17:41:50.708 | + functions-common:time_stop:2345 : total=16096 2021-12-14 17:41:50.718 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:41:50.722 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=17800 2021-12-14 17:41:50.730 | + ./stack.sh:main:1306 : is_service_enabled q-svc 2021-12-14 17:41:50.770 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:41:50.776 | + ./stack.sh:main:1306 : [[ True == \T\r\u\e ]] 2021-12-14 17:41:50.779 | + ./stack.sh:main:1307 : echo_summary 'Creating initial neutron network elements' 2021-12-14 17:41:50.783 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:41:50.787 | + ./stack.sh:echo_summary:428 : echo -e Creating initial neutron network elements 2021-12-14 17:41:50.792 | + ./stack.sh:main:1308 : create_neutron_initial_network 2021-12-14 17:41:50.796 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:165 : local project_id 2021-12-14 17:41:50.804 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : grep ' demo ' 2021-12-14 17:41:50.812 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : get_field 1 2021-12-14 17:41:50.813 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : oscwrap project list 2021-12-14 17:41:50.819 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:41:50.825 | ++ functions-common:get_field:727 : read data 2021-12-14 17:41:53.348 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:41:53.351 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-14 17:41:53.355 | ++ functions-common:get_field:731 : field='$2' 2021-12-14 17:41:53.358 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-14 17:41:53.358 | ++ functions-common:get_field:733 : echo '| a51063d5281e4e91add4936e3425fe71 | demo |' 2021-12-14 17:41:53.364 | ++ functions-common:get_field:727 : read data 2021-12-14 17:41:53.367 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : project_id=a51063d5281e4e91add4936e3425fe71 2021-12-14 17:41:53.370 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:167 : die_if_not_set 167 project_id 'Failure retrieving project_id for demo' 2021-12-14 17:41:53.372 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:41:53.389 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:170 : type -p neutron_plugin_create_initial_network_profile 2021-12-14 17:41:53.392 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:174 : is_networking_extension_supported auto-allocated-topology 2021-12-14 17:41:53.395 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=auto-allocated-topology 2021-12-14 17:41:53.398 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-12-14 17:41:56.321 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:41:56.324 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-12-14 17:41:56.324 | router-admin-state-down-before-update 2021-12-14 17:41:56.324 | agent 2021-12-14 17:41:56.324 | agent-resources-synced 2021-12-14 17:41:56.324 | allowed-address-pairs 2021-12-14 17:41:56.324 | auto-allocated-topology 2021-12-14 17:41:56.324 | availability_zone 2021-12-14 17:41:56.324 | availability_zone_filter 2021-12-14 17:41:56.324 | default-subnetpools 2021-12-14 17:41:56.324 | dhcp_agent_scheduler 2021-12-14 17:41:56.325 | dvr 2021-12-14 17:41:56.325 | empty-string-filtering 2021-12-14 17:41:56.325 | external-net 2021-12-14 17:41:56.325 | extra_dhcp_opt 2021-12-14 17:41:56.325 | extraroute 2021-12-14 17:41:56.325 | extraroute-atomic 2021-12-14 17:41:56.325 | filter-validation 2021-12-14 17:41:56.325 | fip-port-details 2021-12-14 17:41:56.325 | flavors 2021-12-14 17:41:56.325 | floatingip-pools 2021-12-14 17:41:56.325 | ip-substring-filtering 2021-12-14 17:41:56.325 | router 2021-12-14 17:41:56.325 | ext-gw-mode 2021-12-14 17:41:56.325 | l3-ha 2021-12-14 17:41:56.325 | l3-flavors 2021-12-14 17:41:56.325 | l3-port-ip-change-not-allowed 2021-12-14 17:41:56.325 | l3_agent_scheduler 2021-12-14 17:41:56.325 | metering 2021-12-14 17:41:56.325 | multi-provider 2021-12-14 17:41:56.325 | net-mtu 2021-12-14 17:41:56.325 | net-mtu-writable 2021-12-14 17:41:56.325 | network_availability_zone 2021-12-14 17:41:56.325 | network-ip-availability 2021-12-14 17:41:56.325 | pagination 2021-12-14 17:41:56.325 | port-mac-address-regenerate 2021-12-14 17:41:56.325 | binding 2021-12-14 17:41:56.325 | binding-extended 2021-12-14 17:41:56.325 | port-security 2021-12-14 17:41:56.325 | project-id 2021-12-14 17:41:56.325 | provider 2021-12-14 17:41:56.325 | quotas 2021-12-14 17:41:56.325 | quota_details 2021-12-14 17:41:56.325 | rbac-policies 2021-12-14 17:41:56.326 | rbac-address-scope 2021-12-14 17:41:56.326 | rbac-security-groups 2021-12-14 17:41:56.326 | rbac-subnetpool 2021-12-14 17:41:56.326 | revision-if-match 2021-12-14 17:41:56.326 | standard-attr-revisions 2021-12-14 17:41:56.326 | router_availability_zone 2021-12-14 17:41:56.326 | port-security-groups-filtering 2021-12-14 17:41:56.326 | security-group 2021-12-14 17:41:56.326 | service-type 2021-12-14 17:41:56.326 | sorting 2021-12-14 17:41:56.326 | standard-attr-description 2021-12-14 17:41:56.326 | stateful-security-group 2021-12-14 17:41:56.326 | subnet_onboard 2021-12-14 17:41:56.326 | subnet-service-types 2021-12-14 17:41:56.326 | subnet_allocation 2021-12-14 17:41:56.326 | subnetpool-prefix-ops 2021-12-14 17:41:56.326 | standard-attr-tag 2021-12-14 17:41:56.326 | standard-attr-timestamp' 2021-12-14 17:41:56.327 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-12-14 17:41:56.327 | router-admin-state-down-before-update 2021-12-14 17:41:56.327 | agent 2021-12-14 17:41:56.327 | agent-resources-synced 2021-12-14 17:41:56.327 | allowed-address-pairs 2021-12-14 17:41:56.327 | auto-allocated-topology 2021-12-14 17:41:56.327 | availability_zone 2021-12-14 17:41:56.327 | availability_zone_filter 2021-12-14 17:41:56.327 | default-subnetpools 2021-12-14 17:41:56.327 | dhcp_agent_scheduler 2021-12-14 17:41:56.327 | dvr 2021-12-14 17:41:56.327 | empty-string-filtering 2021-12-14 17:41:56.328 | external-net 2021-12-14 17:41:56.328 | extra_dhcp_opt 2021-12-14 17:41:56.328 | extraroute 2021-12-14 17:41:56.328 | extraroute-atomic 2021-12-14 17:41:56.328 | filter-validation 2021-12-14 17:41:56.328 | fip-port-details 2021-12-14 17:41:56.328 | flavors 2021-12-14 17:41:56.328 | floatingip-pools 2021-12-14 17:41:56.328 | ip-substring-filtering 2021-12-14 17:41:56.328 | router 2021-12-14 17:41:56.328 | ext-gw-mode 2021-12-14 17:41:56.328 | l3-ha 2021-12-14 17:41:56.328 | l3-flavors 2021-12-14 17:41:56.328 | l3-port-ip-change-not-allowed 2021-12-14 17:41:56.328 | l3_agent_scheduler 2021-12-14 17:41:56.328 | metering 2021-12-14 17:41:56.328 | multi-provider 2021-12-14 17:41:56.328 | net-mtu 2021-12-14 17:41:56.328 | net-mtu-writable 2021-12-14 17:41:56.328 | network_availability_zone 2021-12-14 17:41:56.328 | network-ip-availability 2021-12-14 17:41:56.328 | pagination 2021-12-14 17:41:56.328 | port-mac-address-regenerate 2021-12-14 17:41:56.328 | binding 2021-12-14 17:41:56.328 | binding-extended 2021-12-14 17:41:56.328 | port-security 2021-12-14 17:41:56.328 | project-id 2021-12-14 17:41:56.328 | provider 2021-12-14 17:41:56.328 | quotas 2021-12-14 17:41:56.328 | quota_details 2021-12-14 17:41:56.328 | rbac-policies 2021-12-14 17:41:56.328 | rbac-address-scope 2021-12-14 17:41:56.328 | rbac-security-groups 2021-12-14 17:41:56.328 | rbac-subnetpool 2021-12-14 17:41:56.328 | revision-if-match 2021-12-14 17:41:56.329 | standard-attr-revisions 2021-12-14 17:41:56.329 | router_availability_zone 2021-12-14 17:41:56.329 | port-security-groups-filtering 2021-12-14 17:41:56.329 | security-group 2021-12-14 17:41:56.329 | service-type 2021-12-14 17:41:56.329 | sorting 2021-12-14 17:41:56.329 | standard-attr-description 2021-12-14 17:41:56.329 | stateful-security-group 2021-12-14 17:41:56.329 | subnet_onboard 2021-12-14 17:41:56.329 | subnet-service-types 2021-12-14 17:41:56.329 | subnet_allocation 2021-12-14 17:41:56.329 | subnetpool-prefix-ops 2021-12-14 17:41:56.329 | standard-attr-tag 2021-12-14 17:41:56.329 | standard-attr-timestamp =~ auto-allocated-topology ]] 2021-12-14 17:41:56.330 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-12-14 17:41:56.333 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:175 : [[ True == \T\r\u\e ]] 2021-12-14 17:41:56.335 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:176 : [[ 4 =~ 4.* ]] 2021-12-14 17:41:56.339 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:177 : 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 2021-12-14 17:41:59.449 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:41:59.453 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:177 : SUBNETPOOL_V4_ID=fb4d0b92-c5c6-4ef7-9368-a556365ef1c0 2021-12-14 17:41:59.455 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:179 : [[ 4 =~ .*6 ]] 2021-12-14 17:41:59.458 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:185 : is_provider_network 2021-12-14 17:41:59.461 | + functions-common:is_provider_network:2180 : '[' '' == True ']' 2021-12-14 17:41:59.463 | + functions-common:is_provider_network:2183 : return 1 2021-12-14 17:41:59.470 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : grep ' id ' 2021-12-14 17:41:59.470 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create --project a51063d5281e4e91add4936e3425fe71 private 2021-12-14 17:41:59.470 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : get_field 2 2021-12-14 17:41:59.472 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:41:59.475 | ++ functions-common:get_field:727 : read data 2021-12-14 17:42:02.591 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:42:02.595 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-12-14 17:42:02.598 | ++ functions-common:get_field:731 : field='$3' 2021-12-14 17:42:02.602 | ++ functions-common:get_field:733 : echo '| id | 3293f717-1c3c-46e8-a15b-816d2c161348 |' 2021-12-14 17:42:02.602 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-12-14 17:42:02.608 | ++ functions-common:get_field:727 : read data 2021-12-14 17:42:02.612 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : NET_ID=3293f717-1c3c-46e8-a15b-816d2c161348 2021-12-14 17:42:02.614 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : die_if_not_set 216 NET_ID 'Failure creating NET_ID for private a51063d5281e4e91add4936e3425fe71' 2021-12-14 17:42:02.617 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:42:02.633 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ 4 =~ 4.* ]] 2021-12-14 17:42:02.637 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : _neutron_create_private_subnet_v4 a51063d5281e4e91add4936e3425fe71 2021-12-14 17:42:02.640 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : local project_id=a51063d5281e4e91add4936e3425fe71 2021-12-14 17:42:02.642 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : '[' -z fb4d0b92-c5c6-4ef7-9368-a556365ef1c0 ']' 2021-12-14 17:42:02.645 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:271 : local 'subnet_params=--project a51063d5281e4e91add4936e3425fe71 ' 2021-12-14 17:42:02.647 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:272 : subnet_params+='--ip-version 4 ' 2021-12-14 17:42:02.650 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:273 : [[ -n 172.20.0.1 ]] 2021-12-14 17:42:02.653 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:274 : subnet_params+='--gateway 172.20.0.1 ' 2021-12-14 17:42:02.655 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:276 : subnet_params+='--subnet-pool fb4d0b92-c5c6-4ef7-9368-a556365ef1c0 ' 2021-12-14 17:42:02.658 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:277 : subnet_params+=' ' 2021-12-14 17:42:02.660 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:278 : subnet_params+='--network 3293f717-1c3c-46e8-a15b-816d2c161348 private-subnet' 2021-12-14 17:42:02.663 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:279 : local subnet_id 2021-12-14 17:42:02.667 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --project a51063d5281e4e91add4936e3425fe71 --ip-version 4 --gateway 172.20.0.1 --subnet-pool fb4d0b92-c5c6-4ef7-9368-a556365ef1c0 --network 3293f717-1c3c-46e8-a15b-816d2c161348 private-subnet 2021-12-14 17:42:02.667 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : grep ' id ' 2021-12-14 17:42:02.670 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : get_field 2 2021-12-14 17:42:02.673 | +++ functions-common:get_field:726 : local data field 2021-12-14 17:42:02.676 | +++ functions-common:get_field:727 : read data 2021-12-14 17:42:05.600 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:42:05.603 | +++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-12-14 17:42:05.606 | +++ functions-common:get_field:731 : field='$3' 2021-12-14 17:42:05.609 | +++ functions-common:get_field:733 : echo '| id | f44d4310-97fd-4d70-a5fb-7a41d2cd1e25 |' 2021-12-14 17:42:05.609 | +++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-12-14 17:42:05.614 | +++ functions-common:get_field:727 : read data 2021-12-14 17:42:05.618 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : subnet_id=f44d4310-97fd-4d70-a5fb-7a41d2cd1e25 2021-12-14 17:42:05.621 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:281 : die_if_not_set 281 subnet_id 'Failure creating private IPv4 subnet for a51063d5281e4e91add4936e3425fe71' 2021-12-14 17:42:05.623 | ++ functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:42:05.640 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:282 : echo f44d4310-97fd-4d70-a5fb-7a41d2cd1e25 2021-12-14 17:42:05.643 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : SUBNET_ID=f44d4310-97fd-4d70-a5fb-7a41d2cd1e25 2021-12-14 17:42:05.646 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : [[ 4 =~ .*6 ]] 2021-12-14 17:42:05.648 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported router 2021-12-14 17:42:05.651 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=router 2021-12-14 17:42:05.654 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-12-14 17:42:07.912 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:42:07.915 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-12-14 17:42:07.915 | router-admin-state-down-before-update 2021-12-14 17:42:07.915 | agent 2021-12-14 17:42:07.915 | agent-resources-synced 2021-12-14 17:42:07.915 | allowed-address-pairs 2021-12-14 17:42:07.915 | auto-allocated-topology 2021-12-14 17:42:07.915 | availability_zone 2021-12-14 17:42:07.915 | availability_zone_filter 2021-12-14 17:42:07.915 | default-subnetpools 2021-12-14 17:42:07.915 | dhcp_agent_scheduler 2021-12-14 17:42:07.915 | dvr 2021-12-14 17:42:07.915 | empty-string-filtering 2021-12-14 17:42:07.915 | external-net 2021-12-14 17:42:07.915 | extra_dhcp_opt 2021-12-14 17:42:07.915 | extraroute 2021-12-14 17:42:07.915 | extraroute-atomic 2021-12-14 17:42:07.915 | filter-validation 2021-12-14 17:42:07.915 | fip-port-details 2021-12-14 17:42:07.915 | flavors 2021-12-14 17:42:07.916 | floatingip-pools 2021-12-14 17:42:07.916 | ip-substring-filtering 2021-12-14 17:42:07.916 | router 2021-12-14 17:42:07.916 | ext-gw-mode 2021-12-14 17:42:07.916 | l3-ha 2021-12-14 17:42:07.916 | l3-flavors 2021-12-14 17:42:07.916 | l3-port-ip-change-not-allowed 2021-12-14 17:42:07.916 | l3_agent_scheduler 2021-12-14 17:42:07.916 | metering 2021-12-14 17:42:07.916 | multi-provider 2021-12-14 17:42:07.916 | net-mtu 2021-12-14 17:42:07.916 | net-mtu-writable 2021-12-14 17:42:07.916 | network_availability_zone 2021-12-14 17:42:07.916 | network-ip-availability 2021-12-14 17:42:07.916 | pagination 2021-12-14 17:42:07.916 | port-mac-address-regenerate 2021-12-14 17:42:07.916 | binding 2021-12-14 17:42:07.916 | binding-extended 2021-12-14 17:42:07.916 | port-security 2021-12-14 17:42:07.916 | project-id 2021-12-14 17:42:07.916 | provider 2021-12-14 17:42:07.916 | quotas 2021-12-14 17:42:07.916 | quota_details 2021-12-14 17:42:07.916 | rbac-policies 2021-12-14 17:42:07.916 | rbac-address-scope 2021-12-14 17:42:07.916 | rbac-security-groups 2021-12-14 17:42:07.916 | rbac-subnetpool 2021-12-14 17:42:07.916 | revision-if-match 2021-12-14 17:42:07.916 | standard-attr-revisions 2021-12-14 17:42:07.916 | router_availability_zone 2021-12-14 17:42:07.916 | port-security-groups-filtering 2021-12-14 17:42:07.916 | security-group 2021-12-14 17:42:07.916 | service-type 2021-12-14 17:42:07.916 | sorting 2021-12-14 17:42:07.916 | standard-attr-description 2021-12-14 17:42:07.917 | stateful-security-group 2021-12-14 17:42:07.917 | subnet_onboard 2021-12-14 17:42:07.917 | subnet-service-types 2021-12-14 17:42:07.917 | subnet_allocation 2021-12-14 17:42:07.917 | subnetpool-prefix-ops 2021-12-14 17:42:07.917 | standard-attr-tag 2021-12-14 17:42:07.917 | standard-attr-timestamp' 2021-12-14 17:42:07.918 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-12-14 17:42:07.919 | router-admin-state-down-before-update 2021-12-14 17:42:07.919 | agent 2021-12-14 17:42:07.919 | agent-resources-synced 2021-12-14 17:42:07.919 | allowed-address-pairs 2021-12-14 17:42:07.919 | auto-allocated-topology 2021-12-14 17:42:07.919 | availability_zone 2021-12-14 17:42:07.919 | availability_zone_filter 2021-12-14 17:42:07.919 | default-subnetpools 2021-12-14 17:42:07.919 | dhcp_agent_scheduler 2021-12-14 17:42:07.919 | dvr 2021-12-14 17:42:07.919 | empty-string-filtering 2021-12-14 17:42:07.919 | external-net 2021-12-14 17:42:07.919 | extra_dhcp_opt 2021-12-14 17:42:07.919 | extraroute 2021-12-14 17:42:07.919 | extraroute-atomic 2021-12-14 17:42:07.919 | filter-validation 2021-12-14 17:42:07.919 | fip-port-details 2021-12-14 17:42:07.919 | flavors 2021-12-14 17:42:07.919 | floatingip-pools 2021-12-14 17:42:07.919 | ip-substring-filtering 2021-12-14 17:42:07.919 | router 2021-12-14 17:42:07.919 | ext-gw-mode 2021-12-14 17:42:07.919 | l3-ha 2021-12-14 17:42:07.919 | l3-flavors 2021-12-14 17:42:07.919 | l3-port-ip-change-not-allowed 2021-12-14 17:42:07.919 | l3_agent_scheduler 2021-12-14 17:42:07.919 | metering 2021-12-14 17:42:07.919 | multi-provider 2021-12-14 17:42:07.919 | net-mtu 2021-12-14 17:42:07.919 | net-mtu-writable 2021-12-14 17:42:07.919 | network_availability_zone 2021-12-14 17:42:07.919 | network-ip-availability 2021-12-14 17:42:07.920 | pagination 2021-12-14 17:42:07.920 | port-mac-address-regenerate 2021-12-14 17:42:07.920 | binding 2021-12-14 17:42:07.920 | binding-extended 2021-12-14 17:42:07.920 | port-security 2021-12-14 17:42:07.920 | project-id 2021-12-14 17:42:07.920 | provider 2021-12-14 17:42:07.920 | quotas 2021-12-14 17:42:07.920 | quota_details 2021-12-14 17:42:07.920 | rbac-policies 2021-12-14 17:42:07.920 | rbac-address-scope 2021-12-14 17:42:07.920 | rbac-security-groups 2021-12-14 17:42:07.920 | rbac-subnetpool 2021-12-14 17:42:07.920 | revision-if-match 2021-12-14 17:42:07.920 | standard-attr-revisions 2021-12-14 17:42:07.920 | router_availability_zone 2021-12-14 17:42:07.920 | port-security-groups-filtering 2021-12-14 17:42:07.920 | security-group 2021-12-14 17:42:07.920 | service-type 2021-12-14 17:42:07.920 | sorting 2021-12-14 17:42:07.920 | standard-attr-description 2021-12-14 17:42:07.920 | stateful-security-group 2021-12-14 17:42:07.920 | subnet_onboard 2021-12-14 17:42:07.920 | subnet-service-types 2021-12-14 17:42:07.920 | subnet_allocation 2021-12-14 17:42:07.920 | subnetpool-prefix-ops 2021-12-14 17:42:07.920 | standard-attr-tag 2021-12-14 17:42:07.920 | standard-attr-timestamp =~ router ]] 2021-12-14 17:42:07.922 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-12-14 17:42:07.925 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported external-net 2021-12-14 17:42:07.928 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=external-net 2021-12-14 17:42:07.932 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-12-14 17:42:10.180 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:42:10.183 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-12-14 17:42:10.183 | router-admin-state-down-before-update 2021-12-14 17:42:10.183 | agent 2021-12-14 17:42:10.183 | agent-resources-synced 2021-12-14 17:42:10.183 | allowed-address-pairs 2021-12-14 17:42:10.183 | auto-allocated-topology 2021-12-14 17:42:10.183 | availability_zone 2021-12-14 17:42:10.183 | availability_zone_filter 2021-12-14 17:42:10.183 | default-subnetpools 2021-12-14 17:42:10.183 | dhcp_agent_scheduler 2021-12-14 17:42:10.183 | dvr 2021-12-14 17:42:10.184 | empty-string-filtering 2021-12-14 17:42:10.184 | external-net 2021-12-14 17:42:10.184 | extra_dhcp_opt 2021-12-14 17:42:10.184 | extraroute 2021-12-14 17:42:10.184 | extraroute-atomic 2021-12-14 17:42:10.184 | filter-validation 2021-12-14 17:42:10.184 | fip-port-details 2021-12-14 17:42:10.184 | flavors 2021-12-14 17:42:10.184 | floatingip-pools 2021-12-14 17:42:10.184 | ip-substring-filtering 2021-12-14 17:42:10.184 | router 2021-12-14 17:42:10.184 | ext-gw-mode 2021-12-14 17:42:10.184 | l3-ha 2021-12-14 17:42:10.184 | l3-flavors 2021-12-14 17:42:10.184 | l3-port-ip-change-not-allowed 2021-12-14 17:42:10.184 | l3_agent_scheduler 2021-12-14 17:42:10.184 | metering 2021-12-14 17:42:10.184 | multi-provider 2021-12-14 17:42:10.184 | net-mtu 2021-12-14 17:42:10.184 | net-mtu-writable 2021-12-14 17:42:10.184 | network_availability_zone 2021-12-14 17:42:10.184 | network-ip-availability 2021-12-14 17:42:10.184 | pagination 2021-12-14 17:42:10.184 | port-mac-address-regenerate 2021-12-14 17:42:10.184 | binding 2021-12-14 17:42:10.184 | binding-extended 2021-12-14 17:42:10.184 | port-security 2021-12-14 17:42:10.184 | project-id 2021-12-14 17:42:10.184 | provider 2021-12-14 17:42:10.184 | quotas 2021-12-14 17:42:10.184 | quota_details 2021-12-14 17:42:10.184 | rbac-policies 2021-12-14 17:42:10.184 | rbac-address-scope 2021-12-14 17:42:10.184 | rbac-security-groups 2021-12-14 17:42:10.184 | rbac-subnetpool 2021-12-14 17:42:10.184 | revision-if-match 2021-12-14 17:42:10.185 | standard-attr-revisions 2021-12-14 17:42:10.185 | router_availability_zone 2021-12-14 17:42:10.185 | port-security-groups-filtering 2021-12-14 17:42:10.185 | security-group 2021-12-14 17:42:10.185 | service-type 2021-12-14 17:42:10.185 | sorting 2021-12-14 17:42:10.185 | standard-attr-description 2021-12-14 17:42:10.185 | stateful-security-group 2021-12-14 17:42:10.185 | subnet_onboard 2021-12-14 17:42:10.185 | subnet-service-types 2021-12-14 17:42:10.185 | subnet_allocation 2021-12-14 17:42:10.185 | subnetpool-prefix-ops 2021-12-14 17:42:10.185 | standard-attr-tag 2021-12-14 17:42:10.185 | standard-attr-timestamp' 2021-12-14 17:42:10.186 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-12-14 17:42:10.186 | router-admin-state-down-before-update 2021-12-14 17:42:10.186 | agent 2021-12-14 17:42:10.186 | agent-resources-synced 2021-12-14 17:42:10.186 | allowed-address-pairs 2021-12-14 17:42:10.186 | auto-allocated-topology 2021-12-14 17:42:10.186 | availability_zone 2021-12-14 17:42:10.186 | availability_zone_filter 2021-12-14 17:42:10.187 | default-subnetpools 2021-12-14 17:42:10.187 | dhcp_agent_scheduler 2021-12-14 17:42:10.187 | dvr 2021-12-14 17:42:10.187 | empty-string-filtering 2021-12-14 17:42:10.187 | external-net 2021-12-14 17:42:10.187 | extra_dhcp_opt 2021-12-14 17:42:10.187 | extraroute 2021-12-14 17:42:10.187 | extraroute-atomic 2021-12-14 17:42:10.187 | filter-validation 2021-12-14 17:42:10.187 | fip-port-details 2021-12-14 17:42:10.187 | flavors 2021-12-14 17:42:10.187 | floatingip-pools 2021-12-14 17:42:10.187 | ip-substring-filtering 2021-12-14 17:42:10.187 | router 2021-12-14 17:42:10.187 | ext-gw-mode 2021-12-14 17:42:10.187 | l3-ha 2021-12-14 17:42:10.187 | l3-flavors 2021-12-14 17:42:10.187 | l3-port-ip-change-not-allowed 2021-12-14 17:42:10.187 | l3_agent_scheduler 2021-12-14 17:42:10.187 | metering 2021-12-14 17:42:10.187 | multi-provider 2021-12-14 17:42:10.187 | net-mtu 2021-12-14 17:42:10.187 | net-mtu-writable 2021-12-14 17:42:10.187 | network_availability_zone 2021-12-14 17:42:10.187 | network-ip-availability 2021-12-14 17:42:10.187 | pagination 2021-12-14 17:42:10.187 | port-mac-address-regenerate 2021-12-14 17:42:10.187 | binding 2021-12-14 17:42:10.187 | binding-extended 2021-12-14 17:42:10.187 | port-security 2021-12-14 17:42:10.187 | project-id 2021-12-14 17:42:10.187 | provider 2021-12-14 17:42:10.187 | quotas 2021-12-14 17:42:10.188 | quota_details 2021-12-14 17:42:10.188 | rbac-policies 2021-12-14 17:42:10.188 | rbac-address-scope 2021-12-14 17:42:10.188 | rbac-security-groups 2021-12-14 17:42:10.188 | rbac-subnetpool 2021-12-14 17:42:10.188 | revision-if-match 2021-12-14 17:42:10.188 | standard-attr-revisions 2021-12-14 17:42:10.188 | router_availability_zone 2021-12-14 17:42:10.188 | port-security-groups-filtering 2021-12-14 17:42:10.188 | security-group 2021-12-14 17:42:10.188 | service-type 2021-12-14 17:42:10.188 | sorting 2021-12-14 17:42:10.188 | standard-attr-description 2021-12-14 17:42:10.188 | stateful-security-group 2021-12-14 17:42:10.188 | subnet_onboard 2021-12-14 17:42:10.188 | subnet-service-types 2021-12-14 17:42:10.188 | subnet_allocation 2021-12-14 17:42:10.188 | subnetpool-prefix-ops 2021-12-14 17:42:10.188 | standard-attr-tag 2021-12-14 17:42:10.188 | standard-attr-timestamp =~ external-net ]] 2021-12-14 17:42:10.190 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-12-14 17:42:10.192 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:231 : [[ True == \T\r\u\e ]] 2021-12-14 17:42:10.197 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : oscwrap --os-cloud devstack-admin --os-region RegionOne router create --project a51063d5281e4e91add4936e3425fe71 router1 2021-12-14 17:42:10.197 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : grep ' id ' 2021-12-14 17:42:10.197 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : get_field 2 2021-12-14 17:42:10.201 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:42:10.204 | ++ functions-common:get_field:727 : read data 2021-12-14 17:42:12.801 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:42:12.805 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-12-14 17:42:12.807 | ++ functions-common:get_field:731 : field='$3' 2021-12-14 17:42:12.811 | ++ functions-common:get_field:733 : echo '| id | ae853490-de8a-4fbf-b497-248edcbdc25b |' 2021-12-14 17:42:12.812 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-12-14 17:42:12.817 | ++ functions-common:get_field:727 : read data 2021-12-14 17:42:12.821 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : ROUTER_ID=ae853490-de8a-4fbf-b497-248edcbdc25b 2021-12-14 17:42:12.824 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : die_if_not_set 234 ROUTER_ID 'Failure creating ROUTER_ID for a51063d5281e4e91add4936e3425fe71 router1' 2021-12-14 17:42:12.826 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:42:12.843 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:241 : EXTERNAL_NETWORK_FLAGS=--external 2021-12-14 17:42:12.846 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : is_networking_extension_supported auto-allocated-topology 2021-12-14 17:42:12.848 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=auto-allocated-topology 2021-12-14 17:42:12.852 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-12-14 17:42:15.112 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:42:15.116 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-12-14 17:42:15.116 | router-admin-state-down-before-update 2021-12-14 17:42:15.116 | agent 2021-12-14 17:42:15.116 | agent-resources-synced 2021-12-14 17:42:15.116 | allowed-address-pairs 2021-12-14 17:42:15.116 | auto-allocated-topology 2021-12-14 17:42:15.116 | availability_zone 2021-12-14 17:42:15.116 | availability_zone_filter 2021-12-14 17:42:15.116 | default-subnetpools 2021-12-14 17:42:15.116 | dhcp_agent_scheduler 2021-12-14 17:42:15.116 | dvr 2021-12-14 17:42:15.116 | empty-string-filtering 2021-12-14 17:42:15.116 | external-net 2021-12-14 17:42:15.116 | extra_dhcp_opt 2021-12-14 17:42:15.116 | extraroute 2021-12-14 17:42:15.116 | extraroute-atomic 2021-12-14 17:42:15.116 | filter-validation 2021-12-14 17:42:15.116 | fip-port-details 2021-12-14 17:42:15.116 | flavors 2021-12-14 17:42:15.116 | floatingip-pools 2021-12-14 17:42:15.116 | ip-substring-filtering 2021-12-14 17:42:15.116 | router 2021-12-14 17:42:15.116 | ext-gw-mode 2021-12-14 17:42:15.116 | l3-ha 2021-12-14 17:42:15.117 | l3-flavors 2021-12-14 17:42:15.117 | l3-port-ip-change-not-allowed 2021-12-14 17:42:15.117 | l3_agent_scheduler 2021-12-14 17:42:15.117 | metering 2021-12-14 17:42:15.117 | multi-provider 2021-12-14 17:42:15.117 | net-mtu 2021-12-14 17:42:15.117 | net-mtu-writable 2021-12-14 17:42:15.117 | network_availability_zone 2021-12-14 17:42:15.117 | network-ip-availability 2021-12-14 17:42:15.117 | pagination 2021-12-14 17:42:15.117 | port-mac-address-regenerate 2021-12-14 17:42:15.117 | binding 2021-12-14 17:42:15.117 | binding-extended 2021-12-14 17:42:15.117 | port-security 2021-12-14 17:42:15.117 | project-id 2021-12-14 17:42:15.117 | provider 2021-12-14 17:42:15.117 | quotas 2021-12-14 17:42:15.117 | quota_details 2021-12-14 17:42:15.117 | rbac-policies 2021-12-14 17:42:15.117 | rbac-address-scope 2021-12-14 17:42:15.117 | rbac-security-groups 2021-12-14 17:42:15.117 | rbac-subnetpool 2021-12-14 17:42:15.117 | revision-if-match 2021-12-14 17:42:15.117 | standard-attr-revisions 2021-12-14 17:42:15.117 | router_availability_zone 2021-12-14 17:42:15.117 | port-security-groups-filtering 2021-12-14 17:42:15.117 | security-group 2021-12-14 17:42:15.117 | service-type 2021-12-14 17:42:15.117 | sorting 2021-12-14 17:42:15.117 | standard-attr-description 2021-12-14 17:42:15.117 | stateful-security-group 2021-12-14 17:42:15.117 | subnet_onboard 2021-12-14 17:42:15.117 | subnet-service-types 2021-12-14 17:42:15.117 | subnet_allocation 2021-12-14 17:42:15.118 | subnetpool-prefix-ops 2021-12-14 17:42:15.118 | standard-attr-tag 2021-12-14 17:42:15.118 | standard-attr-timestamp' 2021-12-14 17:42:15.119 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-12-14 17:42:15.119 | router-admin-state-down-before-update 2021-12-14 17:42:15.119 | agent 2021-12-14 17:42:15.119 | agent-resources-synced 2021-12-14 17:42:15.119 | allowed-address-pairs 2021-12-14 17:42:15.119 | auto-allocated-topology 2021-12-14 17:42:15.119 | availability_zone 2021-12-14 17:42:15.120 | availability_zone_filter 2021-12-14 17:42:15.120 | default-subnetpools 2021-12-14 17:42:15.120 | dhcp_agent_scheduler 2021-12-14 17:42:15.120 | dvr 2021-12-14 17:42:15.120 | empty-string-filtering 2021-12-14 17:42:15.120 | external-net 2021-12-14 17:42:15.120 | extra_dhcp_opt 2021-12-14 17:42:15.120 | extraroute 2021-12-14 17:42:15.120 | extraroute-atomic 2021-12-14 17:42:15.120 | filter-validation 2021-12-14 17:42:15.120 | fip-port-details 2021-12-14 17:42:15.120 | flavors 2021-12-14 17:42:15.120 | floatingip-pools 2021-12-14 17:42:15.120 | ip-substring-filtering 2021-12-14 17:42:15.120 | router 2021-12-14 17:42:15.120 | ext-gw-mode 2021-12-14 17:42:15.120 | l3-ha 2021-12-14 17:42:15.120 | l3-flavors 2021-12-14 17:42:15.120 | l3-port-ip-change-not-allowed 2021-12-14 17:42:15.120 | l3_agent_scheduler 2021-12-14 17:42:15.120 | metering 2021-12-14 17:42:15.120 | multi-provider 2021-12-14 17:42:15.120 | net-mtu 2021-12-14 17:42:15.120 | net-mtu-writable 2021-12-14 17:42:15.120 | network_availability_zone 2021-12-14 17:42:15.120 | network-ip-availability 2021-12-14 17:42:15.120 | pagination 2021-12-14 17:42:15.120 | port-mac-address-regenerate 2021-12-14 17:42:15.120 | binding 2021-12-14 17:42:15.120 | binding-extended 2021-12-14 17:42:15.120 | port-security 2021-12-14 17:42:15.120 | project-id 2021-12-14 17:42:15.120 | provider 2021-12-14 17:42:15.120 | quotas 2021-12-14 17:42:15.120 | quota_details 2021-12-14 17:42:15.121 | rbac-policies 2021-12-14 17:42:15.121 | rbac-address-scope 2021-12-14 17:42:15.121 | rbac-security-groups 2021-12-14 17:42:15.121 | rbac-subnetpool 2021-12-14 17:42:15.121 | revision-if-match 2021-12-14 17:42:15.121 | standard-attr-revisions 2021-12-14 17:42:15.121 | router_availability_zone 2021-12-14 17:42:15.121 | port-security-groups-filtering 2021-12-14 17:42:15.121 | security-group 2021-12-14 17:42:15.121 | service-type 2021-12-14 17:42:15.121 | sorting 2021-12-14 17:42:15.121 | standard-attr-description 2021-12-14 17:42:15.121 | stateful-security-group 2021-12-14 17:42:15.121 | subnet_onboard 2021-12-14 17:42:15.121 | subnet-service-types 2021-12-14 17:42:15.121 | subnet_allocation 2021-12-14 17:42:15.121 | subnetpool-prefix-ops 2021-12-14 17:42:15.121 | standard-attr-tag 2021-12-14 17:42:15.121 | standard-attr-timestamp =~ auto-allocated-topology ]] 2021-12-14 17:42:15.122 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-12-14 17:42:15.125 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:243 : EXTERNAL_NETWORK_FLAGS='--external --default' 2021-12-14 17:42:15.128 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:246 : '[' True = True ']' 2021-12-14 17:42:15.132 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type flat --provider-physical-network physnet1 2021-12-14 17:42:15.132 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : grep ' id ' 2021-12-14 17:42:15.133 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : get_field 2 2021-12-14 17:42:15.137 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:42:15.140 | ++ functions-common:get_field:727 : read data 2021-12-14 17:42:17.867 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:42:17.871 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-12-14 17:42:17.873 | ++ functions-common:get_field:731 : field='$3' 2021-12-14 17:42:17.877 | ++ functions-common:get_field:733 : echo '| id | b3d2256c-c519-4427-b3bb-181a657f5e18 |' 2021-12-14 17:42:17.877 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-12-14 17:42:17.882 | ++ functions-common:get_field:727 : read data 2021-12-14 17:42:17.886 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : EXT_NET_ID=b3d2256c-c519-4427-b3bb-181a657f5e18 2021-12-14 17:42:17.889 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:251 : die_if_not_set 251 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2021-12-14 17:42:17.892 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:42:17.909 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:253 : [[ 4 =~ 4.* ]] 2021-12-14 17:42:17.911 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:255 : _neutron_configure_router_v4 2021-12-14 17:42:17.914 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:337 : openstack --os-cloud devstack-admin --os-region RegionOne router add subnet ae853490-de8a-4fbf-b497-248edcbdc25b f44d4310-97fd-4d70-a5fb-7a41d2cd1e25 2021-12-14 17:42:23.031 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:339 : local id_and_ext_gw_ip 2021-12-14 17:42:23.034 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:340 : _neutron_create_public_subnet_v4 b3d2256c-c519-4427-b3bb-181a657f5e18 2021-12-14 17:42:23.036 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:310 : local 'subnet_params=--ip-version 4 ' 2021-12-14 17:42:23.039 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:311 : subnet_params+=' ' 2021-12-14 17:42:23.041 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:312 : [[ -n 172.27.2.1 ]] 2021-12-14 17:42:23.044 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:313 : subnet_params+='--gateway 172.27.2.1 ' 2021-12-14 17:42:23.047 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:315 : subnet_params+='--network b3d2256c-c519-4427-b3bb-181a657f5e18 --subnet-range 172.27.2.0/24 --no-dhcp ' 2021-12-14 17:42:23.051 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:316 : subnet_params+=public-subnet 2021-12-14 17:42:23.054 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:317 : local id_and_ext_gw_ip 2021-12-14 17:42:23.057 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:318 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --gateway 172.27.2.1 --network b3d2256c-c519-4427-b3bb-181a657f5e18 --subnet-range 172.27.2.0/24 --no-dhcp public-subnet 2021-12-14 17:42:23.059 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:318 : grep -e gateway_ip -e ' id ' 2021-12-14 17:42:26.172 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:42:26.175 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:318 : id_and_ext_gw_ip='| gateway_ip | 172.27.2.1 | 2021-12-14 17:42:26.175 | | id | 431330ab-9b63-4a3b-8088-f9712ed58753 |' 2021-12-14 17:42:26.177 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:319 : die_if_not_set 319 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2021-12-14 17:42:26.180 | ++ functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:42:26.195 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:320 : echo '|' gateway_ip '|' 172.27.2.1 '|' '|' id '|' 431330ab-9b63-4a3b-8088-f9712ed58753 '|' 2021-12-14 17:42:26.198 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:340 : id_and_ext_gw_ip='| gateway_ip | 172.27.2.1 | | id | 431330ab-9b63-4a3b-8088-f9712ed58753 |' 2021-12-14 17:42:26.200 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:341 : local ext_gw_ip 2021-12-14 17:42:26.204 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : echo '|' gateway_ip '|' 172.27.2.1 '|' '|' id '|' 431330ab-9b63-4a3b-8088-f9712ed58753 '|' 2021-12-14 17:42:26.205 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : get_field 2 2021-12-14 17:42:26.208 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:42:26.210 | ++ functions-common:get_field:727 : read data 2021-12-14 17:42:26.213 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-12-14 17:42:26.215 | ++ functions-common:get_field:731 : field='$3' 2021-12-14 17:42:26.218 | ++ functions-common:get_field:733 : echo '| gateway_ip | 172.27.2.1 | | id | 431330ab-9b63-4a3b-8088-f9712ed58753 |' 2021-12-14 17:42:26.218 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-12-14 17:42:26.224 | ++ functions-common:get_field:727 : read data 2021-12-14 17:42:26.227 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : ext_gw_ip=172.27.2.1 2021-12-14 17:42:26.231 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : echo '|' gateway_ip '|' 172.27.2.1 '|' '|' id '|' 431330ab-9b63-4a3b-8088-f9712ed58753 '|' 2021-12-14 17:42:26.232 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : get_field 5 2021-12-14 17:42:26.235 | ++ functions-common:get_field:726 : local data field 2021-12-14 17:42:26.237 | ++ functions-common:get_field:727 : read data 2021-12-14 17:42:26.243 | ++ functions-common:get_field:728 : '[' 5 -lt 0 ']' 2021-12-14 17:42:26.245 | ++ functions-common:get_field:731 : field='$6' 2021-12-14 17:42:26.249 | ++ functions-common:get_field:733 : echo '| gateway_ip | 172.27.2.1 | | id | 431330ab-9b63-4a3b-8088-f9712ed58753 |' 2021-12-14 17:42:26.258 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2021-12-14 17:42:26.270 | ++ functions-common:get_field:727 : read data 2021-12-14 17:42:26.273 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : PUB_SUBNET_ID=431330ab-9b63-4a3b-8088-f9712ed58753 2021-12-14 17:42:26.276 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : openstack --os-cloud devstack-admin --os-region RegionOne router set --external-gateway b3d2256c-c519-4427-b3bb-181a657f5e18 ae853490-de8a-4fbf-b497-248edcbdc25b 2021-12-14 17:42:31.163 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : is_service_enabled q-l3 2021-12-14 17:42:31.178 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:42:31.183 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local ext_gw_interface=none 2021-12-14 17:42:31.186 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : is_neutron_ovs_base_plugin 2021-12-14 17:42:31.188 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17 : return 0 2021-12-14 17:42:31.192 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : _neutron_get_ext_gw_interface 2021-12-14 17:42:31.194 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:153 : [[ False == \T\r\u\e ]] 2021-12-14 17:42:31.198 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:158 : sudo ovs-vsctl set Bridge br-data other_config:disable-in-band=true 2021-12-14 17:42:31.219 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:160 : echo br-data 2021-12-14 17:42:31.222 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ext_gw_interface=br-data 2021-12-14 17:42:31.224 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:364 : [[ br-data != \n\o\n\e ]] 2021-12-14 17:42:31.227 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:365 : local cidr_len=24 2021-12-14 17:42:31.229 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:366 : local 'testcmd=ip -o link | grep -q br-data' 2021-12-14 17:42:31.231 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:367 : test_with_retry 'ip -o link | grep -q br-data' 'br-data creation failed' 2021-12-14 17:42:31.234 | + functions-common:test_with_retry:2269 : local 'testcmd=ip -o link | grep -q br-data' 2021-12-14 17:42:31.237 | + functions-common:test_with_retry:2270 : local 'failmsg=br-data creation failed' 2021-12-14 17:42:31.239 | + functions-common:test_with_retry:2271 : local until=10 2021-12-14 17:42:31.242 | + functions-common:test_with_retry:2272 : local sleep=0.5 2021-12-14 17:42:31.244 | + functions-common:test_with_retry:2274 : time_start test_with_retry 2021-12-14 17:42:31.247 | + functions-common:time_start:2317 : local name=test_with_retry 2021-12-14 17:42:31.250 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:42:31.252 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:42:31.256 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:42:31.265 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503751257 2021-12-14 17:42:31.269 | + functions-common:test_with_retry:2275 : timeout 10 sh -c 'while ! ip -o link | grep -q br-data; do sleep 0.5; done' 2021-12-14 17:42:31.277 | + functions-common:test_with_retry:2278 : time_stop test_with_retry 2021-12-14 17:42:31.280 | + functions-common:time_stop:2331 : local name 2021-12-14 17:42:31.282 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:42:31.285 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:42:31.287 | + functions-common:time_stop:2334 : local total 2021-12-14 17:42:31.290 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:42:31.292 | + functions-common:time_stop:2337 : name=test_with_retry 2021-12-14 17:42:31.294 | + functions-common:time_stop:2338 : start_time=1639503751257 2021-12-14 17:42:31.297 | + functions-common:time_stop:2340 : [[ -z 1639503751257 ]] 2021-12-14 17:42:31.300 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:42:31.306 | + functions-common:time_stop:2343 : end_time=1639503751301 2021-12-14 17:42:31.309 | + functions-common:time_stop:2344 : elapsed_time=44 2021-12-14 17:42:31.311 | + functions-common:time_stop:2345 : total=5604 2021-12-14 17:42:31.314 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:42:31.324 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=5648 2021-12-14 17:42:31.328 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : ip addr show dev br-data 2021-12-14 17:42:31.335 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : grep -c 172.27.2.1 2021-12-14 17:42:31.340 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ 0 == 0 ]] 2021-12-14 17:42:31.343 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ True == \F\a\l\s\e ]] 2021-12-14 17:42:31.345 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ False == \T\r\u\e ]] 2021-12-14 17:42:31.348 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ True == \T\r\u\e ]] 2021-12-14 17:42:31.350 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:369 : sudo ip addr add 172.27.2.1/24 dev br-data 2021-12-14 17:42:31.364 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:370 : sudo ip link set br-data up 2021-12-14 17:42:31.377 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2021-12-14 17:42:31.379 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : tr '\n' ' ' 2021-12-14 17:42:31.379 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : awk -Fip_address '{ print $2 }' 2021-12-14 17:42:31.380 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : cut -f2 '-d'\''' 2021-12-14 17:42:33.709 | ++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:42:33.714 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : ROUTER_GW_IP=' 172.27.2.14 ' 2021-12-14 17:42:33.716 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:373 : die_if_not_set 373 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2021-12-14 17:42:33.720 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-14 17:42:33.738 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:375 : _neutron_set_router_id 2021-12-14 17:42:33.740 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:146 : [[ True == \F\a\l\s\e ]] 2021-12-14 17:42:33.743 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:258 : [[ 4 =~ .*6 ]] 2021-12-14 17:42:33.746 | + ./stack.sh:main:1311 : is_service_enabled nova 2021-12-14 17:42:33.766 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:42:33.768 | + ./stack.sh:main:1312 : echo_summary 'Starting Nova' 2021-12-14 17:42:33.771 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:42:33.773 | + ./stack.sh:echo_summary:428 : echo -e Starting Nova 2021-12-14 17:42:33.776 | + ./stack.sh:main:1313 : start_nova 2021-12-14 17:42:33.779 | + lib/nova:start_nova:1053 : start_nova_rest 2021-12-14 17:42:33.781 | + lib/nova:start_nova_rest:951 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:33.784 | + lib/nova:start_nova_rest:952 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:33.787 | + lib/nova:start_nova_rest:952 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:33.790 | + lib/nova:start_nova_rest:954 : local api_cell_conf=/etc/nova/nova.conf 2021-12-14 17:42:33.793 | + lib/nova:start_nova_rest:955 : local compute_cell_conf=/etc/nova/nova.conf 2021-12-14 17:42:33.795 | + lib/nova:start_nova_rest:957 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-14 17:42:33.798 | + functions-common:run_process:1582 : local service=n-sch 2021-12-14 17:42:33.801 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-14 17:42:33.804 | + functions-common:run_process:1584 : local group= 2021-12-14 17:42:33.806 | + functions-common:run_process:1585 : local user= 2021-12-14 17:42:33.811 | + functions-common:run_process:1587 : local name=n-sch 2021-12-14 17:42:33.813 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:42:33.816 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:42:33.819 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:42:33.822 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:42:33.825 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:42:33.829 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503753826 2021-12-14 17:42:33.832 | + functions-common:run_process:1590 : is_service_enabled n-sch 2021-12-14 17:42:33.851 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:42:33.854 | + functions-common:run_process:1591 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' 2021-12-14 17:42:33.857 | + functions-common:_run_under_systemd:1547 : local service=n-sch 2021-12-14 17:42:33.860 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-14 17:42:33.862 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-14 17:42:33.865 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-14 17:42:33.869 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-14 17:42:33.871 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2021-12-14 17:42:33.875 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2021-12-14 17:42:33.878 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-sch.service 2021-12-14 17:42:33.880 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:42:33.883 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:42:33.886 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2021-12-14 17:42:33.891 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ubuntu 2021-12-14 17:42:33.894 | + functions-common:write_user_unit_file:1464 : local service=devstack@n-sch.service 2021-12-14 17:42:33.900 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-14 17:42:33.900 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:42:33.902 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:42:33.907 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:42:33.909 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:42:33.912 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2021-12-14 17:42:33.914 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:42:33.921 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2021-12-14 17:42:33.981 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu 2021-12-14 17:42:34.048 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-14 17:42:34.104 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2021-12-14 17:42:34.162 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2021-12-14 17:42:34.213 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:42:34.263 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:42:34.266 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2021-12-14 17:42:34.326 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:42:34.562 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-sch.service 2021-12-14 17:42:34.576 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2021-12-14 17:42:34.780 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-sch.service 2021-12-14 17:42:34.801 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:42:34.804 | + functions-common:time_stop:2331 : local name 2021-12-14 17:42:34.807 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:42:34.809 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:42:34.815 | + functions-common:time_stop:2334 : local total 2021-12-14 17:42:34.818 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:42:34.820 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:42:34.823 | + functions-common:time_stop:2338 : start_time=1639503753826 2021-12-14 17:42:34.826 | + functions-common:time_stop:2340 : [[ -z 1639503753826 ]] 2021-12-14 17:42:34.829 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:42:34.833 | + functions-common:time_stop:2343 : end_time=1639503754830 2021-12-14 17:42:34.836 | + functions-common:time_stop:2344 : elapsed_time=1004 2021-12-14 17:42:34.838 | + functions-common:time_stop:2345 : total=17800 2021-12-14 17:42:34.841 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:42:34.844 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=18804 2021-12-14 17:42:34.846 | + lib/nova:start_nova_rest:958 : '[' True == False ']' 2021-12-14 17:42:34.850 | ++ lib/nova:start_nova_rest:961 : which uwsgi 2021-12-14 17:42:34.854 | + lib/nova:start_nova_rest:961 : run_process n-api-meta '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-14 17:42:34.856 | + functions-common:run_process:1582 : local service=n-api-meta 2021-12-14 17:42:34.859 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-14 17:42:34.862 | + functions-common:run_process:1584 : local group= 2021-12-14 17:42:34.864 | + functions-common:run_process:1585 : local user= 2021-12-14 17:42:34.867 | + functions-common:run_process:1587 : local name=n-api-meta 2021-12-14 17:42:34.869 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:42:34.872 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:42:34.874 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:42:34.877 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:42:34.880 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:42:34.884 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503754881 2021-12-14 17:42:34.886 | + functions-common:run_process:1590 : is_service_enabled n-api-meta 2021-12-14 17:42:34.903 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:42:34.906 | + functions-common:run_process:1591 : _run_under_systemd n-api-meta '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' 2021-12-14 17:42:34.908 | + functions-common:_run_under_systemd:1547 : local service=n-api-meta 2021-12-14 17:42:34.911 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-14 17:42:34.913 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-14 17:42:34.916 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-14 17:42:34.919 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-14 17:42:34.921 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2021-12-14 17:42:34.924 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2021-12-14 17:42:34.926 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-api-meta.service 2021-12-14 17:42:34.929 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:42:34.931 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:42:34.934 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2021-12-14 17:42:34.937 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' ubuntu 2021-12-14 17:42:34.940 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@n-api-meta.service 2021-12-14 17:42:34.942 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-14 17:42:34.945 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-12-14 17:42:34.947 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-12-14 17:42:34.950 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2021-12-14 17:42:34.953 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-12-14 17:42:34.957 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2021-12-14 17:42:35.017 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2021-12-14 17:42:35.080 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu 2021-12-14 17:42:35.131 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-14 17:42:35.181 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:42:35.229 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2021-12-14 17:42:35.280 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2021-12-14 17:42:35.336 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2021-12-14 17:42:35.391 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2021-12-14 17:42:35.444 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2021-12-14 17:42:35.494 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-12-14 17:42:35.497 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2021-12-14 17:42:35.555 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-12-14 17:42:35.783 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-api-meta.service 2021-12-14 17:42:35.797 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2021-12-14 17:42:36.001 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-api-meta.service 2021-12-14 17:42:36.081 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:42:36.086 | + functions-common:time_stop:2331 : local name 2021-12-14 17:42:36.095 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:42:36.100 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:42:36.111 | + functions-common:time_stop:2334 : local total 2021-12-14 17:42:36.119 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:42:36.122 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:42:36.135 | + functions-common:time_stop:2338 : start_time=1639503754881 2021-12-14 17:42:36.140 | + functions-common:time_stop:2340 : [[ -z 1639503754881 ]] 2021-12-14 17:42:36.151 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:42:36.163 | + functions-common:time_stop:2343 : end_time=1639503756152 2021-12-14 17:42:36.167 | + functions-common:time_stop:2344 : elapsed_time=1271 2021-12-14 17:42:36.169 | + functions-common:time_stop:2345 : total=18804 2021-12-14 17:42:36.172 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:42:36.175 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=20075 2021-12-14 17:42:36.177 | + lib/nova:start_nova_rest:964 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:36.180 | + lib/nova:start_nova_rest:964 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:36.183 | + lib/nova:start_nova:1054 : start_nova_console_proxies 2021-12-14 17:42:36.185 | + lib/nova:start_nova_console_proxies:979 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:36.188 | + lib/nova:start_nova_console_proxies:981 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:36.191 | + lib/nova:start_nova_console_proxies:981 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:36.193 | + lib/nova:start_nova_console_proxies:983 : local api_cell_conf=/etc/nova/nova.conf 2021-12-14 17:42:36.195 | + lib/nova:start_nova_console_proxies:985 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-12-14 17:42:36.198 | + lib/nova:start_nova_console_proxies:991 : enable_nova_console_proxies 2021-12-14 17:42:36.202 | ++ lib/nova:enable_nova_console_proxies:968 : seq 1 1 2021-12-14 17:42:36.205 | + lib/nova:enable_nova_console_proxies:968 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-14 17:42:36.211 | + lib/nova:enable_nova_console_proxies:969 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-12-14 17:42:36.215 | + lib/nova:enable_nova_console_proxies:970 : is_service_enabled n-novnc 2021-12-14 17:42:36.234 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:42:36.237 | + lib/nova:enable_nova_console_proxies:969 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-12-14 17:42:36.245 | + lib/nova:enable_nova_console_proxies:970 : is_service_enabled n-xvnc 2021-12-14 17:42:36.259 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:42:36.262 | + lib/nova:enable_nova_console_proxies:969 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-12-14 17:42:36.264 | + lib/nova:enable_nova_console_proxies:970 : is_service_enabled n-spice 2021-12-14 17:42:36.284 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:42:36.286 | + lib/nova:enable_nova_console_proxies:969 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-12-14 17:42:36.289 | + lib/nova:enable_nova_console_proxies:970 : is_service_enabled n-sproxy 2021-12-14 17:42:36.310 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:42:36.313 | ++ lib/nova:start_nova_console_proxies:992 : seq 1 1 2021-12-14 17:42:36.329 | + lib/nova:start_nova_console_proxies:992 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-14 17:42:36.330 | + lib/nova:start_nova_console_proxies:993 : local conf 2021-12-14 17:42:36.333 | ++ lib/nova:start_nova_console_proxies:994 : conductor_conf 1 2021-12-14 17:42:36.335 | ++ lib/nova:conductor_conf:744 : local cell=1 2021-12-14 17:42:36.341 | ++ lib/nova:conductor_conf:745 : echo /etc/nova/nova_cell1.conf 2021-12-14 17:42:36.341 | + lib/nova:start_nova_console_proxies:994 : conf=/etc/nova/nova_cell1.conf 2021-12-14 17:42:36.345 | + lib/nova:start_nova_console_proxies:995 : run_process n-novnc-cell1 '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-12-14 17:42:36.352 | + functions-common:run_process:1582 : local service=n-novnc-cell1 2021-12-14 17:42:36.352 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-12-14 17:42:36.358 | + functions-common:run_process:1584 : local group= 2021-12-14 17:42:36.367 | + functions-common:run_process:1585 : local user= 2021-12-14 17:42:36.369 | + functions-common:run_process:1587 : local name=n-novnc-cell1 2021-12-14 17:42:36.378 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:42:36.384 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:42:36.386 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:42:36.389 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:42:36.394 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:42:36.396 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503756393 2021-12-14 17:42:36.399 | + functions-common:run_process:1590 : is_service_enabled n-novnc-cell1 2021-12-14 17:42:36.419 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:42:36.419 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:42:36.425 | + functions-common:time_stop:2331 : local name 2021-12-14 17:42:36.425 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:42:36.429 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:42:36.429 | + functions-common:time_stop:2334 : local total 2021-12-14 17:42:36.433 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:42:36.433 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:42:36.436 | + functions-common:time_stop:2338 : start_time=1639503756393 2021-12-14 17:42:36.440 | + functions-common:time_stop:2340 : [[ -z 1639503756393 ]] 2021-12-14 17:42:36.445 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:42:36.445 | + functions-common:time_stop:2343 : end_time=1639503756442 2021-12-14 17:42:36.449 | + functions-common:time_stop:2344 : elapsed_time=49 2021-12-14 17:42:36.449 | + functions-common:time_stop:2345 : total=20075 2021-12-14 17:42:36.453 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:42:36.456 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=20124 2021-12-14 17:42:36.457 | + lib/nova:start_nova_console_proxies:996 : run_process n-xvnc-cell1 '/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova_cell1.conf' 2021-12-14 17:42:36.460 | + functions-common:run_process:1582 : local service=n-xvnc-cell1 2021-12-14 17:42:36.465 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova_cell1.conf' 2021-12-14 17:42:36.465 | + functions-common:run_process:1584 : local group= 2021-12-14 17:42:36.467 | + functions-common:run_process:1585 : local user= 2021-12-14 17:42:36.469 | + functions-common:run_process:1587 : local name=n-xvnc-cell1 2021-12-14 17:42:36.473 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:42:36.473 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:42:36.477 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:42:36.479 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:42:36.482 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:42:36.485 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503756482 2021-12-14 17:42:36.488 | + functions-common:run_process:1590 : is_service_enabled n-xvnc-cell1 2021-12-14 17:42:36.506 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:42:36.509 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:42:36.511 | + functions-common:time_stop:2331 : local name 2021-12-14 17:42:36.514 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:42:36.521 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:42:36.521 | + functions-common:time_stop:2334 : local total 2021-12-14 17:42:36.521 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:42:36.525 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:42:36.527 | + functions-common:time_stop:2338 : start_time=1639503756482 2021-12-14 17:42:36.533 | + functions-common:time_stop:2340 : [[ -z 1639503756482 ]] 2021-12-14 17:42:36.533 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:42:36.535 | + functions-common:time_stop:2343 : end_time=1639503756532 2021-12-14 17:42:36.537 | + functions-common:time_stop:2344 : elapsed_time=50 2021-12-14 17:42:36.541 | + functions-common:time_stop:2345 : total=20124 2021-12-14 17:42:36.541 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:42:36.545 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=20174 2021-12-14 17:42:36.548 | + lib/nova:start_nova_console_proxies:997 : run_process n-spice-cell1 '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-12-14 17:42:36.549 | + functions-common:run_process:1582 : local service=n-spice-cell1 2021-12-14 17:42:36.553 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-12-14 17:42:36.556 | + functions-common:run_process:1584 : local group= 2021-12-14 17:42:36.558 | + functions-common:run_process:1585 : local user= 2021-12-14 17:42:36.561 | + functions-common:run_process:1587 : local name=n-spice-cell1 2021-12-14 17:42:36.565 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:42:36.565 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:42:36.568 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:42:36.573 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:42:36.573 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:42:36.576 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503756573 2021-12-14 17:42:36.581 | + functions-common:run_process:1590 : is_service_enabled n-spice-cell1 2021-12-14 17:42:36.599 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:42:36.601 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:42:36.605 | + functions-common:time_stop:2331 : local name 2021-12-14 17:42:36.605 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:42:36.609 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:42:36.613 | + functions-common:time_stop:2334 : local total 2021-12-14 17:42:36.613 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:42:36.617 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:42:36.617 | + functions-common:time_stop:2338 : start_time=1639503756573 2021-12-14 17:42:36.621 | + functions-common:time_stop:2340 : [[ -z 1639503756573 ]] 2021-12-14 17:42:36.625 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:42:36.629 | + functions-common:time_stop:2343 : end_time=1639503756624 2021-12-14 17:42:36.633 | + functions-common:time_stop:2344 : elapsed_time=51 2021-12-14 17:42:36.633 | + functions-common:time_stop:2345 : total=20174 2021-12-14 17:42:36.637 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:42:36.639 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=20225 2021-12-14 17:42:36.641 | + lib/nova:start_nova_console_proxies:998 : run_process n-sproxy-cell1 '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2021-12-14 17:42:36.643 | + functions-common:run_process:1582 : local service=n-sproxy-cell1 2021-12-14 17:42:36.646 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2021-12-14 17:42:36.648 | + functions-common:run_process:1584 : local group= 2021-12-14 17:42:36.651 | + functions-common:run_process:1585 : local user= 2021-12-14 17:42:36.653 | + functions-common:run_process:1587 : local name=n-sproxy-cell1 2021-12-14 17:42:36.656 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:42:36.659 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:42:36.662 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:42:36.664 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:42:36.669 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:42:36.672 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503756668 2021-12-14 17:42:36.675 | + functions-common:run_process:1590 : is_service_enabled n-sproxy-cell1 2021-12-14 17:42:36.693 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:42:36.697 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:42:36.700 | + functions-common:time_stop:2331 : local name 2021-12-14 17:42:36.705 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:42:36.706 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:42:36.709 | + functions-common:time_stop:2334 : local total 2021-12-14 17:42:36.712 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:42:36.713 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:42:36.717 | + functions-common:time_stop:2338 : start_time=1639503756668 2021-12-14 17:42:36.721 | + functions-common:time_stop:2340 : [[ -z 1639503756668 ]] 2021-12-14 17:42:36.721 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:42:36.725 | + functions-common:time_stop:2343 : end_time=1639503756722 2021-12-14 17:42:36.729 | + functions-common:time_stop:2344 : elapsed_time=54 2021-12-14 17:42:36.729 | + functions-common:time_stop:2345 : total=20225 2021-12-14 17:42:36.733 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:42:36.737 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=20279 2021-12-14 17:42:36.737 | + lib/nova:start_nova_console_proxies:1002 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:36.741 | + lib/nova:start_nova_console_proxies:1002 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:36.741 | + lib/nova:start_nova:1055 : start_nova_conductor 2021-12-14 17:42:36.745 | + lib/nova:start_nova_conductor:1015 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-12-14 17:42:36.749 | + lib/nova:start_nova_conductor:1021 : enable_nova_fleet 2021-12-14 17:42:36.749 | + lib/nova:enable_nova_fleet:1006 : is_service_enabled n-cond 2021-12-14 17:42:36.767 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:42:36.769 | + lib/nova:enable_nova_fleet:1007 : enable_service n-super-cond 2021-12-14 17:42:36.820 | ++ lib/nova:enable_nova_fleet:1008 : seq 1 1 2021-12-14 17:42:36.822 | + lib/nova:enable_nova_fleet:1008 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-14 17:42:36.825 | + lib/nova:enable_nova_fleet:1009 : enable_service n-cond-cell1 2021-12-14 17:42:36.874 | + lib/nova:start_nova_conductor:1022 : is_service_enabled n-super-cond 2021-12-14 17:42:36.894 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:42:36.897 | + lib/nova:start_nova_conductor:1023 : run_process n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-14 17:42:36.899 | + functions-common:run_process:1582 : local service=n-super-cond 2021-12-14 17:42:36.902 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-14 17:42:36.904 | + functions-common:run_process:1584 : local group= 2021-12-14 17:42:36.907 | + functions-common:run_process:1585 : local user= 2021-12-14 17:42:36.910 | + functions-common:run_process:1587 : local name=n-super-cond 2021-12-14 17:42:36.912 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:42:36.915 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:42:36.919 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:42:36.924 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:42:36.929 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:42:36.932 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503756928 2021-12-14 17:42:36.935 | + functions-common:run_process:1590 : is_service_enabled n-super-cond 2021-12-14 17:42:36.952 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:42:36.957 | + functions-common:run_process:1591 : _run_under_systemd n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' 2021-12-14 17:42:36.957 | + functions-common:_run_under_systemd:1547 : local service=n-super-cond 2021-12-14 17:42:36.961 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-14 17:42:36.961 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-14 17:42:36.965 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-14 17:42:36.968 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-14 17:42:36.970 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2021-12-14 17:42:36.974 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2021-12-14 17:42:36.978 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-super-cond.service 2021-12-14 17:42:36.983 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:42:36.984 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:42:36.988 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2021-12-14 17:42:36.988 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@n-super-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ubuntu 2021-12-14 17:42:36.991 | + functions-common:write_user_unit_file:1464 : local service=devstack@n-super-cond.service 2021-12-14 17:42:36.997 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-14 17:42:36.997 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:42:36.998 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:42:37.001 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:42:37.005 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:42:37.005 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@n-super-cond.service 2021-12-14 17:42:37.008 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:42:37.013 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Unit Description 'Devstack devstack@n-super-cond.service' 2021-12-14 17:42:37.085 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu 2021-12-14 17:42:37.163 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-14 17:42:37.229 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process 2021-12-14 17:42:37.288 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300 2021-12-14 17:42:37.346 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:42:37.420 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:42:37.423 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target 2021-12-14 17:42:37.505 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:42:37.771 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-super-cond.service 2021-12-14 17:42:37.785 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service. 2021-12-14 17:42:37.999 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-super-cond.service 2021-12-14 17:42:38.022 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:42:38.034 | + functions-common:time_stop:2331 : local name 2021-12-14 17:42:38.042 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:42:38.049 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:42:38.055 | + functions-common:time_stop:2334 : local total 2021-12-14 17:42:38.057 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:42:38.060 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:42:38.065 | + functions-common:time_stop:2338 : start_time=1639503756928 2021-12-14 17:42:38.069 | + functions-common:time_stop:2340 : [[ -z 1639503756928 ]] 2021-12-14 17:42:38.080 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:42:38.085 | + functions-common:time_stop:2343 : end_time=1639503758078 2021-12-14 17:42:38.090 | + functions-common:time_stop:2344 : elapsed_time=1150 2021-12-14 17:42:38.100 | + functions-common:time_stop:2345 : total=20279 2021-12-14 17:42:38.109 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:42:38.114 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=21429 2021-12-14 17:42:38.121 | ++ lib/nova:start_nova_conductor:1025 : seq 1 1 2021-12-14 17:42:38.131 | + lib/nova:start_nova_conductor:1025 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-14 17:42:38.136 | + lib/nova:start_nova_conductor:1026 : is_service_enabled n-cond-cell1 2021-12-14 17:42:38.193 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:42:38.203 | + lib/nova:start_nova_conductor:1027 : local conf 2021-12-14 17:42:38.210 | ++ lib/nova:start_nova_conductor:1028 : conductor_conf 1 2021-12-14 17:42:38.218 | ++ lib/nova:conductor_conf:744 : local cell=1 2021-12-14 17:42:38.224 | ++ lib/nova:conductor_conf:745 : echo /etc/nova/nova_cell1.conf 2021-12-14 17:42:38.231 | + lib/nova:start_nova_conductor:1028 : conf=/etc/nova/nova_cell1.conf 2021-12-14 17:42:38.236 | + lib/nova:start_nova_conductor:1029 : run_process n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-14 17:42:38.243 | + functions-common:run_process:1582 : local service=n-cond-cell1 2021-12-14 17:42:38.250 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-14 17:42:38.259 | + functions-common:run_process:1584 : local group= 2021-12-14 17:42:38.271 | + functions-common:run_process:1585 : local user= 2021-12-14 17:42:38.282 | + functions-common:run_process:1587 : local name=n-cond-cell1 2021-12-14 17:42:38.291 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:42:38.302 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:42:38.306 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:42:38.312 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:42:38.325 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:42:38.327 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503758323 2021-12-14 17:42:38.330 | + functions-common:run_process:1590 : is_service_enabled n-cond-cell1 2021-12-14 17:42:38.373 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:42:38.381 | + functions-common:run_process:1591 : _run_under_systemd n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' '' 2021-12-14 17:42:38.390 | + functions-common:_run_under_systemd:1547 : local service=n-cond-cell1 2021-12-14 17:42:38.397 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-14 17:42:38.406 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-14 17:42:38.408 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-14 17:42:38.411 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-14 17:42:38.415 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]] 2021-12-14 17:42:38.418 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]] 2021-12-14 17:42:38.424 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-cond-cell1.service 2021-12-14 17:42:38.427 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:42:38.430 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:42:38.432 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]] 2021-12-14 17:42:38.435 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@n-cond-cell1.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ubuntu 2021-12-14 17:42:38.445 | + functions-common:write_user_unit_file:1464 : local service=devstack@n-cond-cell1.service 2021-12-14 17:42:38.450 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-14 17:42:38.455 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:42:38.458 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:42:38.462 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:42:38.470 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:42:38.476 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service 2021-12-14 17:42:38.482 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:42:38.491 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Unit Description 'Devstack devstack@n-cond-cell1.service' 2021-12-14 17:42:38.642 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu 2021-12-14 17:42:38.790 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-14 17:42:38.922 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process 2021-12-14 17:42:39.025 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300 2021-12-14 17:42:39.123 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:42:39.199 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:42:39.211 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target 2021-12-14 17:42:39.314 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:42:39.614 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-cond-cell1.service 2021-12-14 17:42:39.635 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service. 2021-12-14 17:42:39.884 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-cond-cell1.service 2021-12-14 17:42:39.910 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:42:39.910 | + functions-common:time_stop:2331 : local name 2021-12-14 17:42:39.911 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:42:39.914 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:42:39.916 | + functions-common:time_stop:2334 : local total 2021-12-14 17:42:39.923 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:42:39.930 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:42:39.942 | + functions-common:time_stop:2338 : start_time=1639503758323 2021-12-14 17:42:39.948 | + functions-common:time_stop:2340 : [[ -z 1639503758323 ]] 2021-12-14 17:42:39.957 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:42:39.968 | + functions-common:time_stop:2343 : end_time=1639503759956 2021-12-14 17:42:39.973 | + functions-common:time_stop:2344 : elapsed_time=1633 2021-12-14 17:42:39.977 | + functions-common:time_stop:2345 : total=21429 2021-12-14 17:42:39.985 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:42:39.993 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=23062 2021-12-14 17:42:39.999 | + lib/nova:start_nova:1056 : start_nova_compute 2021-12-14 17:42:40.007 | + lib/nova:start_nova_compute:886 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:40.016 | + lib/nova:start_nova_compute:887 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:40.025 | + lib/nova:start_nova_compute:887 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:40.035 | + lib/nova:start_nova_compute:889 : local compute_cell_conf=/etc/nova/nova.conf 2021-12-14 17:42:40.038 | + lib/nova:start_nova_compute:892 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2021-12-14 17:42:40.050 | + lib/nova:start_nova_compute:894 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2021-12-14 17:42:40.066 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-12-14 17:42:40.071 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-12-14 17:42:40.078 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2021-12-14 17:42:40.086 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-12-14 17:42:40.096 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2021-12-14 17:42:40.103 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2021-12-14 17:42:40.118 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2021-12-14 17:42:40.127 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2021-12-14 17:42:40.131 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2021-12-14 17:42:40.131 | BEGIN { 2021-12-14 17:42:40.131 | section = "" 2021-12-14 17:42:40.131 | last_section = "" 2021-12-14 17:42:40.131 | section_count = 0 2021-12-14 17:42:40.131 | } 2021-12-14 17:42:40.132 | /^\[.+\]/ { 2021-12-14 17:42:40.132 | gsub("[][]", "", $1); 2021-12-14 17:42:40.132 | section=$1 2021-12-14 17:42:40.132 | next 2021-12-14 17:42:40.132 | } 2021-12-14 17:42:40.132 | /^ *\#/ { 2021-12-14 17:42:40.132 | next 2021-12-14 17:42:40.132 | } 2021-12-14 17:42:40.132 | /^[^ \t]+/ { 2021-12-14 17:42:40.132 | # get offset of first = in $0 2021-12-14 17:42:40.132 | eq_idx = index($0, "=") 2021-12-14 17:42:40.132 | # extract attr & value from $0 2021-12-14 17:42:40.132 | attr = substr($0, 1, eq_idx - 1) 2021-12-14 17:42:40.132 | value = substr($0, eq_idx + 1) 2021-12-14 17:42:40.132 | # only need to strip trailing whitespace from attr 2021-12-14 17:42:40.132 | sub(/[ \t]*$/, "", attr) 2021-12-14 17:42:40.132 | # need to strip leading & trailing whitespace from value 2021-12-14 17:42:40.132 | sub(/^[ \t]*/, "", value) 2021-12-14 17:42:40.132 | sub(/[ \t]*$/, "", value) 2021-12-14 17:42:40.132 | 2021-12-14 17:42:40.132 | # cfg_attr_count: number of config lines per [section, attr] 2021-12-14 17:42:40.132 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-12-14 17:42:40.132 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-12-14 17:42:40.132 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-12-14 17:42:40.132 | if (! (section, attr) in cfg_attr_count) { 2021-12-14 17:42:40.132 | if (section != last_section) { 2021-12-14 17:42:40.132 | cfg_section[section_count++] = section 2021-12-14 17:42:40.132 | last_section = section 2021-12-14 17:42:40.132 | } 2021-12-14 17:42:40.132 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-12-14 17:42:40.132 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-12-14 17:42:40.132 | 2021-12-14 17:42:40.132 | cfg_attr[section, attr, 0] = value 2021-12-14 17:42:40.133 | cfg_attr_count[section, attr] = 1 2021-12-14 17:42:40.133 | } else { 2021-12-14 17:42:40.133 | lno = cfg_attr_count[section, attr]++ 2021-12-14 17:42:40.133 | cfg_attr[section, attr, lno] = value 2021-12-14 17:42:40.133 | } 2021-12-14 17:42:40.133 | } 2021-12-14 17:42:40.133 | END { 2021-12-14 17:42:40.133 | # Process each section in order 2021-12-14 17:42:40.133 | for (sno = 0; sno < section_count; sno++) { 2021-12-14 17:42:40.133 | section = cfg_section[sno] 2021-12-14 17:42:40.133 | # The ini routines simply append a config item immediately 2021-12-14 17:42:40.133 | # after the section header. To keep the same order as defined 2021-12-14 17:42:40.133 | # in local.conf, invoke the ini routines in the reverse order 2021-12-14 17:42:40.133 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-12-14 17:42:40.133 | attr = cfg_sec_attr_name[sno, attr_no] 2021-12-14 17:42:40.133 | if (cfg_attr_count[section, attr] == 1) 2021-12-14 17:42:40.133 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-12-14 17:42:40.133 | else { 2021-12-14 17:42:40.133 | # For multiline, invoke the ini routines in the reverse order 2021-12-14 17:42:40.133 | count = cfg_attr_count[section, attr] 2021-12-14 17:42:40.133 | print "inidelete " configfile " " section " " attr 2021-12-14 17:42:40.133 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-12-14 17:42:40.133 | for (l = count -2; l >= 0; l--) 2021-12-14 17:42:40.133 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-12-14 17:42:40.133 | } 2021-12-14 17:42:40.133 | } 2021-12-14 17:42:40.133 | } 2021-12-14 17:42:40.133 | } 2021-12-14 17:42:40.133 | ' 2021-12-14 17:42:40.135 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2021-12-14 17:42:40.137 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-12-14 17:42:40.137 | + inc/meta-config:merge_config_file:164 : read a 2021-12-14 17:42:40.146 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-12-14 17:42:40.148 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2021-12-14 17:42:40.154 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-14 17:42:40.162 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2021-12-14 17:42:40.171 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2021-12-14 17:42:40.171 | BEGIN { group = "" } 2021-12-14 17:42:40.171 | /^\[\[.+\|.*\]\]/ { 2021-12-14 17:42:40.171 | gsub("[][]", "", $1); 2021-12-14 17:42:40.171 | split($1, a, "|"); 2021-12-14 17:42:40.171 | if (a[1] == matchgroup && a[2] == configfile) { 2021-12-14 17:42:40.171 | group=a[1] 2021-12-14 17:42:40.171 | } else { 2021-12-14 17:42:40.171 | group="" 2021-12-14 17:42:40.171 | } 2021-12-14 17:42:40.171 | next 2021-12-14 17:42:40.171 | } 2021-12-14 17:42:40.171 | { 2021-12-14 17:42:40.171 | if (group != "") 2021-12-14 17:42:40.171 | print $0 2021-12-14 17:42:40.171 | } 2021-12-14 17:42:40.171 | ' /home/ubuntu/devstack/local.conf 2021-12-14 17:42:40.187 | + lib/nova:start_nova_compute:896 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-12-14 17:42:40.195 | + lib/nova:start_nova_compute:903 : iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True 2021-12-14 17:42:40.270 | + lib/nova:start_nova_compute:906 : iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False 2021-12-14 17:42:40.343 | + lib/nova:start_nova_compute:907 : iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 2021-12-14 17:42:40.350 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-12-14 17:42:40.359 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova-cpu.conf 2021-12-14 17:42:40.366 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-12-14 17:42:40.374 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2021-12-14 17:42:40.382 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-14 17:42:40.419 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:42:40.424 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2021-12-14 17:42:40.427 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2021-12-14 17:42:40.430 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-14 17:42:40.451 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:42:40.458 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/nova_cell1 2021-12-14 17:42:40.466 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/nova_cell1 2021-12-14 17:42:40.526 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-14 17:42:40.534 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-14 17:42:40.536 | + lib/nova:start_nova_compute:911 : inidelete /etc/nova/nova-cpu.conf database connection 2021-12-14 17:42:40.583 | + lib/nova:start_nova_compute:912 : inidelete /etc/nova/nova-cpu.conf api_database connection 2021-12-14 17:42:40.630 | + lib/nova:start_nova_compute:917 : configure_console_compute 2021-12-14 17:42:40.633 | + lib/nova:configure_console_compute:622 : local offset 2021-12-14 17:42:40.636 | + lib/nova:configure_console_compute:623 : offset=0 2021-12-14 17:42:40.640 | + lib/nova:configure_console_compute:627 : local default_proxyclient_addr 2021-12-14 17:42:40.643 | ++ lib/nova:configure_console_compute:628 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2021-12-14 17:42:40.691 | + lib/nova:configure_console_compute:628 : default_proxyclient_addr=10.222.0.53 2021-12-14 17:42:40.696 | + lib/nova:configure_console_compute:632 : is_service_enabled n-cpu 2021-12-14 17:42:40.736 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:42:40.743 | + lib/nova:configure_console_compute:650 : is_service_enabled n-novnc 2021-12-14 17:42:40.784 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:42:40.787 | + lib/nova:configure_console_compute:650 : is_service_enabled n-xvnc 2021-12-14 17:42:40.823 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:42:40.828 | + lib/nova:configure_console_compute:650 : '[' False '!=' False ']' 2021-12-14 17:42:40.833 | + lib/nova:configure_console_compute:658 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2021-12-14 17:42:40.888 | + lib/nova:configure_console_compute:661 : is_service_enabled n-spice 2021-12-14 17:42:40.923 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:42:40.930 | + lib/nova:configure_console_compute:671 : is_service_enabled n-sproxy 2021-12-14 17:42:40.971 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:42:40.973 | + lib/nova:start_nova_compute:919 : [[ libvirt = \l\i\b\v\i\r\t ]] 2021-12-14 17:42:40.975 | + lib/nova:start_nova_compute:923 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt 2021-12-14 17:42:40.978 | + functions-common:run_process:1582 : local service=n-cpu 2021-12-14 17:42:40.980 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2021-12-14 17:42:40.983 | + functions-common:run_process:1584 : local group=libvirt 2021-12-14 17:42:40.988 | + functions-common:run_process:1585 : local user= 2021-12-14 17:42:40.994 | + functions-common:run_process:1587 : local name=n-cpu 2021-12-14 17:42:41.002 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:42:41.006 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:42:41.010 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:42:41.018 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:42:41.027 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:42:41.034 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503761028 2021-12-14 17:42:41.042 | + functions-common:run_process:1590 : is_service_enabled n-cpu 2021-12-14 17:42:41.070 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:42:41.076 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:42:41.081 | + functions-common:time_stop:2331 : local name 2021-12-14 17:42:41.090 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:42:41.098 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:42:41.102 | + functions-common:time_stop:2334 : local total 2021-12-14 17:42:41.105 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:42:41.108 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:42:41.110 | + functions-common:time_stop:2338 : start_time=1639503761028 2021-12-14 17:42:41.113 | + functions-common:time_stop:2340 : [[ -z 1639503761028 ]] 2021-12-14 17:42:41.117 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:42:41.122 | + functions-common:time_stop:2343 : end_time=1639503761118 2021-12-14 17:42:41.127 | + functions-common:time_stop:2344 : elapsed_time=90 2021-12-14 17:42:41.131 | + functions-common:time_stop:2345 : total=23062 2021-12-14 17:42:41.135 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:42:41.140 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=23152 2021-12-14 17:42:41.145 | + lib/nova:start_nova_compute:945 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:41.151 | + lib/nova:start_nova_compute:945 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-14 17:42:41.162 | + lib/nova:start_nova:1057 : is_service_enabled n-api 2021-12-14 17:42:41.195 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:42:41.198 | + lib/nova:start_nova:1059 : echo 'Dumping cells_v2 mapping' 2021-12-14 17:42:41.198 | Dumping cells_v2 mapping 2021-12-14 17:42:41.203 | + lib/nova:start_nova:1060 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2021-12-14 17:42:44.822 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-12-14 17:42:44.823 | | Name | UUID | Transport URL | Database Connection | Disabled | 2021-12-14 17:42:44.823 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-12-14 17:42:44.823 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8 | False | 2021-12-14 17:42:44.823 | | cell1 | 38fa8d0c-4993-460e-832a-1e3ca0262a6f | rabbit://stackrabbit:Passw0rd@10.222.0.53:5672/nova_cell1 | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8 | False | 2021-12-14 17:42:44.823 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-12-14 17:42:45.258 | + ./stack.sh:main:1314 : create_flavors 2021-12-14 17:42:45.263 | + lib/nova:create_flavors:1124 : is_service_enabled n-api 2021-12-14 17:42:45.290 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:42:45.293 | + lib/nova:create_flavors:1125 : openstack --os-region-name=RegionOne flavor list 2021-12-14 17:42:45.293 | + lib/nova:create_flavors:1125 : grep -q ds512M 2021-12-14 17:42:48.026 | + lib/nova:create_flavors:1127 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2021-12-14 17:42:50.640 | +----------------------------+-----------------------+ 2021-12-14 17:42:50.640 | | Field | Value | 2021-12-14 17:42:50.640 | +----------------------------+-----------------------+ 2021-12-14 17:42:50.640 | | OS-FLV-DISABLED:disabled | False | 2021-12-14 17:42:50.640 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-14 17:42:50.640 | | disk | 1 | 2021-12-14 17:42:50.640 | | id | c1 | 2021-12-14 17:42:50.640 | | name | cirros256 | 2021-12-14 17:42:50.640 | | os-flavor-access:is_public | True | 2021-12-14 17:42:50.640 | | properties | hw_rng:allowed='True' | 2021-12-14 17:42:50.640 | | ram | 256 | 2021-12-14 17:42:50.641 | | rxtx_factor | 1.0 | 2021-12-14 17:42:50.641 | | swap | | 2021-12-14 17:42:50.641 | | vcpus | 1 | 2021-12-14 17:42:50.641 | +----------------------------+-----------------------+ 2021-12-14 17:42:50.762 | + lib/nova:create_flavors:1128 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2021-12-14 17:42:53.117 | +----------------------------+-----------------------+ 2021-12-14 17:42:53.118 | | Field | Value | 2021-12-14 17:42:53.118 | +----------------------------+-----------------------+ 2021-12-14 17:42:53.118 | | OS-FLV-DISABLED:disabled | False | 2021-12-14 17:42:53.118 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-14 17:42:53.118 | | disk | 5 | 2021-12-14 17:42:53.118 | | id | d1 | 2021-12-14 17:42:53.118 | | name | ds512M | 2021-12-14 17:42:53.118 | | os-flavor-access:is_public | True | 2021-12-14 17:42:53.118 | | properties | hw_rng:allowed='True' | 2021-12-14 17:42:53.118 | | ram | 512 | 2021-12-14 17:42:53.118 | | rxtx_factor | 1.0 | 2021-12-14 17:42:53.118 | | swap | | 2021-12-14 17:42:53.118 | | vcpus | 1 | 2021-12-14 17:42:53.118 | +----------------------------+-----------------------+ 2021-12-14 17:42:53.248 | + lib/nova:create_flavors:1129 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2021-12-14 17:42:55.545 | +----------------------------+-----------------------+ 2021-12-14 17:42:55.545 | | Field | Value | 2021-12-14 17:42:55.545 | +----------------------------+-----------------------+ 2021-12-14 17:42:55.545 | | OS-FLV-DISABLED:disabled | False | 2021-12-14 17:42:55.545 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-14 17:42:55.545 | | disk | 10 | 2021-12-14 17:42:55.546 | | id | d2 | 2021-12-14 17:42:55.546 | | name | ds1G | 2021-12-14 17:42:55.546 | | os-flavor-access:is_public | True | 2021-12-14 17:42:55.546 | | properties | hw_rng:allowed='True' | 2021-12-14 17:42:55.546 | | ram | 1024 | 2021-12-14 17:42:55.546 | | rxtx_factor | 1.0 | 2021-12-14 17:42:55.546 | | swap | | 2021-12-14 17:42:55.546 | | vcpus | 1 | 2021-12-14 17:42:55.546 | +----------------------------+-----------------------+ 2021-12-14 17:42:55.665 | + lib/nova:create_flavors:1130 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2021-12-14 17:42:57.929 | +----------------------------+-----------------------+ 2021-12-14 17:42:57.929 | | Field | Value | 2021-12-14 17:42:57.929 | +----------------------------+-----------------------+ 2021-12-14 17:42:57.929 | | OS-FLV-DISABLED:disabled | False | 2021-12-14 17:42:57.929 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-14 17:42:57.929 | | disk | 10 | 2021-12-14 17:42:57.929 | | id | d3 | 2021-12-14 17:42:57.929 | | name | ds2G | 2021-12-14 17:42:57.929 | | os-flavor-access:is_public | True | 2021-12-14 17:42:57.929 | | properties | hw_rng:allowed='True' | 2021-12-14 17:42:57.929 | | ram | 2048 | 2021-12-14 17:42:57.930 | | rxtx_factor | 1.0 | 2021-12-14 17:42:57.930 | | swap | | 2021-12-14 17:42:57.930 | | vcpus | 2 | 2021-12-14 17:42:57.930 | +----------------------------+-----------------------+ 2021-12-14 17:42:58.051 | + lib/nova:create_flavors:1131 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2021-12-14 17:43:00.352 | +----------------------------+-----------------------+ 2021-12-14 17:43:00.352 | | Field | Value | 2021-12-14 17:43:00.352 | +----------------------------+-----------------------+ 2021-12-14 17:43:00.352 | | OS-FLV-DISABLED:disabled | False | 2021-12-14 17:43:00.352 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-14 17:43:00.352 | | disk | 20 | 2021-12-14 17:43:00.352 | | id | d4 | 2021-12-14 17:43:00.352 | | name | ds4G | 2021-12-14 17:43:00.352 | | os-flavor-access:is_public | True | 2021-12-14 17:43:00.352 | | properties | hw_rng:allowed='True' | 2021-12-14 17:43:00.352 | | ram | 4096 | 2021-12-14 17:43:00.352 | | rxtx_factor | 1.0 | 2021-12-14 17:43:00.352 | | swap | | 2021-12-14 17:43:00.352 | | vcpus | 4 | 2021-12-14 17:43:00.352 | +----------------------------+-----------------------+ 2021-12-14 17:43:00.476 | + lib/nova:create_flavors:1134 : openstack --os-region-name=RegionOne flavor list 2021-12-14 17:43:00.476 | + lib/nova:create_flavors:1134 : grep -q m1.tiny 2021-12-14 17:43:02.818 | + lib/nova:create_flavors:1135 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2021-12-14 17:43:05.229 | +----------------------------+-----------------------+ 2021-12-14 17:43:05.230 | | Field | Value | 2021-12-14 17:43:05.230 | +----------------------------+-----------------------+ 2021-12-14 17:43:05.230 | | OS-FLV-DISABLED:disabled | False | 2021-12-14 17:43:05.230 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-14 17:43:05.230 | | disk | 1 | 2021-12-14 17:43:05.230 | | id | 1 | 2021-12-14 17:43:05.230 | | name | m1.tiny | 2021-12-14 17:43:05.230 | | os-flavor-access:is_public | True | 2021-12-14 17:43:05.230 | | properties | hw_rng:allowed='True' | 2021-12-14 17:43:05.230 | | ram | 512 | 2021-12-14 17:43:05.230 | | rxtx_factor | 1.0 | 2021-12-14 17:43:05.230 | | swap | | 2021-12-14 17:43:05.230 | | vcpus | 1 | 2021-12-14 17:43:05.230 | +----------------------------+-----------------------+ 2021-12-14 17:43:05.363 | + lib/nova:create_flavors:1136 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2021-12-14 17:43:07.645 | +----------------------------+-----------------------+ 2021-12-14 17:43:07.645 | | Field | Value | 2021-12-14 17:43:07.645 | +----------------------------+-----------------------+ 2021-12-14 17:43:07.645 | | OS-FLV-DISABLED:disabled | False | 2021-12-14 17:43:07.645 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-14 17:43:07.645 | | disk | 20 | 2021-12-14 17:43:07.645 | | id | 2 | 2021-12-14 17:43:07.645 | | name | m1.small | 2021-12-14 17:43:07.645 | | os-flavor-access:is_public | True | 2021-12-14 17:43:07.645 | | properties | hw_rng:allowed='True' | 2021-12-14 17:43:07.645 | | ram | 2048 | 2021-12-14 17:43:07.645 | | rxtx_factor | 1.0 | 2021-12-14 17:43:07.645 | | swap | | 2021-12-14 17:43:07.645 | | vcpus | 1 | 2021-12-14 17:43:07.645 | +----------------------------+-----------------------+ 2021-12-14 17:43:07.767 | + lib/nova:create_flavors:1137 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2021-12-14 17:43:10.076 | +----------------------------+-----------------------+ 2021-12-14 17:43:10.076 | | Field | Value | 2021-12-14 17:43:10.076 | +----------------------------+-----------------------+ 2021-12-14 17:43:10.076 | | OS-FLV-DISABLED:disabled | False | 2021-12-14 17:43:10.076 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-14 17:43:10.077 | | disk | 40 | 2021-12-14 17:43:10.077 | | id | 3 | 2021-12-14 17:43:10.077 | | name | m1.medium | 2021-12-14 17:43:10.077 | | os-flavor-access:is_public | True | 2021-12-14 17:43:10.077 | | properties | hw_rng:allowed='True' | 2021-12-14 17:43:10.077 | | ram | 4096 | 2021-12-14 17:43:10.077 | | rxtx_factor | 1.0 | 2021-12-14 17:43:10.077 | | swap | | 2021-12-14 17:43:10.077 | | vcpus | 2 | 2021-12-14 17:43:10.077 | +----------------------------+-----------------------+ 2021-12-14 17:43:10.214 | + lib/nova:create_flavors:1138 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2021-12-14 17:43:12.567 | +----------------------------+-----------------------+ 2021-12-14 17:43:12.567 | | Field | Value | 2021-12-14 17:43:12.567 | +----------------------------+-----------------------+ 2021-12-14 17:43:12.567 | | OS-FLV-DISABLED:disabled | False | 2021-12-14 17:43:12.567 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-14 17:43:12.567 | | disk | 80 | 2021-12-14 17:43:12.567 | | id | 4 | 2021-12-14 17:43:12.567 | | name | m1.large | 2021-12-14 17:43:12.567 | | os-flavor-access:is_public | True | 2021-12-14 17:43:12.567 | | properties | hw_rng:allowed='True' | 2021-12-14 17:43:12.567 | | ram | 8192 | 2021-12-14 17:43:12.567 | | rxtx_factor | 1.0 | 2021-12-14 17:43:12.567 | | swap | | 2021-12-14 17:43:12.567 | | vcpus | 4 | 2021-12-14 17:43:12.567 | +----------------------------+-----------------------+ 2021-12-14 17:43:12.704 | + lib/nova:create_flavors:1139 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2021-12-14 17:43:15.237 | +----------------------------+-----------------------+ 2021-12-14 17:43:15.237 | | Field | Value | 2021-12-14 17:43:15.237 | +----------------------------+-----------------------+ 2021-12-14 17:43:15.237 | | OS-FLV-DISABLED:disabled | False | 2021-12-14 17:43:15.237 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-14 17:43:15.237 | | disk | 160 | 2021-12-14 17:43:15.237 | | id | 5 | 2021-12-14 17:43:15.237 | | name | m1.xlarge | 2021-12-14 17:43:15.237 | | os-flavor-access:is_public | True | 2021-12-14 17:43:15.237 | | properties | hw_rng:allowed='True' | 2021-12-14 17:43:15.237 | | ram | 16384 | 2021-12-14 17:43:15.237 | | rxtx_factor | 1.0 | 2021-12-14 17:43:15.237 | | swap | | 2021-12-14 17:43:15.237 | | vcpus | 8 | 2021-12-14 17:43:15.237 | +----------------------------+-----------------------+ 2021-12-14 17:43:15.371 | + ./stack.sh:main:1316 : is_service_enabled cinder 2021-12-14 17:43:15.396 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:43:15.399 | + ./stack.sh:main:1317 : echo_summary 'Starting Cinder' 2021-12-14 17:43:15.402 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:43:15.405 | + ./stack.sh:echo_summary:428 : echo -e Starting Cinder 2021-12-14 17:43:15.408 | + ./stack.sh:main:1318 : start_cinder 2021-12-14 17:43:15.410 | + lib/cinder:start_cinder:459 : local service_port=8776 2021-12-14 17:43:15.413 | + lib/cinder:start_cinder:460 : local service_protocol=http 2021-12-14 17:43:15.416 | + lib/cinder:start_cinder:461 : local cinder_url 2021-12-14 17:43:15.419 | + lib/cinder:start_cinder:462 : is_service_enabled tls-proxy 2021-12-14 17:43:15.437 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:43:15.440 | + lib/cinder:start_cinder:466 : '[' tgtadm = tgtadm ']' 2021-12-14 17:43:15.443 | + lib/cinder:start_cinder:467 : is_service_enabled c-vol 2021-12-14 17:43:15.462 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:43:15.465 | + lib/cinder:start_cinder:486 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync,n-super-cond,n-cond-cell1 =~ c-api ]] 2021-12-14 17:43:15.468 | + lib/cinder:start_cinder:487 : '[' True == False ']' 2021-12-14 17:43:15.471 | ++ lib/cinder:start_cinder:495 : which uwsgi 2021-12-14 17:43:15.475 | + lib/cinder:start_cinder:495 : run_process c-api '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-14 17:43:15.478 | + functions-common:run_process:1582 : local service=c-api 2021-12-14 17:43:15.481 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-14 17:43:15.484 | + functions-common:run_process:1584 : local group= 2021-12-14 17:43:15.487 | + functions-common:run_process:1585 : local user= 2021-12-14 17:43:15.489 | + functions-common:run_process:1587 : local name=c-api 2021-12-14 17:43:15.492 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:43:15.494 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:43:15.497 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:43:15.499 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:43:15.502 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:43:15.506 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503795503 2021-12-14 17:43:15.509 | + functions-common:run_process:1590 : is_service_enabled c-api 2021-12-14 17:43:15.525 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:43:15.528 | + functions-common:run_process:1591 : _run_under_systemd c-api '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' 2021-12-14 17:43:15.531 | + functions-common:_run_under_systemd:1547 : local service=c-api 2021-12-14 17:43:15.533 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-14 17:43:15.536 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-14 17:43:15.539 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-14 17:43:15.541 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-14 17:43:15.544 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2021-12-14 17:43:15.546 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2021-12-14 17:43:15.549 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@c-api.service 2021-12-14 17:43:15.552 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:43:15.554 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:43:15.557 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2021-12-14 17:43:15.559 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' ubuntu 2021-12-14 17:43:15.562 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@c-api.service 2021-12-14 17:43:15.564 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-14 17:43:15.566 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-12-14 17:43:15.569 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-12-14 17:43:15.571 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@c-api.service 2021-12-14 17:43:15.573 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-12-14 17:43:15.578 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2021-12-14 17:43:15.636 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2021-12-14 17:43:15.699 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu 2021-12-14 17:43:15.749 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-14 17:43:15.811 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:43:15.871 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2021-12-14 17:43:15.930 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2021-12-14 17:43:15.984 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2021-12-14 17:43:16.046 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2021-12-14 17:43:16.101 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2021-12-14 17:43:16.162 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-12-14 17:43:16.164 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2021-12-14 17:43:16.226 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-12-14 17:43:16.448 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@c-api.service 2021-12-14 17:43:16.462 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2021-12-14 17:43:16.693 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@c-api.service 2021-12-14 17:43:16.777 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:43:16.782 | + functions-common:time_stop:2331 : local name 2021-12-14 17:43:16.785 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:43:16.788 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:43:16.790 | + functions-common:time_stop:2334 : local total 2021-12-14 17:43:16.793 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:43:16.796 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:43:16.798 | + functions-common:time_stop:2338 : start_time=1639503795503 2021-12-14 17:43:16.801 | + functions-common:time_stop:2340 : [[ -z 1639503795503 ]] 2021-12-14 17:43:16.805 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:43:16.808 | + functions-common:time_stop:2343 : end_time=1639503796806 2021-12-14 17:43:16.811 | + functions-common:time_stop:2344 : elapsed_time=1303 2021-12-14 17:43:16.814 | + functions-common:time_stop:2345 : total=23152 2021-12-14 17:43:16.818 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:43:16.821 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=24455 2021-12-14 17:43:16.825 | + lib/cinder:start_cinder:496 : cinder_url=http://10.222.0.53/volume/v3 2021-12-14 17:43:16.830 | + lib/cinder:start_cinder:500 : echo 'Waiting for Cinder API to start...' 2021-12-14 17:43:16.830 | Waiting for Cinder API to start... 2021-12-14 17:43:16.834 | + lib/cinder:start_cinder:501 : wait_for_service 60 http://10.222.0.53/volume/v3 2021-12-14 17:43:16.837 | + functions:wait_for_service:444 : local timeout=60 2021-12-14 17:43:16.842 | + functions:wait_for_service:445 : local url=http://10.222.0.53/volume/v3 2021-12-14 17:43:16.846 | + functions:wait_for_service:446 : local rval=0 2021-12-14 17:43:16.849 | + functions:wait_for_service:447 : time_start wait_for_service 2021-12-14 17:43:16.853 | + functions-common:time_start:2317 : local name=wait_for_service 2021-12-14 17:43:16.858 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:43:16.861 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:43:16.868 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:43:16.872 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503796867 2021-12-14 17:43:16.877 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-12-14 17:43:16.884 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.53/volume/v3 2021-12-14 17:43:21.954 | + :: : [[ 401 == 503 ]] 2021-12-14 17:43:21.955 | + :: : [[ 0 -eq 7 ]] 2021-12-14 17:43:21.959 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-12-14 17:43:21.961 | + functions-common:time_stop:2331 : local name 2021-12-14 17:43:21.964 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:43:21.966 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:43:21.969 | + functions-common:time_stop:2334 : local total 2021-12-14 17:43:21.971 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:43:21.974 | + functions-common:time_stop:2337 : name=wait_for_service 2021-12-14 17:43:21.977 | + functions-common:time_stop:2338 : start_time=1639503796867 2021-12-14 17:43:21.979 | + functions-common:time_stop:2340 : [[ -z 1639503796867 ]] 2021-12-14 17:43:21.982 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:43:21.986 | + functions-common:time_stop:2343 : end_time=1639503801983 2021-12-14 17:43:21.989 | + functions-common:time_stop:2344 : elapsed_time=5116 2021-12-14 17:43:21.991 | + functions-common:time_stop:2345 : total=19610 2021-12-14 17:43:21.994 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:43:21.996 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=24726 2021-12-14 17:43:22.000 | + functions:wait_for_service:454 : return 0 2021-12-14 17:43:22.003 | + lib/cinder:start_cinder:505 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-14 17:43:22.005 | + functions-common:run_process:1582 : local service=c-sch 2021-12-14 17:43:22.008 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-14 17:43:22.011 | + functions-common:run_process:1584 : local group= 2021-12-14 17:43:22.014 | + functions-common:run_process:1585 : local user= 2021-12-14 17:43:22.017 | + functions-common:run_process:1587 : local name=c-sch 2021-12-14 17:43:22.020 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:43:22.022 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:43:22.025 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:43:22.028 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:43:22.031 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:43:22.035 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503802032 2021-12-14 17:43:22.038 | + functions-common:run_process:1590 : is_service_enabled c-sch 2021-12-14 17:43:22.055 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:43:22.058 | + functions-common:run_process:1591 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' 2021-12-14 17:43:22.061 | + functions-common:_run_under_systemd:1547 : local service=c-sch 2021-12-14 17:43:22.064 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-14 17:43:22.066 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-14 17:43:22.069 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-14 17:43:22.071 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-14 17:43:22.074 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2021-12-14 17:43:22.077 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2021-12-14 17:43:22.080 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@c-sch.service 2021-12-14 17:43:22.082 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-14 17:43:22.085 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-14 17:43:22.087 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2021-12-14 17:43:22.090 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ubuntu 2021-12-14 17:43:22.092 | + functions-common:write_user_unit_file:1464 : local service=devstack@c-sch.service 2021-12-14 17:43:22.095 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-14 17:43:22.098 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-14 17:43:22.100 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-14 17:43:22.102 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-14 17:43:22.105 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-14 17:43:22.108 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2021-12-14 17:43:22.110 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-14 17:43:22.114 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2021-12-14 17:43:22.172 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu 2021-12-14 17:43:22.236 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-14 17:43:22.285 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2021-12-14 17:43:22.337 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2021-12-14 17:43:22.389 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-14 17:43:22.439 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-14 17:43:22.442 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2021-12-14 17:43:22.501 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-14 17:43:22.727 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@c-sch.service 2021-12-14 17:43:22.741 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2021-12-14 17:43:22.957 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@c-sch.service 2021-12-14 17:43:22.978 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:43:22.980 | + functions-common:time_stop:2331 : local name 2021-12-14 17:43:22.983 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:43:22.986 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:43:22.989 | + functions-common:time_stop:2334 : local total 2021-12-14 17:43:22.991 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:43:22.994 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:43:22.996 | + functions-common:time_stop:2338 : start_time=1639503802032 2021-12-14 17:43:22.999 | + functions-common:time_stop:2340 : [[ -z 1639503802032 ]] 2021-12-14 17:43:23.002 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:43:23.006 | + functions-common:time_stop:2343 : end_time=1639503803003 2021-12-14 17:43:23.009 | + functions-common:time_stop:2344 : elapsed_time=971 2021-12-14 17:43:23.011 | + functions-common:time_stop:2345 : total=24455 2021-12-14 17:43:23.014 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:43:23.017 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=25426 2021-12-14 17:43:23.019 | + lib/cinder:start_cinder:506 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-12-14 17:43:23.022 | + functions-common:run_process:1582 : local service=c-bak 2021-12-14 17:43:23.025 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-12-14 17:43:23.027 | + functions-common:run_process:1584 : local group= 2021-12-14 17:43:23.030 | + functions-common:run_process:1585 : local user= 2021-12-14 17:43:23.032 | + functions-common:run_process:1587 : local name=c-bak 2021-12-14 17:43:23.035 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:43:23.037 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:43:23.040 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:43:23.042 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:43:23.046 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:43:23.050 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503803047 2021-12-14 17:43:23.052 | + functions-common:run_process:1590 : is_service_enabled c-bak 2021-12-14 17:43:23.069 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:43:23.072 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:43:23.075 | + functions-common:time_stop:2331 : local name 2021-12-14 17:43:23.078 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:43:23.081 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:43:23.083 | + functions-common:time_stop:2334 : local total 2021-12-14 17:43:23.086 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:43:23.088 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:43:23.091 | + functions-common:time_stop:2338 : start_time=1639503803047 2021-12-14 17:43:23.094 | + functions-common:time_stop:2340 : [[ -z 1639503803047 ]] 2021-12-14 17:43:23.097 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:43:23.101 | + functions-common:time_stop:2343 : end_time=1639503803098 2021-12-14 17:43:23.103 | + functions-common:time_stop:2344 : elapsed_time=51 2021-12-14 17:43:23.106 | + functions-common:time_stop:2345 : total=25426 2021-12-14 17:43:23.109 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:43:23.112 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=25477 2021-12-14 17:43:23.114 | + lib/cinder:start_cinder:507 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-12-14 17:43:23.117 | + functions-common:run_process:1582 : local service=c-vol 2021-12-14 17:43:23.119 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-12-14 17:43:23.123 | + functions-common:run_process:1584 : local group= 2021-12-14 17:43:23.125 | + functions-common:run_process:1585 : local user= 2021-12-14 17:43:23.128 | + functions-common:run_process:1587 : local name=c-vol 2021-12-14 17:43:23.131 | + functions-common:run_process:1589 : time_start run_process 2021-12-14 17:43:23.134 | + functions-common:time_start:2317 : local name=run_process 2021-12-14 17:43:23.136 | + functions-common:time_start:2318 : local start_time= 2021-12-14 17:43:23.140 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-14 17:43:23.143 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-14 17:43:23.147 | + functions-common:time_start:2322 : _TIME_START[$name]=1639503803144 2021-12-14 17:43:23.149 | + functions-common:run_process:1590 : is_service_enabled c-vol 2021-12-14 17:43:23.168 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:43:23.170 | + functions-common:run_process:1593 : time_stop run_process 2021-12-14 17:43:23.173 | + functions-common:time_stop:2331 : local name 2021-12-14 17:43:23.175 | + functions-common:time_stop:2332 : local end_time 2021-12-14 17:43:23.180 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:43:23.182 | + functions-common:time_stop:2334 : local total 2021-12-14 17:43:23.185 | + functions-common:time_stop:2335 : local start_time 2021-12-14 17:43:23.188 | + functions-common:time_stop:2337 : name=run_process 2021-12-14 17:43:23.191 | + functions-common:time_stop:2338 : start_time=1639503803144 2021-12-14 17:43:23.194 | + functions-common:time_stop:2340 : [[ -z 1639503803144 ]] 2021-12-14 17:43:23.197 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:43:23.202 | + functions-common:time_stop:2343 : end_time=1639503803198 2021-12-14 17:43:23.205 | + functions-common:time_stop:2344 : elapsed_time=54 2021-12-14 17:43:23.207 | + functions-common:time_stop:2345 : total=25477 2021-12-14 17:43:23.210 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:43:23.212 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=25531 2021-12-14 17:43:23.215 | + ./stack.sh:main:1319 : create_volume_types 2021-12-14 17:43:23.218 | + lib/cinder:create_volume_types:525 : is_service_enabled c-api 2021-12-14 17:43:23.235 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:43:23.238 | + lib/cinder:create_volume_types:525 : [[ -n lvm:lvmdriver-1 ]] 2021-12-14 17:43:23.240 | + lib/cinder:create_volume_types:526 : local be be_name 2021-12-14 17:43:23.243 | + lib/cinder:create_volume_types:527 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2021-12-14 17:43:23.250 | + lib/cinder:create_volume_types:528 : be_name=lvmdriver-1 2021-12-14 17:43:23.253 | + lib/cinder:create_volume_types:530 : is_service_enabled keystone 2021-12-14 17:43:23.270 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:43:23.278 | + lib/cinder:create_volume_types:531 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1 2021-12-14 17:43:26.770 | +-------------+--------------------------------------+ 2021-12-14 17:43:26.770 | | Field | Value | 2021-12-14 17:43:26.770 | +-------------+--------------------------------------+ 2021-12-14 17:43:26.770 | | description | None | 2021-12-14 17:43:26.770 | | id | fd6759b1-d220-4b46-94a4-dc5ba719b87d | 2021-12-14 17:43:26.770 | | is_public | True | 2021-12-14 17:43:26.770 | | name | lvmdriver-1 | 2021-12-14 17:43:26.770 | | properties | volume_backend_name='lvmdriver-1' | 2021-12-14 17:43:26.770 | +-------------+--------------------------------------+ 2021-12-14 17:43:26.908 | + ./stack.sh:main:1323 : is_service_enabled horizon 2021-12-14 17:43:26.928 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:43:26.931 | + ./stack.sh:main:1337 : is_service_enabled nova 2021-12-14 17:43:26.950 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:43:26.953 | + ./stack.sh:main:1337 : is_service_enabled keystone 2021-12-14 17:43:26.974 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:43:26.977 | + ./stack.sh:main:1338 : USERRC_PARAMS='-PA --target-dir /home/ubuntu/devstack/accrc' 2021-12-14 17:43:26.980 | + ./stack.sh:main:1340 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-12-14 17:43:26.984 | + ./stack.sh:main:1344 : /home/ubuntu/devstack/tools/create_userrc.sh -PA --target-dir /home/ubuntu/devstack/accrc 2021-12-14 17:43:26.992 | + home/ubuntu/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2021-12-14 17:43:26.995 | ++ 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 2021-12-14 17:43:26.999 | + home/ubuntu/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/home/ubuntu/devstack/accrc'\'' --' 2021-12-14 17:43:27.000 | + home/ubuntu/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/home/ubuntu/devstack/accrc'\''' -- 2021-12-14 17:43:27.002 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /home/ubuntu/devstack/accrc -- 2021-12-14 17:43:27.004 | + home/ubuntu/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2021-12-14 17:43:27.005 | + home/ubuntu/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2021-12-14 17:43:27.007 | + home/ubuntu/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2021-12-14 17:43:27.008 | + home/ubuntu/devstack/tools/create_userrc.sh:main:92 : MODE= 2021-12-14 17:43:27.010 | + home/ubuntu/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2021-12-14 17:43:27.011 | + home/ubuntu/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2021-12-14 17:43:27.013 | + home/ubuntu/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2021-12-14 17:43:27.015 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2021-12-14 17:43:27.017 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-12-14 17:43:27.019 | + home/ubuntu/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2021-12-14 17:43:27.020 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-12-14 17:43:27.024 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 4 -gt 0 ']' 2021-12-14 17:43:27.026 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-12-14 17:43:27.028 | + home/ubuntu/devstack/tools/create_userrc.sh:main:118 : MODE=all 2021-12-14 17:43:27.029 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-12-14 17:43:27.031 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2021-12-14 17:43:27.032 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-12-14 17:43:27.034 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/home/ubuntu/devstack/accrc 2021-12-14 17:43:27.036 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : shift 2021-12-14 17:43:27.037 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-12-14 17:43:27.039 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2021-12-14 17:43:27.041 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-12-14 17:43:27.043 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : shift 2021-12-14 17:43:27.044 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : break 2021-12-14 17:43:27.046 | + home/ubuntu/devstack/tools/create_userrc.sh:main:129 : '[' -z Passw0rd ']' 2021-12-14 17:43:27.048 | + home/ubuntu/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2021-12-14 17:43:27.050 | + home/ubuntu/devstack/tools/create_userrc.sh:main:142 : '[' -z admin -a '' ']' 2021-12-14 17:43:27.051 | + home/ubuntu/devstack/tools/create_userrc.sh:main:146 : '[' -z admin -a -z '' ']' 2021-12-14 17:43:27.053 | + home/ubuntu/devstack/tools/create_userrc.sh:main:150 : '[' -z admin ']' 2021-12-14 17:43:27.055 | + home/ubuntu/devstack/tools/create_userrc.sh:main:154 : '[' -z http://10.222.0.53/identity ']' 2021-12-14 17:43:27.057 | + home/ubuntu/devstack/tools/create_userrc.sh:main:158 : '[' -z default -a -z '' ']' 2021-12-14 17:43:27.058 | + home/ubuntu/devstack/tools/create_userrc.sh:main:163 : '[' -z default -a -z '' ']' 2021-12-14 17:43:27.060 | + home/ubuntu/devstack/tools/create_userrc.sh:main:168 : USER_PASS=Passw0rd 2021-12-14 17:43:27.062 | + home/ubuntu/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2021-12-14 17:43:27.064 | + home/ubuntu/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2021-12-14 17:43:27.067 | + home/ubuntu/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2021-12-14 17:43:27.070 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep ,True 2021-12-14 17:43:27.071 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2021-12-14 17:43:27.073 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-14 17:43:27.074 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep -v service 2021-12-14 17:43:27.076 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-14 17:43:29.323 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-12-14 17:43:29.323 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 05b5c576d72144e18134a04ff180812a --long --quote none -f csv 2021-12-14 17:43:29.325 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:29.327 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:31.766 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest2 '!=' admin ']' 2021-12-14 17:43:31.767 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest2_password' 2021-12-14 17:43:31.769 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing2 2021-12-14 17:43:31.771 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing2 ']' 2021-12-14 17:43:31.772 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing2 2021-12-14 17:43:31.774 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 342c546aaf294cef9b90ab9cb2a84271 swiftusertest2 05b5c576d72144e18134a04ff180812a swiftprojecttest2 testing2 2021-12-14 17:43:31.775 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=342c546aaf294cef9b90ab9cb2a84271 2021-12-14 17:43:31.777 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest2 2021-12-14 17:43:31.779 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=05b5c576d72144e18134a04ff180812a 2021-12-14 17:43:31.780 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest2 2021-12-14 17:43:31.782 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing2 2021-12-14 17:43:31.783 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest2 2021-12-14 17:43:31.787 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest2/swiftusertest2 2021-12-14 17:43:31.788 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-14 17:43:31.791 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-14 17:43:31.793 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing2"' 2021-12-14 17:43:31.795 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-14 17:43:31.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 2021-12-14 17:43:31.798 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:31.799 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-14 17:43:31.801 | + 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 2021-12-14 17:43:31.803 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:31.804 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-14 17:43:31.806 | + 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 2021-12-14 17:43:31.807 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:31.809 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-14 17:43:31.811 | + 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 2021-12-14 17:43:31.813 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:31.815 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-14 17:43:31.816 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:31.818 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:31.819 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-14 17:43:31.821 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-14 17:43:31.824 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 5a6672dabade439694374d16c006146a --long --quote none -f csv 2021-12-14 17:43:31.824 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:31.824 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-12-14 17:43:31.826 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:34.187 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest4 '!=' admin ']' 2021-12-14 17:43:34.188 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest4_password' 2021-12-14 17:43:34.190 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing4 2021-12-14 17:43:34.192 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing4 ']' 2021-12-14 17:43:34.193 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing4 2021-12-14 17:43:34.195 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 0510de645e1a405c9fe552e2dc0e93e1 swiftusertest4 5a6672dabade439694374d16c006146a swiftprojecttest4 testing4 2021-12-14 17:43:34.196 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=0510de645e1a405c9fe552e2dc0e93e1 2021-12-14 17:43:34.198 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest4 2021-12-14 17:43:34.199 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=5a6672dabade439694374d16c006146a 2021-12-14 17:43:34.201 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest4 2021-12-14 17:43:34.203 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing4 2021-12-14 17:43:34.204 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest4 2021-12-14 17:43:34.208 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest4/swiftusertest4 2021-12-14 17:43:34.209 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-14 17:43:34.212 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-14 17:43:34.214 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing4"' 2021-12-14 17:43:34.215 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-14 17:43:34.217 | + 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 2021-12-14 17:43:34.218 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:34.220 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-14 17:43:34.221 | + 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 2021-12-14 17:43:34.223 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:34.224 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-14 17:43:34.226 | + 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 2021-12-14 17:43:34.227 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:34.229 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-14 17:43:34.230 | + 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 2021-12-14 17:43:34.232 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:34.233 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-14 17:43:34.235 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:34.237 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:34.239 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-14 17:43:34.241 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-14 17:43:34.243 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:34.243 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-12-14 17:43:34.245 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project a00b8880f8ba46a6b8df1c11d34fd3c9 --long --quote none -f csv 2021-12-14 17:43:34.245 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:36.564 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-12-14 17:43:36.566 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-12-14 17:43:36.567 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-12-14 17:43:36.569 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-12-14 17:43:36.570 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry b75b81a1ae824828ac4ead32a7d39911 admin a00b8880f8ba46a6b8df1c11d34fd3c9 admin Passw0rd 2021-12-14 17:43:36.572 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=b75b81a1ae824828ac4ead32a7d39911 2021-12-14 17:43:36.573 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-12-14 17:43:36.575 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=a00b8880f8ba46a6b8df1c11d34fd3c9 2021-12-14 17:43:36.576 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=admin 2021-12-14 17:43:36.578 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-12-14 17:43:36.579 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/admin 2021-12-14 17:43:36.582 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/admin/admin 2021-12-14 17:43:36.584 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-14 17:43:36.587 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-14 17:43:36.588 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-12-14 17:43:36.590 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-14 17:43:36.592 | + 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 2021-12-14 17:43:36.594 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:36.595 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-14 17:43:36.597 | + 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 2021-12-14 17:43:36.598 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:36.600 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-14 17:43:36.602 | + 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 2021-12-14 17:43:36.603 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:36.605 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-14 17:43:36.607 | + 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 2021-12-14 17:43:36.609 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:36.611 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-14 17:43:36.618 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:36.620 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:36.623 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-14 17:43:36.625 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-14 17:43:36.628 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project a51063d5281e4e91add4936e3425fe71 --long --quote none -f csv 2021-12-14 17:43:36.628 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-12-14 17:43:36.629 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:36.630 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:38.979 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-12-14 17:43:38.981 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-12-14 17:43:38.983 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-12-14 17:43:38.984 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-12-14 17:43:38.986 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry b75b81a1ae824828ac4ead32a7d39911 admin a51063d5281e4e91add4936e3425fe71 demo Passw0rd 2021-12-14 17:43:38.987 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=b75b81a1ae824828ac4ead32a7d39911 2021-12-14 17:43:38.989 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-12-14 17:43:38.990 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=a51063d5281e4e91add4936e3425fe71 2021-12-14 17:43:38.992 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2021-12-14 17:43:38.993 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-12-14 17:43:38.995 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2021-12-14 17:43:38.998 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/admin 2021-12-14 17:43:39.000 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-14 17:43:39.003 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-14 17:43:39.004 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-12-14 17:43:39.006 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-14 17:43:39.007 | + 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 2021-12-14 17:43:39.009 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:39.010 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-14 17:43:39.012 | + 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 2021-12-14 17:43:39.014 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:39.016 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-14 17:43:39.017 | + 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 2021-12-14 17:43:39.019 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:39.020 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-14 17:43:39.022 | + 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 2021-12-14 17:43:39.023 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:39.025 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-14 17:43:39.026 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:39.028 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:39.029 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2021-12-14 17:43:39.031 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2021-12-14 17:43:39.032 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-12-14 17:43:39.034 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-12-14 17:43:39.035 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 70c40178c55a4437929f38f47dc29016 demo a51063d5281e4e91add4936e3425fe71 demo Passw0rd 2021-12-14 17:43:39.037 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=70c40178c55a4437929f38f47dc29016 2021-12-14 17:43:39.038 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2021-12-14 17:43:39.040 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=a51063d5281e4e91add4936e3425fe71 2021-12-14 17:43:39.041 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2021-12-14 17:43:39.042 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-12-14 17:43:39.044 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2021-12-14 17:43:39.047 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/demo 2021-12-14 17:43:39.049 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-14 17:43:39.052 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-14 17:43:39.053 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-12-14 17:43:39.055 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-14 17:43:39.056 | + 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 2021-12-14 17:43:39.058 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:39.060 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-14 17:43:39.061 | + 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 2021-12-14 17:43:39.063 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:39.064 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-14 17:43:39.065 | + 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 2021-12-14 17:43:39.067 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:39.069 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-14 17:43:39.070 | + 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 2021-12-14 17:43:39.072 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:39.073 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-14 17:43:39.075 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:39.076 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:39.078 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-14 17:43:39.080 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-14 17:43:39.082 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:39.083 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-12-14 17:43:39.083 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project b1c3ac23f40d41c6b6ca94b9afd66c10 --long --quote none -f csv 2021-12-14 17:43:39.084 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:41.379 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2021-12-14 17:43:41.381 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2021-12-14 17:43:41.382 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-12-14 17:43:41.384 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-12-14 17:43:41.386 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 70c40178c55a4437929f38f47dc29016 demo b1c3ac23f40d41c6b6ca94b9afd66c10 invisible_to_admin Passw0rd 2021-12-14 17:43:41.387 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=70c40178c55a4437929f38f47dc29016 2021-12-14 17:43:41.389 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2021-12-14 17:43:41.391 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=b1c3ac23f40d41c6b6ca94b9afd66c10 2021-12-14 17:43:41.393 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=invisible_to_admin 2021-12-14 17:43:41.394 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-12-14 17:43:41.396 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/invisible_to_admin 2021-12-14 17:43:41.399 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/invisible_to_admin/demo 2021-12-14 17:43:41.400 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-14 17:43:41.404 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-14 17:43:41.405 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-12-14 17:43:41.407 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-14 17:43:41.408 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-12-14 17:43:41.410 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:41.411 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-14 17:43:41.413 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-12-14 17:43:41.415 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:41.416 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-14 17:43:41.419 | + 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 2021-12-14 17:43:41.420 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:41.422 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-14 17:43:41.423 | + 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 2021-12-14 17:43:41.425 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:41.427 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-14 17:43:41.428 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:41.430 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:41.432 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-14 17:43:41.433 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-14 17:43:41.436 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project ddacee1ddb724aea9d0b17bfa49cf809 --long --quote none -f csv 2021-12-14 17:43:41.436 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:41.436 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-12-14 17:43:41.438 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:43.826 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest3 '!=' admin ']' 2021-12-14 17:43:43.828 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest3_password' 2021-12-14 17:43:43.829 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing3 2021-12-14 17:43:43.831 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing3 ']' 2021-12-14 17:43:43.832 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing3 2021-12-14 17:43:43.833 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 638c1d4bcd72472cb0154bca6fe11bc1 swiftusertest3 ddacee1ddb724aea9d0b17bfa49cf809 swiftprojecttest1 testing3 2021-12-14 17:43:43.835 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=638c1d4bcd72472cb0154bca6fe11bc1 2021-12-14 17:43:43.836 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest3 2021-12-14 17:43:43.841 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=ddacee1ddb724aea9d0b17bfa49cf809 2021-12-14 17:43:43.843 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2021-12-14 17:43:43.845 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing3 2021-12-14 17:43:43.846 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2021-12-14 17:43:43.850 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest3 2021-12-14 17:43:43.851 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-14 17:43:43.854 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-14 17:43:43.856 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing3"' 2021-12-14 17:43:43.858 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-14 17:43:43.859 | + 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 2021-12-14 17:43:43.861 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:43.862 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-14 17:43:43.863 | + 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 2021-12-14 17:43:43.865 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:43.867 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-14 17:43:43.868 | + 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 2021-12-14 17:43:43.870 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:43.871 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-14 17:43:43.873 | + 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 2021-12-14 17:43:43.875 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:43.876 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-14 17:43:43.878 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:43.879 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:43.881 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest1 '!=' admin ']' 2021-12-14 17:43:43.883 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest1_password' 2021-12-14 17:43:43.884 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing 2021-12-14 17:43:43.886 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing ']' 2021-12-14 17:43:43.888 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing 2021-12-14 17:43:43.890 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry c62da9f821484f2e8690cb65062a3d30 swiftusertest1 ddacee1ddb724aea9d0b17bfa49cf809 swiftprojecttest1 testing 2021-12-14 17:43:43.892 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=c62da9f821484f2e8690cb65062a3d30 2021-12-14 17:43:43.893 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest1 2021-12-14 17:43:43.895 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=ddacee1ddb724aea9d0b17bfa49cf809 2021-12-14 17:43:43.896 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2021-12-14 17:43:43.898 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing 2021-12-14 17:43:43.899 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2021-12-14 17:43:43.902 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest1 2021-12-14 17:43:43.904 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-14 17:43:43.907 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-14 17:43:43.910 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing"' 2021-12-14 17:43:43.912 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-14 17:43:43.914 | + 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 2021-12-14 17:43:43.916 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:43.919 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-14 17:43:43.921 | + 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 2021-12-14 17:43:43.923 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:43.924 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-14 17:43:43.926 | + 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 2021-12-14 17:43:43.927 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:43.929 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-14 17:43:43.931 | + 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 2021-12-14 17:43:43.933 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:43.934 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-14 17:43:43.937 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:43.938 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:43.941 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-14 17:43:43.942 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-14 17:43:43.944 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project f21ac98a50d14a0ebba086c035d07c3d --long --quote none -f csv 2021-12-14 17:43:43.944 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-12-14 17:43:43.945 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:43.946 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:46.333 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-12-14 17:43:46.335 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-12-14 17:43:46.337 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-12-14 17:43:46.338 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-12-14 17:43:46.340 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry b75b81a1ae824828ac4ead32a7d39911 admin f21ac98a50d14a0ebba086c035d07c3d alt_demo Passw0rd 2021-12-14 17:43:46.342 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=b75b81a1ae824828ac4ead32a7d39911 2021-12-14 17:43:46.344 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-12-14 17:43:46.346 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:43:46.348 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2021-12-14 17:43:46.349 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-12-14 17:43:46.351 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2021-12-14 17:43:46.354 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/admin 2021-12-14 17:43:46.356 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-14 17:43:46.359 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-14 17:43:46.361 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-12-14 17:43:46.362 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-14 17:43:46.364 | + 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 2021-12-14 17:43:46.365 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:46.367 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-14 17:43:46.368 | + 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 2021-12-14 17:43:46.370 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:46.372 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-14 17:43:46.374 | + 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 2021-12-14 17:43:46.375 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:46.377 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-14 17:43:46.378 | + 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 2021-12-14 17:43:46.380 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:46.381 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-14 17:43:46.383 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:46.384 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:46.386 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a alt_demo '!=' admin ']' 2021-12-14 17:43:46.388 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$alt_demo_password' 2021-12-14 17:43:46.390 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-12-14 17:43:46.391 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-12-14 17:43:46.393 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 9b41069b902a4503b5cfce61a10a6efd alt_demo f21ac98a50d14a0ebba086c035d07c3d alt_demo Passw0rd 2021-12-14 17:43:46.394 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=9b41069b902a4503b5cfce61a10a6efd 2021-12-14 17:43:46.396 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=alt_demo 2021-12-14 17:43:46.397 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=f21ac98a50d14a0ebba086c035d07c3d 2021-12-14 17:43:46.399 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2021-12-14 17:43:46.401 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-12-14 17:43:46.402 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2021-12-14 17:43:46.405 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/alt_demo 2021-12-14 17:43:46.407 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-14 17:43:46.410 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-14 17:43:46.411 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-12-14 17:43:46.413 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-14 17:43:46.415 | + 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 2021-12-14 17:43:46.416 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:46.418 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-14 17:43:46.419 | + 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 2021-12-14 17:43:46.421 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:46.422 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-14 17:43:46.424 | + 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 2021-12-14 17:43:46.426 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-14 17:43:46.427 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-14 17:43:46.429 | + 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 2021-12-14 17:43:46.430 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-14 17:43:46.432 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-14 17:43:46.434 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-14 17:43:46.436 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-14 17:43:46.438 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-14 17:43:46.439 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-14 17:43:46.443 | + ./stack.sh:main:1349 : save_stackenv 2021-12-14 17:43:46.445 | + functions-common:save_stackenv:60 : local tag= 2021-12-14 17:43:46.449 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-12-14 17:43:46.453 | + functions-common:save_stackenv:62 : time_stamp=2021-12-14-174346 2021-12-14 17:43:46.456 | + functions-common:save_stackenv:63 : echo '# 2021-12-14-174346 ' 2021-12-14 17:43:46.458 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:43:46.461 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-14 17:43:46.464 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:43:46.466 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-12-14 17:43:46.469 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:43:46.472 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-12-14 17:43:46.474 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:43:46.477 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync,n-super-cond,n-cond-cell1 2021-12-14 17:43:46.479 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:43:46.482 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.53 2021-12-14 17:43:46.488 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:43:46.493 | + functions-common:save_stackenv:65 : echo KEYSTONE_AUTH_URI=http://10.222.0.53/identity 2021-12-14 17:43:46.495 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:43:46.499 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.53/identity 2021-12-14 17:43:46.501 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:43:46.504 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-12-14-171931 2021-12-14 17:43:46.507 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:43:46.510 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-12-14 17:43:46.514 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:43:46.518 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.53 2021-12-14 17:43:46.522 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:43:46.525 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-12-14 17:43:46.527 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:43:46.531 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-12-14 17:43:46.534 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:43:46.537 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-12-14 17:43:46.540 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-14 17:43:46.542 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-12-14 17:43:46.545 | + ./stack.sh:main:1360 : merge_config_group /home/ubuntu/devstack/local.conf extra 2021-12-14 17:43:46.548 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-12-14 17:43:46.550 | + inc/meta-config:merge_config_group:171 : shift 2021-12-14 17:43:46.553 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2021-12-14 17:43:46.555 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-14 17:43:46.558 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-12-14 17:43:46.560 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-12-14 17:43:46.564 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf extra 2021-12-14 17:43:46.566 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-12-14 17:43:46.569 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2021-12-14 17:43:46.572 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-14 17:43:46.574 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2021-12-14 17:43:46.574 | /^\[\[.+\|.*\]\]/ { 2021-12-14 17:43:46.574 | gsub("[][]", "", $1); 2021-12-14 17:43:46.574 | split($1, a, "|"); 2021-12-14 17:43:46.574 | if (a[1] == matchgroup) 2021-12-14 17:43:46.574 | print a[2] 2021-12-14 17:43:46.574 | } 2021-12-14 17:43:46.574 | ' /home/ubuntu/devstack/local.conf 2021-12-14 17:43:46.581 | + ./stack.sh:main:1367 : run_phase stack extra 2021-12-14 17:43:46.583 | + functions-common:run_phase:1759 : local mode=stack 2021-12-14 17:43:46.586 | + functions-common:run_phase:1760 : local phase=extra 2021-12-14 17:43:46.588 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-14 17:43:46.591 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-12-14 17:43:46.594 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-14 17:43:46.597 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-12-14 17:43:46.599 | + functions-common:run_phase:1769 : local extra 2021-12-14 17:43:46.603 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-14 17:43:46.607 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-12-14 17:43:46.609 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-14 17:43:46.612 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-14 17:43:46.615 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack extra 2021-12-14 17:43:46.618 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-14 17:43:46.635 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:43:46.638 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-12-14 17:43:46.640 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:43:46.643 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2021-12-14 17:43:46.645 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:43:46.648 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-12-14 17:43:46.650 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:43:46.653 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2021-12-14 17:43:46.656 | ++ extras.d/80-tempest.sh:source:15 : : 2021-12-14 17:43:46.658 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-12-14 17:43:46.661 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-12-14 17:43:46.664 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-12-14 17:43:46.666 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-14 17:43:46.669 | + functions-common:run_phase:1786 : run_plugins stack extra 2021-12-14 17:43:46.672 | + functions-common:run_plugins:1745 : local mode=stack 2021-12-14 17:43:46.674 | + functions-common:run_plugins:1746 : local phase=extra 2021-12-14 17:43:46.677 | + functions-common:run_plugins:1748 : local plugins= 2021-12-14 17:43:46.680 | + functions-common:run_plugins:1749 : local plugin 2021-12-14 17:43:46.682 | + ./stack.sh:main:1375 : merge_config_group /home/ubuntu/devstack/local.conf post-extra 2021-12-14 17:43:46.687 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-12-14 17:43:46.689 | + inc/meta-config:merge_config_group:171 : shift 2021-12-14 17:43:46.692 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2021-12-14 17:43:46.694 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-14 17:43:46.697 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-12-14 17:43:46.700 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-12-14 17:43:46.703 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-extra 2021-12-14 17:43:46.706 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-12-14 17:43:46.709 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2021-12-14 17:43:46.711 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-14 17:43:46.714 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2021-12-14 17:43:46.714 | /^\[\[.+\|.*\]\]/ { 2021-12-14 17:43:46.714 | gsub("[][]", "", $1); 2021-12-14 17:43:46.714 | split($1, a, "|"); 2021-12-14 17:43:46.715 | if (a[1] == matchgroup) 2021-12-14 17:43:46.715 | print a[2] 2021-12-14 17:43:46.715 | } 2021-12-14 17:43:46.715 | ' /home/ubuntu/devstack/local.conf 2021-12-14 17:43:46.721 | + ./stack.sh:main:1384 : is_service_enabled n-cpu 2021-12-14 17:43:46.739 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:43:46.742 | + ./stack.sh:main:1389 : service_check 2021-12-14 17:43:46.744 | + functions-common:service_check:1620 : local service 2021-12-14 17:43:46.747 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:46.750 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@key.service 2021-12-14 17:43:46.763 | Failed to get unit file state for devstack@key.service: No such file or directory 2021-12-14 17:43:46.768 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:46.770 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-api.service 2021-12-14 17:43:46.784 | enabled 2021-12-14 17:43:46.788 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-api.service --no-pager 2021-12-14 17:43:46.805 | ● devstack@n-api.service - Devstack devstack@n-api.service 2021-12-14 17:43:46.805 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2021-12-14 17:43:46.805 | Active: active (running) since Tue 2021-12-14 17:41:27 UTC; 2min 19s ago 2021-12-14 17:43:46.805 | Main PID: 87457 (uwsgi) 2021-12-14 17:43:46.805 | Status: "uWSGI is ready" 2021-12-14 17:43:46.805 | Tasks: 3 (limit: 14352) 2021-12-14 17:43:46.806 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2021-12-14 17:43:46.806 | ├─87457 nova-apiuWSGI master 2021-12-14 17:43:46.806 | ├─87458 nova-apiuWSGI worker 1 2021-12-14 17:43:46.806 | └─87459 nova-apiuWSGI worker 2 2021-12-14 17:43:46.806 | 2021-12-14 17:43:46.806 | Dec 14 17:43:12 dv-cinder-821737-1-iscsi devstack@n-api.service[87457]: [pid: 87458|app: 0|req: 16/30] 10.222.0.53 () {58 vars in 1180 bytes} [Tue Dec 14 17:43:12 2021] GET /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 29 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-12-14 17:43:46.806 | Dec 14 17:43:15 dv-cinder-821737-1-iscsi devstack@n-api.service[87457]: DEBUG nova.api.openstack.wsgi [None req-0a33b85a-720e-4fb9-8ece-c42f9a25370f admin admin] Action: 'create', calling method: >, body: {"flavor": {"name": "m1.xlarge", "ram": 16384, "vcpus": 8, "disk": 160, "id": "5", "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "rxtx_factor": 1.0, "os-flavor-access:is_public": true}} {{(pid=87459) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:520}} 2021-12-14 17:43:46.806 | Dec 14 17:43:15 dv-cinder-821737-1-iscsi devstack@n-api.service[87457]: INFO nova.api.openstack.requestlog [None req-0a33b85a-720e-4fb9-8ece-c42f9a25370f admin admin] 10.222.0.53 "POST /compute/v2.1/flavors" status: 200 len: 368 microversion: 2.1 time: 0.118562 2021-12-14 17:43:46.806 | Dec 14 17:43:15 dv-cinder-821737-1-iscsi devstack@n-api.service[87457]: [pid: 87459|app: 0|req: 15/31] 10.222.0.53 () {62 vars in 1183 bytes} [Tue Dec 14 17:43:15 2021] POST /compute/v2.1/flavors => generated 368 bytes in 120 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2021-12-14 17:43:46.806 | Dec 14 17:43:15 dv-cinder-821737-1-iscsi devstack@n-api.service[87457]: DEBUG nova.api.openstack.wsgi [None req-037c53a3-ceda-42df-92b4-3362e1432d57 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=87458) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:520}} 2021-12-14 17:43:46.806 | Dec 14 17:43:15 dv-cinder-821737-1-iscsi devstack@n-api.service[87457]: INFO nova.api.openstack.requestlog [None req-037c53a3-ceda-42df-92b4-3362e1432d57 admin admin] 10.222.0.53 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.1 time: 0.051548 2021-12-14 17:43:46.806 | Dec 14 17:43:15 dv-cinder-821737-1-iscsi devstack@n-api.service[87457]: [pid: 87458|app: 0|req: 17/32] 10.222.0.53 () {62 vars in 1233 bytes} [Tue Dec 14 17:43:15 2021] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 53 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-12-14 17:43:46.806 | Dec 14 17:43:15 dv-cinder-821737-1-iscsi devstack@n-api.service[87457]: DEBUG nova.api.openstack.wsgi [None req-ff098442-2b20-421b-9c4d-5fb38e7a7c92 admin admin] Calling method '>' {{(pid=87459) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:523}} 2021-12-14 17:43:46.807 | Dec 14 17:43:15 dv-cinder-821737-1-iscsi devstack@n-api.service[87457]: INFO nova.api.openstack.requestlog [None req-ff098442-2b20-421b-9c4d-5fb38e7a7c92 admin admin] 10.222.0.53 "GET /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.1 time: 0.027170 2021-12-14 17:43:46.807 | Dec 14 17:43:15 dv-cinder-821737-1-iscsi devstack@n-api.service[87457]: [pid: 87459|app: 0|req: 16/33] 10.222.0.53 () {58 vars in 1180 bytes} [Tue Dec 14 17:43:15 2021] GET /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 29 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-12-14 17:43:46.810 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:46.813 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-cond.service 2021-12-14 17:43:46.827 | Failed to get unit file state for devstack@n-cond.service: No such file or directory 2021-12-14 17:43:46.831 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:46.834 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-sch.service 2021-12-14 17:43:46.847 | enabled 2021-12-14 17:43:46.852 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-sch.service --no-pager 2021-12-14 17:43:46.869 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2021-12-14 17:43:46.869 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2021-12-14 17:43:46.869 | Active: active (running) since Tue 2021-12-14 17:42:34 UTC; 1min 12s ago 2021-12-14 17:43:46.869 | Main PID: 92315 (nova-scheduler) 2021-12-14 17:43:46.869 | Tasks: 3 (limit: 14352) 2021-12-14 17:43:46.869 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2021-12-14 17:43:46.869 | ├─92315 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-12-14 17:43:46.869 | ├─93920 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-12-14 17:43:46.869 | └─93922 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-12-14 17:43:46.869 | 2021-12-14 17:43:46.869 | Dec 14 17:42:39 dv-cinder-821737-1-iscsi nova-scheduler[92315]: DEBUG oslo_service.service [None req-890d4e07-1bb4-453c-a8af-1ecf3821cffa None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=92315) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:46.870 | Dec 14 17:42:39 dv-cinder-821737-1-iscsi nova-scheduler[92315]: DEBUG oslo_service.service [None req-890d4e07-1bb4-453c-a8af-1ecf3821cffa None None] oslo_messaging_notifications.retry = -1 {{(pid=92315) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:46.870 | Dec 14 17:42:39 dv-cinder-821737-1-iscsi nova-scheduler[92315]: DEBUG oslo_service.service [None req-890d4e07-1bb4-453c-a8af-1ecf3821cffa None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=92315) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:46.870 | Dec 14 17:42:39 dv-cinder-821737-1-iscsi nova-scheduler[92315]: DEBUG oslo_service.service [None req-890d4e07-1bb4-453c-a8af-1ecf3821cffa None None] oslo_messaging_notifications.transport_url = **** {{(pid=92315) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:46.870 | Dec 14 17:42:39 dv-cinder-821737-1-iscsi nova-scheduler[92315]: DEBUG oslo_service.service [None req-890d4e07-1bb4-453c-a8af-1ecf3821cffa None None] oslo_reports.file_event_handler = None {{(pid=92315) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:46.870 | Dec 14 17:42:39 dv-cinder-821737-1-iscsi nova-scheduler[92315]: DEBUG oslo_service.service [None req-890d4e07-1bb4-453c-a8af-1ecf3821cffa None None] oslo_reports.file_event_handler_interval = 1 {{(pid=92315) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:46.870 | Dec 14 17:42:39 dv-cinder-821737-1-iscsi nova-scheduler[92315]: DEBUG oslo_service.service [None req-890d4e07-1bb4-453c-a8af-1ecf3821cffa None None] oslo_reports.log_dir = None {{(pid=92315) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:46.870 | Dec 14 17:42:39 dv-cinder-821737-1-iscsi nova-scheduler[92315]: DEBUG oslo_service.service [None req-890d4e07-1bb4-453c-a8af-1ecf3821cffa None None] ******************************************************************************** {{(pid=92315) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-12-14 17:43:46.870 | Dec 14 17:43:26 dv-cinder-821737-1-iscsi nova-scheduler[92315]: DEBUG oslo_service.periodic_task [None req-0665db57-60ff-4048-a0e5-c0f1d1e120e2 None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=93920) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-12-14 17:43:46.870 | Dec 14 17:43:34 dv-cinder-821737-1-iscsi nova-scheduler[92315]: DEBUG oslo_service.periodic_task [None req-a30d10b1-7cee-411e-ac88-8a7de9095f71 None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=93922) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-12-14 17:43:46.873 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:46.876 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-api-meta.service 2021-12-14 17:43:46.891 | enabled 2021-12-14 17:43:46.895 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-api-meta.service --no-pager 2021-12-14 17:43:46.912 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2021-12-14 17:43:46.912 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2021-12-14 17:43:46.912 | Active: active (running) since Tue 2021-12-14 17:42:36 UTC; 1min 10s ago 2021-12-14 17:43:46.912 | Main PID: 92760 (uwsgi) 2021-12-14 17:43:46.912 | Status: "uWSGI is ready" 2021-12-14 17:43:46.912 | Tasks: 4 (limit: 14352) 2021-12-14 17:43:46.912 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2021-12-14 17:43:46.912 | ├─92760 nova-api-metauWSGI master 2021-12-14 17:43:46.912 | ├─92761 nova-api-metauWSGI worker 1 2021-12-14 17:43:46.912 | ├─92762 nova-api-metauWSGI worker 2 2021-12-14 17:43:46.912 | └─92763 nova-api-metauWSGI http 1 2021-12-14 17:43:46.912 | 2021-12-14 17:43:46.912 | Dec 14 17:42:41 dv-cinder-821737-1-iscsi devstack@n-api-meta.service[92760]: DEBUG nova.context [None req-cb8e7a5c-d3a9-46b5-b3f7-b1fa2e4a3294 None None] Found 2 cells: 00000000-0000-0000-0000-000000000000(cell0),38fa8d0c-4993-460e-832a-1e3ca0262a6f(cell1) {{(pid=92761) load_cells /opt/stack/nova/nova/context.py:467}} 2021-12-14 17:43:46.912 | Dec 14 17:42:41 dv-cinder-821737-1-iscsi devstack@n-api-meta.service[92760]: DEBUG oslo_concurrency.lockutils [None req-cb8e7a5c-d3a9-46b5-b3f7-b1fa2e4a3294 None None] Lock "00000000-0000-0000-0000-000000000000" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=92761) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-14 17:43:46.913 | Dec 14 17:42:41 dv-cinder-821737-1-iscsi devstack@n-api-meta.service[92760]: DEBUG oslo_concurrency.lockutils [None req-cb8e7a5c-d3a9-46b5-b3f7-b1fa2e4a3294 None None] Lock "00000000-0000-0000-0000-000000000000" released by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.002s {{(pid=92761) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-14 17:43:46.913 | Dec 14 17:42:41 dv-cinder-821737-1-iscsi devstack@n-api-meta.service[92760]: DEBUG oslo_concurrency.lockutils [None req-cb8e7a5c-d3a9-46b5-b3f7-b1fa2e4a3294 None None] Lock "38fa8d0c-4993-460e-832a-1e3ca0262a6f" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=92761) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-14 17:43:46.913 | Dec 14 17:42:41 dv-cinder-821737-1-iscsi devstack@n-api-meta.service[92760]: DEBUG oslo_concurrency.lockutils [None req-cb8e7a5c-d3a9-46b5-b3f7-b1fa2e4a3294 None None] Lock "38fa8d0c-4993-460e-832a-1e3ca0262a6f" released by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.003s {{(pid=92761) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-14 17:43:46.913 | Dec 14 17:42:41 dv-cinder-821737-1-iscsi devstack@n-api-meta.service[92760]: DEBUG oslo_db.sqlalchemy.engines [None req-cb8e7a5c-d3a9-46b5-b3f7-b1fa2e4a3294 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=92761) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-14 17:43:46.913 | Dec 14 17:42:41 dv-cinder-821737-1-iscsi devstack@n-api-meta.service[92760]: DEBUG oslo_db.sqlalchemy.engines [None req-cb8e7a5c-d3a9-46b5-b3f7-b1fa2e4a3294 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=92761) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-14 17:43:46.913 | Dec 14 17:42:41 dv-cinder-821737-1-iscsi devstack@n-api-meta.service[92760]: DEBUG oslo_db.sqlalchemy.engines [None req-cb8e7a5c-d3a9-46b5-b3f7-b1fa2e4a3294 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=92761) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-14 17:43:46.913 | Dec 14 17:42:41 dv-cinder-821737-1-iscsi devstack@n-api-meta.service[92760]: WARNING nova.api.metadata.handler [None req-cb8e7a5c-d3a9-46b5-b3f7-b1fa2e4a3294 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2021-12-14 17:43:46.913 | Dec 14 17:42:41 dv-cinder-821737-1-iscsi devstack@n-api-meta.service[92760]: WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x55b7533b8400 pid: 92761 (default app) 2021-12-14 17:43:46.917 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:46.920 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@placement-api.service 2021-12-14 17:43:46.934 | enabled 2021-12-14 17:43:46.938 | + functions-common:service_check:1627 : sudo systemctl status devstack@placement-api.service --no-pager 2021-12-14 17:43:46.955 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2021-12-14 17:43:46.955 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2021-12-14 17:43:46.955 | Active: active (running) since Tue 2021-12-14 17:41:41 UTC; 2min 5s ago 2021-12-14 17:43:46.955 | Main PID: 88595 (uwsgi) 2021-12-14 17:43:46.956 | Status: "uWSGI is ready" 2021-12-14 17:43:46.956 | Tasks: 3 (limit: 14352) 2021-12-14 17:43:46.956 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2021-12-14 17:43:46.956 | ├─88595 placementuWSGI master 2021-12-14 17:43:46.956 | ├─88596 placementuWSGI worker 1 2021-12-14 17:43:46.956 | └─88597 placementuWSGI worker 2 2021-12-14 17:43:46.956 | 2021-12-14 17:43:46.956 | Dec 14 17:42:38 dv-cinder-821737-1-iscsi devstack@placement-api.service[88595]: [pid: 88597|app: 0|req: 1/2] 10.222.0.53 () {54 vars in 905 bytes} [Tue Dec 14 17:42:38 2021] GET /placement => generated 136 bytes in 30 msecs (HTTP/1.1 200) 6 headers in 224 bytes (2 switches on core 0) 2021-12-14 17:43:46.956 | Dec 14 17:42:38 dv-cinder-821737-1-iscsi devstack@placement-api.service[88595]: DEBUG placement.requestlog [None req-a6c40ae1-3d46-4ba2-bb10-a1c6584a76ef None None] Starting request: 10.222.0.53 "GET /placement/" {{(pid=88596) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-12-14 17:43:46.956 | Dec 14 17:42:38 dv-cinder-821737-1-iscsi devstack@placement-api.service[88595]: INFO placement.requestlog [None req-a6c40ae1-3d46-4ba2-bb10-a1c6584a76ef None None] 10.222.0.53 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-12-14 17:43:46.956 | Dec 14 17:42:38 dv-cinder-821737-1-iscsi devstack@placement-api.service[88595]: [pid: 88596|app: 0|req: 2/3] 10.222.0.53 () {54 vars in 905 bytes} [Tue Dec 14 17:42:38 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-12-14 17:43:46.956 | Dec 14 17:42:42 dv-cinder-821737-1-iscsi devstack@placement-api.service[88595]: DEBUG placement.requestlog [None req-d3fb36a4-e440-4928-854e-0402ae838cda None None] Starting request: 10.222.0.53 "GET /placement/" {{(pid=88597) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-12-14 17:43:46.956 | Dec 14 17:42:42 dv-cinder-821737-1-iscsi devstack@placement-api.service[88595]: INFO placement.requestlog [None req-d3fb36a4-e440-4928-854e-0402ae838cda None None] 10.222.0.53 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-12-14 17:43:46.956 | Dec 14 17:42:42 dv-cinder-821737-1-iscsi devstack@placement-api.service[88595]: [pid: 88597|app: 0|req: 2/4] 10.222.0.53 () {54 vars in 905 bytes} [Tue Dec 14 17:42:42 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-12-14 17:43:46.956 | Dec 14 17:42:43 dv-cinder-821737-1-iscsi devstack@placement-api.service[88595]: DEBUG placement.requestlog [None req-086df317-f54d-4a4b-bfae-386fd04ad717 None None] Starting request: 10.222.0.53 "GET /placement/" {{(pid=88596) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-12-14 17:43:46.956 | Dec 14 17:42:43 dv-cinder-821737-1-iscsi devstack@placement-api.service[88595]: INFO placement.requestlog [None req-086df317-f54d-4a4b-bfae-386fd04ad717 None None] 10.222.0.53 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-12-14 17:43:46.956 | Dec 14 17:42:43 dv-cinder-821737-1-iscsi devstack@placement-api.service[88595]: [pid: 88596|app: 0|req: 3/5] 10.222.0.53 () {54 vars in 905 bytes} [Tue Dec 14 17:42:43 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-12-14 17:43:46.960 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:46.962 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@placement-client.service 2021-12-14 17:43:46.976 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2021-12-14 17:43:46.982 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:46.985 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@g-api.service 2021-12-14 17:43:46.999 | enabled 2021-12-14 17:43:47.003 | + functions-common:service_check:1627 : sudo systemctl status devstack@g-api.service --no-pager 2021-12-14 17:43:47.021 | ● devstack@g-api.service - Devstack devstack@g-api.service 2021-12-14 17:43:47.021 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.021 | Active: active (running) since Tue 2021-12-14 17:40:57 UTC; 2min 49s ago 2021-12-14 17:43:47.021 | Main PID: 86595 (uwsgi) 2021-12-14 17:43:47.021 | Status: "uWSGI is ready" 2021-12-14 17:43:47.021 | Tasks: 5 (limit: 14352) 2021-12-14 17:43:47.021 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2021-12-14 17:43:47.021 | ├─86595 glance-apiuWSGI master 2021-12-14 17:43:47.021 | ├─86596 glance-apiuWSGI worker 1 2021-12-14 17:43:47.021 | └─86597 glance-apiuWSGI worker 2 2021-12-14 17:43:47.021 | 2021-12-14 17:43:47.021 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi devstack@g-api.service[86595]: DEBUG glance_store.location [None req-972deeeb-83e2-49c3-bfed-98997e750332 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=86597) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-14 17:43:47.021 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi devstack@g-api.service[86595]: DEBUG glance_store.location [None req-972deeeb-83e2-49c3-bfed-98997e750332 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=86597) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-14 17:43:47.021 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi devstack@g-api.service[86595]: DEBUG glance_store.location [None req-972deeeb-83e2-49c3-bfed-98997e750332 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=86597) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-14 17:43:47.021 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi devstack@g-api.service[86595]: DEBUG glance_store.location [None req-972deeeb-83e2-49c3-bfed-98997e750332 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=86597) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-14 17:43:47.021 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi devstack@g-api.service[86595]: DEBUG glance_store.location [None req-972deeeb-83e2-49c3-bfed-98997e750332 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=86597) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-14 17:43:47.021 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi devstack@g-api.service[86595]: DEBUG glance_store.location [None req-972deeeb-83e2-49c3-bfed-98997e750332 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=86597) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-14 17:43:47.021 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi devstack@g-api.service[86595]: DEBUG glance_store.location [None req-972deeeb-83e2-49c3-bfed-98997e750332 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=86597) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-14 17:43:47.021 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi devstack@g-api.service[86595]: DEBUG glance_store.location [None req-972deeeb-83e2-49c3-bfed-98997e750332 admin admin] Registering scheme swift+config with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=86597) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-14 17:43:47.021 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi devstack@g-api.service[86595]: DEBUG glance_store.backend [None req-972deeeb-83e2-49c3-bfed-98997e750332 admin admin] Skipping store.set_acls... not implemented. {{(pid=86597) set_acls /usr/local/lib/python3.6/dist-packages/glance_store/backend.py:509}} 2021-12-14 17:43:47.022 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi devstack@g-api.service[86595]: [pid: 86597|app: 0|req: 4/7] 127.0.0.1 () {40 vars in 876 bytes} [Tue Dec 14 17:41:11 2021] PUT /v2/images/1e7ba986-b101-4769-840a-16616c944c35/file => generated 0 bytes in 14841 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2021-12-14 17:43:47.025 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.028 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@c-sch.service 2021-12-14 17:43:47.043 | enabled 2021-12-14 17:43:47.047 | + functions-common:service_check:1627 : sudo systemctl status devstack@c-sch.service --no-pager 2021-12-14 17:43:47.063 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2021-12-14 17:43:47.063 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.064 | Active: active (running) since Tue 2021-12-14 17:43:22 UTC; 24s ago 2021-12-14 17:43:47.064 | Main PID: 95543 (cinder-schedule) 2021-12-14 17:43:47.064 | Tasks: 4 (limit: 14352) 2021-12-14 17:43:47.064 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2021-12-14 17:43:47.064 | └─95543 /usr/bin/python3.6 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2021-12-14 17:43:47.064 | 2021-12-14 17:43:47.064 | Dec 14 17:43:27 dv-cinder-821737-1-iscsi cinder-scheduler[95543]: DEBUG oslo_service.service [None req-9bab9ae6-cb8a-4e3f-969e-edeb6f42228b None None] nova.region_name = RegionOne {{(pid=95543) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.064 | Dec 14 17:43:27 dv-cinder-821737-1-iscsi cinder-scheduler[95543]: DEBUG oslo_service.service [None req-9bab9ae6-cb8a-4e3f-969e-edeb6f42228b None None] nova.split_loggers = False {{(pid=95543) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.064 | Dec 14 17:43:27 dv-cinder-821737-1-iscsi cinder-scheduler[95543]: DEBUG oslo_service.service [None req-9bab9ae6-cb8a-4e3f-969e-edeb6f42228b None None] nova.timeout = None {{(pid=95543) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.064 | Dec 14 17:43:27 dv-cinder-821737-1-iscsi cinder-scheduler[95543]: DEBUG oslo_service.service [None req-9bab9ae6-cb8a-4e3f-969e-edeb6f42228b None None] nova.token_auth_url = None {{(pid=95543) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.064 | Dec 14 17:43:27 dv-cinder-821737-1-iscsi cinder-scheduler[95543]: DEBUG oslo_service.service [None req-9bab9ae6-cb8a-4e3f-969e-edeb6f42228b None None] ******************************************************************************** {{(pid=95543) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-12-14 17:43:47.064 | Dec 14 17:43:27 dv-cinder-821737-1-iscsi cinder-scheduler[95543]: INFO cinder.service [-] Starting cinder-scheduler node (version 16.4.3) 2021-12-14 17:43:47.064 | Dec 14 17:43:27 dv-cinder-821737-1-iscsi cinder-scheduler[95543]: INFO cinder.manager [None req-647a72e3-50ee-445f-9b7a-9770a90f9f43 None None] Initiating service 1 cleanup 2021-12-14 17:43:47.064 | Dec 14 17:43:27 dv-cinder-821737-1-iscsi cinder-scheduler[95543]: INFO cinder.manager [None req-647a72e3-50ee-445f-9b7a-9770a90f9f43 None None] Service 1 cleanup completed. 2021-12-14 17:43:47.064 | Dec 14 17:43:27 dv-cinder-821737-1-iscsi cinder-scheduler[95543]: DEBUG cinder.service [None req-647a72e3-50ee-445f-9b7a-9770a90f9f43 None None] Creating RPC server for service cinder-scheduler {{(pid=95543) start /opt/stack/cinder/cinder/service.py:231}} 2021-12-14 17:43:47.065 | Dec 14 17:43:27 dv-cinder-821737-1-iscsi cinder-scheduler[95543]: DEBUG cinder.service [None req-647a72e3-50ee-445f-9b7a-9770a90f9f43 None None] Pinning object versions for RPC server serializer to 1.38 {{(pid=95543) start /opt/stack/cinder/cinder/service.py:238}} 2021-12-14 17:43:47.068 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.070 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@c-api.service 2021-12-14 17:43:47.085 | enabled 2021-12-14 17:43:47.090 | + functions-common:service_check:1627 : sudo systemctl status devstack@c-api.service --no-pager 2021-12-14 17:43:47.109 | ● devstack@c-api.service - Devstack devstack@c-api.service 2021-12-14 17:43:47.109 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.109 | Active: active (running) since Tue 2021-12-14 17:43:16 UTC; 30s ago 2021-12-14 17:43:47.109 | Main PID: 95107 (uwsgi) 2021-12-14 17:43:47.109 | Status: "uWSGI is ready" 2021-12-14 17:43:47.109 | Tasks: 11 (limit: 14352) 2021-12-14 17:43:47.109 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2021-12-14 17:43:47.109 | ├─95107 cinder-apiuWSGI master 2021-12-14 17:43:47.109 | ├─95108 cinder-apiuWSGI worker 1 2021-12-14 17:43:47.109 | └─95109 cinder-apiuWSGI worker 2 2021-12-14 17:43:47.109 | 2021-12-14 17:43:47.109 | Dec 14 17:43:26 dv-cinder-821737-1-iscsi devstack@c-api.service[95107]: [pid: 95108|app: 0|req: 2/2] 10.222.0.53 () {60 vars in 1228 bytes} [Tue Dec 14 17:43:25 2021] POST /volume/v3/a00b8880f8ba46a6b8df1c11d34fd3c9/types => generated 186 bytes in 792 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2021-12-14 17:43:47.109 | Dec 14 17:43:26 dv-cinder-821737-1-iscsi devstack@c-api.service[95107]: INFO cinder.api.openstack.wsgi [req-c0252158-305e-4df5-932a-af47274b5dff req-83773577-5e15-4870-ad82-870a9a3bf47f admin admin] POST http://10.222.0.53/volume/v3/a00b8880f8ba46a6b8df1c11d34fd3c9/types/fd6759b1-d220-4b46-94a4-dc5ba719b87d/extra_specs 2021-12-14 17:43:47.110 | Dec 14 17:43:26 dv-cinder-821737-1-iscsi devstack@c-api.service[95107]: /usr/local/lib/python3.6/dist-packages/webob/acceptparse.py:1051: 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. 2021-12-14 17:43:47.110 | Dec 14 17:43:26 dv-cinder-821737-1-iscsi devstack@c-api.service[95107]: DeprecationWarning, 2021-12-14 17:43:47.110 | Dec 14 17:43:26 dv-cinder-821737-1-iscsi devstack@c-api.service[95107]: DEBUG cinder.api.openstack.wsgi [req-c0252158-305e-4df5-932a-af47274b5dff req-83773577-5e15-4870-ad82-870a9a3bf47f admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=95109) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:865}} 2021-12-14 17:43:47.110 | Dec 14 17:43:26 dv-cinder-821737-1-iscsi devstack@c-api.service[95107]: /usr/local/lib/python3.6/dist-packages/oslo_context/context.py:108: 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. 2021-12-14 17:43:47.110 | Dec 14 17:43:26 dv-cinder-821737-1-iscsi devstack@c-api.service[95107]: DeprecationWarning) 2021-12-14 17:43:47.110 | Dec 14 17:43:26 dv-cinder-821737-1-iscsi devstack@c-api.service[95107]: DEBUG oslo_db.sqlalchemy.engines [req-c0252158-305e-4df5-932a-af47274b5dff req-83773577-5e15-4870-ad82-870a9a3bf47f 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=95109) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-14 17:43:47.110 | Dec 14 17:43:26 dv-cinder-821737-1-iscsi devstack@c-api.service[95107]: INFO cinder.api.openstack.wsgi [req-c0252158-305e-4df5-932a-af47274b5dff req-83773577-5e15-4870-ad82-870a9a3bf47f admin admin] http://10.222.0.53/volume/v3/a00b8880f8ba46a6b8df1c11d34fd3c9/types/fd6759b1-d220-4b46-94a4-dc5ba719b87d/extra_specs returned with HTTP 200 2021-12-14 17:43:47.110 | Dec 14 17:43:26 dv-cinder-821737-1-iscsi devstack@c-api.service[95107]: [pid: 95109|app: 0|req: 1/3] 10.222.0.53 () {62 vars in 1445 bytes} [Tue Dec 14 17:43:26 2021] POST /volume/v3/a00b8880f8ba46a6b8df1c11d34fd3c9/types/fd6759b1-d220-4b46-94a4-dc5ba719b87d/extra_specs => generated 55 bytes in 534 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2021-12-14 17:43:47.113 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.116 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-svc.service 2021-12-14 17:43:47.131 | enabled 2021-12-14 17:43:47.136 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-svc.service --no-pager 2021-12-14 17:43:47.154 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2021-12-14 17:43:47.154 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.154 | Active: active (running) since Tue 2021-12-14 17:41:34 UTC; 2min 12s ago 2021-12-14 17:43:47.154 | Main PID: 88013 (/usr/bin/python) 2021-12-14 17:43:47.154 | Tasks: 5 (limit: 14352) 2021-12-14 17:43:47.154 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2021-12-14 17:43:47.154 | ├─88013 /usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:43:47.154 | ├─88122 /usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:43:47.155 | ├─88123 /usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:43:47.155 | ├─88124 neutron-server: rpc worker (/usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2021-12-14 17:43:47.155 | └─88125 neutron-server: rpc worker (/usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2021-12-14 17:43:47.155 | 2021-12-14 17:43:47.155 | Dec 14 17:42:52 dv-cinder-821737-1-iscsi neutron-server[88013]: DEBUG neutron_lib.callbacks.manager [None req-fd8ed4d2-7f53-49b6-a3aa-7cd7bfb93177 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753728381111', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2921826'] for agent, after_update {{(pid=88124) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-14 17:43:47.155 | Dec 14 17:42:53 dv-cinder-821737-1-iscsi neutron-server[88013]: DEBUG neutron_lib.callbacks.manager [None req-8d7eb729-f442-46d6-a2c4-fae998a11883 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753728381111', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2921826'] for agent, after_update {{(pid=88124) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-14 17:43:47.155 | Dec 14 17:42:54 dv-cinder-821737-1-iscsi neutron-server[88013]: DEBUG neutron_lib.callbacks.manager [None req-3d9cfef2-79c3-4548-90c7-725d2e0d41a7 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753728381111', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2921826'] for agent, after_update {{(pid=88124) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-14 17:43:47.155 | Dec 14 17:43:00 dv-cinder-821737-1-iscsi neutron-server[88013]: DEBUG neutron.db.agents_db [None req-e72df026-e993-4272-b5bc-64ff49a9f230 None None] Agent healthcheck: found 5 active agents {{(pid=88125) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:330}} 2021-12-14 17:43:47.155 | Dec 14 17:43:20 dv-cinder-821737-1-iscsi neutron-server[88013]: DEBUG neutron_lib.callbacks.manager [None req-2c7af645-35e3-493c-bb73-6e988f72e80f None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753728381111', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2921826'] for agent, after_update {{(pid=88124) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-14 17:43:47.155 | Dec 14 17:43:21 dv-cinder-821737-1-iscsi neutron-server[88013]: DEBUG neutron_lib.callbacks.manager [None req-90caa841-0576-4a3e-9820-af32ff203836 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753728381111', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2921826'] for agent, after_update {{(pid=88124) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-14 17:43:47.155 | Dec 14 17:43:22 dv-cinder-821737-1-iscsi neutron-server[88013]: DEBUG neutron_lib.callbacks.manager [None req-e05387ab-ab9a-49bb-815b-9f8e12a5dda8 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753728381111', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2921826'] for agent, after_update {{(pid=88124) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-14 17:43:47.155 | Dec 14 17:43:23 dv-cinder-821737-1-iscsi neutron-server[88013]: DEBUG neutron_lib.callbacks.manager [None req-8d7eb729-f442-46d6-a2c4-fae998a11883 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753728381111', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2921826'] for agent, after_update {{(pid=88124) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-14 17:43:47.155 | Dec 14 17:43:24 dv-cinder-821737-1-iscsi neutron-server[88013]: DEBUG neutron_lib.callbacks.manager [None req-3d9cfef2-79c3-4548-90c7-725d2e0d41a7 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8753728381111', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2921826'] for agent, after_update {{(pid=88124) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-14 17:43:47.155 | Dec 14 17:43:37 dv-cinder-821737-1-iscsi neutron-server[88013]: DEBUG neutron.db.agents_db [None req-e72df026-e993-4272-b5bc-64ff49a9f230 None None] Agent healthcheck: found 5 active agents {{(pid=88125) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:330}} 2021-12-14 17:43:47.158 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.161 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-dhcp.service 2021-12-14 17:43:47.176 | enabled 2021-12-14 17:43:47.180 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-dhcp.service --no-pager 2021-12-14 17:43:47.199 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2021-12-14 17:43:47.200 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.200 | Active: active (running) since Tue 2021-12-14 17:41:46 UTC; 2min 0s ago 2021-12-14 17:43:47.200 | Main PID: 89409 (/usr/bin/python) 2021-12-14 17:43:47.200 | Tasks: 12 (limit: 14352) 2021-12-14 17:43:47.200 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2021-12-14 17:43:47.200 | ├─89409 /usr/bin/python3.6 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini 2021-12-14 17:43:47.200 | ├─90962 /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/tmpmw_94l_i/privsep.sock 2021-12-14 17:43:47.200 | ├─91002 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-12-14 17:43:47.200 | ├─91003 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-12-14 17:43:47.200 | └─91160 dnsmasq --no-hosts --pid-file=/opt/stack/data/neutron/dhcp/3293f717-1c3c-46e8-a15b-816d2c161348/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/3293f717-1c3c-46e8-a15b-816d2c161348/host --addn-hosts=/opt/stack/data/neutron/dhcp/3293f717-1c3c-46e8-a15b-816d2c161348/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/3293f717-1c3c-46e8-a15b-816d2c161348/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/3293f717-1c3c-46e8-a15b-816d2c161348/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-f44d4310-97fd-4d70-a5fb-7a41d2cd1e25,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 2021-12-14 17:43:47.200 | 2021-12-14 17:43:47.200 | Dec 14 17:42:32 dv-cinder-821737-1-iscsi neutron-dhcp-agent[89409]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (,) {} {{(pid=89409) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-12-14 17:43:47.200 | Dec 14 17:42:32 dv-cinder-821737-1-iscsi neutron-dhcp-agent[89409]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (,) {} {{(pid=89409) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-12-14 17:43:47.201 | Dec 14 17:42:33 dv-cinder-821737-1-iscsi dnsmasq[91160]: reading /etc/resolv.conf 2021-12-14 17:43:47.201 | Dec 14 17:42:33 dv-cinder-821737-1-iscsi dnsmasq[91160]: using nameserver 127.0.0.53#53 2021-12-14 17:43:47.201 | Dec 14 17:42:33 dv-cinder-821737-1-iscsi dnsmasq[91160]: reading /etc/resolv.conf 2021-12-14 17:43:47.201 | Dec 14 17:42:33 dv-cinder-821737-1-iscsi dnsmasq[91160]: using nameserver 127.0.0.53#53 2021-12-14 17:43:47.201 | Dec 14 17:42:33 dv-cinder-821737-1-iscsi dnsmasq[91160]: reading /etc/resolv.conf 2021-12-14 17:43:47.201 | Dec 14 17:42:33 dv-cinder-821737-1-iscsi dnsmasq[91160]: using nameserver 127.0.0.53#53 2021-12-14 17:43:47.201 | Dec 14 17:42:50 dv-cinder-821737-1-iscsi neutron-dhcp-agent[89409]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=89409) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-14 17:43:47.201 | Dec 14 17:42:50 dv-cinder-821737-1-iscsi neutron-dhcp-agent[89409]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=89409) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-14 17:43:47.204 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.207 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-meta.service 2021-12-14 17:43:47.222 | enabled 2021-12-14 17:43:47.226 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-meta.service --no-pager 2021-12-14 17:43:47.245 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2021-12-14 17:43:47.245 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.245 | Active: active (running) since Tue 2021-12-14 17:41:48 UTC; 1min 58s ago 2021-12-14 17:43:47.245 | Main PID: 90144 (/usr/bin/python) 2021-12-14 17:43:47.245 | Tasks: 3 (limit: 14352) 2021-12-14 17:43:47.245 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2021-12-14 17:43:47.245 | ├─90144 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-12-14 17:43:47.245 | ├─90634 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-12-14 17:43:47.245 | └─90635 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-12-14 17:43:47.245 | 2021-12-14 17:43:47.245 | Dec 14 17:41:53 dv-cinder-821737-1-iscsi neutron-metadata-agent[90144]: DEBUG oslo_service.service [None req-8d7eb729-f442-46d6-a2c4-fae998a11883 None None] oslo_messaging_rabbit.ssl = False {{(pid=90144) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.246 | Dec 14 17:41:53 dv-cinder-821737-1-iscsi neutron-metadata-agent[90144]: DEBUG oslo_service.service [None req-8d7eb729-f442-46d6-a2c4-fae998a11883 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=90144) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.246 | Dec 14 17:41:53 dv-cinder-821737-1-iscsi neutron-metadata-agent[90144]: DEBUG oslo_service.service [None req-8d7eb729-f442-46d6-a2c4-fae998a11883 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=90144) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.246 | Dec 14 17:41:53 dv-cinder-821737-1-iscsi neutron-metadata-agent[90144]: DEBUG oslo_service.service [None req-8d7eb729-f442-46d6-a2c4-fae998a11883 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=90144) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.246 | Dec 14 17:41:53 dv-cinder-821737-1-iscsi neutron-metadata-agent[90144]: DEBUG oslo_service.service [None req-8d7eb729-f442-46d6-a2c4-fae998a11883 None None] oslo_messaging_rabbit.ssl_version = {{(pid=90144) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.246 | Dec 14 17:41:53 dv-cinder-821737-1-iscsi neutron-metadata-agent[90144]: DEBUG oslo_service.service [None req-8d7eb729-f442-46d6-a2c4-fae998a11883 None None] oslo_messaging_notifications.driver = [] {{(pid=90144) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.246 | Dec 14 17:41:53 dv-cinder-821737-1-iscsi neutron-metadata-agent[90144]: DEBUG oslo_service.service [None req-8d7eb729-f442-46d6-a2c4-fae998a11883 None None] oslo_messaging_notifications.retry = -1 {{(pid=90144) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.246 | Dec 14 17:41:53 dv-cinder-821737-1-iscsi neutron-metadata-agent[90144]: DEBUG oslo_service.service [None req-8d7eb729-f442-46d6-a2c4-fae998a11883 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=90144) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.246 | Dec 14 17:41:53 dv-cinder-821737-1-iscsi neutron-metadata-agent[90144]: DEBUG oslo_service.service [None req-8d7eb729-f442-46d6-a2c4-fae998a11883 None None] oslo_messaging_notifications.transport_url = **** {{(pid=90144) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.246 | Dec 14 17:41:53 dv-cinder-821737-1-iscsi neutron-metadata-agent[90144]: DEBUG oslo_service.service [None req-8d7eb729-f442-46d6-a2c4-fae998a11883 None None] ******************************************************************************** {{(pid=90144) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-12-14 17:43:47.249 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.252 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-agt.service 2021-12-14 17:43:47.268 | enabled 2021-12-14 17:43:47.272 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-agt.service --no-pager 2021-12-14 17:43:47.289 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2021-12-14 17:43:47.289 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.289 | Active: active (running) since Tue 2021-12-14 17:41:45 UTC; 2min 1s ago 2021-12-14 17:43:47.289 | Main PID: 89052 (/usr/bin/python) 2021-12-14 17:43:47.289 | Tasks: 7 (limit: 14352) 2021-12-14 17:43:47.289 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2021-12-14 17:43:47.289 | ├─89052 /usr/bin/python3.6 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-14 17:43:47.289 | ├─90567 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-12-14 17:43:47.289 | ├─90583 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-12-14 17:43:47.289 | └─90627 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2021-12-14 17:43:47.289 | 2021-12-14 17:43:47.289 | Dec 14 17:43:41 dv-cinder-821737-1-iscsi neutron-openvswitch-agent[89052]: DEBUG neutron.agent.linux.utils [None req-24a9b95e-e33a-4852-943a-e52801dd112b None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 90627. {{(pid=89052) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:344}} 2021-12-14 17:43:47.289 | Dec 14 17:43:41 dv-cinder-821737-1-iscsi neutron-openvswitch-agent[89052]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-24a9b95e-e33a-4852-943a-e52801dd112b None None] Agent rpc_loop - iteration:55 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2021-12-14 17:43:47.289 | Dec 14 17:43:43 dv-cinder-821737-1-iscsi neutron-openvswitch-agent[89052]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-24a9b95e-e33a-4852-943a-e52801dd112b None None] Agent rpc_loop - iteration:56 started 2021-12-14 17:43:47.289 | Dec 14 17:43:43 dv-cinder-821737-1-iscsi neutron-openvswitch-agent[89052]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-24a9b95e-e33a-4852-943a-e52801dd112b None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x58c57d31,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=9973916200225160973,duration_nsec=830000000,duration_sec=113,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=89052) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:114}} 2021-12-14 17:43:47.289 | Dec 14 17:43:43 dv-cinder-821737-1-iscsi neutron-openvswitch-agent[89052]: DEBUG neutron.agent.linux.utils [None req-24a9b95e-e33a-4852-943a-e52801dd112b None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 90627. {{(pid=89052) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:344}} 2021-12-14 17:43:47.289 | Dec 14 17:43:43 dv-cinder-821737-1-iscsi neutron-openvswitch-agent[89052]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-24a9b95e-e33a-4852-943a-e52801dd112b None None] Agent rpc_loop - iteration:56 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2021-12-14 17:43:47.289 | Dec 14 17:43:45 dv-cinder-821737-1-iscsi neutron-openvswitch-agent[89052]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-24a9b95e-e33a-4852-943a-e52801dd112b None None] Agent rpc_loop - iteration:57 started 2021-12-14 17:43:47.289 | Dec 14 17:43:45 dv-cinder-821737-1-iscsi neutron-openvswitch-agent[89052]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-24a9b95e-e33a-4852-943a-e52801dd112b None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x58c57d33,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=9973916200225160973,duration_nsec=832000000,duration_sec=115,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=89052) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:114}} 2021-12-14 17:43:47.290 | Dec 14 17:43:45 dv-cinder-821737-1-iscsi neutron-openvswitch-agent[89052]: DEBUG neutron.agent.linux.utils [None req-24a9b95e-e33a-4852-943a-e52801dd112b None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 90627. {{(pid=89052) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:344}} 2021-12-14 17:43:47.290 | Dec 14 17:43:45 dv-cinder-821737-1-iscsi neutron-openvswitch-agent[89052]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-24a9b95e-e33a-4852-943a-e52801dd112b None None] Agent rpc_loop - iteration:57 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2021-12-14 17:43:47.293 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.296 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-l3.service 2021-12-14 17:43:47.310 | enabled 2021-12-14 17:43:47.314 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-l3.service --no-pager 2021-12-14 17:43:47.334 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2021-12-14 17:43:47.334 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.334 | Active: active (running) since Tue 2021-12-14 17:41:47 UTC; 1min 59s ago 2021-12-14 17:43:47.334 | Main PID: 89795 (/usr/bin/python) 2021-12-14 17:43:47.334 | Tasks: 12 (limit: 14352) 2021-12-14 17:43:47.334 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2021-12-14 17:43:47.334 | ├─89795 /usr/bin/python3.6 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini 2021-12-14 17:43:47.334 | ├─90739 /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/tmpev_o4upa/privsep.sock 2021-12-14 17:43:47.334 | ├─91460 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-12-14 17:43:47.335 | ├─91461 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-12-14 17:43:47.335 | └─91660 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/ae853490-de8a-4fbf-b497-248edcbdc25b.conf 2021-12-14 17:43:47.335 | 2021-12-14 17:43:47.335 | Dec 14 17:42:36 dv-cinder-821737-1-iscsi neutron-l3-agent[89795]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-ae853490-de8a-4fbf-b497-248edcbdc25b', 'arping', '-U', '-I', 'qg-2c352d87-89', '-c', '1', '-w', '2', '172.27.2.14'] {{(pid=89795) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:104}} 2021-12-14 17:43:47.335 | Dec 14 17:42:36 dv-cinder-821737-1-iscsi neutron-l3-agent[89795]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-ae853490-de8a-4fbf-b497-248edcbdc25b', 'arping', '-A', '-I', 'qg-2c352d87-89', '-c', '1', '-w', '2', '172.27.2.14'] {{(pid=89795) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:104}} 2021-12-14 17:43:47.335 | Dec 14 17:42:37 dv-cinder-821737-1-iscsi neutron-l3-agent[89795]: DEBUG oslo_service.periodic_task [None req-a96df31c-3c73-4f43-9e03-95673a49d1dd None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=89795) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-12-14 17:43:47.335 | Dec 14 17:42:38 dv-cinder-821737-1-iscsi neutron-l3-agent[89795]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-ae853490-de8a-4fbf-b497-248edcbdc25b', 'arping', '-U', '-I', 'qg-2c352d87-89', '-c', '1', '-w', '2', '172.27.2.14'] {{(pid=89795) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:104}} 2021-12-14 17:43:47.335 | Dec 14 17:42:38 dv-cinder-821737-1-iscsi neutron-l3-agent[89795]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-ae853490-de8a-4fbf-b497-248edcbdc25b', 'arping', '-A', '-I', 'qg-2c352d87-89', '-c', '1', '-w', '2', '172.27.2.14'] {{(pid=89795) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:104}} 2021-12-14 17:43:47.335 | Dec 14 17:42:52 dv-cinder-821737-1-iscsi neutron-l3-agent[89795]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=89795) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-14 17:43:47.335 | Dec 14 17:42:52 dv-cinder-821737-1-iscsi neutron-l3-agent[89795]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=89795) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-14 17:43:47.335 | Dec 14 17:42:52 dv-cinder-821737-1-iscsi neutron-l3-agent[89795]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=89795) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-14 17:43:47.335 | Dec 14 17:42:52 dv-cinder-821737-1-iscsi neutron-l3-agent[89795]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=89795) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-14 17:43:47.335 | Dec 14 17:43:17 dv-cinder-821737-1-iscsi neutron-l3-agent[89795]: DEBUG oslo_service.periodic_task [None req-a96df31c-3c73-4f43-9e03-95673a49d1dd None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=89795) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-12-14 17:43:47.339 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.341 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@rabbit.service 2021-12-14 17:43:47.355 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2021-12-14 17:43:47.359 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.361 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@tempest.service 2021-12-14 17:43:47.374 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2021-12-14 17:43:47.379 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.382 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@mysql.service 2021-12-14 17:43:47.395 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2021-12-14 17:43:47.399 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.402 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@etcd3.service 2021-12-14 17:43:47.419 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2021-12-14 17:43:47.424 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.426 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@dstat.service 2021-12-14 17:43:47.440 | enabled 2021-12-14 17:43:47.444 | + functions-common:service_check:1627 : sudo systemctl status devstack@dstat.service --no-pager 2021-12-14 17:43:47.461 | ● devstack@dstat.service - Devstack devstack@dstat.service 2021-12-14 17:43:47.461 | Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.461 | Active: active (running) since Tue 2021-12-14 17:29:52 UTC; 13min ago 2021-12-14 17:43:47.461 | Main PID: 70667 (dstat.sh) 2021-12-14 17:43:47.461 | Tasks: 3 (limit: 14352) 2021-12-14 17:43:47.461 | CGroup: /system.slice/system-devstack.slice/devstack@dstat.service 2021-12-14 17:43:47.461 | ├─70667 /bin/bash /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs 2021-12-14 17:43:47.462 | ├─70718 python2 /usr/bin/dstat -tcmndrylpg --tcp --output /opt/stack/logs/dstat-csv.log 2021-12-14 17:43:47.462 | └─70719 python2 /usr/bin/dstat -tcmndrylpg --top-cpu-adv --top-io-adv --top-mem --swap --tcp 2021-12-14 17:43:47.462 | 2021-12-14 17:43:47.462 | Dec 14 17:43:38 dv-cinder-821737-1-iscsi dstat.sh[70667]: 14-12 17:43:38| 27 3 70 0 0|4129M 2773M 148M 4728M|1178B 0 | 0 128k| 0 11.0 | 329 3274 |2.23 1.64 1.16|3.0 0 0| 0 0 |openstack 96173 25%5719k 0 |openstack 961735719k 0 25%|mysqld 406M| 0 0 | 26 251 0 134 0 2021-12-14 17:43:47.462 | Dec 14 17:43:39 dv-cinder-821737-1-iscsi dstat.sh[70667]: 14-12 17:43:39| 26 5 69 0 0|4096M 2806M 148M 4728M| 166B 0 | 0 164k| 0 14.0 |1345 5188 |2.23 1.64 1.16|2.0 0 139| 0 0 |openstack 963136.2%1960k 256B|bash 95923 11M 49k 0%|mysqld 406M| 0 0 | 26 251 0 141 0 2021-12-14 17:43:47.462 | Dec 14 17:43:40 dv-cinder-821737-1-iscsi dstat.sh[70667]: 14-12 17:43:40| 27 3 69 0 0|4119M 2782M 148M 4728M|1012B 0 | 0 60k| 0 5.00 | 344 3314 |2.23 1.64 1.16|3.0 0 1.0| 0 0 |openstack 96313 25%5816k 33k|openstack 963135816k 33k 25%|mysqld 406M| 0 0 | 26 251 0 136 0 2021-12-14 17:43:47.462 | Dec 14 17:43:41 dv-cinder-821737-1-iscsi dstat.sh[70667]: 14-12 17:43:41| 27 3 70 0 0|4133M 2768M 148M 4729M| 196B 0 | 0 0 | 0 0 | 704 3918 |2.13 1.63 1.16|2.0 0 0| 0 0 |openstack 96313 18%3529k 119B|openstack 963133529k 119B 18%|mysqld 406M| 0 0 | 26 251 0 142 0 2021-12-14 17:43:47.462 | Dec 14 17:43:42 dv-cinder-821737-1-iscsi dstat.sh[70667]: 14-12 17:43:42| 26 4 70 0 0|4112M 2789M 148M 4729M| 653B 0 | 0 0 | 0 0 | 640 3906 |2.13 1.63 1.16|2.0 0 78| 0 0 |openstack 96391 22%6100k 33k|bash 95923 11M 42k 0%|mysqld 406M| 0 0 | 26 251 0 139 0 2021-12-14 17:43:47.462 | Dec 14 17:43:43 dv-cinder-821737-1-iscsi dstat.sh[70667]: 14-12 17:43:43| 27 3 70 0 0|4133M 2769M 148M 4729M| 0 0 | 0 424k| 0 21.0 | 395 3378 |2.13 1.63 1.16|2.0 0 2.0| 0 0 |openstack 96391 24%5203k 0 |openstack 963915203k 0 24%|mysqld 406M| 0 0 | 26 251 0 141 0 2021-12-14 17:43:47.462 | Dec 14 17:43:44 dv-cinder-821737-1-iscsi dstat.sh[70667]: 14-12 17:43:44| 26 5 69 0 0|4097M 2805M 148M 4729M| 0 0 | 0 0 | 0 0 |1307 5230 |2.13 1.63 1.16|2.0 0 143| 0 0 |openstack 965379.5%2085k 256B|bash 95923 11M 49k 0%|mysqld 406M| 0 0 | 26 251 0 143 0 2021-12-14 17:43:47.462 | Dec 14 17:43:45 dv-cinder-821737-1-iscsi dstat.sh[70667]: 14-12 17:43:45| 28 3 69 0 0|4121M 2781M 148M 4729M|1012B 0 | 0 140k| 0 8.00 | 344 3303 |2.13 1.63 1.16|3.0 0 1.0| 0 0 |openstack 96537 25%6389k 33k|openstack 965376389k 33k 25%|mysqld 406M| 0 0 | 26 251 0 143 0 2021-12-14 17:43:47.462 | Dec 14 17:43:46 dv-cinder-821737-1-iscsi dstat.sh[70667]: 14-12 17:43:46| 27 3 69 0 0|4133M 2769M 148M 4729M|1112B 0 | 0 1680k| 0 157 | 846 4282 |2.20 1.65 1.17|2.0 0 0| 0 0 |uwsgi 718754.2%4656B 17k|bash 95923 11M 34k 0%|mysqld 406M| 0 0 | 26 251 0 149 0 2021-12-14 17:43:47.462 | Dec 14 17:43:47 dv-cinder-821737-1-iscsi dstat.sh[70667]: 14-12 17:43:47| 16 18 66 0 0|4085M 2816M 148M 4729M|1761B 0 | 0 136k| 0 6.00 |2633 7673 |2.20 1.65 1.17|3.0 0 483| 0 0 |systemd 1 2.8% 0 0 |bash 17356 91M 430k2.2%|mysqld 406M| 0 0 | 26 251 0 149 0 2021-12-14 17:43:47.466 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.468 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-crt.service 2021-12-14 17:43:47.482 | Failed to get unit file state for devstack@n-crt.service: No such file or directory 2021-12-14 17:43:47.486 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.489 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-cauth.service 2021-12-14 17:43:47.504 | Failed to get unit file state for devstack@n-cauth.service: No such file or directory 2021-12-14 17:43:47.508 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.511 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-metering.service 2021-12-14 17:43:47.525 | enabled 2021-12-14 17:43:47.530 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-metering.service --no-pager 2021-12-14 17:43:47.547 | ● devstack@q-metering.service - Devstack devstack@q-metering.service 2021-12-14 17:43:47.547 | Loaded: loaded (/etc/systemd/system/devstack@q-metering.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.547 | Active: active (running) since Tue 2021-12-14 17:41:50 UTC; 1min 56s ago 2021-12-14 17:43:47.547 | Main PID: 90510 (/usr/bin/python) 2021-12-14 17:43:47.547 | Tasks: 1 (limit: 14352) 2021-12-14 17:43:47.547 | CGroup: /system.slice/system-devstack.slice/devstack@q-metering.service 2021-12-14 17:43:47.547 | └─90510 /usr/bin/python3.6 /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini 2021-12-14 17:43:47.547 | 2021-12-14 17:43:47.547 | Dec 14 17:42:54 dv-cinder-821737-1-iscsi neutron-metering-agent[90510]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=90510) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-14 17:43:47.547 | Dec 14 17:43:17 dv-cinder-821737-1-iscsi neutron-metering-agent[90510]: DEBUG oslo_service.periodic_task [None req-d6efad3b-951b-4b24-befc-878f681660b5 None None] Running periodic task MeteringAgentWithStateReport._sync_routers_task {{(pid=90510) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-12-14 17:43:47.547 | Dec 14 17:43:24 dv-cinder-821737-1-iscsi neutron-metering-agent[90510]: DEBUG neutron.services.metering.agents.metering_agent [-] Sync router namespaces {{(pid=90510) _sync_router_namespaces /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:219}} 2021-12-14 17:43:47.547 | Dec 14 17:43:24 dv-cinder-821737-1-iscsi neutron-metering-agent[90510]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=90510) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-14 17:43:47.547 | Dec 14 17:43:24 dv-cinder-821737-1-iscsi neutron-metering-agent[90510]: 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=90510) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-12-14 17:43:47.547 | Dec 14 17:43:24 dv-cinder-821737-1-iscsi neutron-metering-agent[90510]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.001s {{(pid=90510) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-14 17:43:47.547 | Dec 14 17:43:24 dv-cinder-821737-1-iscsi neutron-metering-agent[90510]: DEBUG neutron.services.metering.agents.metering_agent [-] Get router traffic counters {{(pid=90510) _get_traffic_counters /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:215}} 2021-12-14 17:43:47.547 | Dec 14 17:43:24 dv-cinder-821737-1-iscsi neutron-metering-agent[90510]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=90510) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-14 17:43:47.547 | Dec 14 17:43:24 dv-cinder-821737-1-iscsi neutron-metering-agent[90510]: 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=90510) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-12-14 17:43:47.547 | Dec 14 17:43:24 dv-cinder-821737-1-iscsi neutron-metering-agent[90510]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.001s {{(pid=90510) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-14 17:43:47.551 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.554 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-vpn.service 2021-12-14 17:43:47.567 | Failed to get unit file state for devstack@q-vpn.service: No such file or directory 2021-12-14 17:43:47.571 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.574 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@g-reg.service 2021-12-14 17:43:47.588 | enabled 2021-12-14 17:43:47.592 | + functions-common:service_check:1627 : sudo systemctl status devstack@g-reg.service --no-pager 2021-12-14 17:43:47.609 | ● devstack@g-reg.service - Devstack devstack@g-reg.service 2021-12-14 17:43:47.609 | Loaded: loaded (/etc/systemd/system/devstack@g-reg.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.609 | Active: active (running) since Tue 2021-12-14 17:40:56 UTC; 2min 50s ago 2021-12-14 17:43:47.609 | Main PID: 86152 (glance-registry) 2021-12-14 17:43:47.609 | Tasks: 3 (limit: 14352) 2021-12-14 17:43:47.610 | CGroup: /system.slice/system-devstack.slice/devstack@g-reg.service 2021-12-14 17:43:47.610 | ├─86152 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-12-14 17:43:47.610 | ├─86661 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-12-14 17:43:47.610 | └─86662 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-12-14 17:43:47.610 | 2021-12-14 17:43:47.610 | Dec 14 17:40:59 dv-cinder-821737-1-iscsi glance-registry[86152]: DEBUG glance.common.config [-] healthcheck.backends = ['disable_by_file'] {{(pid=86152) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.610 | Dec 14 17:40:59 dv-cinder-821737-1-iscsi glance-registry[86152]: DEBUG glance.common.config [-] healthcheck.detailed = False {{(pid=86152) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.610 | Dec 14 17:40:59 dv-cinder-821737-1-iscsi glance-registry[86152]: DEBUG glance.common.config [-] healthcheck.disable_by_file_path = None {{(pid=86152) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.610 | Dec 14 17:40:59 dv-cinder-821737-1-iscsi glance-registry[86152]: DEBUG glance.common.config [-] healthcheck.path = /healthcheck {{(pid=86152) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:47.610 | Dec 14 17:40:59 dv-cinder-821737-1-iscsi glance-registry[86152]: DEBUG glance.common.config [-] ******************************************************************************** {{(pid=86152) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-12-14 17:43:47.610 | Dec 14 17:40:59 dv-cinder-821737-1-iscsi glance-registry[86152]: INFO glance.common.wsgi [-] Starting 2 workers 2021-12-14 17:43:47.610 | Dec 14 17:40:59 dv-cinder-821737-1-iscsi glance-registry[86152]: INFO glance.common.wsgi [-] Started child 86661 2021-12-14 17:43:47.610 | Dec 14 17:40:59 dv-cinder-821737-1-iscsi glance-registry[86152]: INFO eventlet.wsgi.server [-] (86661) wsgi starting up on http://0.0.0.0:9191 2021-12-14 17:43:47.610 | Dec 14 17:40:59 dv-cinder-821737-1-iscsi glance-registry[86152]: INFO glance.common.wsgi [-] Started child 86662 2021-12-14 17:43:47.610 | Dec 14 17:40:59 dv-cinder-821737-1-iscsi glance-registry[86152]: INFO eventlet.wsgi.server [-] (86662) wsgi starting up on http://0.0.0.0:9191 2021-12-14 17:43:47.613 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.616 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@cinder.service 2021-12-14 17:43:47.630 | Failed to get unit file state for devstack@cinder.service: No such file or directory 2021-12-14 17:43:47.634 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.636 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-proxy.service 2021-12-14 17:43:47.651 | enabled 2021-12-14 17:43:47.655 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-proxy.service --no-pager 2021-12-14 17:43:47.673 | ● devstack@s-proxy.service - Devstack devstack@s-proxy.service 2021-12-14 17:43:47.673 | Loaded: loaded (/etc/systemd/system/devstack@s-proxy.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.673 | Active: active (running) since Tue 2021-12-14 17:40:52 UTC; 2min 55s ago 2021-12-14 17:43:47.673 | Main PID: 85653 (swift-proxy-ser) 2021-12-14 17:43:47.673 | Tasks: 2 (limit: 14352) 2021-12-14 17:43:47.673 | CGroup: /system.slice/system-devstack.slice/devstack@s-proxy.service 2021-12-14 17:43:47.673 | ├─85653 /usr/bin/python3.6 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2021-12-14 17:43:47.673 | └─85752 /usr/bin/python3.6 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2021-12-14 17:43:47.673 | 2021-12-14 17:43:47.673 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi proxy-server[85752]: Validating token access rules against request 2021-12-14 17:43:47.673 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi swift-proxy-server[85653]: proxy-server: Validating token access rules against request 2021-12-14 17:43:47.674 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi proxy-server[85752]: Received request from user: user_id 165a6c89fe584b47b4625f9c2978ed58, project_id 47cb789b0e1e474f97cb327434a30d03, roles ResellerAdmin,service 2021-12-14 17:43:47.674 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi swift-proxy-server[85653]: proxy-server: Received request from user: user_id 165a6c89fe584b47b4625f9c2978ed58, project_id 47cb789b0e1e474f97cb327434a30d03, roles ResellerAdmin,service 2021-12-14 17:43:47.674 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi proxy-server[85752]: Using identity: {'user': ('165a6c89fe584b47b4625f9c2978ed58', 'glance-swift'), 'tenant': ('47cb789b0e1e474f97cb327434a30d03', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: txd60f4807372148cd8176c-0061b8d738) 2021-12-14 17:43:47.674 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi swift-proxy-server[85653]: proxy-server: Using identity: {'user': ('165a6c89fe584b47b4625f9c2978ed58', 'glance-swift'), 'tenant': ('47cb789b0e1e474f97cb327434a30d03', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: txd60f4807372148cd8176c-0061b8d738) 2021-12-14 17:43:47.674 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi proxy-server[85752]: User 47cb789b0e1e474f97cb327434a30d03 has reseller admin authorizing (txn: txd60f4807372148cd8176c-0061b8d738) (client_ip: 10.222.0.53) 2021-12-14 17:43:47.674 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi swift-proxy-server[85653]: proxy-server: User 47cb789b0e1e474f97cb327434a30d03 has reseller admin authorizing (txn: txd60f4807372148cd8176c-0061b8d738) (client_ip: 10.222.0.53) 2021-12-14 17:43:47.674 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi proxy-server[85752]: 10.222.0.53 10.222.0.53 14/Dec/2021/17/41/25 PUT /v1/AUTH_47cb789b0e1e474f97cb327434a30d03/glance/1e7ba986-b101-4769-840a-16616c944c35 HTTP/1.0 201 - python-swiftclient-3.9.1 gAAAAABhuNc3... 645922816 - - txd60f4807372148cd8176c-0061b8d738 - 13.5804 - - 1639503672.235794783 1639503685.816210032 0 2021-12-14 17:43:47.674 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi swift-proxy-server[85653]: proxy-server: 10.222.0.53 10.222.0.53 14/Dec/2021/17/41/25 PUT /v1/AUTH_47cb789b0e1e474f97cb327434a30d03/glance/1e7ba986-b101-4769-840a-16616c944c35 HTTP/1.0 201 - python-swiftclient-3.9.1 gAAAAABhuNc3... 645922816 - - txd60f4807372148cd8176c-0061b8d738 - 13.5804 - - 1639503672.235794783 1639503685.816210032 0 2021-12-14 17:43:47.677 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.680 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-object.service 2021-12-14 17:43:47.695 | enabled 2021-12-14 17:43:47.699 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-object.service --no-pager 2021-12-14 17:43:47.717 | ● devstack@s-object.service - Devstack devstack@s-object.service 2021-12-14 17:43:47.717 | Loaded: loaded (/etc/systemd/system/devstack@s-object.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.717 | Active: active (running) since Tue 2021-12-14 17:40:48 UTC; 2min 59s ago 2021-12-14 17:43:47.718 | Main PID: 84170 (swift-object-se) 2021-12-14 17:43:47.718 | Tasks: 23 (limit: 14352) 2021-12-14 17:43:47.718 | CGroup: /system.slice/system-devstack.slice/devstack@s-object.service 2021-12-14 17:43:47.718 | ├─84170 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-12-14 17:43:47.718 | ├─84672 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-12-14 17:43:47.718 | └─84674 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-12-14 17:43:47.718 | 2021-12-14 17:43:47.718 | Dec 14 17:40:48 dv-cinder-821737-1-iscsi systemd[1]: Started Devstack devstack@s-object.service. 2021-12-14 17:43:47.718 | Dec 14 17:40:49 dv-cinder-821737-1-iscsi object-server[84170]: Started child 84672 from parent 84170 2021-12-14 17:43:47.718 | Dec 14 17:40:49 dv-cinder-821737-1-iscsi swift-object-server[84170]: object-server: Started child 84672 from parent 84170 2021-12-14 17:43:47.718 | Dec 14 17:40:49 dv-cinder-821737-1-iscsi object-server[84170]: Started child 84674 from parent 84170 2021-12-14 17:43:47.718 | Dec 14 17:40:49 dv-cinder-821737-1-iscsi swift-object-server[84170]: object-server: Started child 84674 from parent 84170 2021-12-14 17:43:47.718 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi object-server[84674]: 127.0.0.1 - - [14/Dec/2021:17:41:25 +0000] "PUT /sdb1/101/AUTH_47cb789b0e1e474f97cb327434a30d03/glance/1e7ba986-b101-4769-840a-16616c944c35" 201 - "PUT http://10.222.0.53:8080/v1/AUTH_47cb789b0e1e474f97cb327434a30d03/glance/1e7ba986-b101-4769-840a-16616c944c35" "txd60f4807372148cd8176c-0061b8d738" "proxy-server 85752" 13.5552 "-" 84674 0 2021-12-14 17:43:47.718 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi swift-object-server[84170]: object-server: 127.0.0.1 - - [14/Dec/2021:17:41:25 +0000] "PUT /sdb1/101/AUTH_47cb789b0e1e474f97cb327434a30d03/glance/1e7ba986-b101-4769-840a-16616c944c35" 201 - "PUT http://10.222.0.53:8080/v1/AUTH_47cb789b0e1e474f97cb327434a30d03/glance/1e7ba986-b101-4769-840a-16616c944c35" "txd60f4807372148cd8176c-0061b8d738" "proxy-server 85752" 13.5552 "-" 84674 0 2021-12-14 17:43:47.721 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.724 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-container.service 2021-12-14 17:43:47.738 | enabled 2021-12-14 17:43:47.743 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-container.service --no-pager 2021-12-14 17:43:47.759 | ● devstack@s-container.service - Devstack devstack@s-container.service 2021-12-14 17:43:47.759 | Loaded: loaded (/etc/systemd/system/devstack@s-container.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.759 | Active: active (running) since Tue 2021-12-14 17:40:49 UTC; 2min 58s ago 2021-12-14 17:43:47.759 | Main PID: 84523 (swift-container) 2021-12-14 17:43:47.759 | Tasks: 3 (limit: 14352) 2021-12-14 17:43:47.759 | CGroup: /system.slice/system-devstack.slice/devstack@s-container.service 2021-12-14 17:43:47.759 | ├─84523 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-12-14 17:43:47.759 | ├─84968 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-12-14 17:43:47.760 | └─84970 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-12-14 17:43:47.760 | 2021-12-14 17:43:47.760 | Dec 14 17:40:50 dv-cinder-821737-1-iscsi container-server[84523]: Started child 84968 from parent 84523 2021-12-14 17:43:47.760 | Dec 14 17:40:50 dv-cinder-821737-1-iscsi swift-container-server[84523]: container-server: Started child 84968 from parent 84523 2021-12-14 17:43:47.760 | Dec 14 17:40:50 dv-cinder-821737-1-iscsi container-server[84523]: Started child 84970 from parent 84523 2021-12-14 17:43:47.760 | Dec 14 17:40:50 dv-cinder-821737-1-iscsi swift-container-server[84523]: container-server: Started child 84970 from parent 84523 2021-12-14 17:43:47.760 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi container-server[84970]: 127.0.0.1 - - [14/Dec/2021:17:41:12 +0000] "PUT /sdb1/291/AUTH_47cb789b0e1e474f97cb327434a30d03/glance" 201 - "PUT http://10.222.0.53:8080/v1/AUTH_47cb789b0e1e474f97cb327434a30d03/glance" "txc5781c2657504187abcfa-0061b8d738" "proxy-server 85752" 0.0292 "-" 84970 0 2021-12-14 17:43:47.760 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi swift-container-server[84523]: container-server: 127.0.0.1 - - [14/Dec/2021:17:41:12 +0000] "PUT /sdb1/291/AUTH_47cb789b0e1e474f97cb327434a30d03/glance" 201 - "PUT http://10.222.0.53:8080/v1/AUTH_47cb789b0e1e474f97cb327434a30d03/glance" "txc5781c2657504187abcfa-0061b8d738" "proxy-server 85752" 0.0292 "-" 84970 0 2021-12-14 17:43:47.760 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi container-server[84970]: 127.0.0.1 - - [14/Dec/2021:17:41:12 +0000] "HEAD /sdb1/291/AUTH_47cb789b0e1e474f97cb327434a30d03/glance" 204 - "HEAD http://10.222.0.53:8080/v1/AUTH_47cb789b0e1e474f97cb327434a30d03/glance?format=json&states=listing" "txd60f4807372148cd8176c-0061b8d738" "proxy-server 85752" 0.0030 "-" 84970 0 2021-12-14 17:43:47.760 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi swift-container-server[84523]: container-server: 127.0.0.1 - - [14/Dec/2021:17:41:12 +0000] "HEAD /sdb1/291/AUTH_47cb789b0e1e474f97cb327434a30d03/glance" 204 - "HEAD http://10.222.0.53:8080/v1/AUTH_47cb789b0e1e474f97cb327434a30d03/glance?format=json&states=listing" "txd60f4807372148cd8176c-0061b8d738" "proxy-server 85752" 0.0030 "-" 84970 0 2021-12-14 17:43:47.760 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi container-server[84968]: 127.0.0.1 - - [14/Dec/2021:17:41:25 +0000] "PUT /sdb1/291/AUTH_47cb789b0e1e474f97cb327434a30d03/glance/1e7ba986-b101-4769-840a-16616c944c35" 201 - "PUT http://10.222.0.53:8080/sdb1/101/AUTH_47cb789b0e1e474f97cb327434a30d03/glance/1e7ba986-b101-4769-840a-16616c944c35" "txd60f4807372148cd8176c-0061b8d738" "object-server 84674" 0.0021 "-" 84968 0 2021-12-14 17:43:47.760 | Dec 14 17:41:25 dv-cinder-821737-1-iscsi swift-container-server[84523]: container-server: 127.0.0.1 - - [14/Dec/2021:17:41:25 +0000] "PUT /sdb1/291/AUTH_47cb789b0e1e474f97cb327434a30d03/glance/1e7ba986-b101-4769-840a-16616c944c35" 201 - "PUT http://10.222.0.53:8080/sdb1/101/AUTH_47cb789b0e1e474f97cb327434a30d03/glance/1e7ba986-b101-4769-840a-16616c944c35" "txd60f4807372148cd8176c-0061b8d738" "object-server 84674" 0.0021 "-" 84968 0 2021-12-14 17:43:47.763 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.766 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-account.service 2021-12-14 17:43:47.780 | enabled 2021-12-14 17:43:47.784 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-account.service --no-pager 2021-12-14 17:43:47.801 | ● devstack@s-account.service - Devstack devstack@s-account.service 2021-12-14 17:43:47.802 | Loaded: loaded (/etc/systemd/system/devstack@s-account.service; enabled; vendor preset: enabled) 2021-12-14 17:43:47.802 | Active: active (running) since Tue 2021-12-14 17:40:50 UTC; 2min 57s ago 2021-12-14 17:43:47.802 | Main PID: 84884 (swift-account-s) 2021-12-14 17:43:47.802 | Tasks: 3 (limit: 14352) 2021-12-14 17:43:47.802 | CGroup: /system.slice/system-devstack.slice/devstack@s-account.service 2021-12-14 17:43:47.802 | ├─84884 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-12-14 17:43:47.802 | ├─85292 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-12-14 17:43:47.802 | └─85295 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-12-14 17:43:47.802 | 2021-12-14 17:43:47.802 | Dec 14 17:41:11 dv-cinder-821737-1-iscsi account-server[85295]: 127.0.0.1 - - [14/Dec/2021:17:41:11 +0000] "HEAD /sdb1/9/AUTH_47cb789b0e1e474f97cb327434a30d03" 404 - "HEAD http://10.222.0.53:8080/v1/AUTH_47cb789b0e1e474f97cb327434a30d03?format=json" "txeb7911d087e84a689b8d1-0061b8d737" "proxy-server 85752" 0.0019 "-" 85295 - 2021-12-14 17:43:47.802 | Dec 14 17:41:11 dv-cinder-821737-1-iscsi swift-account-server[84884]: account-server: 127.0.0.1 - - [14/Dec/2021:17:41:11 +0000] "HEAD /sdb1/9/AUTH_47cb789b0e1e474f97cb327434a30d03" 404 - "HEAD http://10.222.0.53:8080/v1/AUTH_47cb789b0e1e474f97cb327434a30d03?format=json" "txeb7911d087e84a689b8d1-0061b8d737" "proxy-server 85752" 0.0019 "-" 85295 - 2021-12-14 17:43:47.802 | Dec 14 17:41:11 dv-cinder-821737-1-iscsi account-server[85295]: 127.0.0.1 - - [14/Dec/2021:17:41:11 +0000] "HEAD /sdb1/9/AUTH_47cb789b0e1e474f97cb327434a30d03" 404 - "HEAD http://10.222.0.53:8080/v1/AUTH_47cb789b0e1e474f97cb327434a30d03?format=json" "txeb7911d087e84a689b8d1-0061b8d737" "proxy-server 85752" 0.0004 "-" 85295 - 2021-12-14 17:43:47.802 | Dec 14 17:41:11 dv-cinder-821737-1-iscsi swift-account-server[84884]: account-server: 127.0.0.1 - - [14/Dec/2021:17:41:11 +0000] "HEAD /sdb1/9/AUTH_47cb789b0e1e474f97cb327434a30d03" 404 - "HEAD http://10.222.0.53:8080/v1/AUTH_47cb789b0e1e474f97cb327434a30d03?format=json" "txeb7911d087e84a689b8d1-0061b8d737" "proxy-server 85752" 0.0004 "-" 85295 - 2021-12-14 17:43:47.802 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi account-server[85295]: 127.0.0.1 - - [14/Dec/2021:17:41:12 +0000] "PUT /sdb1/9/AUTH_47cb789b0e1e474f97cb327434a30d03" 201 - "-" "txc5781c2657504187abcfa-0061b8d738" "-" 0.0176 "-" 85295 - 2021-12-14 17:43:47.802 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi swift-account-server[84884]: account-server: 127.0.0.1 - - [14/Dec/2021:17:41:12 +0000] "PUT /sdb1/9/AUTH_47cb789b0e1e474f97cb327434a30d03" 201 - "-" "txc5781c2657504187abcfa-0061b8d738" "-" 0.0176 "-" 85295 - 2021-12-14 17:43:47.802 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi account-server[85295]: 127.0.0.1 - - [14/Dec/2021:17:41:12 +0000] "HEAD /sdb1/9/AUTH_47cb789b0e1e474f97cb327434a30d03" 204 - "HEAD http://10.222.0.53:8080/v1/AUTH_47cb789b0e1e474f97cb327434a30d03?format=json" "txc5781c2657504187abcfa-0061b8d738" "proxy-server 85752" 0.0024 "-" 85295 - 2021-12-14 17:43:47.802 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi swift-account-server[84884]: account-server: 127.0.0.1 - - [14/Dec/2021:17:41:12 +0000] "HEAD /sdb1/9/AUTH_47cb789b0e1e474f97cb327434a30d03" 204 - "HEAD http://10.222.0.53:8080/v1/AUTH_47cb789b0e1e474f97cb327434a30d03?format=json" "txc5781c2657504187abcfa-0061b8d738" "proxy-server 85752" 0.0024 "-" 85295 - 2021-12-14 17:43:47.802 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi account-server[85292]: 127.0.0.1 - - [14/Dec/2021:17:41:12 +0000] "PUT /sdb1/9/AUTH_47cb789b0e1e474f97cb327434a30d03/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/291/AUTH_47cb789b0e1e474f97cb327434a30d03/glance" "txc5781c2657504187abcfa-0061b8d738" "container-server 84970" 0.0039 "-" 85292 0 2021-12-14 17:43:47.803 | Dec 14 17:41:12 dv-cinder-821737-1-iscsi swift-account-server[84884]: account-server: 127.0.0.1 - - [14/Dec/2021:17:41:12 +0000] "PUT /sdb1/9/AUTH_47cb789b0e1e474f97cb327434a30d03/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/291/AUTH_47cb789b0e1e474f97cb327434a30d03/glance" "txc5781c2657504187abcfa-0061b8d738" "container-server 84970" 0.0039 "-" 85292 0 2021-12-14 17:43:47.805 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.808 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@heat.service 2021-12-14 17:43:47.822 | Failed to get unit file state for devstack@heat.service: No such file or directory 2021-12-14 17:43:47.826 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.829 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@h-api.service 2021-12-14 17:43:47.842 | Failed to get unit file state for devstack@h-api.service: No such file or directory 2021-12-14 17:43:47.846 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.849 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@h-api-cfn.service 2021-12-14 17:43:47.863 | Failed to get unit file state for devstack@h-api-cfn.service: No such file or directory 2021-12-14 17:43:47.867 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.870 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@h-api-cw.service 2021-12-14 17:43:47.885 | Failed to get unit file state for devstack@h-api-cw.service: No such file or directory 2021-12-14 17:43:47.890 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.892 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@h-eng.service 2021-12-14 17:43:47.907 | Failed to get unit file state for devstack@h-eng.service: No such file or directory 2021-12-14 17:43:47.911 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.914 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-acentral.service 2021-12-14 17:43:47.927 | Failed to get unit file state for devstack@ceilometer-acentral.service: No such file or directory 2021-12-14 17:43:47.931 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.933 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-acompute.service 2021-12-14 17:43:47.947 | Failed to get unit file state for devstack@ceilometer-acompute.service: No such file or directory 2021-12-14 17:43:47.951 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.954 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-collector.service 2021-12-14 17:43:47.968 | Failed to get unit file state for devstack@ceilometer-collector.service: No such file or directory 2021-12-14 17:43:47.972 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.975 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-api.service 2021-12-14 17:43:47.989 | Failed to get unit file state for devstack@ceilometer-api.service: No such file or directory 2021-12-14 17:43:47.993 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:47.995 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-anotification.service 2021-12-14 17:43:48.008 | Failed to get unit file state for devstack@ceilometer-anotification.service: No such file or directory 2021-12-14 17:43:48.012 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:48.015 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-container-sync.service 2021-12-14 17:43:48.030 | enabled 2021-12-14 17:43:48.034 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-container-sync.service --no-pager 2021-12-14 17:43:48.050 | ● devstack@s-container-sync.service - Devstack devstack@s-container-sync.service 2021-12-14 17:43:48.051 | Loaded: loaded (/etc/systemd/system/devstack@s-container-sync.service; enabled; vendor preset: enabled) 2021-12-14 17:43:48.051 | Active: active (running) since Tue 2021-12-14 17:40:51 UTC; 2min 56s ago 2021-12-14 17:43:48.051 | Main PID: 85284 (swift-container) 2021-12-14 17:43:48.051 | Tasks: 1 (limit: 14352) 2021-12-14 17:43:48.051 | CGroup: /system.slice/system-devstack.slice/devstack@s-container-sync.service 2021-12-14 17:43:48.051 | └─85284 /usr/bin/python3.6 /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf 2021-12-14 17:43:48.051 | 2021-12-14 17:43:48.051 | Dec 14 17:40:51 dv-cinder-821737-1-iscsi systemd[1]: Started Devstack devstack@s-container-sync.service. 2021-12-14 17:43:48.051 | Dec 14 17:40:52 dv-cinder-821737-1-iscsi container-sync[85284]: Starting 85284 2021-12-14 17:43:48.051 | Dec 14 17:40:52 dv-cinder-821737-1-iscsi container-sync[85284]: Configuration option internal_client_conf_path not defined. Using default configuration, See internal-client.conf-sample for options 2021-12-14 17:43:48.055 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:48.057 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-super-cond.service 2021-12-14 17:43:48.072 | enabled 2021-12-14 17:43:48.076 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-super-cond.service --no-pager 2021-12-14 17:43:48.094 | ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service 2021-12-14 17:43:48.094 | Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled) 2021-12-14 17:43:48.094 | Active: active (running) since Tue 2021-12-14 17:42:38 UTC; 1min 10s ago 2021-12-14 17:43:48.094 | Main PID: 93642 (nova-conductor) 2021-12-14 17:43:48.094 | Tasks: 3 (limit: 14352) 2021-12-14 17:43:48.094 | CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service 2021-12-14 17:43:48.094 | ├─93642 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-12-14 17:43:48.094 | ├─94530 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-12-14 17:43:48.094 | └─94531 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-12-14 17:43:48.094 | 2021-12-14 17:43:48.094 | Dec 14 17:42:43 dv-cinder-821737-1-iscsi nova-conductor[93642]: DEBUG oslo_service.service [None req-0483b871-266a-4915-a793-125cf208b2af None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=93642) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:48.094 | Dec 14 17:42:43 dv-cinder-821737-1-iscsi nova-conductor[93642]: DEBUG oslo_service.service [None req-0483b871-266a-4915-a793-125cf208b2af None None] oslo_messaging_rabbit.ssl_version = {{(pid=93642) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:48.094 | Dec 14 17:42:43 dv-cinder-821737-1-iscsi nova-conductor[93642]: DEBUG oslo_service.service [None req-0483b871-266a-4915-a793-125cf208b2af None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=93642) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:48.094 | Dec 14 17:42:43 dv-cinder-821737-1-iscsi nova-conductor[93642]: DEBUG oslo_service.service [None req-0483b871-266a-4915-a793-125cf208b2af None None] oslo_messaging_notifications.retry = -1 {{(pid=93642) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:48.094 | Dec 14 17:42:43 dv-cinder-821737-1-iscsi nova-conductor[93642]: DEBUG oslo_service.service [None req-0483b871-266a-4915-a793-125cf208b2af None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=93642) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:48.094 | Dec 14 17:42:43 dv-cinder-821737-1-iscsi nova-conductor[93642]: DEBUG oslo_service.service [None req-0483b871-266a-4915-a793-125cf208b2af None None] oslo_messaging_notifications.transport_url = **** {{(pid=93642) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:48.094 | Dec 14 17:42:43 dv-cinder-821737-1-iscsi nova-conductor[93642]: DEBUG oslo_service.service [None req-0483b871-266a-4915-a793-125cf208b2af None None] oslo_reports.file_event_handler = None {{(pid=93642) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:48.094 | Dec 14 17:42:43 dv-cinder-821737-1-iscsi nova-conductor[93642]: DEBUG oslo_service.service [None req-0483b871-266a-4915-a793-125cf208b2af None None] oslo_reports.file_event_handler_interval = 1 {{(pid=93642) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:48.095 | Dec 14 17:42:43 dv-cinder-821737-1-iscsi nova-conductor[93642]: DEBUG oslo_service.service [None req-0483b871-266a-4915-a793-125cf208b2af None None] oslo_reports.log_dir = None {{(pid=93642) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:48.095 | Dec 14 17:42:43 dv-cinder-821737-1-iscsi nova-conductor[93642]: DEBUG oslo_service.service [None req-0483b871-266a-4915-a793-125cf208b2af None None] ******************************************************************************** {{(pid=93642) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-12-14 17:43:48.098 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-14 17:43:48.101 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-cond-cell1.service 2021-12-14 17:43:48.116 | enabled 2021-12-14 17:43:48.121 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-cond-cell1.service --no-pager 2021-12-14 17:43:48.139 | ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service 2021-12-14 17:43:48.139 | Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled) 2021-12-14 17:43:48.139 | Active: active (running) since Tue 2021-12-14 17:42:39 UTC; 1min 8s ago 2021-12-14 17:43:48.139 | Main PID: 94032 (nova-conductor) 2021-12-14 17:43:48.139 | Tasks: 3 (limit: 14352) 2021-12-14 17:43:48.139 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service 2021-12-14 17:43:48.139 | ├─94032 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-12-14 17:43:48.140 | ├─94539 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-12-14 17:43:48.140 | └─94540 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-12-14 17:43:48.140 | 2021-12-14 17:43:48.140 | Dec 14 17:42:44 dv-cinder-821737-1-iscsi nova-conductor[94032]: DEBUG oslo_service.service [None req-47fce418-1f1c-4654-8f16-5fb566001e0d None None] oslo_reports.file_event_handler = None {{(pid=94032) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:48.140 | Dec 14 17:42:44 dv-cinder-821737-1-iscsi nova-conductor[94032]: DEBUG oslo_service.service [None req-47fce418-1f1c-4654-8f16-5fb566001e0d None None] oslo_reports.file_event_handler_interval = 1 {{(pid=94032) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:48.140 | Dec 14 17:42:44 dv-cinder-821737-1-iscsi nova-conductor[94032]: DEBUG oslo_service.service [None req-47fce418-1f1c-4654-8f16-5fb566001e0d None None] oslo_reports.log_dir = None {{(pid=94032) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-14 17:43:48.140 | Dec 14 17:42:44 dv-cinder-821737-1-iscsi nova-conductor[94032]: DEBUG oslo_service.service [None req-47fce418-1f1c-4654-8f16-5fb566001e0d None None] ******************************************************************************** {{(pid=94032) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-12-14 17:43:48.140 | Dec 14 17:42:44 dv-cinder-821737-1-iscsi nova-conductor[94032]: DEBUG oslo_db.sqlalchemy.engines [None req-b6cc9958-c8fd-4968-a636-4eb6443ff173 None None] Parent process 94032 forked (94540) with an open database connection, which is being discarded and recreated. {{(pid=94540) checkout /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:407}} 2021-12-14 17:43:48.140 | Dec 14 17:42:44 dv-cinder-821737-1-iscsi nova-conductor[94032]: DEBUG nova.service [None req-26f58769-91bc-4dcd-9e90-77593c1b9dcd None None] Join ServiceGroup membership for this service conductor {{(pid=94539) start /opt/stack/nova/nova/service.py:214}} 2021-12-14 17:43:48.140 | Dec 14 17:42:44 dv-cinder-821737-1-iscsi nova-conductor[94032]: DEBUG nova.servicegroup.drivers.db [None req-26f58769-91bc-4dcd-9e90-77593c1b9dcd None None] DB_Driver: join new ServiceGroup member dv-cinder-821737-1-iscsi to the conductor group, service = {{(pid=94539) join /opt/stack/nova/nova/servicegroup/drivers/db.py:48}} 2021-12-14 17:43:48.140 | Dec 14 17:42:44 dv-cinder-821737-1-iscsi nova-conductor[94032]: DEBUG nova.service [None req-b6cc9958-c8fd-4968-a636-4eb6443ff173 None None] Creating RPC server for service conductor {{(pid=94540) start /opt/stack/nova/nova/service.py:196}} 2021-12-14 17:43:48.140 | Dec 14 17:42:44 dv-cinder-821737-1-iscsi nova-conductor[94032]: DEBUG nova.service [None req-b6cc9958-c8fd-4968-a636-4eb6443ff173 None None] Join ServiceGroup membership for this service conductor {{(pid=94540) start /opt/stack/nova/nova/service.py:214}} 2021-12-14 17:43:48.140 | Dec 14 17:42:44 dv-cinder-821737-1-iscsi nova-conductor[94032]: DEBUG nova.servicegroup.drivers.db [None req-b6cc9958-c8fd-4968-a636-4eb6443ff173 None None] DB_Driver: join new ServiceGroup member dv-cinder-821737-1-iscsi to the conductor group, service = {{(pid=94540) join /opt/stack/nova/nova/servicegroup/drivers/db.py:48}} 2021-12-14 17:43:48.144 | + ./stack.sh:main:1395 : is_service_enabled n-api 2021-12-14 17:43:48.162 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:43:48.165 | + ./stack.sh:main:1396 : is_service_enabled n-cpu 2021-12-14 17:43:48.185 | + functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:43:48.190 | + ./stack.sh:main:1403 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2021-12-14 17:43:48.192 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:43:48.195 | + ./stack.sh:echo_summary:428 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2021-12-14 17:43:48.198 | + ./stack.sh:main:1410 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2021-12-14 17:43:51.750 | +--------------------------------------------------------------------+ 2021-12-14 17:43:51.750 | | Upgrade Check Results | 2021-12-14 17:43:51.750 | +--------------------------------------------------------------------+ 2021-12-14 17:43:51.750 | | Check: Cells v2 | 2021-12-14 17:43:51.750 | | Result: Success | 2021-12-14 17:43:51.750 | | Details: No host mappings or compute nodes were found. Remember to | 2021-12-14 17:43:51.751 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2021-12-14 17:43:51.751 | | compute hosts are deployed. | 2021-12-14 17:43:51.751 | +--------------------------------------------------------------------+ 2021-12-14 17:43:51.751 | | Check: Placement API | 2021-12-14 17:43:51.751 | | Result: Success | 2021-12-14 17:43:51.751 | | Details: None | 2021-12-14 17:43:51.751 | +--------------------------------------------------------------------+ 2021-12-14 17:43:51.751 | | Check: Ironic Flavor Migration | 2021-12-14 17:43:51.751 | | Result: Success | 2021-12-14 17:43:51.751 | | Details: None | 2021-12-14 17:43:51.751 | +--------------------------------------------------------------------+ 2021-12-14 17:43:51.751 | | Check: Cinder API | 2021-12-14 17:43:51.751 | | Result: Success | 2021-12-14 17:43:51.751 | | Details: None | 2021-12-14 17:43:51.751 | +--------------------------------------------------------------------+ 2021-12-14 17:43:51.751 | | Check: Policy Scope-based Defaults | 2021-12-14 17:43:51.751 | | Result: Success | 2021-12-14 17:43:51.751 | | Details: None | 2021-12-14 17:43:51.751 | +--------------------------------------------------------------------+ 2021-12-14 17:43:51.751 | | Check: Older than N-1 computes | 2021-12-14 17:43:51.751 | | Result: Success | 2021-12-14 17:43:51.751 | | Details: None | 2021-12-14 17:43:51.751 | +--------------------------------------------------------------------+ 2021-12-14 17:43:52.162 | + ./stack.sh:main:1417 : [[ -x /home/ubuntu/devstack/local.sh ]] 2021-12-14 17:43:52.165 | + ./stack.sh:main:1418 : echo 'Running user script /home/ubuntu/devstack/local.sh' 2021-12-14 17:43:52.165 | Running user script /home/ubuntu/devstack/local.sh 2021-12-14 17:43:52.167 | + ./stack.sh:main:1419 : /home/ubuntu/devstack/local.sh 2021-12-14 17:43:52.169 | Before updating nova flavors: 2021-12-14 17:43:54.382 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-12-14 17:43:54.382 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2021-12-14 17:43:54.382 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-12-14 17:43:54.382 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2021-12-14 17:43:54.383 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2021-12-14 17:43:54.383 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2021-12-14 17:43:54.383 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2021-12-14 17:43:54.383 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2021-12-14 17:43:54.383 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2021-12-14 17:43:54.383 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2021-12-14 17:43:54.383 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2021-12-14 17:43:54.383 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2021-12-14 17:43:54.383 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2021-12-14 17:43:54.383 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-12-14 17:43:56.344 | ERROR (CommandError): No flavor with a name or ID of '42' exists. 2021-12-14 17:43:56.436 | Flavor 42 not found 2021-12-14 17:43:58.309 | ERROR (CommandError): No flavor with a name or ID of '84' exists. 2021-12-14 17:43:58.398 | Flavor 84 not found 2021-12-14 17:44:00.272 | ERROR (CommandError): No flavor with a name or ID of '451' exists. 2021-12-14 17:44:00.360 | Flavor 451 not found 2021-12-14 17:44:02.131 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:02.131 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-14 17:44:02.131 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:02.131 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:02.131 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:03.971 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:03.971 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-14 17:44:03.971 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:03.971 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:03.972 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:05.872 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:05.872 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-14 17:44:05.872 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:05.872 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:05.872 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:07.806 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:07.806 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-14 17:44:07.806 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:07.806 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:07.807 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:07.910 | After updating nova flavors: 2021-12-14 17:44:09.774 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:09.774 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-14 17:44:09.774 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:09.774 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:09.774 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:09.774 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-14 17:44:09.774 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-14 17:44:09.774 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:09.774 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:09.774 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:09.774 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-12-14 17:44:09.774 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:09.774 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:09.774 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:09.774 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:09.774 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-14 17:44:09.774 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-14 17:44:09.774 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:15.121 | Neutron networks: 2021-12-14 17:44:17.634 | +--------------------------------------+---------+--------------------------------------+ 2021-12-14 17:44:17.635 | | ID | Name | Subnets | 2021-12-14 17:44:17.635 | +--------------------------------------+---------+--------------------------------------+ 2021-12-14 17:44:17.635 | | 3293f717-1c3c-46e8-a15b-816d2c161348 | private | f44d4310-97fd-4d70-a5fb-7a41d2cd1e25 | 2021-12-14 17:44:17.635 | | b3d2256c-c519-4427-b3bb-181a657f5e18 | public | 431330ab-9b63-4a3b-8088-f9712ed58753 | 2021-12-14 17:44:17.635 | +--------------------------------------+---------+--------------------------------------+ 2021-12-14 17:44:22.614 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:44:22.614 | | Field | Value | 2021-12-14 17:44:22.614 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:44:22.614 | | admin_state_up | UP | 2021-12-14 17:44:22.614 | | availability_zone_hints | | 2021-12-14 17:44:22.614 | | availability_zones | nova | 2021-12-14 17:44:22.614 | | created_at | 2021-12-14T17:42:02Z | 2021-12-14 17:44:22.614 | | description | | 2021-12-14 17:44:22.614 | | dns_domain | None | 2021-12-14 17:44:22.615 | | id | 3293f717-1c3c-46e8-a15b-816d2c161348 | 2021-12-14 17:44:22.615 | | ipv4_address_scope | None | 2021-12-14 17:44:22.615 | | ipv6_address_scope | None | 2021-12-14 17:44:22.615 | | is_default | None | 2021-12-14 17:44:22.615 | | is_vlan_transparent | None | 2021-12-14 17:44:22.615 | | location | cloud='', project.domain_id=, project.domain_name=, project.id='a51063d5281e4e91add4936e3425fe71', project.name=, region_name='RegionOne', zone= | 2021-12-14 17:44:22.615 | | mtu | 1500 | 2021-12-14 17:44:22.615 | | name | private | 2021-12-14 17:44:22.615 | | port_security_enabled | True | 2021-12-14 17:44:22.615 | | project_id | a51063d5281e4e91add4936e3425fe71 | 2021-12-14 17:44:22.615 | | provider:network_type | vlan | 2021-12-14 17:44:22.615 | | provider:physical_network | physnet1 | 2021-12-14 17:44:22.615 | | provider:segmentation_id | 193 | 2021-12-14 17:44:22.615 | | qos_policy_id | None | 2021-12-14 17:44:22.615 | | revision_number | 3 | 2021-12-14 17:44:22.615 | | router:external | Internal | 2021-12-14 17:44:22.615 | | segments | None | 2021-12-14 17:44:22.615 | | shared | False | 2021-12-14 17:44:22.615 | | status | ACTIVE | 2021-12-14 17:44:22.615 | | subnets | f44d4310-97fd-4d70-a5fb-7a41d2cd1e25 | 2021-12-14 17:44:22.615 | | tags | | 2021-12-14 17:44:22.615 | | updated_at | 2021-12-14T17:44:14Z | 2021-12-14 17:44:22.615 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:44:25.037 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:44:25.037 | | Field | Value | 2021-12-14 17:44:25.037 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:44:25.037 | | admin_state_up | UP | 2021-12-14 17:44:25.037 | | availability_zone_hints | | 2021-12-14 17:44:25.037 | | availability_zones | nova | 2021-12-14 17:44:25.038 | | created_at | 2021-12-14T17:42:17Z | 2021-12-14 17:44:25.038 | | description | | 2021-12-14 17:44:25.038 | | dns_domain | None | 2021-12-14 17:44:25.038 | | id | b3d2256c-c519-4427-b3bb-181a657f5e18 | 2021-12-14 17:44:25.038 | | ipv4_address_scope | None | 2021-12-14 17:44:25.038 | | ipv6_address_scope | None | 2021-12-14 17:44:25.038 | | is_default | True | 2021-12-14 17:44:25.038 | | is_vlan_transparent | None | 2021-12-14 17:44:25.038 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='a00b8880f8ba46a6b8df1c11d34fd3c9', project.name='admin', region_name='RegionOne', zone= | 2021-12-14 17:44:25.038 | | mtu | 1500 | 2021-12-14 17:44:25.038 | | name | public | 2021-12-14 17:44:25.038 | | port_security_enabled | True | 2021-12-14 17:44:25.038 | | project_id | a00b8880f8ba46a6b8df1c11d34fd3c9 | 2021-12-14 17:44:25.038 | | provider:network_type | flat | 2021-12-14 17:44:25.038 | | provider:physical_network | physnet1 | 2021-12-14 17:44:25.038 | | provider:segmentation_id | None | 2021-12-14 17:44:25.038 | | qos_policy_id | None | 2021-12-14 17:44:25.038 | | revision_number | 2 | 2021-12-14 17:44:25.038 | | router:external | External | 2021-12-14 17:44:25.038 | | segments | None | 2021-12-14 17:44:25.038 | | shared | False | 2021-12-14 17:44:25.038 | | status | ACTIVE | 2021-12-14 17:44:25.038 | | subnets | 431330ab-9b63-4a3b-8088-f9712ed58753 | 2021-12-14 17:44:25.038 | | tags | | 2021-12-14 17:44:25.038 | | updated_at | 2021-12-14T17:42:25Z | 2021-12-14 17:44:25.038 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:44:25.222 | Neutron subnetworks: 2021-12-14 17:44:27.450 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-12-14 17:44:27.450 | | ID | Name | Network | Subnet | 2021-12-14 17:44:27.450 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-12-14 17:44:27.450 | | 431330ab-9b63-4a3b-8088-f9712ed58753 | public-subnet | b3d2256c-c519-4427-b3bb-181a657f5e18 | 172.27.2.0/24 | 2021-12-14 17:44:27.450 | | f44d4310-97fd-4d70-a5fb-7a41d2cd1e25 | private-subnet | 3293f717-1c3c-46e8-a15b-816d2c161348 | 172.20.0.0/26 | 2021-12-14 17:44:27.450 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-12-14 17:44:32.263 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:44:32.263 | | Field | Value | 2021-12-14 17:44:32.263 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:44:32.263 | | allocation_pools | 172.27.2.2-172.27.2.254 | 2021-12-14 17:44:32.263 | | cidr | 172.27.2.0/24 | 2021-12-14 17:44:32.263 | | created_at | 2021-12-14T17:42:25Z | 2021-12-14 17:44:32.263 | | description | | 2021-12-14 17:44:32.263 | | dns_nameservers | | 2021-12-14 17:44:32.263 | | dns_publish_fixed_ip | None | 2021-12-14 17:44:32.264 | | enable_dhcp | False | 2021-12-14 17:44:32.264 | | gateway_ip | 172.27.2.1 | 2021-12-14 17:44:32.264 | | host_routes | | 2021-12-14 17:44:32.264 | | id | 431330ab-9b63-4a3b-8088-f9712ed58753 | 2021-12-14 17:44:32.264 | | ip_version | 4 | 2021-12-14 17:44:32.264 | | ipv6_address_mode | None | 2021-12-14 17:44:32.264 | | ipv6_ra_mode | None | 2021-12-14 17:44:32.264 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='a00b8880f8ba46a6b8df1c11d34fd3c9', project.name='admin', region_name='RegionOne', zone= | 2021-12-14 17:44:32.264 | | name | public-subnet | 2021-12-14 17:44:32.264 | | network_id | b3d2256c-c519-4427-b3bb-181a657f5e18 | 2021-12-14 17:44:32.264 | | prefix_length | None | 2021-12-14 17:44:32.264 | | project_id | a00b8880f8ba46a6b8df1c11d34fd3c9 | 2021-12-14 17:44:32.264 | | revision_number | 0 | 2021-12-14 17:44:32.264 | | segment_id | None | 2021-12-14 17:44:32.264 | | service_types | | 2021-12-14 17:44:32.264 | | subnetpool_id | None | 2021-12-14 17:44:32.264 | | tags | | 2021-12-14 17:44:32.264 | | updated_at | 2021-12-14T17:42:25Z | 2021-12-14 17:44:32.264 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:44:34.745 | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:44:34.745 | | Field | Value | 2021-12-14 17:44:34.745 | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:44:34.745 | | allocation_pools | 172.20.0.2-172.20.0.62 | 2021-12-14 17:44:34.745 | | cidr | 172.20.0.0/26 | 2021-12-14 17:44:34.746 | | created_at | 2021-12-14T17:42:05Z | 2021-12-14 17:44:34.746 | | description | | 2021-12-14 17:44:34.746 | | dns_nameservers | 8.8.4.4, 8.8.8.8 | 2021-12-14 17:44:34.746 | | dns_publish_fixed_ip | None | 2021-12-14 17:44:34.746 | | enable_dhcp | True | 2021-12-14 17:44:34.746 | | gateway_ip | 172.20.0.1 | 2021-12-14 17:44:34.746 | | host_routes | | 2021-12-14 17:44:34.746 | | id | f44d4310-97fd-4d70-a5fb-7a41d2cd1e25 | 2021-12-14 17:44:34.746 | | ip_version | 4 | 2021-12-14 17:44:34.746 | | ipv6_address_mode | None | 2021-12-14 17:44:34.746 | | ipv6_ra_mode | None | 2021-12-14 17:44:34.746 | | location | cloud='', project.domain_id=, project.domain_name=, project.id='a51063d5281e4e91add4936e3425fe71', project.name=, region_name='RegionOne', zone= | 2021-12-14 17:44:34.746 | | name | private-subnet | 2021-12-14 17:44:34.746 | | network_id | 3293f717-1c3c-46e8-a15b-816d2c161348 | 2021-12-14 17:44:34.747 | | prefix_length | None | 2021-12-14 17:44:34.747 | | project_id | a51063d5281e4e91add4936e3425fe71 | 2021-12-14 17:44:34.747 | | revision_number | 1 | 2021-12-14 17:44:34.747 | | segment_id | None | 2021-12-14 17:44:34.747 | | service_types | | 2021-12-14 17:44:34.747 | | subnetpool_id | fb4d0b92-c5c6-4ef7-9368-a556365ef1c0 | 2021-12-14 17:44:34.747 | | tags | | 2021-12-14 17:44:34.747 | | updated_at | 2021-12-14T17:44:14Z | 2021-12-14 17:44:34.747 | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:44:35.087 | + ./stack.sh:main:1428 : command openstack complete 2021-12-14 17:44:35.087 | + ./stack.sh:main:1429 : sudo tee /etc/bash_completion.d/osc.bash_completion 2021-12-14 17:44:35.091 | + ./stack.sh:main:1428 : openstack complete 2021-12-14 17:44:37.535 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2021-12-14 17:44:37.972 | + ./stack.sh:main:1432 : is_service_enabled cinder 2021-12-14 17:44:37.990 | + functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:44:37.993 | + ./stack.sh:main:1433 : is_ubuntu 2021-12-14 17:44:37.996 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-14 17:44:37.999 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-14 17:44:38.002 | + ./stack.sh:main:1434 : echo_summary 'Configuring lvm.conf global device filter' 2021-12-14 17:44:38.004 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:44:38.007 | + ./stack.sh:echo_summary:428 : echo -e Configuring lvm.conf global device filter 2021-12-14 17:44:38.010 | + ./stack.sh:main:1435 : set_lvm_filter 2021-12-14 17:44:38.013 | + lib/lvm:set_lvm_filter:184 : local 'filter_suffix="r|.*|" ] # from devstack' 2021-12-14 17:44:38.016 | + lib/lvm:set_lvm_filter:185 : local 'filter_string=global_filter = [ ' 2021-12-14 17:44:38.019 | + lib/lvm:set_lvm_filter:186 : local pv 2021-12-14 17:44:38.021 | + lib/lvm:set_lvm_filter:187 : local vg 2021-12-14 17:44:38.024 | + lib/lvm:set_lvm_filter:188 : local line 2021-12-14 17:44:38.028 | ++ lib/lvm:set_lvm_filter:190 : sudo pvs --noheadings -o name 2021-12-14 17:44:38.110 | + lib/lvm:set_lvm_filter:195 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2021-12-14 17:44:38.113 | + lib/lvm:set_lvm_filter:197 : clean_lvm_filter 2021-12-14 17:44:38.116 | + lib/lvm:clean_lvm_filter:172 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2021-12-14 17:44:38.144 | + lib/lvm:set_lvm_filter:198 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2021-12-14 17:44:38.171 | + lib/lvm:set_lvm_filter:199 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2021-12-14 17:44:38.174 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:44:38.177 | + ./stack.sh:echo_summary:428 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2021-12-14 17:44:38.180 | + ./stack.sh:main:1445 : run_phase stack test-config 2021-12-14 17:44:38.183 | + functions-common:run_phase:1759 : local mode=stack 2021-12-14 17:44:38.186 | + functions-common:run_phase:1760 : local phase=test-config 2021-12-14 17:44:38.188 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-14 17:44:38.191 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-12-14 17:44:38.194 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-14 17:44:38.197 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-12-14 17:44:38.200 | + functions-common:run_phase:1769 : local extra 2021-12-14 17:44:38.204 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-14 17:44:38.209 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-12-14 17:44:38.212 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-14 17:44:38.216 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-14 17:44:38.219 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack test-config 2021-12-14 17:44:38.223 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-14 17:44:38.242 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:44:38.244 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-12-14 17:44:38.248 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:44:38.251 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2021-12-14 17:44:38.253 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:44:38.256 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-12-14 17:44:38.258 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:44:38.261 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2021-12-14 17:44:38.264 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:44:38.267 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2021-12-14 17:44:38.269 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-12-14 17:44:38.272 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-12-14 17:44:38.274 | ++ extras.d/80-tempest.sh:source:20 : echo_summary 'Initializing Tempest' 2021-12-14 17:44:38.277 | ++ ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:44:38.280 | ++ ./stack.sh:echo_summary:428 : echo -e Initializing Tempest 2021-12-14 17:44:38.283 | ++ extras.d/80-tempest.sh:source:21 : configure_tempest 2021-12-14 17:44:38.285 | ++ lib/tempest:configure_tempest:130 : [[ False == \T\r\u\e ]] 2021-12-14 17:44:38.287 | ++ lib/tempest:configure_tempest:134 : pip_install_gr testrepository 2021-12-14 17:44:38.290 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2021-12-14 17:44:38.292 | ++ inc/python:pip_install_gr:77 : local clean_name 2021-12-14 17:44:38.295 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2021-12-14 17:44:38.297 | +++ inc/python:get_from_global_requirements:238 : local package=testrepository 2021-12-14 17:44:38.299 | +++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-14 17:44:38.303 | ++++ inc/python:get_from_global_requirements:240 : grep -i -h '^testrepository' /opt/stack/requirements/global-requirements.txt 2021-12-14 17:44:38.304 | ++++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-14 17:44:38.308 | +++ inc/python:get_from_global_requirements:240 : required_pkg='testrepository ' 2021-12-14 17:44:38.310 | +++ inc/python:get_from_global_requirements:241 : [[ testrepository == '' ]] 2021-12-14 17:44:38.312 | +++ inc/python:get_from_global_requirements:244 : echo testrepository 2021-12-14 17:44:38.315 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2021-12-14 17:44:38.318 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2021-12-14 17:44:38.343 | Using python 3.6 to install testrepository because python3_enabled=True 2021-12-14 17:44:38.349 | ++ inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt testrepository 2021-12-14 17:44:41.309 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:44:41.309 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-14 17:44:41.310 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.310 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.311 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.311 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.312 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.312 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.312 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.313 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.313 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.314 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.314 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.315 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.315 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.316 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.316 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.316 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.317 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.317 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.318 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.318 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.319 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.319 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.319 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.320 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.320 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.322 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.324 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.324 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.324 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.325 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.325 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.326 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.327 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.327 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.327 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.328 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.328 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.328 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.329 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.329 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.330 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.330 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.330 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.331 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.331 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.331 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.332 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.332 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.333 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.333 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.334 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.334 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.335 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.335 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.335 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.336 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.337 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.337 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.337 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.338 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.339 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.339 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.340 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.341 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.341 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.342 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.342 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.343 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.343 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.344 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.345 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.345 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.345 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.346 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.346 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.347 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.347 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.347 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.348 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.348 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.349 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.349 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.350 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.350 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.351 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.351 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.351 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.352 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.352 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.353 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.353 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.354 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.354 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.355 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.356 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.356 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.357 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.357 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.358 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.358 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.358 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.359 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.360 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.360 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.361 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.361 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.361 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.362 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.362 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.363 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.363 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.364 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.364 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.364 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.365 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.365 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.366 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.366 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.367 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.367 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.368 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.368 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.368 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.369 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.369 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.370 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.371 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.371 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.372 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.372 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.373 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.373 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.373 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.374 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.374 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.375 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.375 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.376 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.376 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.376 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.377 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.377 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.378 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.378 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.379 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.379 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.379 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.380 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.380 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.381 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.381 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.382 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.382 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.382 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.383 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.383 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.383 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.384 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.384 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.385 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.385 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.386 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.386 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.387 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.387 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.388 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.388 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.389 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.389 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.390 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.390 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.390 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.391 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.391 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.392 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.392 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.392 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.393 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.393 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.394 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.394 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.395 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.395 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.395 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.396 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.396 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.396 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.397 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.397 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.398 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.398 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.398 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.399 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.399 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.400 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.400 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.400 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.401 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.401 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.402 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.403 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.403 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.403 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.404 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.404 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.405 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.405 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.405 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.406 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.406 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.406 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.407 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.407 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.408 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.408 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.408 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.409 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.409 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.410 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.410 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.410 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.411 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.411 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.412 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.412 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.412 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.413 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.413 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.414 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.414 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.414 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.415 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.416 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.417 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.417 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.419 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.419 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.420 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.420 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.421 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.421 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.421 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.422 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.422 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.423 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.423 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.424 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.424 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.424 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.425 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.425 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.426 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.426 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.426 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.427 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.427 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.428 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.428 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.429 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.429 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.429 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.430 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.430 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.431 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.431 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.431 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.432 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.432 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.433 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.434 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.434 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.434 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.435 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.435 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.436 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.436 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.437 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.437 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.437 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.438 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.438 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.439 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.439 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.439 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.440 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.440 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.441 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.441 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.441 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.442 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.442 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.443 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.443 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.443 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.444 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.444 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.445 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.445 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.445 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.446 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.446 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.447 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.447 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.448 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.448 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.449 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.449 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.450 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.450 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.450 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.451 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.451 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.452 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.452 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.453 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.453 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.453 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.454 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.454 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.455 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.455 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.455 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.456 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.456 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.457 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.457 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.458 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.458 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.458 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.460 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.460 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.460 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.461 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.461 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.462 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.462 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.463 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.463 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.463 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.464 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.465 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.465 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.466 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.466 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.466 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.467 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.467 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.468 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.468 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.469 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.469 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.469 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.470 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.470 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.471 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.471 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.472 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.472 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.472 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.473 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.473 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.474 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.474 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.474 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.475 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.475 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.476 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.476 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.477 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.477 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.478 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.478 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.478 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.479 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.479 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.480 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.481 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.481 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.481 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.482 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.482 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.483 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.483 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.484 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.484 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.485 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.485 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.486 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.486 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.486 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.487 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.487 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.488 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.488 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.488 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.489 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.489 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.490 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.490 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.490 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.491 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.491 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.492 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.492 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.493 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.493 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.493 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.494 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.494 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.495 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.495 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.497 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.497 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.497 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:41.498 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-14 17:44:41.498 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-14 17:44:41.499 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:44:42.041 | Collecting testrepository===0.0.20 2021-12-14 17:44:42.051 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/752/449bc98c20253/testrepository-0.0.20.tar.gz (84 kB) 2021-12-14 17:44:43.020 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 931)) (2.4.0) 2021-12-14 17:44:43.040 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 950)) (1.4.0) 2021-12-14 17:44:43.044 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.1.0) 2021-12-14 17:44:43.052 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.0.0) 2021-12-14 17:44:43.066 | Requirement already satisfied: python-subunit===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 755)) (1.4.0) 2021-12-14 17:44:43.081 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (1.0.0) 2021-12-14 17:44:43.084 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 834)) (1.14.0) 2021-12-14 17:44:43.087 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 703)) (1.6.0) 2021-12-14 17:44:43.090 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (5.4.5) 2021-12-14 17:44:43.093 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (1.0.0) 2021-12-14 17:44:43.097 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.4.0) 2021-12-14 17:44:43.100 | Building wheels for collected packages: testrepository 2021-12-14 17:44:43.101 | Building wheel for testrepository (setup.py): started 2021-12-14 17:44:44.073 | Building wheel for testrepository (setup.py): finished with status 'done' 2021-12-14 17:44:44.075 | Created wheel for testrepository: filename=testrepository-0.0.20-py3-none-any.whl size=118724 sha256=e5e2968d8e62683b90c1a8d50935193f7fb1d1bcd90b073e2bec1bc89d5f9a4a 2021-12-14 17:44:44.075 | Stored in directory: /root/.cache/pip/wheels/36/3b/ce/ed9cda0bef537b5b92027f1bdebd644f601d39e1da0976f8d1 2021-12-14 17:44:44.076 | Successfully built testrepository 2021-12-14 17:44:46.360 | Installing collected packages: testrepository 2021-12-14 17:44:46.607 | Successfully installed testrepository-0.0.20 2021-12-14 17:44:46.755 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-14 17:44:46.755 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-14 17:44:46.865 | ++ inc/python:pip_install:207 : result=0 2021-12-14 17:44:46.867 | ++ inc/python:pip_install:209 : time_stop pip_install 2021-12-14 17:44:46.870 | ++ functions-common:time_stop:2331 : local name 2021-12-14 17:44:46.872 | ++ functions-common:time_stop:2332 : local end_time 2021-12-14 17:44:46.875 | ++ functions-common:time_stop:2333 : local elapsed_time 2021-12-14 17:44:46.877 | ++ functions-common:time_stop:2334 : local total 2021-12-14 17:44:46.880 | ++ functions-common:time_stop:2335 : local start_time 2021-12-14 17:44:46.883 | ++ functions-common:time_stop:2337 : name=pip_install 2021-12-14 17:44:46.885 | ++ functions-common:time_stop:2338 : start_time=1639503878337 2021-12-14 17:44:46.888 | ++ functions-common:time_stop:2340 : [[ -z 1639503878337 ]] 2021-12-14 17:44:46.891 | +++ functions-common:time_stop:2343 : date +%s%3N 2021-12-14 17:44:46.895 | ++ functions-common:time_stop:2343 : end_time=1639503886892 2021-12-14 17:44:46.898 | ++ functions-common:time_stop:2344 : elapsed_time=8555 2021-12-14 17:44:46.900 | ++ functions-common:time_stop:2345 : total=250711 2021-12-14 17:44:46.902 | ++ functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-14 17:44:46.904 | ++ functions-common:time_stop:2348 : _TIME_TOTAL[$name]=259266 2021-12-14 17:44:46.906 | ++ inc/python:pip_install:210 : return 0 2021-12-14 17:44:46.909 | ++ lib/tempest:configure_tempest:137 : local image_lines 2021-12-14 17:44:46.911 | ++ lib/tempest:configure_tempest:138 : local images 2021-12-14 17:44:46.913 | ++ lib/tempest:configure_tempest:139 : local num_images 2021-12-14 17:44:46.915 | ++ lib/tempest:configure_tempest:140 : local image_uuid 2021-12-14 17:44:46.917 | ++ lib/tempest:configure_tempest:141 : local image_uuid_alt 2021-12-14 17:44:46.919 | ++ lib/tempest:configure_tempest:142 : local password 2021-12-14 17:44:46.922 | ++ lib/tempest:configure_tempest:143 : local line 2021-12-14 17:44:46.924 | ++ lib/tempest:configure_tempest:144 : local flavors 2021-12-14 17:44:46.926 | ++ lib/tempest:configure_tempest:145 : local available_flavors 2021-12-14 17:44:46.928 | ++ lib/tempest:configure_tempest:146 : local flavors_ref 2021-12-14 17:44:46.930 | ++ lib/tempest:configure_tempest:147 : local flavor_lines 2021-12-14 17:44:46.933 | ++ lib/tempest:configure_tempest:148 : local flavor_ref_size 2021-12-14 17:44:46.935 | ++ lib/tempest:configure_tempest:149 : local flavor_ref_alt_size 2021-12-14 17:44:46.937 | ++ lib/tempest:configure_tempest:150 : local public_network_id 2021-12-14 17:44:46.939 | ++ lib/tempest:configure_tempest:151 : local public_router_id 2021-12-14 17:44:46.942 | ++ lib/tempest:configure_tempest:152 : local ssh_connect_method=floating 2021-12-14 17:44:46.944 | ++ lib/tempest:configure_tempest:153 : local disk 2021-12-14 17:44:46.946 | ++ lib/tempest:configure_tempest:156 : ifs=' 2021-12-14 17:44:46.946 | ' 2021-12-14 17:44:46.949 | ++ lib/tempest:configure_tempest:166 : declare -a images 2021-12-14 17:44:46.951 | ++ lib/tempest:configure_tempest:168 : is_service_enabled glance 2021-12-14 17:44:46.966 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:44:46.969 | ++ lib/tempest:configure_tempest:169 : read -r IMAGE_NAME IMAGE_UUID 2021-12-14 17:44:46.970 | +++ lib/tempest:configure_tempest:129 : oscwrap image list --property status=active 2021-12-14 17:44:46.971 | +++ lib/tempest:configure_tempest:129 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2021-12-14 17:44:49.476 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:44:49.480 | ++ lib/tempest:configure_tempest:170 : '[' ubuntu-16 = '' ']' 2021-12-14 17:44:49.484 | ++ lib/tempest:configure_tempest:174 : images+=($IMAGE_UUID) 2021-12-14 17:44:49.487 | ++ lib/tempest:configure_tempest:169 : read -r IMAGE_NAME IMAGE_UUID 2021-12-14 17:44:49.490 | ++ lib/tempest:configure_tempest:177 : case "${#images[*]}" in 2021-12-14 17:44:49.493 | ++ lib/tempest:configure_tempest:183 : '[' -z '' ']' 2021-12-14 17:44:49.496 | ++ lib/tempest:configure_tempest:184 : image_uuid=1e7ba986-b101-4769-840a-16616c944c35 2021-12-14 17:44:49.499 | ++ lib/tempest:configure_tempest:185 : image_uuid_alt=1e7ba986-b101-4769-840a-16616c944c35 2021-12-14 17:44:49.502 | ++ lib/tempest:configure_tempest:199 : sudo install -d -o ubuntu /opt/stack/tempest/etc 2021-12-14 17:44:49.520 | ++ lib/tempest:configure_tempest:200 : rm -f /opt/stack/tempest/etc/tempest.conf 2021-12-14 17:44:49.525 | ++ lib/tempest:configure_tempest:202 : local password=Passw0rd 2021-12-14 17:44:49.528 | ++ lib/tempest:configure_tempest:205 : local admin_username=admin 2021-12-14 17:44:49.530 | ++ lib/tempest:configure_tempest:206 : local admin_project_name=admin 2021-12-14 17:44:49.533 | ++ lib/tempest:configure_tempest:207 : local admin_domain_name=Default 2021-12-14 17:44:49.536 | ++ lib/tempest:configure_tempest:208 : local alt_username=alt_demo 2021-12-14 17:44:49.538 | ++ lib/tempest:configure_tempest:209 : local alt_project_name=alt_demo 2021-12-14 17:44:49.541 | ++ lib/tempest:configure_tempest:210 : local admin_project_id 2021-12-14 17:44:49.545 | +++ lib/tempest:configure_tempest:211 : oscwrap project list 2021-12-14 17:44:49.545 | +++ lib/tempest:configure_tempest:211 : awk '/ admin / { print $2 }' 2021-12-14 17:44:51.915 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:44:51.919 | ++ lib/tempest:configure_tempest:211 : admin_project_id=a00b8880f8ba46a6b8df1c11d34fd3c9 2021-12-14 17:44:51.921 | ++ lib/tempest:configure_tempest:213 : is_service_enabled nova 2021-12-14 17:44:51.938 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:44:51.940 | +++ lib/tempest:configure_tempest:216 : nova flavor-list 2021-12-14 17:44:54.083 | ++ lib/tempest:configure_tempest:216 : available_flavors='+-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:54.083 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-14 17:44:54.083 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:54.083 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.083 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.083 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-14 17:44:54.083 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-14 17:44:54.083 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.083 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.083 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.083 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-12-14 17:44:54.083 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.083 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.083 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.083 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.083 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-14 17:44:54.083 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-14 17:44:54.084 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+' 2021-12-14 17:44:54.085 | ++ lib/tempest:configure_tempest:217 : [[ -z '' ]] 2021-12-14 17:44:54.087 | ++ lib/tempest:configure_tempest:218 : [[ +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:54.088 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-14 17:44:54.088 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:54.088 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.088 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.088 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-14 17:44:54.088 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-14 17:44:54.088 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.088 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.088 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.088 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-12-14 17:44:54.088 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.088 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.088 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.088 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.088 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-14 17:44:54.088 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-14 17:44:54.088 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ =~ m1\.nano ]] 2021-12-14 17:44:54.091 | ++ lib/tempest:configure_tempest:223 : flavor_ref=42 2021-12-14 17:44:54.093 | ++ lib/tempest:configure_tempest:224 : [[ +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:54.093 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-14 17:44:54.093 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-14 17:44:54.093 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.093 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.093 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-14 17:44:54.093 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-14 17:44:54.093 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.093 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.093 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.093 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-12-14 17:44:54.093 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.093 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.093 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.093 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-14 17:44:54.094 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-14 17:44:54.094 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-14 17:44:54.094 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ =~ m1\.micro ]] 2021-12-14 17:44:54.095 | ++ lib/tempest:configure_tempest:229 : flavor_ref_alt=84 2021-12-14 17:44:54.098 | ++ lib/tempest:configure_tempest:278 : iniset /opt/stack/tempest/etc/tempest.conf network project_network_cidr 172.20.0.0/16 2021-12-14 17:44:54.136 | ++ lib/tempest:configure_tempest:280 : ssh_connect_method=floating 2021-12-14 17:44:54.139 | ++ lib/tempest:configure_tempest:286 : [[ True == \T\r\u\e ]] 2021-12-14 17:44:54.141 | ++ lib/tempest:configure_tempest:286 : is_networking_extension_supported external-net 2021-12-14 17:44:54.144 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=external-net 2021-12-14 17:44:54.147 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-12-14 17:44:56.571 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:44:56.574 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-12-14 17:44:56.574 | router-admin-state-down-before-update 2021-12-14 17:44:56.574 | agent 2021-12-14 17:44:56.574 | agent-resources-synced 2021-12-14 17:44:56.574 | allowed-address-pairs 2021-12-14 17:44:56.574 | auto-allocated-topology 2021-12-14 17:44:56.574 | availability_zone 2021-12-14 17:44:56.574 | availability_zone_filter 2021-12-14 17:44:56.574 | default-subnetpools 2021-12-14 17:44:56.574 | dhcp_agent_scheduler 2021-12-14 17:44:56.574 | dvr 2021-12-14 17:44:56.574 | empty-string-filtering 2021-12-14 17:44:56.574 | external-net 2021-12-14 17:44:56.574 | extra_dhcp_opt 2021-12-14 17:44:56.574 | extraroute 2021-12-14 17:44:56.574 | extraroute-atomic 2021-12-14 17:44:56.574 | filter-validation 2021-12-14 17:44:56.575 | fip-port-details 2021-12-14 17:44:56.575 | flavors 2021-12-14 17:44:56.575 | floatingip-pools 2021-12-14 17:44:56.575 | ip-substring-filtering 2021-12-14 17:44:56.575 | router 2021-12-14 17:44:56.575 | ext-gw-mode 2021-12-14 17:44:56.575 | l3-ha 2021-12-14 17:44:56.575 | l3-flavors 2021-12-14 17:44:56.575 | l3-port-ip-change-not-allowed 2021-12-14 17:44:56.575 | l3_agent_scheduler 2021-12-14 17:44:56.575 | metering 2021-12-14 17:44:56.575 | multi-provider 2021-12-14 17:44:56.575 | net-mtu 2021-12-14 17:44:56.575 | net-mtu-writable 2021-12-14 17:44:56.575 | network_availability_zone 2021-12-14 17:44:56.575 | network-ip-availability 2021-12-14 17:44:56.575 | pagination 2021-12-14 17:44:56.575 | port-mac-address-regenerate 2021-12-14 17:44:56.575 | binding 2021-12-14 17:44:56.575 | binding-extended 2021-12-14 17:44:56.575 | port-security 2021-12-14 17:44:56.575 | project-id 2021-12-14 17:44:56.575 | provider 2021-12-14 17:44:56.575 | quotas 2021-12-14 17:44:56.575 | quota_details 2021-12-14 17:44:56.575 | rbac-policies 2021-12-14 17:44:56.575 | rbac-address-scope 2021-12-14 17:44:56.575 | rbac-security-groups 2021-12-14 17:44:56.575 | rbac-subnetpool 2021-12-14 17:44:56.575 | revision-if-match 2021-12-14 17:44:56.575 | standard-attr-revisions 2021-12-14 17:44:56.575 | router_availability_zone 2021-12-14 17:44:56.575 | port-security-groups-filtering 2021-12-14 17:44:56.575 | security-group 2021-12-14 17:44:56.575 | service-type 2021-12-14 17:44:56.575 | sorting 2021-12-14 17:44:56.576 | standard-attr-description 2021-12-14 17:44:56.576 | stateful-security-group 2021-12-14 17:44:56.576 | subnet_onboard 2021-12-14 17:44:56.576 | subnet-service-types 2021-12-14 17:44:56.576 | subnet_allocation 2021-12-14 17:44:56.576 | subnetpool-prefix-ops 2021-12-14 17:44:56.576 | standard-attr-tag 2021-12-14 17:44:56.576 | standard-attr-timestamp' 2021-12-14 17:44:56.577 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-12-14 17:44:56.577 | router-admin-state-down-before-update 2021-12-14 17:44:56.577 | agent 2021-12-14 17:44:56.577 | agent-resources-synced 2021-12-14 17:44:56.577 | allowed-address-pairs 2021-12-14 17:44:56.577 | auto-allocated-topology 2021-12-14 17:44:56.577 | availability_zone 2021-12-14 17:44:56.577 | availability_zone_filter 2021-12-14 17:44:56.577 | default-subnetpools 2021-12-14 17:44:56.577 | dhcp_agent_scheduler 2021-12-14 17:44:56.577 | dvr 2021-12-14 17:44:56.577 | empty-string-filtering 2021-12-14 17:44:56.577 | external-net 2021-12-14 17:44:56.577 | extra_dhcp_opt 2021-12-14 17:44:56.578 | extraroute 2021-12-14 17:44:56.578 | extraroute-atomic 2021-12-14 17:44:56.578 | filter-validation 2021-12-14 17:44:56.578 | fip-port-details 2021-12-14 17:44:56.578 | flavors 2021-12-14 17:44:56.578 | floatingip-pools 2021-12-14 17:44:56.578 | ip-substring-filtering 2021-12-14 17:44:56.578 | router 2021-12-14 17:44:56.578 | ext-gw-mode 2021-12-14 17:44:56.578 | l3-ha 2021-12-14 17:44:56.578 | l3-flavors 2021-12-14 17:44:56.578 | l3-port-ip-change-not-allowed 2021-12-14 17:44:56.578 | l3_agent_scheduler 2021-12-14 17:44:56.578 | metering 2021-12-14 17:44:56.578 | multi-provider 2021-12-14 17:44:56.578 | net-mtu 2021-12-14 17:44:56.578 | net-mtu-writable 2021-12-14 17:44:56.578 | network_availability_zone 2021-12-14 17:44:56.578 | network-ip-availability 2021-12-14 17:44:56.578 | pagination 2021-12-14 17:44:56.578 | port-mac-address-regenerate 2021-12-14 17:44:56.578 | binding 2021-12-14 17:44:56.578 | binding-extended 2021-12-14 17:44:56.578 | port-security 2021-12-14 17:44:56.578 | project-id 2021-12-14 17:44:56.578 | provider 2021-12-14 17:44:56.578 | quotas 2021-12-14 17:44:56.578 | quota_details 2021-12-14 17:44:56.578 | rbac-policies 2021-12-14 17:44:56.578 | rbac-address-scope 2021-12-14 17:44:56.578 | rbac-security-groups 2021-12-14 17:44:56.578 | rbac-subnetpool 2021-12-14 17:44:56.578 | revision-if-match 2021-12-14 17:44:56.578 | standard-attr-revisions 2021-12-14 17:44:56.579 | router_availability_zone 2021-12-14 17:44:56.579 | port-security-groups-filtering 2021-12-14 17:44:56.579 | security-group 2021-12-14 17:44:56.579 | service-type 2021-12-14 17:44:56.579 | sorting 2021-12-14 17:44:56.579 | standard-attr-description 2021-12-14 17:44:56.579 | stateful-security-group 2021-12-14 17:44:56.579 | subnet_onboard 2021-12-14 17:44:56.579 | subnet-service-types 2021-12-14 17:44:56.579 | subnet_allocation 2021-12-14 17:44:56.579 | subnetpool-prefix-ops 2021-12-14 17:44:56.579 | standard-attr-tag 2021-12-14 17:44:56.579 | standard-attr-timestamp =~ external-net ]] 2021-12-14 17:44:56.580 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-12-14 17:44:56.584 | +++ lib/tempest:configure_tempest:287 : oscwrap network show -f value -c id public 2021-12-14 17:44:59.099 | +++ functions-common:oscwrap:2371 : return 0 2021-12-14 17:44:59.102 | ++ lib/tempest:configure_tempest:287 : public_network_id=b3d2256c-c519-4427-b3bb-181a657f5e18 2021-12-14 17:44:59.104 | ++ lib/tempest:configure_tempest:289 : openstack network create --share shared 2021-12-14 17:45:01.581 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:45:01.581 | | Field | Value | 2021-12-14 17:45:01.581 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:45:01.581 | | admin_state_up | UP | 2021-12-14 17:45:01.581 | | availability_zone_hints | | 2021-12-14 17:45:01.581 | | availability_zones | | 2021-12-14 17:45:01.581 | | created_at | 2021-12-14T17:45:01Z | 2021-12-14 17:45:01.582 | | description | | 2021-12-14 17:45:01.582 | | dns_domain | None | 2021-12-14 17:45:01.582 | | id | 2a3dd9b1-5cdd-4c06-8178-b674473cf628 | 2021-12-14 17:45:01.582 | | ipv4_address_scope | None | 2021-12-14 17:45:01.582 | | ipv6_address_scope | None | 2021-12-14 17:45:01.582 | | is_default | False | 2021-12-14 17:45:01.582 | | is_vlan_transparent | None | 2021-12-14 17:45:01.582 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='a00b8880f8ba46a6b8df1c11d34fd3c9', project.name='admin', region_name='RegionOne', zone= | 2021-12-14 17:45:01.582 | | mtu | 1500 | 2021-12-14 17:45:01.582 | | name | shared | 2021-12-14 17:45:01.582 | | port_security_enabled | True | 2021-12-14 17:45:01.582 | | project_id | a00b8880f8ba46a6b8df1c11d34fd3c9 | 2021-12-14 17:45:01.582 | | provider:network_type | vlan | 2021-12-14 17:45:01.582 | | provider:physical_network | physnet1 | 2021-12-14 17:45:01.582 | | provider:segmentation_id | 186 | 2021-12-14 17:45:01.582 | | qos_policy_id | None | 2021-12-14 17:45:01.582 | | revision_number | 1 | 2021-12-14 17:45:01.582 | | router:external | Internal | 2021-12-14 17:45:01.582 | | segments | None | 2021-12-14 17:45:01.582 | | shared | True | 2021-12-14 17:45:01.582 | | status | ACTIVE | 2021-12-14 17:45:01.582 | | subnets | | 2021-12-14 17:45:01.582 | | tags | | 2021-12-14 17:45:01.582 | | updated_at | 2021-12-14T17:45:01Z | 2021-12-14 17:45:01.582 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:45:01.785 | ++ lib/tempest:configure_tempest:290 : openstack subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2021-12-14 17:45:04.669 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:45:04.669 | | Field | Value | 2021-12-14 17:45:04.669 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:45:04.669 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2021-12-14 17:45:04.669 | | cidr | 192.168.233.0/24 | 2021-12-14 17:45:04.669 | | created_at | 2021-12-14T17:45:04Z | 2021-12-14 17:45:04.669 | | description | shared-subnet | 2021-12-14 17:45:04.669 | | dns_nameservers | | 2021-12-14 17:45:04.669 | | dns_publish_fixed_ip | None | 2021-12-14 17:45:04.669 | | enable_dhcp | True | 2021-12-14 17:45:04.669 | | gateway_ip | 192.168.233.1 | 2021-12-14 17:45:04.670 | | host_routes | | 2021-12-14 17:45:04.670 | | id | 5b897cca-f7fe-43fd-a0b2-b56f13cc8272 | 2021-12-14 17:45:04.670 | | ip_version | 4 | 2021-12-14 17:45:04.670 | | ipv6_address_mode | None | 2021-12-14 17:45:04.670 | | ipv6_ra_mode | None | 2021-12-14 17:45:04.670 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='a00b8880f8ba46a6b8df1c11d34fd3c9', project.name='admin', region_name='RegionOne', zone= | 2021-12-14 17:45:04.670 | | name | shared-subnet | 2021-12-14 17:45:04.670 | | network_id | 2a3dd9b1-5cdd-4c06-8178-b674473cf628 | 2021-12-14 17:45:04.670 | | prefix_length | None | 2021-12-14 17:45:04.670 | | project_id | a00b8880f8ba46a6b8df1c11d34fd3c9 | 2021-12-14 17:45:04.670 | | revision_number | 0 | 2021-12-14 17:45:04.670 | | segment_id | None | 2021-12-14 17:45:04.670 | | service_types | | 2021-12-14 17:45:04.670 | | subnetpool_id | None | 2021-12-14 17:45:04.670 | | tags | | 2021-12-14 17:45:04.670 | | updated_at | 2021-12-14T17:45:04Z | 2021-12-14 17:45:04.670 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-14 17:45:04.860 | ++ lib/tempest:configure_tempest:293 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_syslog False 2021-12-14 17:45:04.899 | ++ lib/tempest:configure_tempest:296 : iniset /opt/stack/tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2021-12-14 17:45:04.933 | ++ lib/tempest:configure_tempest:297 : mkdir -p /opt/stack/data/tempest 2021-12-14 17:45:04.937 | ++ lib/tempest:configure_tempest:298 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_stderr False 2021-12-14 17:45:04.967 | ++ lib/tempest:configure_tempest:299 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT log_file tempest.log 2021-12-14 17:45:05.000 | ++ lib/tempest:configure_tempest:300 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT debug True 2021-12-14 17:45:05.035 | ++ lib/tempest:configure_tempest:303 : iniset /opt/stack/tempest/etc/tempest.conf compute build_timeout 196 2021-12-14 17:45:05.073 | ++ lib/tempest:configure_tempest:304 : iniset /opt/stack/tempest/etc/tempest.conf volume build_timeout 196 2021-12-14 17:45:05.116 | ++ lib/tempest:configure_tempest:307 : iniset /opt/stack/tempest/etc/tempest.conf identity uri http://10.222.0.53/identity/v2.0/ 2021-12-14 17:45:05.151 | ++ lib/tempest:configure_tempest:308 : iniset /opt/stack/tempest/etc/tempest.conf identity uri_v3 http://10.222.0.53/identity/v3 2021-12-14 17:45:05.184 | ++ lib/tempest:configure_tempest:309 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2021-12-14 17:45:05.216 | ++ lib/tempest:configure_tempest:310 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_duration 10 2021-12-14 17:45:05.251 | ++ lib/tempest:configure_tempest:311 : iniset /opt/stack/tempest/etc/tempest.conf identity user_unique_last_password_count 2 2021-12-14 17:45:05.283 | ++ lib/tempest:configure_tempest:312 : [[ True == \T\r\u\e ]] 2021-12-14 17:45:05.286 | ++ lib/tempest:configure_tempest:313 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_username admin 2021-12-14 17:45:05.332 | ++ lib/tempest:configure_tempest:314 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_password Passw0rd 2021-12-14 17:45:05.373 | ++ lib/tempest:configure_tempest:315 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_project_name admin 2021-12-14 17:45:05.409 | ++ lib/tempest:configure_tempest:316 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_domain_name Default 2021-12-14 17:45:05.441 | ++ lib/tempest:configure_tempest:318 : '[' False == True ']' 2021-12-14 17:45:05.444 | ++ lib/tempest:configure_tempest:323 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2021-12-14 17:45:05.479 | ++ lib/tempest:configure_tempest:325 : iniset /opt/stack/tempest/etc/tempest.conf identity auth_version v3 2021-12-14 17:45:05.514 | ++ lib/tempest:configure_tempest:326 : [[ '' != \v\2 ]] 2021-12-14 17:45:05.517 | ++ lib/tempest:configure_tempest:328 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2021-12-14 17:45:05.550 | ++ lib/tempest:configure_tempest:331 : is_service_enabled tls-proxy 2021-12-14 17:45:05.570 | ++ functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:45:05.572 | ++ lib/tempest:configure_tempest:336 : [[ True = True ]] 2021-12-14 17:45:05.575 | ++ lib/tempest:configure_tempest:337 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2021-12-14 17:45:05.607 | ++ lib/tempest:configure_tempest:342 : is_service_enabled ldap 2021-12-14 17:45:05.627 | ++ functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:45:05.630 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled project_tags True 2021-12-14 17:45:05.662 | ++ lib/tempest:configure_tempest:352 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2021-12-14 17:45:05.701 | ++ lib/tempest:configure_tempest:357 : [[ ! -z '' ]] 2021-12-14 17:45:05.704 | ++ lib/tempest:configure_tempest:360 : '[' libvirt = xenserver ']' 2021-12-14 17:45:05.706 | ++ lib/tempest:configure_tempest:365 : '[' False '!=' True ']' 2021-12-14 17:45:05.709 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled api_v1 False 2021-12-14 17:45:05.744 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref 1e7ba986-b101-4769-840a-16616c944c35 2021-12-14 17:45:05.778 | ++ lib/tempest:configure_tempest:371 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt 1e7ba986-b101-4769-840a-16616c944c35 2021-12-14 17:45:05.811 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref 42 2021-12-14 17:45:05.843 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref_alt 84 2021-12-14 17:45:05.876 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack/tempest/etc/tempest.conf validation connect_method floating 2021-12-14 17:45:05.914 | ++ lib/tempest:configure_tempest:375 : is_service_enabled neutron 2021-12-14 17:45:05.935 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:45:05.938 | ++ lib/tempest:configure_tempest:383 : [[ -n '' ]] 2021-12-14 17:45:05.941 | ++ lib/tempest:configure_tempest:393 : local tempest_compute_min_microversion=None 2021-12-14 17:45:05.944 | ++ lib/tempest:configure_tempest:394 : local tempest_compute_max_microversion=2.87 2021-12-14 17:45:05.947 | ++ lib/tempest:configure_tempest:397 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2021-12-14 17:45:05.949 | ++ lib/tempest:configure_tempest:401 : '[' None == None ']' 2021-12-14 17:45:05.959 | ++ lib/tempest:configure_tempest:402 : inicomment /opt/stack/tempest/etc/tempest.conf compute min_microversion 2021-12-14 17:45:05.986 | ++ lib/tempest:configure_tempest:406 : '[' 2.87 == None ']' 2021-12-14 17:45:05.989 | ++ lib/tempest:configure_tempest:409 : iniset /opt/stack/tempest/etc/tempest.conf compute max_microversion 2.87 2021-12-14 17:45:06.026 | ++ lib/tempest:configure_tempest:412 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled personality False 2021-12-14 17:45:06.066 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled resize True 2021-12-14 17:45:06.095 | ++ lib/tempest:configure_tempest:414 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migration False 2021-12-14 17:45:06.126 | ++ lib/tempest:configure_tempest:415 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False 2021-12-14 17:45:06.161 | ++ lib/tempest:configure_tempest:416 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration True 2021-12-14 17:45:06.190 | ++ lib/tempest:configure_tempest:417 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2021-12-14 17:45:06.219 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume False 2021-12-14 17:45:06.249 | ++ lib/tempest:configure_tempest:419 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled xenapi_apis True 2021-12-14 17:45:06.279 | ++ lib/tempest:configure_tempest:420 : [[ -n AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2021-12-14 17:45:06.282 | ++ lib/tempest:configure_tempest:421 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2021-12-14 17:45:06.317 | ++ lib/tempest:configure_tempest:424 : [[ False == \T\r\u\e ]] 2021-12-14 17:45:06.325 | ++ lib/tempest:configure_tempest:428 : is_service_enabled n-novnc 2021-12-14 17:45:06.343 | ++ functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:45:06.346 | ++ lib/tempest:configure_tempest:433 : iniset /opt/stack/tempest/etc/tempest.conf network project_networks_reachable false 2021-12-14 17:45:06.386 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack/tempest/etc/tempest.conf network public_network_id b3d2256c-c519-4427-b3bb-181a657f5e18 2021-12-14 17:45:06.422 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack/tempest/etc/tempest.conf network public_router_id '' 2021-12-14 17:45:06.458 | ++ lib/tempest:configure_tempest:436 : iniset /opt/stack/tempest/etc/tempest.conf network default_network 172.20.0.0/16 2021-12-14 17:45:06.492 | ++ lib/tempest:configure_tempest:437 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6 True 2021-12-14 17:45:06.531 | ++ lib/tempest:configure_tempest:438 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2021-12-14 17:45:06.567 | ++ lib/tempest:configure_tempest:439 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled port_security True 2021-12-14 17:45:06.603 | ++ lib/tempest:configure_tempest:442 : '[' libvirt = xenserver ']' 2021-12-14 17:45:06.605 | ++ lib/tempest:configure_tempest:448 : SCENARIO_IMAGE_DIR=/home/ubuntu/devstack/files 2021-12-14 17:45:06.607 | ++ lib/tempest:configure_tempest:449 : SCENARIO_IMAGE_FILE= 2021-12-14 17:45:06.610 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack/tempest/etc/tempest.conf scenario img_file /home/ubuntu/devstack/files/ 2021-12-14 17:45:06.643 | ++ lib/tempest:configure_tempest:454 : TEMPEST_SSH_NETWORK_NAME=private 2021-12-14 17:45:06.646 | ++ lib/tempest:configure_tempest:455 : is_provider_network 2021-12-14 17:45:06.648 | ++ functions-common:is_provider_network:2180 : '[' '' == True ']' 2021-12-14 17:45:06.651 | ++ functions-common:is_provider_network:2183 : return 1 2021-12-14 17:45:06.653 | ++ lib/tempest:configure_tempest:459 : iniset /opt/stack/tempest/etc/tempest.conf validation run_validation True 2021-12-14 17:45:06.680 | ++ lib/tempest:configure_tempest:460 : iniset /opt/stack/tempest/etc/tempest.conf validation ip_version_for_ssh 4 2021-12-14 17:45:06.708 | ++ lib/tempest:configure_tempest:461 : iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196 2021-12-14 17:45:06.739 | ++ lib/tempest:configure_tempest:462 : iniset /opt/stack/tempest/etc/tempest.conf validation image_ssh_user cirros 2021-12-14 17:45:06.772 | ++ lib/tempest:configure_tempest:463 : iniset /opt/stack/tempest/etc/tempest.conf validation network_for_ssh private 2021-12-14 17:45:06.803 | ++ lib/tempest:configure_tempest:470 : [[ -n '' ]] 2021-12-14 17:45:06.805 | ++ lib/tempest:configure_tempest:474 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-12-14 17:45:06.809 | ++ lib/tempest:configure_tempest:475 : TEMPEST_VOLUME_MANAGE_SNAPSHOT=True 2021-12-14 17:45:06.812 | +++ lib/tempest:configure_tempest:477 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2021-12-14 17:45:06.833 | ++ lib/tempest:configure_tempest:477 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_snapshot True 2021-12-14 17:45:06.863 | ++ lib/tempest:configure_tempest:479 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-12-14 17:45:06.865 | ++ lib/tempest:configure_tempest:480 : TEMPEST_VOLUME_MANAGE_VOLUME=True 2021-12-14 17:45:06.869 | +++ lib/tempest:configure_tempest:482 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2021-12-14 17:45:06.885 | ++ lib/tempest:configure_tempest:482 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_volume True 2021-12-14 17:45:06.914 | ++ lib/tempest:configure_tempest:485 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-12-14 17:45:06.916 | ++ lib/tempest:configure_tempest:485 : '[' libvirt = libvirt ']' 2021-12-14 17:45:06.919 | ++ lib/tempest:configure_tempest:486 : TEMPEST_EXTEND_ATTACHED_VOLUME=True 2021-12-14 17:45:06.922 | +++ lib/tempest:configure_tempest:488 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2021-12-14 17:45:06.938 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume True 2021-12-14 17:45:06.968 | ++ lib/tempest:configure_tempest:490 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-12-14 17:45:06.971 | ++ lib/tempest:configure_tempest:491 : TEMPEST_VOLUME_REVERT_TO_SNAPSHOT=True 2021-12-14 17:45:06.974 | +++ lib/tempest:configure_tempest:493 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2021-12-14 17:45:06.993 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_revert True 2021-12-14 17:45:07.024 | ++ lib/tempest:configure_tempest:494 : local tempest_volume_min_microversion=None 2021-12-14 17:45:07.027 | ++ lib/tempest:configure_tempest:495 : local tempest_volume_max_microversion=3.60 2021-12-14 17:45:07.030 | ++ lib/tempest:configure_tempest:498 : [[ '' == \v\o\l\u\m\e\v\2 ]] 2021-12-14 17:45:07.032 | ++ lib/tempest:configure_tempest:502 : '[' None == None ']' 2021-12-14 17:45:07.035 | ++ lib/tempest:configure_tempest:503 : inicomment /opt/stack/tempest/etc/tempest.conf volume min_microversion 2021-12-14 17:45:07.058 | ++ lib/tempest:configure_tempest:508 : '[' 3.60 == None ']' 2021-12-14 17:45:07.061 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack/tempest/etc/tempest.conf volume max_microversion 3.60 2021-12-14 17:45:07.090 | ++ lib/tempest:configure_tempest:514 : is_service_enabled c-bak 2021-12-14 17:45:07.109 | ++ functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:45:07.112 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled backup False 2021-12-14 17:45:07.144 | ++ lib/tempest:configure_tempest:521 : [[ -n lvm:lvmdriver-1 ]] 2021-12-14 17:45:07.147 | ++ lib/tempest:configure_tempest:521 : [[ lvm:lvmdriver-1 =~ .*,.* ]] 2021-12-14 17:45:07.149 | ++ lib/tempest:configure_tempest:541 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2021-12-14 17:45:07.152 | ++ lib/tempest:configure_tempest:545 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2021-12-14 17:45:07.155 | ++ lib/tempest:configure_tempest:555 : local tempest_placement_min_microversion=None 2021-12-14 17:45:07.157 | ++ lib/tempest:configure_tempest:556 : local tempest_placement_max_microversion=1.36 2021-12-14 17:45:07.160 | ++ lib/tempest:configure_tempest:557 : '[' None == None ']' 2021-12-14 17:45:07.162 | ++ lib/tempest:configure_tempest:558 : inicomment /opt/stack/tempest/etc/tempest.conf placement min_microversion 2021-12-14 17:45:07.185 | ++ lib/tempest:configure_tempest:562 : '[' 1.36 == None ']' 2021-12-14 17:45:07.187 | ++ lib/tempest:configure_tempest:565 : iniset /opt/stack/tempest/etc/tempest.conf placement max_microversion 1.36 2021-12-14 17:45:07.220 | ++ lib/tempest:configure_tempest:569 : '[' libvirt = ironic ']' 2021-12-14 17:45:07.223 | ++ lib/tempest:configure_tempest:583 : '[' libvirt = libvirt ']' 2021-12-14 17:45:07.226 | ++ lib/tempest:configure_tempest:585 : '[' kvm = lxc ']' 2021-12-14 17:45:07.228 | ++ lib/tempest:configure_tempest:592 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled stable_rescue True 2021-12-14 17:45:07.265 | ++ lib/tempest:configure_tempest:593 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume True 2021-12-14 17:45:07.296 | ++ lib/tempest:configure_tempest:606 : local service 2021-12-14 17:45:07.299 | ++ lib/tempest:configure_tempest:607 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2021-12-14 17:45:07.302 | ++ lib/tempest:configure_tempest:608 : for service in ${tempest_services//,/ } 2021-12-14 17:45:07.305 | ++ lib/tempest:configure_tempest:609 : is_service_enabled key 2021-12-14 17:45:07.330 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:45:07.336 | ++ lib/tempest:configure_tempest:610 : iniset /opt/stack/tempest/etc/tempest.conf service_available key True 2021-12-14 17:45:07.386 | ++ lib/tempest:configure_tempest:608 : for service in ${tempest_services//,/ } 2021-12-14 17:45:07.390 | ++ lib/tempest:configure_tempest:609 : is_service_enabled glance 2021-12-14 17:45:07.413 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:45:07.416 | ++ lib/tempest:configure_tempest:610 : iniset /opt/stack/tempest/etc/tempest.conf service_available glance True 2021-12-14 17:45:07.454 | ++ lib/tempest:configure_tempest:608 : for service in ${tempest_services//,/ } 2021-12-14 17:45:07.458 | ++ lib/tempest:configure_tempest:609 : is_service_enabled nova 2021-12-14 17:45:07.477 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:45:07.480 | ++ lib/tempest:configure_tempest:610 : iniset /opt/stack/tempest/etc/tempest.conf service_available nova True 2021-12-14 17:45:07.515 | ++ lib/tempest:configure_tempest:608 : for service in ${tempest_services//,/ } 2021-12-14 17:45:07.518 | ++ lib/tempest:configure_tempest:609 : is_service_enabled neutron 2021-12-14 17:45:07.537 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:45:07.540 | ++ lib/tempest:configure_tempest:610 : iniset /opt/stack/tempest/etc/tempest.conf service_available neutron True 2021-12-14 17:45:07.578 | ++ lib/tempest:configure_tempest:608 : for service in ${tempest_services//,/ } 2021-12-14 17:45:07.581 | ++ lib/tempest:configure_tempest:609 : is_service_enabled cinder 2021-12-14 17:45:07.600 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:45:07.603 | ++ lib/tempest:configure_tempest:610 : iniset /opt/stack/tempest/etc/tempest.conf service_available cinder True 2021-12-14 17:45:07.640 | ++ lib/tempest:configure_tempest:608 : for service in ${tempest_services//,/ } 2021-12-14 17:45:07.643 | ++ lib/tempest:configure_tempest:609 : is_service_enabled swift 2021-12-14 17:45:07.661 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:45:07.664 | ++ lib/tempest:configure_tempest:610 : iniset /opt/stack/tempest/etc/tempest.conf service_available swift True 2021-12-14 17:45:07.696 | ++ lib/tempest:configure_tempest:608 : for service in ${tempest_services//,/ } 2021-12-14 17:45:07.699 | ++ lib/tempest:configure_tempest:609 : is_service_enabled horizon 2021-12-14 17:45:07.719 | ++ functions-common:is_service_enabled:1987 : return 1 2021-12-14 17:45:07.722 | ++ lib/tempest:configure_tempest:612 : iniset /opt/stack/tempest/etc/tempest.conf service_available horizon False 2021-12-14 17:45:07.759 | ++ lib/tempest:configure_tempest:616 : '[' libvirt = libvirt ']' 2021-12-14 17:45:07.763 | ++ lib/tempest:configure_tempest:616 : '[' kvm = lxc ']' 2021-12-14 17:45:07.766 | ++ lib/tempest:configure_tempest:626 : local tmp_cfg_file 2021-12-14 17:45:07.769 | +++ lib/tempest:configure_tempest:627 : mktemp 2021-12-14 17:45:07.774 | ++ lib/tempest:configure_tempest:627 : tmp_cfg_file=/tmp/tmp.3s35LwVCmC 2021-12-14 17:45:07.777 | ++ lib/tempest:configure_tempest:628 : cd /opt/stack/tempest 2021-12-14 17:45:07.780 | ++ lib/tempest:configure_tempest:629 : [[ False != \T\r\u\e ]] 2021-12-14 17:45:07.782 | ++ lib/tempest:configure_tempest:630 : tox -revenv-tempest --notest 2021-12-14 17:45:08.534 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2021-12-14 17:45:09.520 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-12-14 17:45:29.699 | venv-tempest develop-inst: /opt/stack/tempest 2021-12-14 17:45:35.245 | venv-tempest installed: attrs==21.2.0,autopage==0.4.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.9,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.0,debtcollector==2.3.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==3.3,importlib-metadata==4.8.2,importlib-resources==5.4.0,iso8601==1.0.2,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,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.0,packaging==21.3,paramiko==2.8.1,pbr==5.8.0,prettytable==2.4.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==3.0.6,pyperclip==1.8.2,pyrsistent==0.18.0,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.26.0,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@24864bac273ff5d91dfda4723c46e0f0868c686d#egg=tempest,testtools==2.5.0,traceback2==1.4.0,typing-extensions==4.0.1,unittest2==1.1.0,urllib3==1.26.7,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3,zipp==3.6.0 2021-12-14 17:45:35.245 | ___________________________________ summary ____________________________________ 2021-12-14 17:45:35.246 | venv-tempest: skipped tests 2021-12-14 17:45:35.246 | congratulations :) 2021-12-14 17:45:35.276 | ++ lib/tempest:configure_tempest:633 : local tmp_u_c_m 2021-12-14 17:45:35.280 | +++ lib/tempest:configure_tempest:634 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2021-12-14 17:45:35.284 | ++ lib/tempest:configure_tempest:634 : tmp_u_c_m=/tmp/tempest_u_c_m.56L5nkDHYb 2021-12-14 17:45:35.286 | ++ lib/tempest:configure_tempest:635 : set_tempest_venv_constraints /tmp/tempest_u_c_m.56L5nkDHYb 2021-12-14 17:45:35.289 | ++ lib/tempest:set_tempest_venv_constraints:114 : local tmp_c 2021-12-14 17:45:35.291 | ++ lib/tempest:set_tempest_venv_constraints:115 : tmp_c=/tmp/tempest_u_c_m.56L5nkDHYb 2021-12-14 17:45:35.294 | ++ lib/tempest:set_tempest_venv_constraints:116 : [[ master == \m\a\s\t\e\r ]] 2021-12-14 17:45:35.297 | ++ lib/tempest:set_tempest_venv_constraints:117 : cd /opt/stack/requirements 2021-12-14 17:45:35.299 | ++ lib/tempest:set_tempest_venv_constraints:117 : git show origin/master:upper-constraints.txt 2021-12-14 17:45:35.305 | ++ lib/tempest:configure_tempest:636 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.56L5nkDHYb -r requirements.txt 2021-12-14 17:45:37.073 | /opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/setuptools/command/easy_install.py:159: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2021-12-14 17:45:37.073 | EasyInstallDeprecationWarning, 2021-12-14 17:45:37.073 | /opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2021-12-14 17:45:37.073 | setuptools.SetuptoolsDeprecationWarning, 2021-12-14 17:45:37.166 | venv-tempest develop-inst-noop: /opt/stack/tempest 2021-12-14 17:45:37.667 | venv-tempest installed: attrs==21.2.0,autopage==0.4.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.9,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.0,debtcollector==2.3.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==3.3,importlib-metadata==4.8.2,importlib-resources==5.4.0,iso8601==1.0.2,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,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.0,packaging==21.3,paramiko==2.8.1,pbr==5.8.0,prettytable==2.4.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==3.0.6,pyperclip==1.8.2,pyrsistent==0.18.0,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.26.0,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@24864bac273ff5d91dfda4723c46e0f0868c686d#egg=tempest,testtools==2.5.0,traceback2==1.4.0,typing-extensions==4.0.1,unittest2==1.1.0,urllib3==1.26.7,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3,zipp==3.6.0 2021-12-14 17:45:37.668 | venv-tempest run-test-pre: PYTHONHASHSEED='1478285048' 2021-12-14 17:45:37.668 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.56L5nkDHYb -r requirements.txt 2021-12-14 17:45:38.356 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:38.406 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:38.483 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:38.516 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:38.561 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:38.730 | Ignoring funcparserlib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:38.758 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:38.783 | Ignoring nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:38.824 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:38.901 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:38.974 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:38.978 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:39.074 | Ignoring kombu: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:39.092 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:39.149 | Ignoring jaeger-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:39.211 | Ignoring decorator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:39.295 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:39.303 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:45:39.336 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:45:39.338 | Requirement already satisfied: oslo.concurrency===4.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 26)) (4.5.0) 2021-12-14 17:45:39.350 | Requirement already satisfied: pbr===5.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 47)) (5.8.0) 2021-12-14 17:45:39.352 | Requirement already satisfied: oslo.i18n===5.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 54)) (5.1.0) 2021-12-14 17:45:39.358 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 65)) (3.0.0) 2021-12-14 17:45:39.370 | Requirement already satisfied: debtcollector===2.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 122)) (2.3.0) 2021-12-14 17:45:39.382 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 140)) (0.8.0) 2021-12-14 17:45:39.389 | Requirement already satisfied: prettytable===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 149)) (2.4.0) 2021-12-14 17:45:39.403 | Requirement already satisfied: paramiko===2.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 175)) (2.8.1) 2021-12-14 17:45:39.440 | Requirement already satisfied: urllib3===1.26.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 180)) (1.26.7) 2021-12-14 17:45:39.463 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 185)) (1.4.0) 2021-12-14 17:45:39.478 | Requirement already satisfied: PyYAML===6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 189)) (6.0) 2021-12-14 17:45:39.481 | Requirement already satisfied: cryptography===36.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 194)) (36.0.0) 2021-12-14 17:45:39.537 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 212)) (1.1.0) 2021-12-14 17:45:39.545 | Requirement already satisfied: bcrypt===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 220)) (3.2.0) 2021-12-14 17:45:39.556 | Requirement already satisfied: cliff===3.10.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 258)) (3.10.0) 2021-12-14 17:45:39.575 | Requirement already satisfied: oslo.log===4.6.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 293)) (4.6.1) 2021-12-14 17:45:39.618 | Requirement already satisfied: importlib-metadata===4.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 297)) (4.8.2) 2021-12-14 17:45:39.663 | Requirement already satisfied: stestr===3.2.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 323)) (3.2.1) 2021-12-14 17:45:39.692 | Requirement already satisfied: oslo.serialization===4.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 324)) (4.2.0) 2021-12-14 17:45:39.701 | Requirement already satisfied: autopage===0.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 335)) (0.4.0) 2021-12-14 17:45:39.705 | Requirement already satisfied: testtools===2.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 364)) (2.5.0) 2021-12-14 17:45:39.716 | Requirement already satisfied: PyNaCl===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 404)) (1.4.0) 2021-12-14 17:45:39.729 | Requirement already satisfied: msgpack===1.0.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 412)) (1.0.3) 2021-12-14 17:45:39.733 | Requirement already satisfied: oslo.config===8.7.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 414)) (8.7.1) 2021-12-14 17:45:39.778 | Requirement already satisfied: pyparsing===3.0.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 429)) (3.0.6) 2021-12-14 17:45:39.784 | Requirement already satisfied: stevedore===3.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 441)) (3.5.0) 2021-12-14 17:45:39.793 | Requirement already satisfied: cmd2===2.3.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 451)) (2.3.3) 2021-12-14 17:45:39.854 | Requirement already satisfied: six===1.16.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 469)) (1.16.0) 2021-12-14 17:45:39.857 | Requirement already satisfied: wrapt===1.13.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 500)) (1.13.3) 2021-12-14 17:45:39.861 | Requirement already satisfied: rfc3986===1.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 511)) (1.5.0) 2021-12-14 17:45:39.866 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 516)) (0.18.2) 2021-12-14 17:45:39.869 | Requirement already satisfied: importlib-resources===5.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 545)) (5.4.0) 2021-12-14 17:45:39.897 | Requirement already satisfied: cffi===1.15.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 562)) (1.15.0) 2021-12-14 17:45:39.901 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 565)) (3.2.0) 2021-12-14 17:45:39.933 | Requirement already satisfied: zipp===3.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 578)) (3.6.0) 2021-12-14 17:45:39.959 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 593)) (0.14.1) 2021-12-14 17:45:39.965 | Requirement already satisfied: oslo.utils===4.12.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 600)) (4.12.0) 2021-12-14 17:45:39.981 | Requirement already satisfied: python-dateutil===2.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 606)) (2.8.2) 2021-12-14 17:45:39.986 | Requirement already satisfied: pytz===2021.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 611)) (2021.3) 2021-12-14 17:45:39.991 | Requirement already satisfied: setuptools===59.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 620)) (59.5.0) 2021-12-14 17:45:40.044 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 146)) (0.2.5) 2021-12-14 17:45:40.050 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 170)) (1.0.0) 2021-12-14 17:45:40.053 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.6/site-packages (from unittest2===1.1.0->-c /tmp/tempest_u_c_m.56L5nkDHYb (line 212)) (1.4.0) 2021-12-14 17:45:40.056 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 153)) (1.4.0) 2021-12-14 17:45:40.060 | Requirement already satisfied: oslo.context===3.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 57)) (3.4.0) 2021-12-14 17:45:40.066 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 121)) (0.9.6) 2021-12-14 17:45:40.068 | Requirement already satisfied: typing_extensions===4.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 172)) (4.0.1) 2021-12-14 17:45:40.071 | Requirement already satisfied: voluptuous===0.12.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 2)) (0.12.2) 2021-12-14 17:45:40.076 | Requirement already satisfied: requests===2.26.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 230)) (2.26.0) 2021-12-14 17:45:40.105 | Requirement already satisfied: pyperclip===1.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 283)) (1.8.2) 2021-12-14 17:45:40.108 | Requirement already satisfied: attrs===21.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 50)) (21.2.0) 2021-12-14 17:45:40.167 | Requirement already satisfied: pycparser===2.21 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 187)) (2.21) 2021-12-14 17:45:40.170 | Requirement already satisfied: pyrsistent===0.18.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 509)) (0.18.0) 2021-12-14 17:45:40.175 | Requirement already satisfied: monotonic===1.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 531)) (1.6) 2021-12-14 17:45:40.177 | Requirement already satisfied: netifaces===0.11.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 538)) (0.11.0) 2021-12-14 17:45:40.181 | Requirement already satisfied: packaging===21.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 350)) (21.3) 2021-12-14 17:45:40.188 | Requirement already satisfied: iso8601===1.0.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 378)) (1.0.2) 2021-12-14 17:45:40.191 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 380)) (1.0.0) 2021-12-14 17:45:40.194 | Requirement already satisfied: charset-normalizer===2.0.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 586)) (2.0.9) 2021-12-14 17:45:40.200 | Requirement already satisfied: idna===3.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.56L5nkDHYb (line 382)) (3.3) 2021-12-14 17:45:40.203 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.6/site-packages (from requests===2.26.0->-c /tmp/tempest_u_c_m.56L5nkDHYb (line 230)) (2021.10.8) 2021-12-14 17:45:40.297 | WARNING: You are using pip version 20.0.2; however, version 21.3.1 is available. 2021-12-14 17:45:40.297 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2021-12-14 17:45:40.366 | ___________________________________ summary ____________________________________ 2021-12-14 17:45:40.366 | venv-tempest: commands succeeded 2021-12-14 17:45:40.366 | congratulations :) 2021-12-14 17:45:40.398 | ++ lib/tempest:configure_tempest:637 : rm -f /tmp/tempest_u_c_m.56L5nkDHYb 2021-12-14 17:45:40.402 | ++ lib/tempest:configure_tempest:640 : iniset /opt/stack/tempest/etc/tempest.conf auth tempest_roles member 2021-12-14 17:45:40.429 | ++ lib/tempest:configure_tempest:641 : [[ False == \T\r\u\e ]] 2021-12-14 17:45:40.431 | ++ lib/tempest:configure_tempest:649 : [[ True == \F\a\l\s\e ]] 2021-12-14 17:45:40.434 | ++ lib/tempest:configure_tempest:653 : iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True 2021-12-14 17:45:40.462 | ++ lib/tempest:configure_tempest:659 : tox -evenv -- tempest verify-config -uro /tmp/tmp.3s35LwVCmC 2021-12-14 17:45:41.114 | venv create: /opt/stack/tempest/.tox/venv 2021-12-14 17:45:41.797 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2021-12-14 17:46:11.901 | venv develop-inst: /opt/stack/tempest 2021-12-14 17:46:19.856 | venv installed: alabaster==0.7.12,attrs==21.2.0,autopage==0.4.0,Babel==2.9.1,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.9,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.0,debtcollector==2.3.0,docutils==0.17.1,dulwich==0.20.26,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==3.3,imagesize==1.3.0,importlib-metadata==4.8.2,importlib-resources==5.4.0,iso8601==1.0.2,Jinja2==3.0.3,jsonschema==3.2.0,linecache2==1.0.0,MarkupSafe==2.0.1,monotonic==1.6,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.0,packaging==21.3,paramiko==2.8.1,pbr==5.8.0,prettytable==2.4.0,pycparser==2.21,Pygments==2.10.0,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==3.0.6,pyperclip==1.8.2,pyrsistent==0.18.0,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,reno==3.5.0,requests==2.26.0,rfc3986==1.5.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==4.3.1,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@24864bac273ff5d91dfda4723c46e0f0868c686d#egg=tempest,testtools==2.5.0,traceback2==1.4.0,typing-extensions==4.0.1,unittest2==1.1.0,urllib3==1.26.7,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3,zipp==3.6.0 2021-12-14 17:46:19.856 | venv run-test-pre: PYTHONHASHSEED='2982012914' 2021-12-14 17:46:19.856 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.3s35LwVCmC 2021-12-14 17:46:23.510 | /opt/stack/tempest/tempest/lib/services/image/v1/__init__.py:28: 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. 2021-12-14 17:46:23.510 | "supporting stable Ussuri.", DeprecationWarning) 2021-12-14 17:46:23.510 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:54: 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. 2021-12-14 17:46:23.510 | "supporting stable wallaby.", DeprecationWarning) 2021-12-14 17:46:23.510 | /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 2021-12-14 17:46:23.510 | _client = klass(auth_provider=auth_provider, **kwargs) 2021-12-14 17:46:23.510 | Config option api_v2 in group image-feature-enabled should be changed to: False 2021-12-14 17:46:23.636 | ___________________________________ summary ____________________________________ 2021-12-14 17:46:23.636 | venv: commands succeeded 2021-12-14 17:46:23.636 | congratulations :) 2021-12-14 17:46:23.673 | ++ lib/tempest:configure_tempest:664 : is_service_enabled q-metering 2021-12-14 17:46:23.692 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:46:23.695 | ++ lib/tempest:configure_tempest:669 : is_service_enabled q-l3 2021-12-14 17:46:23.712 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-14 17:46:23.715 | ++ lib/tempest:configure_tempest:673 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2021-12-14 17:46:23.718 | ++ lib/tempest:configure_tempest:674 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2021-12-14 17:46:23.721 | ++ lib/tempest:configure_tempest:675 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2021-12-14 17:46:23.724 | ++ lib/tempest:configure_tempest:676 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2021-12-14 17:46:23.726 | ++ lib/tempest:configure_tempest:677 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2021-12-14 17:46:23.729 | ++ lib/tempest:configure_tempest:678 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2021-12-14 17:46:23.732 | ++ lib/tempest:configure_tempest:679 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2021-12-14 17:46:23.734 | ++ lib/tempest:configure_tempest:680 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2021-12-14 17:46:23.737 | ++ lib/tempest:configure_tempest:681 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2021-12-14 17:46:23.739 | ++ lib/tempest:configure_tempest:682 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2021-12-14 17:46:23.742 | ++ lib/tempest:configure_tempest:683 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2021-12-14 17:46:23.745 | ++ lib/tempest:configure_tempest:684 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2021-12-14 17:46:23.747 | ++ lib/tempest:configure_tempest:685 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2021-12-14 17:46:23.750 | ++ lib/tempest:configure_tempest:687 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag_ports_during_bulk_creation,stateful_security_group 2021-12-14 17:46:23.753 | ++ lib/tempest:configure_tempest:689 : 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 2021-12-14 17:46:23.756 | ++ lib/tempest:configure_tempest:690 : [[ ! -z '' ]] 2021-12-14 17:46:23.759 | ++ lib/tempest:configure_tempest:696 : [[ -n '' ]] 2021-12-14 17:46:23.762 | ++ lib/tempest:configure_tempest:699 : 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 2021-12-14 17:46:23.796 | ++ lib/tempest:configure_tempest:701 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2021-12-14 17:46:23.798 | ++ lib/tempest:configure_tempest:702 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2021-12-14 17:46:23.801 | ++ lib/tempest:configure_tempest:703 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2021-12-14 17:46:23.804 | ++ lib/tempest:configure_tempest:704 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2021-12-14 17:46:23.807 | ++ lib/tempest:configure_tempest:705 : [[ ! -z '' ]] 2021-12-14 17:46:23.810 | ++ lib/tempest:configure_tempest:711 : 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 2021-12-14 17:46:23.844 | ++ lib/tempest:configure_tempest:721 : local network_available_features= 2021-12-14 17:46:23.849 | ++ lib/tempest:configure_tempest:722 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled available_features 2021-12-14 17:46:23.876 | ++ lib/tempest:configure_tempest:724 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2021-12-14 17:46:23.879 | ++ lib/tempest:configure_tempest:725 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2021-12-14 17:46:23.882 | ++ lib/tempest:configure_tempest:726 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2021-12-14 17:46:23.885 | ++ lib/tempest:configure_tempest:727 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2021-12-14 17:46:23.887 | ++ lib/tempest:configure_tempest:728 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2021-12-14 17:46:23.891 | ++ lib/tempest:configure_tempest:729 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2021-12-14 17:46:23.893 | ++ lib/tempest:configure_tempest:730 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2021-12-14 17:46:23.896 | ++ lib/tempest:configure_tempest:731 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2021-12-14 17:46:23.899 | ++ lib/tempest:configure_tempest:732 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2021-12-14 17:46:23.902 | ++ lib/tempest:configure_tempest:733 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2021-12-14 17:46:23.905 | ++ lib/tempest:configure_tempest:734 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2021-12-14 17:46:23.909 | ++ lib/tempest:configure_tempest:735 : 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 2021-12-14 17:46:23.913 | ++ lib/tempest:configure_tempest:736 : [[ ! -z '' ]] 2021-12-14 17:46:23.916 | ++ lib/tempest:configure_tempest:742 : 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 2021-12-14 17:46:23.948 | ++ lib/tempest:configure_tempest:745 : IFS=' 2021-12-14 17:46:23.948 | ' 2021-12-14 17:46:23.951 | ++ extras.d/80-tempest.sh:source:22 : echo_summary 'Installing Tempest Plugins' 2021-12-14 17:46:23.954 | ++ ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-14 17:46:23.956 | ++ ./stack.sh:echo_summary:428 : echo -e Installing Tempest Plugins 2021-12-14 17:46:23.959 | ++ extras.d/80-tempest.sh:source:23 : install_tempest_plugins 2021-12-14 17:46:23.962 | ++ lib/tempest:install_tempest_plugins:774 : pushd /opt/stack/tempest 2021-12-14 17:46:23.963 | /opt/stack/tempest /opt/stack/tempest 2021-12-14 17:46:23.965 | ++ lib/tempest:install_tempest_plugins:775 : [[ /opt/stack/cinder-tempest-plugin != 0 ]] 2021-12-14 17:46:23.968 | ++ lib/tempest:install_tempest_plugins:776 : local tmp_u_c_m 2021-12-14 17:46:23.972 | +++ lib/tempest:install_tempest_plugins:777 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2021-12-14 17:46:23.977 | ++ lib/tempest:install_tempest_plugins:777 : tmp_u_c_m=/tmp/tempest_u_c_m.MVujJT42Yw 2021-12-14 17:46:23.980 | ++ lib/tempest:install_tempest_plugins:778 : set_tempest_venv_constraints /tmp/tempest_u_c_m.MVujJT42Yw 2021-12-14 17:46:23.984 | ++ lib/tempest:set_tempest_venv_constraints:114 : local tmp_c 2021-12-14 17:46:23.986 | ++ lib/tempest:set_tempest_venv_constraints:115 : tmp_c=/tmp/tempest_u_c_m.MVujJT42Yw 2021-12-14 17:46:23.989 | ++ lib/tempest:set_tempest_venv_constraints:116 : [[ master == \m\a\s\t\e\r ]] 2021-12-14 17:46:23.993 | ++ lib/tempest:set_tempest_venv_constraints:117 : cd /opt/stack/requirements 2021-12-14 17:46:23.995 | ++ lib/tempest:set_tempest_venv_constraints:117 : git show origin/master:upper-constraints.txt 2021-12-14 17:46:24.005 | ++ lib/tempest:install_tempest_plugins:779 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.MVujJT42Yw /opt/stack/cinder-tempest-plugin 2021-12-14 17:46:25.881 | /opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/setuptools/command/easy_install.py:159: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2021-12-14 17:46:25.881 | EasyInstallDeprecationWarning, 2021-12-14 17:46:25.881 | /opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2021-12-14 17:46:25.881 | setuptools.SetuptoolsDeprecationWarning, 2021-12-14 17:46:25.986 | venv-tempest develop-inst-noop: /opt/stack/tempest 2021-12-14 17:46:26.535 | venv-tempest installed: attrs==21.2.0,autopage==0.4.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.9,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.0,debtcollector==2.3.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==3.3,importlib-metadata==4.8.2,importlib-resources==5.4.0,iso8601==1.0.2,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,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.0,packaging==21.3,paramiko==2.8.1,pbr==5.8.0,prettytable==2.4.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==3.0.6,pyperclip==1.8.2,pyrsistent==0.18.0,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.26.0,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@24864bac273ff5d91dfda4723c46e0f0868c686d#egg=tempest,testtools==2.5.0,traceback2==1.4.0,typing-extensions==4.0.1,unittest2==1.1.0,urllib3==1.26.7,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3,zipp==3.6.0 2021-12-14 17:46:26.536 | venv-tempest run-test-pre: PYTHONHASHSEED='833666029' 2021-12-14 17:46:26.536 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.MVujJT42Yw /opt/stack/cinder-tempest-plugin 2021-12-14 17:46:27.243 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:27.293 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:27.371 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:27.403 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:27.449 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:27.625 | Ignoring funcparserlib: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:27.655 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:27.678 | Ignoring nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:27.719 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:27.797 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:27.873 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:27.877 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:27.977 | Ignoring kombu: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:27.994 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:28.049 | Ignoring jaeger-client: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:28.113 | Ignoring decorator: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:28.205 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:28.212 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-14 17:46:28.216 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-14 17:46:28.217 | Processing /opt/stack/cinder-tempest-plugin 2021-12-14 17:46:28.911 | Requirement already satisfied: pbr===5.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 47)) (5.8.0) 2021-12-14 17:46:28.914 | Requirement already satisfied: oslo.serialization===4.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 324)) (4.2.0) 2021-12-14 17:46:28.923 | Requirement already satisfied: msgpack===1.0.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 412)) (1.0.3) 2021-12-14 17:46:28.927 | Requirement already satisfied: oslo.config===8.7.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 414)) (8.7.1) 2021-12-14 17:46:28.972 | Requirement already satisfied: stevedore===3.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 441)) (3.5.0) 2021-12-14 17:46:28.981 | Requirement already satisfied: six===1.16.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 469)) (1.16.0) 2021-12-14 17:46:28.984 | Requirement already satisfied: rfc3986===1.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 511)) (1.5.0) 2021-12-14 17:46:28.989 | Requirement already satisfied: oslo.utils===4.12.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 600)) (4.12.0) 2021-12-14 17:46:29.006 | Requirement already satisfied: pytz===2021.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 611)) (2021.3) 2021-12-14 17:46:29.011 | Requirement already satisfied: tempest>=27.0.0 in /opt/stack/tempest (from cinder-tempest-plugin==1.5.1.dev3) (29.2.1.dev27) 2021-12-14 17:46:29.062 | Requirement already satisfied: debtcollector===2.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 122)) (2.3.0) 2021-12-14 17:46:29.075 | Requirement already satisfied: oslo.i18n===5.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 54)) (5.1.0) 2021-12-14 17:46:29.080 | Requirement already satisfied: PyYAML===6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 189)) (6.0) 2021-12-14 17:46:29.082 | Requirement already satisfied: requests===2.26.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 230)) (2.26.0) 2021-12-14 17:46:29.111 | Requirement already satisfied: importlib-metadata===4.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 297)) (4.8.2) 2021-12-14 17:46:29.155 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 140)) (0.8.0) 2021-12-14 17:46:29.162 | Requirement already satisfied: pyparsing===3.0.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 429)) (3.0.6) 2021-12-14 17:46:29.169 | Requirement already satisfied: netifaces===0.11.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 538)) (0.11.0) 2021-12-14 17:46:29.172 | Requirement already satisfied: iso8601===1.0.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 378)) (1.0.2) 2021-12-14 17:46:29.176 | Requirement already satisfied: packaging===21.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 350)) (21.3) 2021-12-14 17:46:29.182 | Requirement already satisfied: cliff===3.10.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 258)) (3.10.0) 2021-12-14 17:46:29.195 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 565)) (3.2.0) 2021-12-14 17:46:29.228 | Requirement already satisfied: testtools===2.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 364)) (2.5.0) 2021-12-14 17:46:29.240 | Requirement already satisfied: paramiko===2.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 175)) (2.8.1) 2021-12-14 17:46:29.277 | Requirement already satisfied: oslo.concurrency===4.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 26)) (4.5.0) 2021-12-14 17:46:29.287 | Requirement already satisfied: oslo.log===4.6.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 293)) (4.6.1) 2021-12-14 17:46:29.328 | Requirement already satisfied: stestr===3.2.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 323)) (3.2.1) 2021-12-14 17:46:29.357 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 65)) (3.0.0) 2021-12-14 17:46:29.368 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 185)) (1.4.0) 2021-12-14 17:46:29.383 | Requirement already satisfied: prettytable===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 149)) (2.4.0) 2021-12-14 17:46:29.398 | Requirement already satisfied: urllib3===1.26.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 180)) (1.26.7) 2021-12-14 17:46:29.420 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 212)) (1.1.0) 2021-12-14 17:46:29.428 | Requirement already satisfied: wrapt===1.13.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 500)) (1.13.3) 2021-12-14 17:46:29.432 | Requirement already satisfied: charset-normalizer===2.0.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 586)) (2.0.9) 2021-12-14 17:46:29.438 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.6/site-packages (from requests===2.26.0->-c /tmp/tempest_u_c_m.MVujJT42Yw (line 230)) (2021.10.8) 2021-12-14 17:46:29.441 | Requirement already satisfied: idna===3.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 382)) (3.3) 2021-12-14 17:46:29.445 | Requirement already satisfied: zipp===3.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 578)) (3.6.0) 2021-12-14 17:46:29.472 | Requirement already satisfied: typing_extensions===4.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 172)) (4.0.1) 2021-12-14 17:46:29.476 | Requirement already satisfied: importlib-resources===5.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 545)) (5.4.0) 2021-12-14 17:46:29.503 | Requirement already satisfied: cmd2===2.3.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 451)) (2.3.3) 2021-12-14 17:46:29.563 | Requirement already satisfied: autopage===0.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 335)) (0.4.0) 2021-12-14 17:46:29.566 | Requirement already satisfied: pyrsistent===0.18.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 509)) (0.18.0) 2021-12-14 17:46:29.571 | Requirement already satisfied: setuptools===59.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 620)) (59.5.0) 2021-12-14 17:46:29.624 | Requirement already satisfied: attrs===21.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 50)) (21.2.0) 2021-12-14 17:46:29.684 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 170)) (1.0.0) 2021-12-14 17:46:29.687 | Requirement already satisfied: PyNaCl===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 404)) (1.4.0) 2021-12-14 17:46:29.701 | Requirement already satisfied: bcrypt===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 220)) (3.2.0) 2021-12-14 17:46:29.712 | Requirement already satisfied: cryptography===36.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 194)) (36.0.0) 2021-12-14 17:46:29.754 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 593)) (0.14.1) 2021-12-14 17:46:29.760 | Requirement already satisfied: python-dateutil===2.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 606)) (2.8.2) 2021-12-14 17:46:29.766 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 121)) (0.9.6) 2021-12-14 17:46:29.769 | Requirement already satisfied: oslo.context===3.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 57)) (3.4.0) 2021-12-14 17:46:29.775 | Requirement already satisfied: voluptuous===0.12.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 2)) (0.12.2) 2021-12-14 17:46:29.780 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 516)) (0.18.2) 2021-12-14 17:46:29.783 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 146)) (0.2.5) 2021-12-14 17:46:29.789 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 153)) (1.4.0) 2021-12-14 17:46:29.792 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.6/site-packages (from unittest2===1.1.0->-c /tmp/tempest_u_c_m.MVujJT42Yw (line 212)) (1.4.0) 2021-12-14 17:46:29.795 | Requirement already satisfied: pyperclip===1.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 283)) (1.8.2) 2021-12-14 17:46:29.798 | Requirement already satisfied: cffi===1.15.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 562)) (1.15.0) 2021-12-14 17:46:29.801 | Requirement already satisfied: monotonic===1.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 531)) (1.6) 2021-12-14 17:46:29.804 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 380)) (1.0.0) 2021-12-14 17:46:29.806 | Requirement already satisfied: pycparser===2.21 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.MVujJT42Yw (line 187)) (2.21) 2021-12-14 17:46:29.809 | Building wheels for collected packages: cinder-tempest-plugin 2021-12-14 17:46:29.811 | Building wheel for cinder-tempest-plugin (setup.py): started 2021-12-14 17:46:30.589 | Building wheel for cinder-tempest-plugin (setup.py): finished with status 'done' 2021-12-14 17:46:30.590 | Created wheel for cinder-tempest-plugin: filename=cinder_tempest_plugin-1.5.1.dev3-py3-none-any.whl size=37155 sha256=295206dd282e557407c15e561537b47326cc360a6489e0889fb66b626a59ceb7 2021-12-14 17:46:30.590 | Stored in directory: /home/ubuntu/.cache/pip/wheels/6d/76/b5/baaf2c43fb327298ec7bcb5899d63eb3274486418770b6f091 2021-12-14 17:46:30.591 | Successfully built cinder-tempest-plugin 2021-12-14 17:46:30.608 | Installing collected packages: cinder-tempest-plugin 2021-12-14 17:46:30.707 | Successfully installed cinder-tempest-plugin-1.5.1.dev3 2021-12-14 17:46:30.755 | WARNING: You are using pip version 20.0.2; however, version 21.3.1 is available. 2021-12-14 17:46:30.755 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2021-12-14 17:46:30.827 | ___________________________________ summary ____________________________________ 2021-12-14 17:46:30.827 | venv-tempest: commands succeeded 2021-12-14 17:46:30.827 | congratulations :) 2021-12-14 17:46:30.859 | ++ lib/tempest:install_tempest_plugins:780 : rm -f /tmp/tempest_u_c_m.MVujJT42Yw 2021-12-14 17:46:30.863 | ++ lib/tempest:install_tempest_plugins:781 : echo 'Checking installed Tempest plugins:' 2021-12-14 17:46:30.863 | Checking installed Tempest plugins: 2021-12-14 17:46:30.866 | ++ lib/tempest:install_tempest_plugins:782 : tox -evenv-tempest -- tempest list-plugins 2021-12-14 17:46:32.603 | /opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/setuptools/command/easy_install.py:159: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2021-12-14 17:46:32.604 | EasyInstallDeprecationWarning, 2021-12-14 17:46:32.604 | /opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2021-12-14 17:46:32.604 | setuptools.SetuptoolsDeprecationWarning, 2021-12-14 17:46:32.700 | venv-tempest develop-inst-noop: /opt/stack/tempest 2021-12-14 17:46:33.203 | venv-tempest installed: attrs==21.2.0,autopage==0.4.0,bcrypt==3.2.0,certifi==2021.10.8,cffi==1.15.0,charset-normalizer==2.0.9,cinder-tempest-plugin==1.5.1.dev3,cliff==3.10.0,cmd2==2.3.3,cryptography==36.0.0,debtcollector==2.3.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==3.3,importlib-metadata==4.8.2,importlib-resources==5.4.0,iso8601==1.0.2,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,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.0,packaging==21.3,paramiko==2.8.1,pbr==5.8.0,prettytable==2.4.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==3.0.6,pyperclip==1.8.2,pyrsistent==0.18.0,python-dateutil==2.8.2,python-subunit==1.4.0,pytz==2021.3,PyYAML==6.0,requests==2.26.0,rfc3986==1.5.0,six==1.16.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@24864bac273ff5d91dfda4723c46e0f0868c686d#egg=tempest,testtools==2.5.0,traceback2==1.4.0,typing-extensions==4.0.1,unittest2==1.1.0,urllib3==1.26.7,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3,zipp==3.6.0 2021-12-14 17:46:33.204 | venv-tempest run-test-pre: PYTHONHASHSEED='1439909139' 2021-12-14 17:46:33.204 | venv-tempest run-test: commands[0] | tempest list-plugins 2021-12-14 17:46:34.278 | +--------------+--------------------------------------------------+ 2021-12-14 17:46:34.278 | | Name | EntryPoint | 2021-12-14 17:46:34.278 | +--------------+--------------------------------------------------+ 2021-12-14 17:46:34.278 | | cinder_tests | cinder_tempest_plugin.plugin:CinderTempestPlugin | 2021-12-14 17:46:34.278 | +--------------+--------------------------------------------------+ 2021-12-14 17:46:34.366 | ___________________________________ summary ____________________________________ 2021-12-14 17:46:34.366 | venv-tempest: commands succeeded 2021-12-14 17:46:34.366 | congratulations :) 2021-12-14 17:46:34.397 | ++ lib/tempest:install_tempest_plugins:784 : popd 2021-12-14 17:46:34.397 | /opt/stack/tempest 2021-12-14 17:46:34.399 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-12-14 17:46:34.402 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-12-14 17:46:34.405 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-12-14 17:46:34.408 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-14 17:46:34.411 | + functions-common:run_phase:1786 : run_plugins stack test-config 2021-12-14 17:46:34.414 | + functions-common:run_plugins:1745 : local mode=stack 2021-12-14 17:46:34.416 | + functions-common:run_plugins:1746 : local phase=test-config 2021-12-14 17:46:34.419 | + functions-common:run_plugins:1748 : local plugins= 2021-12-14 17:46:34.422 | + functions-common:run_plugins:1749 : local plugin 2021-12-14 17:46:34.425 | + ./stack.sh:main:1449 : merge_config_group /home/ubuntu/devstack/local.conf test-config 2021-12-14 17:46:34.428 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-12-14 17:46:34.430 | + inc/meta-config:merge_config_group:171 : shift 2021-12-14 17:46:34.433 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2021-12-14 17:46:34.436 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-14 17:46:34.439 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-12-14 17:46:34.441 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-12-14 17:46:34.445 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf test-config 2021-12-14 17:46:34.448 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-12-14 17:46:34.450 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2021-12-14 17:46:34.453 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-14 17:46:34.456 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2021-12-14 17:46:34.456 | /^\[\[.+\|.*\]\]/ { 2021-12-14 17:46:34.456 | gsub("[][]", "", $1); 2021-12-14 17:46:34.456 | split($1, a, "|"); 2021-12-14 17:46:34.456 | if (a[1] == matchgroup) 2021-12-14 17:46:34.456 | print a[2] 2021-12-14 17:46:34.456 | } 2021-12-14 17:46:34.456 | ' /home/ubuntu/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= run_process 25 test_with_retry 5 apt-get-update 6 osc 365 wait_for_service 24 git_timed 11 dbsync 73 pip_install 259 apt-get 232 ------------------------- Unaccounted time 631 ========================= Total runtime 1631 This is your host IP address: 10.222.0.53 This is your host IPv6 address: ::1 Keystone is serving at http://10.222.0.53/identity/ The default users are: admin and demo The password: Passw0rd WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: ussuri Change: d927b6017880983cf873e199bb50332fe2e3f254 nova: Ensure each compute uses a unique iSCSI initiator 2021-10-07 09:45:38 +0100 OS Version: Ubuntu 18.04 bionic